[denemo] glib include patch

Roy Rankin rrankin at fedoraproject.org
Sat Nov 5 23:46:16 UTC 2011


commit 2e001fdf691cfa2e7990e49e070b6aae99f263c7
Author: Roy Rankin <rrankin at ihug.com.au>
Date:   Sun Nov 6 10:41:32 2011 +1100

    glib include patch

 .gitignore  |    1 +
 denemo.spec |   11 +++++++----
 sources     |    1 +
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cbf39dd..018bf2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ denemo-0.8.18.tar.gz
 /denemo-0.8.20.tar.gz
 /denemo-0.9.0.tar.gz
 /denemo-0.9.2.tar.gz
+/denemo-0.9.2.patch
diff --git a/denemo.spec b/denemo.spec
index 16af650..bb4e11a 100644
--- a/denemo.spec
+++ b/denemo.spec
@@ -1,11 +1,11 @@
 Summary:	Graphical music notation program
 Name:		denemo
 Version:	0.9.2
-Release:	0%{?dist}
+Release:	1%{?dist}
 License:	GPLv3+
 Group:		Applications/Multimedia
 Source:		ftp://ftp.gnu.org/gnu/denemo/denemo-%{version}.tar.gz
-#Patch:		denemo-%{version}.patch
+Patch:		denemo-%{version}.patch
 
 
 
@@ -96,12 +96,12 @@ This contains the directory common to all Denemo fonts.
 %prep
 %setup -q
 
-#%patch -p0
+%patch -p1
 
 %build
 %configure --enable-jack --enable-lash --with-included-smf
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} 
 chrpath -d src/denemo
 chmod 644 actions/*.scm
 
@@ -150,6 +150,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Nov 06 2011 Roy Rankin <rrankin at ihug.com.au> - 0.9.2-1
+ - Patch for glib include restriction
+
 * Tue Oct 25 2011 Roy Rankin <rrankin at ihug.com.au> - 0.9.2-0
  - Update for upstream release. For new features see
    http://savannah.gnu.org/forum/forum.php?forum_id=6962
diff --git a/sources b/sources
index daa8ef1..35216b4 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 6dbe944f45cf8818b199e831ac7a5e4f  denemo-0.9.2.tar.gz
+1a11d6af7ac2eb5b999e8913b3196830  denemo-0.9.2.patch


More information about the scm-commits mailing list