[mingw32-matahari] - New upstream release

Adam Stokes astokes at fedoraproject.org
Fri Jul 29 16:47:49 UTC 2011


commit 53269b09619baae60e181071b73e3bb3223c825d
Author: Adam Stokes <astokes at fedoraproject.org>
Date:   Fri Jul 29 12:47:28 2011 -0400

    - New upstream release
    
    Signed-off-by: Adam Stokes <astokes at fedoraproject.org>

 .gitignore            |    1 +
 mingw32-matahari.spec |   16 +++++++++-------
 sources               |    1 +
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ba8d34c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/matahari-matahari-cb3faf4.tgz
diff --git a/mingw32-matahari.spec b/mingw32-matahari.spec
index 41a73a0..adc696e 100644
--- a/mingw32-matahari.spec
+++ b/mingw32-matahari.spec
@@ -2,8 +2,8 @@
 %global __objdump %{_mingw32_objdump}
 
 
-%global specversion 12
-%global upstream_version 8003b6c
+%global specversion 1
+%global upstream_version cb3faf4
 
 # Keep around for when/if required
 %global alphatag %{upstream_version}.git
@@ -11,12 +11,12 @@
 %global mh_release %{?alphatag:0.}%{specversion}%{?alphatag:.%{alphatag}}%{?dist}
 
 Name:		mingw32-matahari
-Version:	0.4.0
+Version:	0.4.2
 Release:	%{mh_release}
 Summary:	Matahari QMF Agents for Windows guests
 
 Group:		Applications/System
-License:	GPLv2
+License:	GPLv2+
 URL:		http://fedorahosted.org/matahari
 
 # wget --no-check-certificate -O matahari-matahari-{upstream_version}.tgz https://github.com/matahari/matahari/tarball/{upstream_version}
@@ -44,7 +44,7 @@ as a set of objects with properties and methods.
 
 MinGW cross-compiled Windows application.
 
-%{_mingw32_debug_package}
+#{_mingw32_debug_package}
 
 %prep
 %setup -q -n matahari-matahari-%{upstream_version}
@@ -52,8 +52,7 @@ MinGW cross-compiled Windows application.
 %build
 PATH=%{_mingw32_bindir}:$PATH
 
-ls -al /usr/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig
-%{_mingw32_cmake} --debug-output -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=on
+%{_mingw32_cmake} --debug-output -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_VERBOSE_MAKEFILE=on
 make VERBOSE=1 %{?_smp_mflags}
 
 %install
@@ -75,6 +74,9 @@ test "x%{buildroot}" != "x" && rm -rf %{buildroot}
 %doc AUTHORS COPYING
 
 %changelog
+* Fri Jul 29 2011 Adam Stokes <astokes at fedoraproject.org> matahari-0.4.2-0.1.cb3faf4.git
+- New upstream release.
+
 * Tue Oct 12 2010 Andrew Beekhof <andrew at beekhof.net> - matahari-0.4.0-0.3.e1d0d9a.git
 - Initial build.
 
diff --git a/sources b/sources
index e69de29..677e8fc 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9dd60997cb568ae7f2d5811f23a091cc  matahari-matahari-cb3faf4.tgz


More information about the scm-commits mailing list