epienbro pushed to mingw-winstorecompat (f22). "Update to 4.0.1 and removed empty debuginfo subpackages"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun Mar 29 14:36:07 UTC 2015


>From 8923c37d255f7d804d30821098baedb0a92356b0 Mon Sep 17 00:00:00 2001
From: Erik van Pienbroek <epienbro at fedoraproject.org>
Date: Sun, 29 Mar 2015 16:35:34 +0200
Subject: Update to 4.0.1 and removed empty debuginfo subpackages


diff --git a/.gitignore b/.gitignore
index 604800c..2b91813 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /mingw-w64-code-6069-trunk.zip
 /mingw-w64-mingw-w64-502c72047e68fecf07f628628b75296863ff5b35.zip
 /mingw-w64-mingw-w64-b08afbb5768898ae9c6d0d2798aaccf4f21de361.zip
+/mingw-w64-v4.0.1.tar.bz2
diff --git a/mingw-winstorecompat.spec b/mingw-winstorecompat.spec
index 45f1466..3ea4438 100644
--- a/mingw-winstorecompat.spec
+++ b/mingw-winstorecompat.spec
@@ -1,16 +1,16 @@
 %?mingw_package_header
 
-%global snapshot_date 20140912
-%global snapshot_rev b08afbb5768898ae9c6d0d2798aaccf4f21de361
-%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
-%global branch trunk
+#%%global snapshot_date 20140912
+#%%global snapshot_rev b08afbb5768898ae9c6d0d2798aaccf4f21de361
+#%%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
+#%%global branch trunk
 
 # Run the testsuite
 %global enable_tests 0
 
 Name:           mingw-winstorecompat
-Version:        3.9.999
-Release:        0.1.%{branch}.git.%{snapshot_rev_short}.%{snapshot_date}%{?dist}
+Version:        4.0.1
+Release:        1%{?dist}
 Summary:        MinGW library to help porting to Windows Store
 License:        MIT
 Group:          Development/Libraries
@@ -24,7 +24,7 @@ URL:            http://mingw-w64.sourceforge.net/
 # spectool -g mingw-winstorecompat.spec
 Source0:        http://sourceforge.net/code-snapshots/git/m/mi/mingw-w64/mingw-w64.git/mingw-w64-mingw-w64-%{snapshot_rev}.zip
 %else
-Source0:        http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}%{?pre:-%{pre}}.tar.bz2
 %endif
 
 BuildArch:      noarch
@@ -65,7 +65,10 @@ using similar functions that are allowed.
 running WACK (Windows Application Certification Kit) on the application.
 
 
-%?mingw_debug_package
+# The debuginfo subpackages are not needed for this package
+# because winstorecompat is a static library and static
+# libraries are stripped by default which cause debuginfo
+# subpackages to remain empty
 
 
 %prep
@@ -106,6 +109,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 
 
 %changelog
+* Sun Mar 29 2015 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.0.1-1
+- Update to 4.0.1
+- Removed empty debuginfo subpackages
+
 * Fri Sep 12 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.9.999-0.1.trunk.git.b08afb.20140912
 - Update to 20140912 snapshot (git rev b08afb)
 - Bump version as upstream released mingw-w64 v3.2.0 recently (which is not based on the trunk branch)
diff --git a/sources b/sources
index 2d59651..f28a120 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-658cff7d3391431df99f00d89d297aca  mingw-w64-mingw-w64-b08afbb5768898ae9c6d0d2798aaccf4f21de361.zip
+574b6cc285bddf32dc075cd13f07a57c  mingw-w64-v4.0.1.tar.bz2
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/mingw-winstorecompat.git/commit/?h=f22&id=8923c37d255f7d804d30821098baedb0a92356b0


More information about the scm-commits mailing list