rpms/taglib-extras/devel taglib-extras-1.0.1-version.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 taglib-extras.spec, 1.11, 1.12

Rex Dieter rdieter at fedoraproject.org
Tue Sep 22 00:56:29 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/taglib-extras/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12226

Modified Files:
	.cvsignore sources taglib-extras.spec 
Added Files:
	taglib-extras-1.0.1-version.patch 
Log Message:
* Mon Sep 21 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.0.1-1
- taglib-extras-1.0.1


taglib-extras-1.0.1-version.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE taglib-extras-1.0.1-version.patch ---
diff -up taglib-extras-1.0.1/CMakeLists.txt.version taglib-extras-1.0.1/CMakeLists.txt
--- taglib-extras-1.0.1/CMakeLists.txt.version	2009-09-17 14:31:50.000000000 -0500
+++ taglib-extras-1.0.1/CMakeLists.txt	2009-09-21 19:40:38.076666807 -0500
@@ -29,7 +29,7 @@ endif (WIN32)
 
 set(TAGLIB-EXTRAS_LIB_MAJOR_VERSION "1")
 set(TAGLIB-EXTRAS_LIB_MINOR_VERSION "0")
-set(TAGLIB-EXTRAS_LIB_PATCH_VERSION "0")
+set(TAGLIB-EXTRAS_LIB_PATCH_VERSION "1")
 
 set(TAGLIB-EXTRAS_LIB_VERSION_STRING "${TAGLIB-EXTRAS_LIB_MAJOR_VERSION}.${TAGLIB-EXTRAS_LIB_MINOR_VERSION}.${TAGLIB-EXTRAS_LIB_PATCH_VERSION}")
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/taglib-extras/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	17 Sep 2009 18:58:57 -0000	1.9
+++ .cvsignore	22 Sep 2009 00:56:29 -0000	1.10
@@ -1 +1 @@
-taglib-extras-1.0.0.tar.gz
+taglib-extras-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/taglib-extras/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	17 Sep 2009 18:58:58 -0000	1.9
+++ sources	22 Sep 2009 00:56:29 -0000	1.10
@@ -1 +1 @@
-5882f2334f6e22dc9b28b2fc2fca4789  taglib-extras-1.0.0.tar.gz
+e973ca609b18e2c03c147ff9fd9e6eb8  taglib-extras-1.0.1.tar.gz


Index: taglib-extras.spec
===================================================================
RCS file: /cvs/pkgs/rpms/taglib-extras/devel/taglib-extras.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- taglib-extras.spec	17 Sep 2009 19:34:41 -0000	1.11
+++ taglib-extras.spec	22 Sep 2009 00:56:29 -0000	1.12
@@ -1,7 +1,7 @@
 Summary:        Taglib support for other formats 
 Name:           taglib-extras
-Version:        1.0.0 
-Release:        2%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 
 Group:          Applications/Multimedia
 # all LGPLv2, except for rmff/ which is GPLv2+/LGPLv2+
@@ -14,6 +14,9 @@ BuildRoot:      %(mktemp -ud %{_tmppath}
 # it's already in default linker search path
 Patch1: taglib-extras-0.1-multilib-1.patch
 
+## upstream patches
+Patch100: taglib-extras-1.0.1-version.patch
+
 BuildRequires: cmake >= 2.6.0
 BuildRequires: taglib-devel >= 1.6
 
@@ -38,6 +41,7 @@ Requires: taglib-devel
 %setup -q 
 
 %patch1 -p1 -b .multilib
+%patch100 -p1 -b .version
 
 
 %build
@@ -58,6 +62,7 @@ make install DESTDIR=%{buildroot} -C %{_
 %clean
 rm -rf %{buildroot} 
 
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -77,6 +82,9 @@ rm -rf %{buildroot} 
 
 
 %changelog
+* Mon Sep 21 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.0.1-1
+- taglib-extras-1.0.1
+
 * Thu Sep 17 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.0.0-2
 - drop (deprecated/no-op) kde integration
 




More information about the scm-commits mailing list