diff --git a/python-feedgen.spec b/python-feedgen.spec index 1d812fe..ad4cb79 100644 --- a/python-feedgen.spec +++ b/python-feedgen.spec @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel +BuildRequires: python2-devel BuildRequires: python-setuptools Requires: python-lxml Requires: python-dateutil @@ -52,7 +52,13 @@ rm -rf $RPM_BUILD_ROOT %changelog * Mon Jul 22 2013 Lars Kiesow - 0.2.5-1 -- Update to version 0.2.5 +- Updated to 0.2.5-1 + +* Thu May 16 2013 Lars Kiesow - 0.2.4-1 +- Update to 0.2.4 + +* Tue May 14 2013 Lars Kiesow - 0.2.3-1 +- Update to 0.2.3 * Sun May 5 2013 Lars Kiesow - 0.2.2-1 - Update to version 0.2.2 diff --git a/readme.md b/readme.md index ec3856e..72c8bc8 100644 --- a/readme.md +++ b/readme.md @@ -26,9 +26,9 @@ Installation If you are running Fedora Linux, Redhat Enterprise Linux, CentOS or Scientific Linux you can use one of the following packages: -- [python-feedgen-0.2.4-1.fc18.noarch.rpm](https://docs.google.com/file/d/0B_bDfxNKSsxpVTVLZDEwenM5VkE/edit?usp=sharing) -- [python-feedgen-0.2.4-1.fc17.noarch.rpm](https://docs.google.com/file/d/0B_bDfxNKSsxpWDNvQlVQLVVlTEU/edit?usp=sharing) -- [python-feedgen-0.2.4-1.el6.noarch.rpm](https://docs.google.com/file/d/0B_bDfxNKSsxpZ2ZJVHRPWGRub2s/edit?usp=sharing) +- [python-feedgen-0.2.5-1.fc19.noarch.rpm](http://larskiesow.de/python-feedgen/python-feedgen-0.2.5-1.fc19.noarch.rpm) +- [python-feedgen-0.2.5-1.fc17.noarch.rpm](http://larskiesow.de/python-feedgen/python-feedgen-0.2.5-1.fc17.noarch.rpm) +- [python-feedgen-0.2.5-1.el6.noarch.rpm](http://larskiesow.de/python-feedgen/python-feedgen-0.2.5-1.el6.noarch.rpm) Simply download the file and run:: @@ -36,7 +36,7 @@ Simply download the file and run:: If you want to build RPMs for other distributions you can use the following Source RPM: -- [python-feedgen-0.2.4-1.fc18.src.rpm](https://docs.google.com/file/d/0B_bDfxNKSsxpQkJzWTdnSEUwMms/edit?usp=sharing) +- [python-feedgen-0.2.5-1.fc19.src.rpm](http://larskiesow.de/python-feedgen/python-feedgen-0.2.5-1.fc19.src.rpm) **Using pip**