Hello community, here is the log from the commit of package orbit2 for openSUSE:Leap:15.2 checked in at 2020-01-30 14:49:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/orbit2 (Old) and /work/SRC/openSUSE:Leap:15.2/.orbit2.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "orbit2" Thu Jan 30 14:49:46 2020 rev:12 rq:757853 version:2.14.19 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/orbit2/orbit2.changes 2020-01-15 15:37:35.107034349 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.orbit2.new.26092/orbit2.changes 2020-01-30 14:50:32.206906814 +0100 @@ -1,0 +2,24 @@ +Thu Dec 5 20:19:05 UTC 2019 - Michael Gorse <[email protected]> + +- Re-add libname-server2.a to -devel package on SLE/Leap. It is + needed to build libbonobo, which SLE still needs to ship. +- Pass -ffat-lto-objects to CFLAGS on SLE/Leap; needed for static + library. +- Minor spec clean-up. + +------------------------------------------------------------------- +Sat Sep 7 07:30:39 UTC 2019 - Bjørn Lie <[email protected]> + +- Delete static build from devel package. + +------------------------------------------------------------------- +Mon Mar 5 14:55:25 UTC 2018 - [email protected] + +- Update RPM groups, trim descriptions and ensure neutrality of it. + +------------------------------------------------------------------- +Mon Mar 5 13:26:52 UTC 2018 - [email protected] + +- Modernize spec file using spec-cleaner. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ orbit2.spec ++++++ --- /var/tmp/diff_new_pack.quLW2w/_old 2020-01-30 14:50:33.606907559 +0100 +++ /var/tmp/diff_new_pack.quLW2w/_new 2020-01-30 14:50:33.642907578 +0100 @@ -1,7 +1,7 @@ # # spec file for package orbit2 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,32 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -Name: orbit2 %define _name ORBit2 -BuildRequires: gtk-doc -BuildRequires: libidl-devel -Provides: ORBit2 -# bug437293 -%ifarch ppc64 -Obsoletes: orbit2-64bit -%endif +Name: orbit2 Version: 2.14.19 Release: 0 -# -Summary: High-Performance CORBA Object Request Broker -License: LGPL-2.1+ +Summary: CORBA Object Request Broker +License: LGPL-2.1-or-later Group: System/Libraries Url: http://www.gnome.org/ Source: ftp://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/%{_name}-%{version}.tar.bz2 Source99: baselibs.conf -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: gtk-doc +BuildRequires: libidl-devel +Provides: ORBit2 %description -ORBit is a high-performance CORBA (Common Object Request Broker +ORBit is a CORBA (Common Object Request Broker Architecture) ORB (Object Request Broker). It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. CORBA is an architecture that enables @@ -48,21 +42,16 @@ use the CORBA technology ORBit implementation. %package devel -Summary: Include Files and Libraries mandatory for Development -License: LGPL-2.1+ +Summary: Development files for the orbit2 CORBA implementation +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Provides: ORBit2-devel -# bug437293 -%ifarch ppc64 -Obsoletes: orbit2-devel-64bit -%endif -# Requires: %{name} = %{version} Requires: libidl-devel Requires: pkgconfig(glib-2.0) +Provides: ORBit2-devel %description devel -ORBit is a high-performance CORBA (Common Object Request Broker +ORBit is a CORBA (Common Object Request Broker Architecture) ORB (object request broker). It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. CORBA is an architecture that enables @@ -73,71 +62,66 @@ use the ORBit implementation of the CORBA technology. %package doc -Summary: High-Performance CORBA Object Request Broker -License: GPL-2.0+ and LGPL-2.1+ -Group: System/Libraries +Summary: Documentation for the orbit2 CORBA implementation +License: GPL-2.0-or-later AND LGPL-2.1-or-later +Group: Documentation/HTML Requires: %{name} = %{version} Provides: ORBit2-doc -%if 0%{?suse_version} >= 1120 BuildArch: noarch -%endif %description doc -ORBit is a high-performance CORBA (Common Object Request Broker -Architecture) ORB (Object Request Broker). It allows programs to send -requests and receive replies from other programs, regardless of the -locations of the two programs. CORBA is an architecture that enables -communication between program objects, regardless of the programming -language they are written in or the operating system they run on. +ORBit is a CORBA (Common Object Request Broker Architecture) ORB +(Object Request Broker). You will need to install this package if you want to run programs that use the CORBA technology ORBit implementation. %prep -%setup -n %{_name}-%{version} +%setup -q -n %{_name}-%{version} %build -%configure\ +%if 0%{?suse_version} < 1550 +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects +%endif +%configure \ --disable-static echo "#undef G_DISABLE_DEPRECATED" >> config.h # Do not use parallel make since there is a .deps directory creation # race in idl-compiler/orbit-idl-c-backend.c:out_for_pass -#make %{?_smp_mflags} -make +make -j1 %install %make_install +%if 0%{?suse_version} >= 1550 +find %{buildroot} -type f -name "*.a" -delete -print +%endif find %{buildroot} -type f -name "*.la" -delete -print -%clean -rm -rf %{buildroot} - %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %files -%defattr(-, root, root) -%doc AUTHORS COPYING NEWS README TODO +%license COPYING +%doc AUTHORS NEWS README TODO %{_bindir}/linc-cleanup-sockets %{_libdir}/*.so.* %{_libdir}/orbit-2.0/ %files devel -%defattr(-, root, root) %{_bindir}/ior-decode-2 %{_bindir}/orbit-idl-2 %{_bindir}/orbit2-config %{_bindir}/typelib-dump %{_includedir}/orbit-2.0/ %{_libdir}/*.so +%if 0%{?suse_version} < 1550 %{_libdir}/libname-server-2.a +%endif %{_libdir}/pkgconfig/ORBit-*.pc %{_datadir}/aclocal/ORBit2.m4 %{_datadir}/idl/orbit-2.0/ %files doc -%defattr(-, root, root) %doc %{_datadir}/gtk-doc/html/ORBit2/ %changelog
