From 9447b8cc0e1d40c3375682f17753ef0fc7438933 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 12 Jan 2012 23:10:21 +0000 Subject: [PATCH] 1.8 --- .gitignore | 6 +----- libplist.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6ac95fb..cd095cc 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libplist.spec b/libplist.spec index 837870b..d1e4744 100644 --- a/libplist.spec +++ b/libplist.spec @@ -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 - 1.8-1 +- 1.8 release + * Mon Sep 26 2011 Peter Robinson - 1.7-1 - 1.7 release diff --git a/sources b/sources index ac1c366..6bc3774 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a663dac780571ac874447e16e70967cf libplist-1.7.tar.bz2 +2a9e0258847d50f9760dc3ece25f4dc6 libplist-1.8.tar.bz2