From 468c06c16fed32866ce32fc18475edfa177945eb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Oct 2017 14:16:05 +0100 Subject: v1.9.15 --- php-getid3.spec | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'php-getid3.spec') diff --git a/php-getid3.spec b/php-getid3.spec index fc9d50e..76f7f3e 100644 --- a/php-getid3.spec +++ b/php-getid3.spec @@ -7,7 +7,7 @@ # # Please preserve changelog entries # -%global gh_commit 30bd11473b0eef6f1b47866ef7ab0a557917fc21 +%global gh_commit df9b441e547da1018b1be0e239bee095c9962c96 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner JamesHeinrich %global gh_project getID3 @@ -15,7 +15,7 @@ %global pk_project getid3 Name: php-%{pk_project} -Version: 1.9.14 +Version: 1.9.15 Release: 1%{?dist} Epoch: 1 License: LGPLv3+ @@ -25,7 +25,6 @@ URL: http://www.getid3.org/ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: php-fedora-autoloader-devel # from composer.json @@ -69,8 +68,6 @@ Autoloader: %{_datadir}/php/getid3/autoload.php %install -rm -rf %{buildroot} - mkdir -p %{buildroot}%{_datadir}/php cp -a getid3 %{buildroot}%{_datadir}/php/ @@ -86,12 +83,7 @@ exit ($ok ? 0 : 1); ' -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license licenses license.txt %doc changelog.txt dependencies.txt readme.txt structure.txt demos @@ -100,6 +92,9 @@ rm -rf %{buildroot} %changelog +* Mon Oct 30 2017 Remi Collet - 1.9.15-1 +- Update to 1.9.15 + * Tue Mar 28 2017 Remi Collet - 1:1.9.14-1 - Update to 1.9.14 - handle all classes in autoloader -- cgit