Hello community,

here is the log from the commit of package libidl for openSUSE:Factory checked 
in at 2018-03-08 10:52:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libidl (Old)
 and      /work/SRC/openSUSE:Factory/.libidl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libidl"

Thu Mar  8 10:52:07 2018 rev:31 rq:583047 version:0.8.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/libidl/libidl.changes    2017-10-21 
20:17:13.839770671 +0200
+++ /work/SRC/openSUSE:Factory/.libidl.new/libidl.changes       2018-03-08 
10:52:09.036890343 +0100
@@ -1,0 +2,10 @@
+Mon Mar  5 15:41:27 UTC 2018 - jeng...@inai.de
+
+- Fix SRPM groups. Update summaries. Remove ineffective --with-pic.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:35:27 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libidl.spec ++++++
--- /var/tmp/diff_new_pack.ZkSAbL/_old  2018-03-08 10:52:09.676867304 +0100
+++ /var/tmp/diff_new_pack.ZkSAbL/_new  2018-03-08 10:52:09.680867160 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libidl
 #
-# 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,22 +16,21 @@
 #
 
 
-Name:           libidl
 %define _name libIDL
-Url:            http://www.gnome.org
+Name:           libidl
 Version:        0.8.14
 Release:        0
 # NOTE: on upgrade to a new upstream version, change the Obsoletes from <= to 
< (here and in baselibs.conf)
 Summary:        IDL Parsing Library
-License:        LGPL-2.1+
-Group:          System/Libraries
+License:        LGPL-2.1-or-later
+Group:          Development/Libraries/GNOME
+Url:            http://www.gnome.org
 Source:         
http://ftp.gnome.org/pub/GNOME/sources/%{_name}/0.8/%{_name}-%{version}.tar.bz2
 Source99:       baselibs.conf
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  glib2-devel
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 LibIDL is a small library for creating parse trees of CORBA
@@ -45,10 +44,6 @@
 Provides:       %{name} = %{version}
 # Note: we keep <= (and a rpmlint warning...) until we get a version higher 
than 0.8.14 (when this provides/obsoletes was introduced)
 Obsoletes:      %{name} <= %{version}
-# bug437293
-%ifarch ppc64
-Obsoletes:      libidl-64bit
-%endif
 #
 
 %description -n libIDL-2-0
@@ -58,15 +53,11 @@
 different CORBA implementations.
 
 %package devel
-Summary:        Include Files and Libraries mandatory for Development
+Summary:        Development files for the IDL parsing library
 Group:          Development/Languages/Other
 Requires:       libIDL-2-0 = %{version}
-Requires(post): %install_info_prereq
-Requires(postun): %install_info_prereq
-# bug437293
-%ifarch ppc64
-Obsoletes:      libidl-devel-64bit
-%endif
+Requires(post): %{install_info_prereq}
+Requires(postun): %{install_info_prereq}
 #
 
 %description devel
@@ -84,27 +75,21 @@
 autoconf
 %endif
 %configure\
-       --disable-static \
 %if 0%{?mageia}
        --disable-dependency-tracking \
 %endif
-       --with-pic
-make %{?jobs:-j%jobs}
+       --disable-static
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
-mkdir -p $RPM_BUILD_ROOT%{_datadir}
-mkdir $RPM_BUILD_ROOT%{_datadir}/idl
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
+mkdir -p %{buildroot}%{_datadir}
+mkdir %{buildroot}%{_datadir}/idl
 rm -f %{buildroot}%{_infodir}/dir
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n libIDL-2-0 -p /sbin/ldconfig
-
 %postun -n libIDL-2-0 -p /sbin/ldconfig
-
 %post devel
 %install_info --info-dir=%{_infodir} %{_infodir}/%{_name}2.info%{ext_info}
 
@@ -112,17 +97,16 @@
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/%{_name}2.info%{ext_info}
 
 %files -n libIDL-2-0
-%defattr(-,root,root)
-%doc COPYING ChangeLog AUTHORS README* NEWS BUGS tstidl.c
+%license COPYING
+%doc ChangeLog AUTHORS README* NEWS BUGS tstidl.c
 %{_libdir}/libIDL-2.so.*
 # generic directory for idl files
 %dir %{_datadir}/idl
 
 %files devel
-%defattr(-,root,root)
 %{_bindir}/%{_name}-config-2
 %{_includedir}/*
-%doc %{_infodir}/%{_name}2.info%{ext_info}
+%{_infodir}/%{_name}2.info%{ext_info}
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/libIDL-2.so
 


Reply via email to