[guayadeque/f19] rebuild for new svn release

Martin Gansser martinkg at fedoraproject.org
Tue Dec 3 17:44:31 UTC 2013


commit 2558a8d173545e392d8f89cbdea68361892cbbb9
Author: Martin Gansser <mgansser at alice.de>
Date:   Tue Dec 3 18:43:55 2013 +0100

    rebuild for new svn release
    
    - added compiler flag to suppress "-Wno-unused-local-typedefs" warnings

 .gitignore                 |    1 +
 guayadeque-svn1887.tar.bz2 |  Bin 0 -> 1613270 bytes
 guayadeque.spec            |   13 +++++++++----
 sources                    |    2 +-
 4 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea662a2..ea40a12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /guayadeque-svn1885.tar.bz2
+/guayadeque-svn1887.tar.bz2
diff --git a/guayadeque-svn1887.tar.bz2 b/guayadeque-svn1887.tar.bz2
new file mode 100644
index 0000000..b277e43
Binary files /dev/null and b/guayadeque-svn1887.tar.bz2 differ
diff --git a/guayadeque.spec b/guayadeque.spec
index f7d9aca..db05b94 100644
--- a/guayadeque.spec
+++ b/guayadeque.spec
@@ -1,19 +1,19 @@
-%global svnrev  1885
+%global svnrev  1887
 
 Name:           guayadeque
 Version:        0.3.6
-Release:        16.svn%{svnrev}%{?dist}
+Release:        17.svn%{svnrev}%{?dist}
 Summary:        Music player
 
 License:        GPLv3+ and BSD and LGPLv2+
 Group:          Applications/Multimedia
 URL:            http://guayadeque.org/
 # The source for this package was pulled from upstream's svn.  Use
-# svn co -r1885 http://guayadeque.svn.sourceforge.net/svnroot/guayadeque/Trunk guayadeque-svn1885
+# svn co -r1887 http://guayadeque.svn.sourceforge.net/svnroot/guayadeque/Trunk guayadeque-svn1887
 # remove .svn dirs to keep the SRPM small
 # rm -rf `find . -name .svn`
 # to generate the tarball:
-# tar cfj guayadeque-svn1885.tar.bz2 guayadeque-svn1885
+# tar cfj guayadeque-svn1887.tar.bz2 guayadeque-svn1887
 Source0:        %{name}-svn%{svnrev}.tar.bz2
 # https://sourceforge.net/p/guayadeque/bugs-reports/_discuss/thread/0fc06ad6/2fc9/attachment/guayadeque-fix-dso-linker.patch
 Patch0:         %{name}-fix-dso-linker.patch
@@ -52,6 +52,7 @@ rm -rf src/wx/wxsql* src/wxsqlite3
 mkdir -p build-guayadeque && pushd build-guayadeque
 %cmake \
     -DCMAKE_VERBOSE_MAKEFILE=TRUE \
+    -DCMAKE_CXX_FLAGS:STRING="-Wno-unused-local-typedefs" \
     -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
     -DCMAKE_SKIP_RPATH=FALSE \
     -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
@@ -83,6 +84,10 @@ desktop-file-install --delete-original  \
 %{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Tue Dec 3 2013 Martin Gansser <martinkg at fedoraproject.org> - 0.3.6-17.svn1887
+- rebuild for new svn release
+- added compiler flag to suppress "-Wno-unused-local-typedefs" warnings
+
 * Tue Oct 22 2013 Martin Gansser <martinkg at fedoraproject.org> - 0.3.6-16.svn1885
 - added correct license type
 - removed tabs in the spec file
diff --git a/sources b/sources
index bf85a86..bc4394f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d95ca4a1a82bc2f00949552b190b2f3  guayadeque-svn1885.tar.bz2
+156ffdaa8c5933554e9bc9977ae115d1  guayadeque-svn1887.tar.bz2


More information about the scm-commits mailing list