rpms/pianobooster/devel .cvsignore, 1.3, 1.4 pianobooster.spec, 1.4, 1.5 sources, 1.3, 1.4

chkr chkr at fedoraproject.org
Thu May 6 03:22:47 UTC 2010


Author: chkr

Update of /cvs/pkgs/rpms/pianobooster/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16193

Modified Files:
	.cvsignore pianobooster.spec sources 
Log Message:
* Thu May 06 2010 Christian Krause <chkr at fedoraproject.org> - 0.6.4b-1
- Update to new upstream version 0.6.4b (fixes BZ 571030)
- Fix permission problem on source files in debuginfo package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pianobooster/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	6 Dec 2009 13:34:20 -0000	1.3
+++ .cvsignore	6 May 2010 03:22:47 -0000	1.4
@@ -1 +1 @@
-pianobooster-src-0.6.4.tar.gz
+pianobooster-src-0.6.4b.tar.gz


Index: pianobooster.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pianobooster/devel/pianobooster.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- pianobooster.spec	6 Dec 2009 13:34:20 -0000	1.4
+++ pianobooster.spec	6 May 2010 03:22:47 -0000	1.5
@@ -1,6 +1,6 @@
 Name:            pianobooster
 Summary:         A MIDI file player that teaches you how to play the piano
-Version:         0.6.4
+Version:         0.6.4b
 Release:         1%{?dist}
 License:         GPLv3+
 Group:           Applications/Multimedia
@@ -35,6 +35,8 @@ sed -e 's|\r||g' license.txt > license.t
 touch -r license.txt license.txt.tmp
 mv license.txt.tmp license.txt
 
+find -name '*.cpp' -exec chmod a-x {} \;
+find -name '*.h' -exec chmod a-x {} \;
 
 %build
 pushd build
@@ -83,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Thu May 06 2010 Christian Krause <chkr at fedoraproject.org> - 0.6.4b-1
+- Update to new upstream version 0.6.4b (fixes BZ 571030)
+- Fix permission problem on source files in debuginfo package
+
 * Sun Dec 06 2009 Christian Krause <chkr at fedoraproject.org> - 0.6.4-1
 - Update to new upstream version 0.6.4
 - Fix icon permissions


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pianobooster/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	6 Dec 2009 13:34:20 -0000	1.3
+++ sources	6 May 2010 03:22:47 -0000	1.4
@@ -1 +1 @@
-af1bb513c93ac7b1c8cc919b60146d1c  pianobooster-src-0.6.4.tar.gz
+4c1c34a4b763e6108aa9668be7890696  pianobooster-src-0.6.4b.tar.gz



More information about the scm-commits mailing list