Hello community,

here is the log from the commit of package orbit2 for openSUSE:Factory checked 
in at 2013-04-02 12:33:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orbit2 (Old)
 and      /work/SRC/openSUSE:Factory/.orbit2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orbit2", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/orbit2/orbit2.changes    2013-02-01 
19:14:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.orbit2.new/orbit2.changes       2013-04-02 
12:33:52.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Mar  7 23:09:42 UTC 2013 - [email protected]
+
+- Add "#undef G_DISABLE_DEPRECATED" to the generated config.h, to
+  allow the usage of deprectaed glib symbols (e.g. g_thread_*). 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ orbit2.spec ++++++
--- /var/tmp/diff_new_pack.AjTGTE/_old  2013-04-02 12:33:53.000000000 +0200
+++ /var/tmp/diff_new_pack.AjTGTE/_new  2013-04-02 12:33:53.000000000 +0200
@@ -25,15 +25,15 @@
 %ifarch ppc64
 Obsoletes:      orbit2-64bit
 %endif
+Version:        2.14.19
+Release:        0
 #
 Summary:        High-Performance CORBA Object Request Broker
 License:        LGPL-2.1+
 Group:          System/Libraries
-Version:        2.14.19
-Release:        0
+Url:            http://www.gnome.org/
 Source:         
ftp://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/%{_name}-%{version}.tar.bz2
 Source99:       baselibs.conf
-Url:            http://www.gnome.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -58,8 +58,8 @@
 %endif
 #
 Requires:       %{name} = %{version}
-Requires:       glib2-devel
 Requires:       libidl-devel
+Requires:       pkgconfig(glib-2.0)
 
 %description devel
 ORBit is a high-performance CORBA (Common Object Request Broker
@@ -76,8 +76,8 @@
 Summary:        High-Performance CORBA Object Request Broker
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          System/Libraries
-Provides:       ORBit2-doc
 Requires:       %{name} = %{version}
+Provides:       ORBit2-doc
 %if 0%{?suse_version} >= 1120
 BuildArch:      noarch
 %endif
@@ -99,14 +99,15 @@
 %build
 %configure\
        --disable-static
-%__make %{?jobs:-j%jobs}
+echo "#undef G_DISABLE_DEPRECATED" >> config.h
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to