Hello community,

here is the log from the commit of package qoauth for openSUSE:Factory checked 
in at 2012-03-11 20:05:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qoauth (Old)
 and      /work/SRC/openSUSE:Factory/.qoauth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qoauth", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/qoauth/qoauth.changes    2011-12-09 
09:32:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qoauth.new/qoauth.changes       2012-03-11 
20:05:09.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Mar 10 16:49:23 UTC 2012 - crrodrig...@opensuse.org
+
+- Use RPM_OPT_FLAGS 
+- Fix -debuginfo generation..
+- Build with inlines-hidden
+
+-------------------------------------------------------------------

New:
----
  qoauth-rpmoptflags.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qoauth.spec ++++++
--- /var/tmp/diff_new_pack.y8KbTb/_old  2012-03-11 20:05:09.000000000 +0100
+++ /var/tmp/diff_new_pack.y8KbTb/_new  2012-03-11 20:05:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qoauth
 #
-# 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
@@ -27,6 +27,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libqca2-devel
 BuildRequires:  libqt4-devel
+Patch:          qoauth-rpmoptflags.patch
 %define debug_package_requires libqoauth1 = %version-%release
 
 %description
@@ -39,6 +40,7 @@
 
 %package -n libqoauth1
 Summary:        An attempt to support interaction with OAuth-powered network 
services
+Group:          Development/Libraries/C and C++
 
 %description -n libqoauth1
 QOAuth is an attempt to support interaction with OAuth-powered network services
@@ -50,6 +52,7 @@
 
 %package devel
 Summary:        Development files for QOAuth
+Group:          Development/Libraries/C and C++
 Requires:       libqoauth1 = %{version}
 
 %description devel
@@ -64,10 +67,8 @@
 
 %prep
 %setup -q -n qoauth-%{version}
-
+%patch -p1
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
 qmake
 make %{?jobs:-j %jobs}
 

++++++ qoauth-rpmoptflags.patch ++++++
Index: qoauth-1.0.1/qoauth.pro
===================================================================
--- qoauth-1.0.1.orig/qoauth.pro
+++ qoauth-1.0.1/qoauth.pro
@@ -1,5 +1,6 @@
 TEMPLATE = subdirs
-
+QMAKE_CXXFLAGS += -fvisibility-inlines-hidden $$(RPM_OPT_FLAGS)
+QMAKE_STRIP = true
 SUBDIRS += src tests
 
 CONFIG += ordered
Index: qoauth-1.0.1/src/src.pro
===================================================================
--- qoauth-1.0.1.orig/src/src.pro
+++ qoauth-1.0.1/src/src.pro
@@ -1,7 +1,8 @@
 TARGET = qoauth
 DESTDIR = ../lib
 win32:DLLDESTDIR = $${DESTDIR}
-
+QMAKE_CXXFLAGS = -fvisibility-inlines-hidden $$(RPM_OPT_FLAGS)
+QMAKE_STRIP = true
 VERSION = 1.0.1
 
 TEMPLATE = lib
Index: qoauth-1.0.1/tests/ft_interface/ft_interface.pro
===================================================================
--- qoauth-1.0.1.orig/tests/ft_interface/ft_interface.pro
+++ qoauth-1.0.1/tests/ft_interface/ft_interface.pro
@@ -1,6 +1,7 @@
 TARGET = ft_interface
 TEMPLATE = app
-
+QMAKE_CXXFLAGS += -fvisibility-inlines-hidden $$(RPM_OPT_FLAGS)
+QMAKE_STRIP = true
 DEFINES += UNIT_TEST
 include(../../oauth.prf)
 
Index: qoauth-1.0.1/tests/tests.pro
===================================================================
--- qoauth-1.0.1.orig/tests/tests.pro
+++ qoauth-1.0.1/tests/tests.pro
@@ -1,2 +1,4 @@
+QMAKE_CXXFLAGS += -fvisibility-inlines-hidden $$(RPM_OPT_FLAGS)
+QMAKE_STRIP = true
 TEMPLATE = subdirs
 SUBDIRS += ut_interface ft_interface
Index: qoauth-1.0.1/tests/ut_interface/ut_interface.pro
===================================================================
--- qoauth-1.0.1.orig/tests/ut_interface/ut_interface.pro
+++ qoauth-1.0.1/tests/ut_interface/ut_interface.pro
@@ -1,6 +1,7 @@
 TARGET = ut_interface
 TEMPLATE = app
-
+QMAKE_CXXFLAGS += -fvisibility-inlines-hidden $$(RPM_OPT_FLAGS)
+QMAKE_STRIP = true
 DEFINES += UNIT_TEST
 include(../../oauth.prf)
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to