Update to 1.2.1

This commit is contained in:
Tomas Mlcoch 2013-10-07 13:44:04 +02:00
parent e8713e2e4a
commit 8255b83f81
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/librepo-29872d4.tar.xz
/librepo-c4ee6d2.tar.xz
/librepo-4a8f93b.tar.xz
/librepo-bc2c8a5.tar.xz

View File

@ -1,9 +1,9 @@
%global gitrev 4a8f93b
%global gitrev bc2c8a5
# gitrev is output of: git rev-parse --short HEAD
Name: librepo
Version: 1.2.0
Release: 2%{?dist}
Version: 1.2.1
Release: 1%{?dist}
Summary: Repodata downloading library
Group: System Environment/Libraries
@ -118,6 +118,10 @@ popd
%{python3_sitearch}/
%changelog
* Mon Oct 07 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.2.1-1
- Open fd right before downloading and close them immediately after
download. (RhBug: 1015957)
* Thu Oct 03 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.2.0-2
- Add target for Python 3 to the spec file
- Fix few python3 related issues

View File

@ -1 +1 @@
4092edd99e7153c9d3604ff8da6e092a librepo-4a8f93b.tar.xz
738edb5e6e67b6a50585d97bf56952be librepo-bc2c8a5.tar.xz