[php-getid3] new release 1.9.8

Adam Williamson adamwill at fedoraproject.org
Wed Aug 20 14:46:55 UTC 2014


commit 1c7ee47c6c6e2180d2e70f880ae4d8186042aa68
Author: Adam Williamson <awilliam at redhat.com>
Date:   Wed Aug 20 07:46:37 2014 -0700

    new release 1.9.8

 .gitignore      |    1 +
 php-getid3.spec |   15 +++++++++------
 sources         |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2b92554..d4cf85e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 getid3-2.0.0b5.zip
 /getid3-1.9.3-20111213.zip
 /getID3-1.9.7.zip
+/getID3-1.9.8-20140511.zip
diff --git a/php-getid3.spec b/php-getid3.spec
index 11e4d76..7e77048 100644
--- a/php-getid3.spec
+++ b/php-getid3.spec
@@ -1,13 +1,14 @@
+%global date 20140511
+
 Name:      php-getid3
-Version:   1.9.7
-Release:   2%{?dist}
+Version:   1.9.8
+Release:   1%{?dist}
 Epoch:     1
 License:   LGPLv3+
 Summary:   The PHP media file parser
 Group:     Development/Libraries
 URL:       http://getid3.sourceforge.net/
-Source0:   http://downloads.sourceforge.net/getid3/getID3-%{version}.zip
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:   http://downloads.sourceforge.net/getid3/getID3-%{version}-%{date}.zip
 Requires:  php-common >= 5.0.0
 Requires:  php-gd
 BuildArch: noarch
@@ -19,7 +20,7 @@ other multimedia file formats (Ogg, WMA, WMV, ASF, WAV, AVI,
 AAC, VQF, FLAC, MusePack, Real, QuickTime, Monkey's Audio, MIDI and more).
 
 %prep
-%setup -q -n getID3-%{version}
+%setup -q -c
 for i in ./*.txt licenses/*.txt demos/*.php; do
       iconv -f iso-8859-1 -t utf-8 < "$i" > "${i}_"
       touch -r "$i" "${i}_"
@@ -40,11 +41,13 @@ cp -a getid3 %{buildroot}%{_datadir}/php/
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc changelog.txt dependencies.txt licenses readme.txt structure.txt demos
 %{_datadir}/php/getid3
 
 %changelog
+* Wed Aug 20 2014 Adam Williamson <awilliam at redhat.com> - 1:1.9.8-1
+- new release 1.9.8
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.9.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index d854b8e..1a28eae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-156687ccda391102f9b5c2c55d209c44  getID3-1.9.7.zip
+64712d3562e60fae6be887c4aab85a27  getID3-1.9.8-20140511.zip


More information about the scm-commits mailing list