rpms/taglib-sharp/F-13 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 taglib-sharp.spec, 1.11, 1.12

chkr chkr at fedoraproject.org
Sun Feb 28 16:07:21 UTC 2010


Author: chkr

Update of /cvs/pkgs/rpms/taglib-sharp/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29289

Modified Files:
	.cvsignore sources taglib-sharp.spec 
Log Message:
* Sun Feb 28 2010 Christian Krause <chkr at fedoraproject.org> - 2.0.3.6-1
- Update to 2.0.3.6
- Fix compilation on x86_64



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/taglib-sharp/F-13/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	25 Feb 2009 14:56:44 -0000	1.3
+++ .cvsignore	28 Feb 2010 16:07:21 -0000	1.4
@@ -1 +1 @@
-taglib-sharp-2.0.3.2.tar.bz2
+taglib-sharp-2.0.3.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/taglib-sharp/F-13/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	25 Feb 2009 14:56:44 -0000	1.3
+++ sources	28 Feb 2010 16:07:21 -0000	1.4
@@ -1 +1 @@
-c186acb0436de2e46b0ead9c1a27f20e  taglib-sharp-2.0.3.2.tar.bz2
+c763001d12178d1820464f6395d237f6  taglib-sharp-2.0.3.6.tar.bz2


Index: taglib-sharp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/taglib-sharp/F-13/taglib-sharp.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- taglib-sharp.spec	18 Feb 2010 15:22:21 -0000	1.11
+++ taglib-sharp.spec	28 Feb 2010 16:07:21 -0000	1.12
@@ -1,8 +1,8 @@
 %define debug_package %{nil}
 
 Name:    taglib-sharp
-Version: 2.0.3.2
-Release: 5%{?dist}.1
+Version: 2.0.3.6
+Release: 1%{?dist}
 Summary: Provides tag reading and writing for Banshee and other Mono apps
 
 Group:   System Environment/Libraries
@@ -40,6 +40,9 @@ Development files for taglib-sharp.
 %setup -q
 %patch0 -p1 -b .libdir
 
+sed -i -e 's!$(prefix)/lib!%{_libdir}!g' \
+    -e 's!${exec_prefix}/lib!%{_libdir}!g' configure
+
 %build
 # Docs are broken.
 %configure --disable-docs
@@ -67,6 +70,10 @@ sed -i 's|${exec_prefix}/lib|%{_libdir}|
 %{_libdir}/pkgconfig/taglib-sharp.pc
 
 %changelog
+* Sun Feb 28 2010 Christian Krause <chkr at fedoraproject.org> - 2.0.3.6-1
+- Update to 2.0.3.6
+- Fix compilation on x86_64
+
 * Thu Feb 18 2010 Karsten Hopp <karsten at redhat.com> 2.0.3.2-5.1
 - enable s390, s390x where we have mono now
 



More information about the scm-commits mailing list