File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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
1100.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
Original file line number Diff line number Diff line change 11%define debug_package %{nil }
22
33Name: cygport
4- Version: 0.36.9
4+ Version: 0.37.0
55Release: 1%{?dist }
66Summary: Cygwin package building tool
77
Original file line number Diff line number Diff line change 11inherit meson
22
33NAME="cygport"
4- VERSION=0.36.9
4+ VERSION=0.37.0
55RELEASE=1
66CATEGORY="Devel"
77SUMMARY="Cygwin source packaging tool"
Original file line number Diff line number Diff line change 11project (' cygport' ,
2- version : ' 0.36.9 ' )
2+ version : ' 0.37.0 ' )
33
44bindir = join_paths (get_option (' prefix' ), get_option (' bindir' ))
55datadir = join_paths (get_option (' prefix' ), get_option (' datadir' ))
You can’t perform that action at this time.
0 commit comments