Hello community, here is the log from the commit of package libcdr for openSUSE:Factory checked in at 2014-07-27 18:47:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcdr (Old) and /work/SRC/openSUSE:Factory/.libcdr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcdr" Changes: -------- --- /work/SRC/openSUSE:Factory/libcdr/libcdr.changes 2014-04-14 20:28:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libcdr.new/libcdr.changes 2014-07-27 18:47:07.000000000 +0200 @@ -1,0 +2,14 @@ +Fri Jul 25 07:15:32 UTC 2014 - [email protected] + +- Added patch: libcdr-0.1.0-pkgconfig.patch + * Remove the Requires.private which breaks SLE11 builds + +------------------------------------------------------------------- +Mon May 26 09:30:13 UTC 2014 - [email protected] + +- Upgrade to upstream version 0.1.0 + * ABI change + * Remove dependency on libwpd-devel and libwpg-devel + * Add dependency on librevenge-devel + +------------------------------------------------------------------- Old: ---- libcdr-0.0.16.tar.xz New: ---- libcdr-0.1.0-pkgconfig.patch libcdr-0.1.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcdr.spec ++++++ --- /var/tmp/diff_new_pack.IM1x08/_old 2014-07-27 18:47:08.000000000 +0200 +++ /var/tmp/diff_new_pack.IM1x08/_new 2014-07-27 18:47:08.000000000 +0200 @@ -16,26 +16,30 @@ # -%define libname libcdr-0_0-0 +%define libname libcdr-0_1-1 Name: libcdr -Version: 0.0.16 +Version: 0.1.0 Release: 0 Summary: Library for parsing the Corel Draw file format structure License: MPL-2.0 Group: Productivity/Publishing/Word Url: http://www.freedesktop.org/wiki/Software/libcdr -Source0: http://dev-www.libreoffice.org/src/libcdr-%{version}.tar.xz +Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz # note: the main package is empty, it only sets a sane name for the source rpm +Patch0: libcdr-0.1.0-pkgconfig.patch BuildRequires: boost-devel BuildRequires: doxygen +BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libicu-devel -BuildRequires: liblcms2-devel -BuildRequires: libwpd-devel >= 0.9.5 -BuildRequires: libwpg-devel >= 0.2.0 -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: xz -BuildRequires: zlib-devel +BuildRequires: pkgconfig(lcms2) +BuildRequires: pkgconfig(librevenge-0.0) +BuildRequires: pkgconfig(librevenge-generators-0.0) +BuildRequires: pkgconfig(librevenge-stream-0.0) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -54,8 +58,6 @@ Summary: Files for Developing with libcdr Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} -Requires: libwpd-devel -Requires: libwpg-devel %description devel libcdr is a library for parsing the Corel Draw file format structure. It is @@ -82,6 +84,7 @@ %prep %setup -q +%patch0 -p1 %build export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" @@ -95,6 +98,8 @@ mkdir -p %{buildroot}%{_docdir}/%{name} cp -p AUTHORS COPYING.* ChangeLog %{buildroot}%{_docdir}/%{name} +%fdupes -s %{buildroot} + %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig ++++++ libcdr-0.1.0-pkgconfig.patch ++++++ --- libcdr-0.1.0/libcdr.pc.in 2014-04-16 19:06:20.000000000 +0200 +++ libcdr-0.1.0/libcdr.pc.in 2014-07-25 09:14:23.096910474 +0200 @@ -9,5 +9,3 @@ Requires: librevenge-0.0 librevenge-stream-0.0 Libs: -L${libdir} -lcdr-@CDR_MAJOR_VERSION@.@CDR_MINOR_VERSION@ Cflags: -I${includedir}/libcdr-@CDR_MAJOR_VERSION@.@CDR_MINOR_VERSION@ - -Requires.private: icu-i18n lcms2 zlib ++++++ libcdr-0.0.16.tar.xz -> libcdr-0.1.0.tar.xz ++++++ ++++ 13201 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
