[cygport - the Cygwin packaging tool] branch master, updated. 0.36.9

Jon Turney jturney@sourceware.org
Mon May 6 15:16:30 GMT 2024




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/cygport.git;h=5f209bee5b6f5fe5256b81a02fecf7246b5bb512

commit 5f209bee5b6f5fe5256b81a02fecf7246b5bb512
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Mon May 6 16:05:24 2024 +0100

    Bump version to 0.36.9


Diff:
---
 NEWS                | 5 +++++
 cygport.spec        | 2 +-
 data/sample.cygport | 2 +-
 meson.build         | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 0a6a231d..b76e2686 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/cygport.spec b/cygport.spec
index 0a242241..579a445c 100644
--- a/cygport.spec
+++ b/cygport.spec
@@ -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
 
diff --git a/data/sample.cygport b/data/sample.cygport
index 8d57ecf0..c6b6ec45 100644
--- a/data/sample.cygport
+++ b/data/sample.cygport
@@ -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"
diff --git a/meson.build b/meson.build
index 70e2f35b..199c3405 100644
--- a/meson.build
+++ b/meson.build
@@ -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'))



More information about the Cygwin-apps-cvs mailing list