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 - 1.2-1 +- bump to 1.2 (a mere two years late!) + * Wed Feb 09 2011 Fedora Release Engineering - 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