This commit is contained in:
Peter Robinson 2013-03-18 08:50:07 +00:00
parent 298db6a5f6
commit 8d538e7b13
2 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,8 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
Name: libplist
Version: 1.8
Release: 6%{?dist}
Version: 1.9
Release: 1%{?dist}
Summary: Library for manipulating Apple Binary and XML Property Lists
Group: System Environment/Libraries
@ -80,6 +80,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{python_sitearch}/plist*
%changelog
* Mon Mar 18 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.9-1
- New upstream 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 @@
2a9e0258847d50f9760dc3ece25f4dc6 libplist-1.8.tar.bz2
0f927ee53fdf710fc6be94e19eb9c6e9 libplist-1.9.tar.bz2