Skip to content
/ cygport Public

Commit cd7a42c

Browse files
committed
Bump version to 0.37.0
1 parent fcb486a commit cd7a42c

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.37.0:
2+
* Include arch tag in output archive/hint filenames
3+
* Define CMAKE_SYSTEM_PROCESSOR when cross-compiling with cmake
4+
* Add configuration DEBUG_FILELIST_EXTRACT for the command to extract
5+
the list of source files for a debuginfo package. Provide
6+
debug-filelist-extract script which does that.
7+
* httpd.cygclass: Fix with binutils >2.43
8+
* Rename meson builddir to avoid bad interaction with cross-pkgconf
9+
* Document REQUIRES_EXCLUDE_FROM and T
110
0.36.9:
211
* Add repro-build, repro-diff, repro-check and repo-finish commands
312
* Avoid a package's provides appearing in it's requires

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.36.9
4+
Version: 0.37.0
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.36.9
4+
VERSION=0.37.0
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.36.9')
2+
version: '0.37.0')
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)