This commit is contained in:
Peter Robinson 2013-03-19 18:55:49 +00:00
parent 8d538e7b13
commit 53c2c7521b
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
Name: libplist
Version: 1.9
Version: 1.10
Release: 1%{?dist}
Summary: Library for manipulating Apple Binary and XML Property Lists
@ -80,8 +80,11 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{python_sitearch}/plist*
%changelog
* Tue Mar 19 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.10-1
- New upstream 1.10 release
* Mon Mar 18 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.9-1
- New upstream release
- New upstream 1.9 release
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
0f927ee53fdf710fc6be94e19eb9c6e9 libplist-1.9.tar.bz2
fe642d0c8602d70c408994555c330dd1 libplist-1.10.tar.bz2