diff --git a/.cvsignore b/.cvsignore index 5780ea9..6212006 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -taglib-1.6.2.tar.gz +taglib-1.6.3.tar.gz diff --git a/sources b/sources index a556714..e215440 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7c936a07acfc53b2beda4151a0f66336 taglib-1.6.2.tar.gz +ddf02f4e1d2dc30f76734df806e613eb taglib-1.6.3.tar.gz diff --git a/taglib-1.6.2-version.patch b/taglib-1.6.2-version.patch deleted file mode 100644 index 8018da4..0000000 --- a/taglib-1.6.2-version.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -up taglib-1.6.2/CMakeLists.txt.version taglib-1.6.2/CMakeLists.txt ---- taglib-1.6.2/CMakeLists.txt.version 2009-10-31 04:23:58.000000000 -0500 -+++ taglib-1.6.2/CMakeLists.txt 2010-04-12 12:41:33.283034565 -0500 -@@ -40,7 +40,7 @@ endif (WIN32) - - SET(TAGLIB_LIB_MAJOR_VERSION "1") - SET(TAGLIB_LIB_MINOR_VERSION "6") --SET(TAGLIB_LIB_PATCH_VERSION "1") -+SET(TAGLIB_LIB_PATCH_VERSION "2") - - SET(TAGLIB_LIB_VERSION_STRING "${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}") - -diff -up taglib-1.6.2/taglib-config.cmake.version taglib-1.6.2/taglib-config.cmake ---- taglib-1.6.2/taglib-config.cmake.version 2010-04-12 12:45:04.243035643 -0500 -+++ taglib-1.6.2/taglib-config.cmake 2010-04-12 12:44:23.969034972 -0500 -@@ -34,7 +34,7 @@ do - flags="$flags -I$includedir/taglib" - ;; - --version) -- echo 1.6.2 -+ echo ${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION} - ;; - --prefix) - echo $prefix -diff -up taglib-1.6.2/taglib.pc.cmake.version taglib-1.6.2/taglib.pc.cmake -diff -up taglib-1.6.2/taglib.pc.in.version taglib-1.6.2/taglib.pc.in ---- taglib-1.6.2/taglib.pc.in.version 2009-09-03 13:05:58.000000000 -0500 -+++ taglib-1.6.2/taglib.pc.in 2010-04-12 12:35:19.120033452 -0500 -@@ -6,6 +6,6 @@ includedir=@includedir@ - Name: TagLib - Description: Audio meta-data library - Requires: --Version: 1.6 -+Version: 1.6.2 - Libs: -L${libdir} -ltag - Cflags: -I${includedir}/taglib diff --git a/taglib.spec b/taglib.spec index 9b447c4..a4e3cad 100644 --- a/taglib.spec +++ b/taglib.spec @@ -11,8 +11,8 @@ %global apidocdir __api-doc_fedora Name: taglib -Version: 1.6.2 -Release: 2%{?dist} +Version: 1.6.3 +Release: 1%{?dist} Summary: Audio Meta-Data Library Group: System Environment/Libraries @@ -31,7 +31,6 @@ Patch1: taglib-1.5b1-multilib.patch Patch2: taglib-1.5rc1-multilib.patch ## upstream patches -Patch100: taglib-1.6.2-version.patch BuildRequires: cmake BuildRequires: pkgconfig @@ -84,8 +83,6 @@ Files needed when building software with %{name}. ## omit for now %patch2 -p1 -b .multilib -%patch100 -p1 -b .version - %build mkdir -p %{_target_platform} @@ -160,6 +157,9 @@ rm -rf %{buildroot} %changelog +* Tue Apr 20 2010 Rex Dieter - 1.6.3-1 +- taglib-1.6.3 + * Mon Apr 19 2010 Rex Dieter - 1.6.2-3 - cosmetics, tighten %%files