Hello community, here is the log from the commit of package libfreehand for openSUSE:Factory checked in at 2014-07-27 18:47:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfreehand (Old) and /work/SRC/openSUSE:Factory/.libfreehand.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfreehand" Changes: -------- --- /work/SRC/openSUSE:Factory/libfreehand/libfreehand.changes 2014-01-23 15:47:26.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libfreehand.new/libfreehand.changes 2014-07-27 18:47:11.000000000 +0200 @@ -1,0 +2,8 @@ +Mon May 26 09:45:24 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: ---- libfreehand-0.0.0.tar.xz New: ---- libfreehand-0.1.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfreehand.spec ++++++ --- /var/tmp/diff_new_pack.ZXOqdz/_old 2014-07-27 18:47:12.000000000 +0200 +++ /var/tmp/diff_new_pack.ZXOqdz/_new 2014-07-27 18:47:12.000000000 +0200 @@ -16,25 +16,25 @@ # -%define libname libfreehand-0_0-0 - +%define libname libfreehand-0_1-1 Name: libfreehand -Version: 0.0.0 +Version: 0.1.0 Release: 0 Summary: Library for import of FreeHand drawings License: MPL-2.0 Group: Productivity/Publishing/Word Url: http://www.freedesktop.org/wiki/Software/libfreehand -Source0: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz +Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gperf -BuildRequires: libwpd-devel >= 0.9.0 -BuildRequires: libwpg-devel >= 0.2.0 -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: xz -BuildRequires: zlib-devel +BuildRequires: pkgconfig(librevenge-0.0) +BuildRequires: pkgconfig(librevenge-generators-0.0) +BuildRequires: pkgconfig(librevenge-stream-0.0) +BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -53,8 +53,6 @@ Summary: Files for Developing with libfreehand Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} -Requires: libwpd-devel -Requires: libwpg-devel %description devel Libfreehand is library providing ability to interpret and import Adobe/Macromedia @@ -83,7 +81,7 @@ %setup -q %build -export CXXFLAGS="%optflags -fvisibility-inlines-hidden" +export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" %configure \ --disable-werror \ --disable-static \ @@ -91,9 +89,9 @@ make %{?_smp_mflags} V=1 %install -make DESTDIR=%{buildroot} install +make DESTDIR=%{buildroot} install %{?_smp_mflags} -rm %{buildroot}%{_libdir}/*.la +find %{buildroot} -type f -name "*.la" -delete -print cp -p AUTHORS COPYING ChangeLog %{buildroot}%{_docdir}/%{name}-devel/ @@ -105,7 +103,7 @@ %files -n %{libname} %defattr(-,root,root) -%{_libdir}/*.so.0* +%{_libdir}/*.so.* %files devel %defattr(-,root,root) ++++++ libfreehand-0.0.0.tar.xz -> libfreehand-0.1.0.tar.xz ++++++ ++++ 5963 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
