bump to 1.2, since it's been out for two years..
This commit is contained in:
parent
a56d6ad682
commit
11c5950d58
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
simplepie_1.1.3.zip
|
||||
/simplepie_1.2.zip
|
||||
|
|
|
|||
|
|
@ -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@redhat.com> - 1.2-1
|
||||
- bump to 1.2 (a mere two years late!)
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
ec48020d3ee5cd0d907635fdb0d86a08 simplepie_1.1.3.zip
|
||||
69a897e7501d1f3deb106ef566b88390 simplepie_1.2.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue