Update to 1.2.1
This commit is contained in:
parent
e8713e2e4a
commit
8255b83f81
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/librepo-29872d4.tar.xz
|
||||
/librepo-c4ee6d2.tar.xz
|
||||
/librepo-4a8f93b.tar.xz
|
||||
/librepo-bc2c8a5.tar.xz
|
||||
|
10
librepo.spec
10
librepo.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user