[php-simplepie] Upgrade to 1.3.1

Nick Bebout nb at fedoraproject.org
Thu Dec 13 03:22:30 UTC 2012


commit 203c39c3494e3b50a0f4973caa600d024fa34db6
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Wed Dec 12 21:22:18 2012 -0600

    Upgrade to 1.3.1

 .gitignore         |    1 +
 php-simplepie.spec |   12 +++++++-----
 sources            |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 93980eb..be5476c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 simplepie_1.1.3.zip
 /simplepie_1.2.zip
+/simplepie_1.3.1.zip
diff --git a/php-simplepie.spec b/php-simplepie.spec
index e0400ae..38e6e6f 100644
--- a/php-simplepie.spec
+++ b/php-simplepie.spec
@@ -1,6 +1,6 @@
 Name:		php-simplepie
-Version:	1.2
-Release:	3%{?dist}
+Version:	1.3.1
+Release:	1%{?dist}
 Summary:	Simple RSS Library in PHP
 
 Group:		Development/Libraries
@@ -18,7 +18,7 @@ beginners and veterans alike, SimplePie is focused on speed, ease of use,
 compatibility and standards compliance.
 
 %prep
-%setup -qn simplepie_%{version}
+%setup -qn simplepie-simplepie-e9472a1
 chmod -x demo/cli_test.php
 chmod -x demo/for_the_demo/mediaplayer_readme.htm
 
@@ -30,7 +30,6 @@ chmod -x demo/for_the_demo/mediaplayer_readme.htm
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}/%{_datadir}/php/%{name}
-cp -a create.php simplepie.inc  %{buildroot}/%{_datadir}/php/%{name}/
  
 
 
@@ -41,12 +40,15 @@ rm -rf  %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.txt demo
+%doc LICENSE.txt demo
 %{_datadir}/php/%{name}
 
 
 
 %changelog
+* Wed Dec 12 2012 Nick Bebout <nb at fedoraproject.org> - 1.3.1-1
+- Update to 1.3.1
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 73b5cf3..07a8829 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-69a897e7501d1f3deb106ef566b88390  simplepie_1.2.zip
+fae363964a80b21bc2d0bc616fe0f40d  simplepie_1.3.1.zip


More information about the scm-commits mailing list