Skip to content
/ cygport Public

Commit d282fa9

Browse files
committed
Bump version to 0.37.7
1 parent ce50bfa commit d282fa9

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.37.7:
2+
* autotools: Handle more autoconf version formats
3+
* xvfb: Automatically wrap the existing src_test in xvfb_run
4+
* meson: Add CYGMESON_TEST_ARGS
5+
16
0.37.6:
27
* python-wheel: Disable unneeded build isolation
38
* postinstall: Improve stripping of sets of hardlinked files

cygport.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%define debug_package %{nil}
22

33
Name: cygport
4-
Version: 0.37.6
4+
Version: 0.37.7
55
Release: 1%{?dist}
66
Summary: Cygwin package building tool
77

data/sample.cygport

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
inherit meson
22

33
NAME="cygport"
4-
VERSION=0.37.6
4+
VERSION=0.37.7
55
RELEASE=1
66
CATEGORY="Devel"
77
SUMMARY="Cygwin source packaging tool"

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('cygport',
2-
version: '0.37.6')
2+
version: '0.37.7')
33

44
bindir = join_paths(get_option('prefix'), get_option('bindir'))
55
datadir = join_paths(get_option('prefix'), get_option('datadir'))

0 commit comments

Comments
 (0)