[libplist] 1.6

Peter Robinson pbrobinson at fedoraproject.org
Fri Aug 12 11:44:26 UTC 2011


commit 192139000985203d8bfca0f683f40a3bb7f3857b
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Aug 12 12:44:12 2011 +0100

    1.6

 .gitignore    |    2 ++
 libplist.spec |   13 +++++++------
 sources       |    2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be60592..0ef2253 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 libplist-1.3.tar.bz2
 /libplist-1.4.tar.bz2
+/libplist-1.5.tar.bz2
+/libplist-1.6.tar.bz2
diff --git a/libplist.spec b/libplist.spec
index 05580e7..9eb4e3e 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.4
+Version:       1.6
 Release:       1%{?dist}
 Summary:       Library for manipulating Apple Binary and XML Property Lists
 
@@ -11,7 +11,6 @@ URL:           http://www.libimobiledevice.org/
 Source0:       http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
 
 BuildRequires: libxml2-devel
-BuildRequires: glib2-devel
 BuildRequires: python-devel
 BuildRequires: swig
 BuildRequires: cmake
@@ -48,12 +47,8 @@ make %{?_smp_mflags}
 
 %install
 export CMAKE_PREFIX_PATH=/usr
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -79,6 +74,12 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/plist
 
 %changelog
+* Sat Jun 25 2011 Peter Robinson <pbrobinson at gmail.com> 1.6-1
+- 1.6 release
+
+* Mon Jun 13 2011 Peter Robinson <pbrobinson at gmail.com> 1.5-1
+- 1.5 release
+
 * Tue Mar 22 2011 Peter Robinson <pbrobinson at gmail.com> 1.4-1
 - stable 1.4 release
 
diff --git a/sources b/sources
index 38fde89..3c824bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ef8bf33d9aeb078c6d8b6ecafbc6396  libplist-1.4.tar.bz2
+78fe4b8fb50e0bad267ffc6e77081cbe  libplist-1.6.tar.bz2


More information about the scm-commits mailing list