taglib.h: fix TAGLIB_MINOR_VERSION
This commit is contained in:
parent
0732b66bd3
commit
5d191f2e08
12
taglib-1.8-version.patch
Normal file
12
taglib-1.8-version.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up taglib-1.8/taglib/toolkit/taglib.h.version taglib-1.8/taglib/toolkit/taglib.h
|
||||
--- taglib-1.8/taglib/toolkit/taglib.h.version 2012-09-06 13:03:15.000000000 -0500
|
||||
+++ taglib-1.8/taglib/toolkit/taglib.h 2012-09-13 08:30:49.543468318 -0500
|
||||
@@ -27,7 +27,7 @@
|
||||
#define TAGLIB_H
|
||||
|
||||
#define TAGLIB_MAJOR_VERSION 1
|
||||
-#define TAGLIB_MINOR_VERSION 7
|
||||
+#define TAGLIB_MINOR_VERSION 8
|
||||
#define TAGLIB_PATCH_VERSION 0
|
||||
|
||||
#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 1))
|
@ -12,7 +12,7 @@
|
||||
|
||||
Name: taglib
|
||||
Version: 1.8
|
||||
Release: 0.1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Audio Meta-Data Library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -31,7 +31,8 @@ Patch1: taglib-1.5b1-multilib.patch
|
||||
# try 2, kiss omit -L%_libdir
|
||||
Patch2: taglib-1.5rc1-multilib.patch
|
||||
|
||||
## upstream patches
|
||||
## upstreamable patches
|
||||
Patch50: taglib-1.8-version.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: pkgconfig
|
||||
@ -81,6 +82,7 @@ Files needed when building software with %{name}.
|
||||
# patch1 not applied
|
||||
## omit for now
|
||||
%patch2 -p1 -b .multilib
|
||||
%patch50 -p1 -b .version
|
||||
|
||||
|
||||
%build
|
||||
@ -148,6 +150,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 13 2012 Rex Dieter <rdieter@fedoraproject.org> 1.8-2
|
||||
- taglib.h: fix TAGLIB_MINOR_VERSION
|
||||
|
||||
* Thu Sep 06 2012 Rex Dieter <rdieter@fedoraproject.org> 1.8-1
|
||||
- taglib-1.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user