Skip to content

Commit

Permalink
Bump version to 0.36.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-turney committed May 6, 2024
1 parent daa6d87 commit 5f209be
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.36.9:
* Add repro-build, repro-diff, repro-check and repo-finish commands
* Avoid a package's provides appearing in it's requires
* Avoid using ruby to look for dependencies when building the ruby package

0.36.8:
* Switch from gpg to gpg2 for checking and making signatures
* cmake: Add src_test definition
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.8
Version: 0.36.9
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.8
VERSION=0.36.9
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.8')
version: '0.36.9')

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

0 comments on commit 5f209be

Please sign in to comment.