public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowitz@sourceware.org>
To: cygwin-apps-cvs@sourceware.org
Subject: [cygport - the Cygwin packaging tool] branch master, updated. 0.33.1-42-g5ffd56a
Date: Sun, 10 May 2020 18:45:50 +0000 (GMT)	[thread overview]
Message-ID: <20200510184550.E1F67386F80C@sourceware.org> (raw)




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

commit 5ffd56a4d7d55bfd9101a1ff41d81678f1864233
Author: Yaakov Selkowitz <yselkowi@redhat.com>
Date:   Sun May 10 14:45:11 2020 -0400

    Bump version to 0.34.0


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

diff --git a/NEWS b/NEWS
index 656614d..69e1a46 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+0.34.0:
+	* New BUILD_REQUIRES variable used in separate -src.hint files.
+	* New PROVIDES and CONFLICTS variables for setting in .hint files.
+	* New unstable src_patch_apply_hook function.
+	* Improved OCaml dependency detection.
+	* kde.org: updated for KDE 19.12 and newer.
+	* meson: cygmeson now passes --auto-features=enabled.
+	* ocaml-dune: new cygclass for Dune-based OCaml packages.
+	* perl: new CPAN_SUBDIR optional variable.
+	* python3: new PYTHON3_PKGVERSION define.
+	* python-wheel: updated for Python 3.8 and obsoletion of 2.7.
+	* Numerous testsuite improvements.
+
 0.33.1:
 	* Updates for changes in PHP 7.3 and Ruby 2.6/RubyGems 3.0.
 
diff --git a/cygport.spec b/cygport.spec
index 0a4e3d7..c69a15a 100644
--- a/cygport.spec
+++ b/cygport.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           cygport
-Version:        0.33.1
+Version:        0.34.0
 Release:        1%{?dist}
 Summary:        Cygwin package building tool
 
diff --git a/data/sample.cygport b/data/sample.cygport
index 891b810..60cf29a 100644
--- a/data/sample.cygport
+++ b/data/sample.cygport
@@ -1,7 +1,7 @@
 inherit meson
 
 NAME="cygport"
-VERSION=0.33.1
+VERSION=0.34.0
 RELEASE=1
 CATEGORY="Devel"
 SUMMARY="Cygwin source packaging tool"
diff --git a/meson.build b/meson.build
index cbcbf59..8527c96 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('cygport',
-        version: '0.33.1')
+        version: '0.34.0')
 
 bindir = join_paths(get_option('prefix'), get_option('bindir'))
 datadir = join_paths(get_option('prefix'), get_option('datadir'))



                 reply	other threads:[~2020-05-10 18:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200510184550.E1F67386F80C@sourceware.org \
    --to=yselkowitz@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).