Hello community, here is the log from the commit of package libprison for openSUSE:Factory checked in at 2012-03-02 13:48:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libprison (Old) and /work/SRC/openSUSE:Factory/.libprison.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libprison", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libprison/libprison.changes 2011-09-23 02:09:16.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libprison.new/libprison.changes 2012-03-02 13:48:58.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Mar 2 01:46:58 UTC 2012 - crrodrig...@opensuse.org + +- Build with fvisibility-inlines-hidden , in this case + this saves only dozen symbol table entries. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libprison.spec ++++++ --- /var/tmp/diff_new_pack.EBfczC/_old 2012-03-02 13:49:00.000000000 +0100 +++ /var/tmp/diff_new_pack.EBfczC/_new 2012-03-02 13:49:00.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libprison # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,15 +16,14 @@ # - Name: libprison %define rname prison Version: 1.0 -Release: 1 -License: MIT +Release: 0 Summary: Qt api to produce QRCode and DataMatrix barcodes -Url: https://projects.kde.org/projects/prison +License: MIT Group: Development/Libraries/C and C++ +Url: https://projects.kde.org/projects/prison Source: %{rname}-%{version}.tar.bz2 BuildRequires: cmake BuildRequires: kde4-filesystem @@ -38,7 +37,6 @@ barcodes and DataMatrix barcodes, and can easily be made support more. %package -n libprison0 -License: MIT Summary: Qt api to produce QRCode and DataMatrix barcodes Group: Development/Libraries/C and C++ @@ -47,7 +45,6 @@ barcodes and DataMatrix barcodes, and can easily be made support more. %package devel -License: MIT Summary: Qt api to produce QRCode and DataMatrix barcodes Group: Development/Libraries/C and C++ Requires: libprison0 = %{version} @@ -57,9 +54,10 @@ barcodes and DataMatrix barcodes, and can easily be made support more. %prep -%setup -n %{rname}-%{version} +%setup -q -n %{rname}-%{version} %build +export RPM_OPT_FLAGS="%optflags -fvisibility-inlines-hidden" %cmake_kde4 -d build %make_jobs -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org