rpms/denemo/F-10 denemo-0.8.0-make.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 denemo.spec, 1.2, 1.3 sources, 1.2, 1.3 denemo-binreloc.patch, 1.1, NONE denemo-block_debug.patch, 1.1, NONE denemo-undo-assert.patch, 1.1, NONE

Roy Rankin rrankin at fedoraproject.org
Thu Jan 8 00:45:24 UTC 2009


Author: rrankin

Update of /cvs/pkgs/rpms/denemo/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20495

Modified Files:
	.cvsignore denemo.spec sources 
Added Files:
	denemo-0.8.0-make.patch 
Removed Files:
	denemo-binreloc.patch denemo-block_debug.patch 
	denemo-undo-assert.patch 
Log Message:
upstream patch release


denemo-0.8.0-make.patch:

--- NEW FILE denemo-0.8.0-make.patch ---
--- Makefile.am.org	2008-11-30 15:53:12.000000000 +1100
+++ Makefile.am	2008-11-30 15:54:19.000000000 +1100
@@ -16,9 +16,9 @@
 	depcomp
 
 install-data-hook:
-	cp -r actions  $(datadir)/${PACKAGE}/
-	chmod -R 755 $(datadir)/${PACKAGE}/actions
+	cp -r actions  $(DESTDIR)$(datadir)/${PACKAGE}/
+	chmod -R 755 $(DESTDIR)$(datadir)/${PACKAGE}/actions
 dist-hook: @PACKAGE at .spec
-	cp $(srcdir)/@PACKAGE at .spec $(distdir)
+	cp $(srcdir)/@PACKAGE at .spec $(DESTDIR)$(distdir)
 
 ACLOCAL_AMFLAGS = -I m4
--- Makefile.in.org	2008-11-30 15:55:58.000000000 +1100
+++ Makefile.in	2008-11-30 15:57:25.000000000 +1100
@@ -648,10 +648,10 @@
 
 
 install-data-hook:
-	cp -r actions  $(datadir)/${PACKAGE}/
-	chmod -R 755 $(datadir)/${PACKAGE}/actions
+	cp -r actions  $(DESTDIR)$(datadir)/${PACKAGE}/
+	chmod -R 755 $(DESTDIR)$(datadir)/${PACKAGE}/actions
 dist-hook: @PACKAGE at .spec
-	cp $(srcdir)/@PACKAGE at .spec $(distdir)
+	cp $(srcdir)/@PACKAGE at .spec $(DESTDIR)$(distdir)
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/denemo/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	24 Aug 2008 23:05:19 -0000	1.2
+++ .cvsignore	8 Jan 2009 00:44:54 -0000	1.3
@@ -1 +1 @@
-denemo-0.7.9.tar.gz
+denemo-0.8.0.tar.gz


Index: denemo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/denemo/F-10/denemo.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- denemo.spec	3 Sep 2008 11:16:14 -0000	1.2
+++ denemo.spec	8 Jan 2009 00:44:54 -0000	1.3
@@ -1,19 +1,18 @@
 Summary: Graphical music notation program
 Name: denemo
-Version: 0.7.9
-Release: 5%{?dist}
+Version: 0.8.0
+Release: 1%{?dist}
 License: GPLv2
 Group: Applications/Multimedia
 Source: http://download.savannah.gnu.org/releases/denemo/%{name}-%{version}.tar.gz
-Patch0: %{name}-block_debug.patch
-Patch1: %{name}-undo-assert.patch
-Patch2: %{name}-binreloc.patch
+Patch0: %{name}-0.8.0-make.patch
 
 URL: http://www.denemo.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: portaudio-devel aubio-devel gtk2-devel
+BuildRequires: portaudio-devel aubio-devel gtk2-devel guile-devel
 BuildRequires: gettext libxml2-devel fftw-devel desktop-file-utils
+BuildRequires: libtool-ltdl-devel
 Requires: bug-buddy
 
 
@@ -28,9 +27,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch0 -p0
 
 %build
 %configure 
@@ -59,6 +56,9 @@
 %doc COPYING README README.lilypond ChangeLog 
 
 %changelog
+* Sun Nov 30 2008 Roy Rankin <rrankin at ihug.com.au> - 0.8.0-1
+-Update for Denemo release 0.8.0
+
 * Wed Sep 03 2008 Roy Rankin <rrankin at ihug.com.au> - 0.7.9-5
 -Add Patches assert undo crash, un-needed messages on start up
 * Mon Aug 18 2008 Roy Rankin <rrankin at ihug.com.au> 0.7.9-4


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/denemo/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	24 Aug 2008 23:05:19 -0000	1.2
+++ sources	8 Jan 2009 00:44:54 -0000	1.3
@@ -1 +1 @@
-d48936ed56aea5d6afc7f061169e2891  denemo-0.7.9.tar.gz
+a19e15130f9c7fcdcef03daefc342d0c  denemo-0.8.0.tar.gz


--- denemo-binreloc.patch DELETED ---


--- denemo-block_debug.patch DELETED ---


--- denemo-undo-assert.patch DELETED ---




More information about the scm-commits mailing list