Hello community,

here is the log from the commit of package orbit2 for openSUSE:Factory checked 
in at 2018-03-09 10:42:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orbit2 (Old)
 and      /work/SRC/openSUSE:Factory/.orbit2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orbit2"

Fri Mar  9 10:42:59 2018 rev:38 rq:583027 version:2.14.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/orbit2/orbit2.changes    2013-12-19 
12:50:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.orbit2.new/orbit2.changes       2018-03-09 
10:43:02.326365532 +0100
@@ -1,0 +2,10 @@
+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.4OW1CA/_old  2018-03-09 10:43:03.254332111 +0100
+++ /var/tmp/diff_new_pack.4OW1CA/_new  2018-03-09 10:43:03.254332111 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package orbit2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,28 +16,22 @@
 #
 
 
-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,9 +62,9 @@
 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
@@ -83,18 +72,14 @@
 %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\
@@ -102,29 +87,23 @@
 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
 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
@@ -137,7 +116,6 @@
 %{_datadir}/idl/orbit-2.0/
 
 %files doc
-%defattr(-, root, root)
 %doc %{_datadir}/gtk-doc/html/ORBit2/
 
 %changelog


Reply via email to