Author: cwickert
Update of /cvs/free/rpms/pragha/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8212
Modified Files:
.cvsignore pragha.spec sources
Added Files:
pragha-0.8.9-cflags-O3.patch
Log Message:
* Mon Aug 22 2011 Christoph Wickert <cwickert(a)fedoraproject.org> - 0.8.9-1
- Update to 0.8.9
- Don't compile with -O3
pragha-0.8.9-cflags-O3.patch:
configure | 4 ++--
configure.ac | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
--- NEW FILE pragha-0.8.9-cflags-O3.patch ---
diff -dur pragha-0.8.9.orig/configure pragha-0.8.9/configure
--- pragha-0.8.9.orig/configure 2011-08-19 00:07:20.000000000 +0200
+++ pragha-0.8.9/configure 2011-08-22 01:23:35.818941537 +0200
@@ -2872,13 +2872,13 @@
yes) debug=true ;
CFLAGS="$CFLAGS -DDEBUG -D_DEBUG -g -ggdb -O0 -fno-inline
-fno-inline-functions" ;;
no) debug=false ;
- CFLAGS="$CFLAGS -DNDEBUG -O3 -Werror" ;;
+ CFLAGS="$CFLAGS -DNDEBUG -Werror" ;;
*) as_fn_error $? "bad value ${enableval} for --enable-debug"
"$LINENO" 5 ;;
esac
else
debug=false
- CFLAGS="$CFLAGS -DNDEBUG -O3 -Werror"
+ CFLAGS="$CFLAGS -DNDEBUG -Werror"
fi
diff -dur pragha-0.8.9.orig/configure.ac pragha-0.8.9/configure.ac
--- pragha-0.8.9.orig/configure.ac 2011-08-17 19:45:55.000000000 +0200
+++ pragha-0.8.9/configure.ac 2011-08-22 01:23:20.750849765 +0200
@@ -30,11 +30,11 @@
yes) debug=true ;
CFLAGS="$CFLAGS -DDEBUG -D_DEBUG -g -ggdb -O0 -fno-inline
-fno-inline-functions" ;;
no) debug=false ;
- CFLAGS="$CFLAGS -DNDEBUG -O3 -Werror" ;;
+ CFLAGS="$CFLAGS -DNDEBUG -Werror" ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-debug) ;;
esac
],[ debug=false
- CFLAGS="$CFLAGS -DNDEBUG -O3 -Werror"
+ CFLAGS="$CFLAGS -DNDEBUG -Werror"
])
AC_SUBST(CFLAGS)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/pragha/F-15/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 12 Jul 2011 19:11:33 -0000 1.8
+++ .cvsignore 21 Aug 2011 23:28:28 -0000 1.9
@@ -1 +1 @@
-pragha-0.8.8.tar.bz2
+pragha-0.8.9.tar.bz2
Index: pragha.spec
===================================================================
RCS file: /cvs/free/rpms/pragha/F-15/pragha.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pragha.spec 12 Jul 2011 21:31:25 -0000 1.12
+++ pragha.spec 21 Aug 2011 23:28:29 -0000 1.13
@@ -1,12 +1,13 @@
Name: pragha
-Version: 0.8.8
-Release: 2%{?dist}
+Version: 0.8.9
+Release: 1%{?dist}
Summary: Lightweight GTK+ music manager
Group: Applications/Multimedia
License: GPLv3+
URL:
http://pragha.wikispaces.com/
Source0:
http://dissonance.googlecode.com/files/%{name}-%{version}.tar.bz2
+Patch0: pragha-0.8.9-cflags-O3.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: alsa-lib-devel >= 1.0.15
@@ -38,6 +39,7 @@
%prep
%setup -q
+%patch0 -p1 -b -O3
# Fix spurious executable permissions
chmod 0644 ChangeLog src/*.{c,h}
@@ -92,6 +94,10 @@
%changelog
+* Mon Aug 22 2011 Christoph Wickert <cwickert(a)fedoraproject.org> - 0.8.9-1
+- Update to 0.8.9
+- Don't compile with -O3
+
* Tue Jul 12 2011 Christoph Wickert <cwickert(a)fedoraproject.org> - 0.8.8-2
- Build with keybinder support
Index: sources
===================================================================
RCS file: /cvs/free/rpms/pragha/F-15/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 12 Jul 2011 19:11:33 -0000 1.8
+++ sources 21 Aug 2011 23:28:29 -0000 1.9
@@ -1 +1 @@
-bb84754accf404405129135eaf8b5562 pragha-0.8.8.tar.bz2
+87ca9722868766d81503ba85d4d16323 pragha-0.8.9.tar.bz2