New upstream release 2.1.0
This commit is contained in:
parent
48b64637b6
commit
8d43a9eb56
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/talloc-2.0.6.tar.gz
|
/talloc-2.0.6.tar.gz
|
||||||
/talloc-2.0.7.tar.gz
|
/talloc-2.0.7.tar.gz
|
||||||
/talloc-2.0.8.tar.gz
|
/talloc-2.0.8.tar.gz
|
||||||
|
/talloc-2.1.0.tar.gz
|
||||||
|
|||||||
@ -5,8 +5,8 @@
|
|||||||
%{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print(get_python_version())")}
|
%{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print(get_python_version())")}
|
||||||
|
|
||||||
Name: libtalloc
|
Name: libtalloc
|
||||||
Version: 2.0.8
|
Version: 2.1.0
|
||||||
Release: 3%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Summary: The talloc library
|
Summary: The talloc library
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
@ -115,6 +115,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -n pytalloc -p /sbin/ldconfig
|
%postun -n pytalloc -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 10 2013 Jakub Hrozek <jhrozek@redhat.com> - 2.1.0-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.8-3
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.8-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user