From 6c0dd63e49e3c0fcae839692845a186566588021 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 22 Mar 2011 09:08:18 +0000 Subject: [PATCH] v1.4 --- .gitignore | 1 + libplist.spec | 21 +++++++++++---------- sources | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 665bbfb..be60592 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ libplist-1.3.tar.bz2 +/libplist-1.4.tar.bz2 diff --git a/libplist.spec b/libplist.spec index 17f9973..05580e7 100644 --- a/libplist.spec +++ b/libplist.spec @@ -1,16 +1,14 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} -Name: libplist -Version: 1.3 -Release: 3%{?dist} -Summary: Library for manipulating Apple Binary and XML Property Lists +Name: libplist +Version: 1.4 +Release: 1%{?dist} +Summary: Library for manipulating Apple Binary and XML Property Lists -Group: System Environment/Libraries -License: LGPLv2+ -URL: http://matt.colyer.name/projects/iphone-linux/ - -Source0: http://cloud.github.com/downloads/JonathanBeck/%{name}/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Group: System Environment/Libraries +License: LGPLv2+ +URL: http://www.libimobiledevice.org/ +Source0: http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2 BuildRequires: libxml2-devel BuildRequires: glib2-devel @@ -81,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/plist %changelog +* Tue Mar 22 2011 Peter Robinson 1.4-1 +- stable 1.4 release + * Tue Feb 08 2011 Fedora Release Engineering - 1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 3780140..38fde89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f48f4da8ddba5d7e186307622bf2c62 libplist-1.3.tar.bz2 +2ef8bf33d9aeb078c6d8b6ecafbc6396 libplist-1.4.tar.bz2