Skip to content

Commit

Permalink
Bump version to 0.36.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-turney committed Feb 11, 2024
1 parent 7d6d4b2 commit 04ff26f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.36.8:
* Switch from gpg to gpg2 for checking and making signatures
* cmake: Add src_test definition
* Define _FORTIFY_SOURCE as 3
* git: Retry clone without '--depth' if it fails due to dumb transport
* Add initial support for SOURCE_DATE_EPOCH

0.36.7:
* Fix incorrect options passed to unzstd in unpack()
* Warn that DEPEND is deprecated
Expand Down
2 changes: 1 addition & 1 deletion cygport.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define debug_package %{nil}

Name: cygport
Version: 0.36.7
Version: 0.36.8
Release: 1%{?dist}
Summary: Cygwin package building tool

Expand Down
2 changes: 1 addition & 1 deletion data/sample.cygport
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inherit meson

NAME="cygport"
VERSION=0.36.7
VERSION=0.36.8
RELEASE=1
CATEGORY="Devel"
SUMMARY="Cygwin source packaging tool"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('cygport',
version: '0.36.7')
version: '0.36.8')

bindir = join_paths(get_option('prefix'), get_option('bindir'))
datadir = join_paths(get_option('prefix'), get_option('datadir'))
Expand Down

0 comments on commit 04ff26f

Please sign in to comment.