rpms/taglib-extras/F-10 taglib-extras-1.0.1-version.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 taglib-extras.spec, 1.6, 1.7

Rex Dieter rdieter at fedoraproject.org
Wed Sep 30 17:19:39 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/taglib-extras/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7330

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/F-10/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	16 Sep 2009 14:32:32 -0000	1.7
+++ .cvsignore	30 Sep 2009 17:19:38 -0000	1.8
@@ -1 +1 @@
-taglib-extras-0.1.7.tar.gz
+taglib-extras-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/taglib-extras/F-10/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	16 Sep 2009 14:32:32 -0000	1.7
+++ sources	30 Sep 2009 17:19:39 -0000	1.8
@@ -1 +1 @@
-09bf9c89d953a238b55ac74bf9db0be3  taglib-extras-0.1.7.tar.gz
+e973ca609b18e2c03c147ff9fd9e6eb8  taglib-extras-1.0.1.tar.gz


Index: taglib-extras.spec
===================================================================
RCS file: /cvs/pkgs/rpms/taglib-extras/F-10/taglib-extras.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- taglib-extras.spec	16 Sep 2009 14:32:32 -0000	1.6
+++ taglib-extras.spec	30 Sep 2009 17:19:39 -0000	1.7
@@ -1,6 +1,6 @@
 Summary:        Taglib support for other formats 
 Name:           taglib-extras
-Version:        0.1.7
+Version:        1.0.1
 Release:        1%{?dist}
 
 Group:          Applications/Multimedia
@@ -14,9 +14,13 @@ 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
-BuildRequires: kdelibs4-devel
+BuildRequires: taglib-devel >= 1.6
+
+Requires: taglib%{?_isa} => 1.6
 
 %description
 Taglib-extras delivers support for reading and editing the meta-data of 
@@ -37,12 +41,13 @@ Requires: taglib-devel
 %setup -q 
 
 %patch1 -p1 -b .multilib
+%patch100 -p1 -b .version
 
 
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}   
-%{cmake} -DWITH_KDE=1 ..
+%{cmake} ..
 popd                        
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -57,6 +62,7 @@ make install DESTDIR=%{buildroot} -C %{_
 %clean
 rm -rf %{buildroot} 
 
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -65,7 +71,7 @@ rm -rf %{buildroot} 
 %files
 %defattr(-,root,root,-)
 %doc COPYING.LGPL
-%{_libdir}/libtag-extras.so.0*
+%{_libdir}/libtag-extras.so.1*
 
 %files devel
 %defattr(-,root,root,-)
@@ -76,6 +82,15 @@ 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
+
+* Thu Sep 17 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.0.0-1
+- taglib-extras-1.0.0 (API/ABI bump)
+
 * Wed Sep 09 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.1.7-1
 - taglib-extras-0.1.7
 




More information about the scm-commits mailing list