From 4e3cb5a4cc1d3fd8d1f4f1465a6173bb83665de4f788b50473a6ca29939d267b Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 21 Apr 2011 09:52:21 +0000 Subject: [PATCH] Accepting request 66937 from devel:libraries:c_c++ Accepted submit request 66937 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/66937 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libplist?expand=0&rev=9 --- libplist-1.3.tar.bz2 | 3 --- ...kgconfig.patch => libplist-1.4-pkgconfig.patch | 2 +- libplist-1.4.tar.bz2 | 3 +++ libplist.changes | 13 +++++++++++++ libplist.spec | 15 +++++++-------- 5 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 libplist-1.3.tar.bz2 rename libplist-1.3-pkgconfig.patch => libplist-1.4-pkgconfig.patch (87%) create mode 100644 libplist-1.4.tar.bz2 diff --git a/libplist-1.3.tar.bz2 b/libplist-1.3.tar.bz2 deleted file mode 100644 index db8e25b..0000000 --- a/libplist-1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:982c8aac59cdc3fafc925a407a29b6cf367c5ec9bad6ad509fe5ea25d3e5b6b0 -size 67642 diff --git a/libplist-1.3-pkgconfig.patch b/libplist-1.4-pkgconfig.patch similarity index 87% rename from libplist-1.3-pkgconfig.patch rename to libplist-1.4-pkgconfig.patch index 7dc161a..c60cb2c 100644 --- a/libplist-1.3-pkgconfig.patch +++ b/libplist-1.4-pkgconfig.patch @@ -4,7 +4,7 @@ Name: libplist Description: A library to handle Apple Property Lists whereas they are binary or XML Version: ${LIBPLIST_VERSION} --Requires: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1 +-Requires.private: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1 +#Requires.private: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1 Libs: -L${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} -lplist Cflags: -I${CMAKE_INSTALL_PREFIX}/include diff --git a/libplist-1.4.tar.bz2 b/libplist-1.4.tar.bz2 new file mode 100644 index 0000000..b2ff670 --- /dev/null +++ b/libplist-1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad226abe1131a72e7ecbb2b921ad92f54b8e787c2281c89b00145b519479a71 +size 68176 diff --git a/libplist.changes b/libplist.changes index 7014987..6884ddd 100644 --- a/libplist.changes +++ b/libplist.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Mar 20 18:17:36 CEST 2011 - opensuse@sukimashita.com + +- Update to version 1.4 + * New maintainer and source location + * Update AUTHORS from git history + * Fix Unicode writing in binary plists + * Update plist doctype + * Fix Dictionary copy constructor + * Fix Mac OS X library install path detection + * Plug memory leak when writing Unicode data +- Remove pkgconfig patch due to upstream fixes + ------------------------------------------------------------------- Wed Dec 8 21:18:28 UTC 2010 - cristian.rodriguez@opensuse.org diff --git a/libplist.spec b/libplist.spec index 60955e3..08f8dd8 100644 --- a/libplist.spec +++ b/libplist.spec @@ -1,5 +1,5 @@ # -# spec file for package libplist (Version 1.3) +# spec file for package libplist (Version 1.4) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,11 +18,11 @@ Name: libplist -Version: 1.3 -Release: 4 +Version: 1.4 +Release: 1 License: LGPL v2.1 or GPL v2 Summary: Library for handling Apple Binary and XML Property Lists -Url: http://github.com/JonathanBeck/libplist +Url: http://cgit.sukimashita.com/libplist.git Group: System/Libraries Source: %{name}-%{version}.tar.bz2 BuildRequires: cmake @@ -33,8 +33,7 @@ BuildRequires: python-devel BuildRequires: swig BuildRoot: %{_tmppath}/%{name}-%{version}-build #remove when pkgconfig is fixed to handle Requires.private correctly -Patch0: libplist-1.3-pkgconfig.patch - +Patch0: libplist-1.4-pkgconfig.patch %description libplist is a library for handling Apple Binary and XML Property Lists. @@ -139,12 +138,12 @@ rm -rf %{buildroot} %files -n libplist1 %defattr(-,root,root) -%doc AUTHORS COPYING.LESSER README +%doc AUTHORS COPYING.LESSER README NEWS %{_libdir}/libplist.so.* %files -n libplist++1 %defattr(-,root,root) -%doc AUTHORS COPYING.LESSER README +%doc AUTHORS COPYING.LESSER README NEWS %{_libdir}/libplist++.so.* %files -n plutil