This commit is contained in:
Peter Robinson 2012-01-12 23:10:21 +00:00
parent ebb28c0602
commit 9447b8cc0e
3 changed files with 6 additions and 7 deletions

6
.gitignore vendored
View File

@ -1,5 +1 @@
libplist-1.3.tar.bz2
/libplist-1.4.tar.bz2
/libplist-1.5.tar.bz2
/libplist-1.6.tar.bz2
/libplist-1.7.tar.bz2
/libplist-*.tar.bz2

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.7
Version: 1.8
Release: 1%{?dist}
Summary: Library for manipulating Apple Binary and XML Property Lists
@ -74,6 +74,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{python_sitearch}/plist
%changelog
* Thu Jan 12 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8-1
- 1.8 release
* Mon Sep 26 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7-1
- 1.7 release

View File

@ -1 +1 @@
a663dac780571ac874447e16e70967cf libplist-1.7.tar.bz2
2a9e0258847d50f9760dc3ece25f4dc6 libplist-1.8.tar.bz2