[php-simplepie] bump to 1.2, since it's been out for two years..

Adam Williamson adamwill at fedoraproject.org
Wed Aug 31 00:19:48 UTC 2011


commit 11c5950d58ebcc3e68950da7073cf53825531ac1
Author: Adam Williamson <awilliam at redhat.com>
Date:   Tue Aug 30 17:19:26 2011 -0700

    bump to 1.2, since it's been out for two years..

 .gitignore         |    1 +
 php-simplepie.spec |    9 ++++++---
 sources            |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1c97b5b..93980eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 simplepie_1.1.3.zip
+/simplepie_1.2.zip
diff --git a/php-simplepie.spec b/php-simplepie.spec
index c79aa50..0ddbf1c 100644
--- a/php-simplepie.spec
+++ b/php-simplepie.spec
@@ -1,6 +1,6 @@
 Name:		php-simplepie
-Version:	1.1.3
-Release:	5%{?dist}
+Version:	1.2
+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 %{version}
+%setup -qn simplepie_%{version}
 chmod -x demo/cli_test.php
 chmod -x demo/for_the_demo/mediaplayer_readme.htm
 
@@ -47,6 +47,9 @@ rm -rf  %{buildroot}
 
 
 %changelog
+* Tue Aug 30 2011 Adam Williamson <awilliam at redhat.com> - 1.2-1
+- bump to 1.2 (a mere two years late!)
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index c4e6722..73b5cf3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec48020d3ee5cd0d907635fdb0d86a08  simplepie_1.1.3.zip
+69a897e7501d1f3deb106ef566b88390  simplepie_1.2.zip


More information about the scm-commits mailing list