New RPMs for v0.2.5

This commit is contained in:
Lars Kiesow 2013-07-22 01:08:26 +02:00
parent 8b99518a40
commit 4c5a7d1d94
2 changed files with 12 additions and 6 deletions

View file

@ -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 <lkiesow@uos.de> - 0.2.5-1
- Update to version 0.2.5
- Updated to 0.2.5-1
* Thu May 16 2013 Lars Kiesow <lkiesow@uos.de> - 0.2.4-1
- Update to 0.2.4
* Tue May 14 2013 Lars Kiesow <lkiesow@uos.de> - 0.2.3-1
- Update to 0.2.3
* Sun May 5 2013 Lars Kiesow <lkiesow@uos.de> - 0.2.2-1
- Update to version 0.2.2

View file

@ -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**