From 3be8af50629de37069571194cae7198570318edf Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 7 Dec 2009 20:24:38 +0000 Subject: [PATCH] - Upstream stable 1.0.0 release --- .cvsignore | 2 +- libplist.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index e7aa3a5..90d7a65 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libplist-0.16.tar.bz2 +libplist-1.0.tar.bz2 diff --git a/libplist.spec b/libplist.spec index 9dba0ea..6f898a0 100644 --- a/libplist.spec +++ b/libplist.spec @@ -1,8 +1,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: libplist -Version: 0.16 -Release: 3%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Library for manipulating Apple Binary and XML Property Lists Group: System Environment/Libraries @@ -10,7 +10,6 @@ License: LGPLv2+ URL: http://matt.colyer.name/projects/iphone-linux/ Source0: http://cloud.github.com/downloads/JonathanBeck/%{name}/%{name}-%{version}.tar.bz2 -Patch0: libplist-0.16-fix-python-lib-path.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml2-devel @@ -85,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/libplist %changelog +* Mon Dec 7 2009 Peter Robinson 1.0.0-1 +- Upstream stable 1.0.0 release + * Thu Oct 29 2009 Peter Robinson 0.16-3 - Actually add patch for python diff --git a/sources b/sources index 4ea1d86..efae602 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2fffd7723df3cbd76a05a1867f1fbf2 libplist-0.16.tar.bz2 +84f1dc5206a4b275f7d9ceb573613a63 libplist-1.0.tar.bz2