Hello community, here is the log from the commit of package quazip for openSUSE:Factory checked in at 2014-10-23 14:19:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/quazip (Old) and /work/SRC/openSUSE:Factory/.quazip.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "quazip" Changes: -------- --- /work/SRC/openSUSE:Factory/quazip/quazip.changes 2013-09-11 13:09:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.quazip.new/quazip.changes 2014-10-23 14:19:43.000000000 +0200 @@ -1,0 +2,7 @@ +Sat Oct 11 01:50:43 UTC 2014 - [email protected] + +- quazip-devel should require pkgconfig(qtcore) +- Build shared library with -fvisibility-inlines-hidden +- Ensure doxygen does not create html files with timestamps. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ quazip.spec ++++++ --- /var/tmp/diff_new_pack.iZQflu/_old 2014-10-23 14:19:44.000000000 +0200 +++ /var/tmp/diff_new_pack.iZQflu/_new 2014-10-23 14:19:44.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package quazip # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,6 @@ Url: http://quazip.sourceforge.net/ Source0: http://sourceforge.net/projects/quazip/files/quazip/%{version}/quazip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build - BuildRequires: doxygen BuildRequires: fdupes BuildRequires: graphviz @@ -50,6 +49,7 @@ Summary: Development files for %{name} Group: Development/Libraries/C and C++ Requires: libquazip1 = %{version}-%{release} +Requires: pkgconfig(QtCore) %description devel The %{name}-devel package contains libraries and header files for @@ -68,8 +68,9 @@ %setup -q %build +echo 'HTML_TIMESTAMP=NO' >> Doxyfile pushd quazip -qmake PREFIX=%{_prefix} QMAKE_CFLAGS="%optflags" QMAKE_CXXFLAGS="%optflags" +qmake PREFIX=%{_prefix} QMAKE_CFLAGS="%optflags" QMAKE_CXXFLAGS="%optflags -fvisibility-inlines-hidden" %__make %{?_smp_mflags} popd doxygen -u -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
