Hello community,

here is the log from the commit of package file for openSUSE:Factory checked in 
at 2017-10-25 17:43:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/file (Old)
 and      /work/SRC/openSUSE:Factory/.file.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "file"

Wed Oct 25 17:43:22 2017 rev:104 rq:533649 version:5.32

Changes:
--------
--- /work/SRC/openSUSE:Factory/file/file.changes        2017-10-09 
19:36:08.483440414 +0200
+++ /work/SRC/openSUSE:Factory/.file.new/file.changes   2017-10-25 
17:43:24.578993608 +0200
@@ -1,0 +2,7 @@
+Sun Oct  8 00:06:58 UTC 2017 - [email protected]
+
+- Update package summaries. Replace old RPM constructs.
+- Remove --with-pic which is useless with --disable-static.
+- Edit pre_checkin.sh to remove dead python3 file.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ file.spec ++++++
--- /var/tmp/diff_new_pack.dpY2SF/_old  2017-10-25 17:43:27.566853380 +0200
+++ /var/tmp/diff_new_pack.dpY2SF/_new  2017-10-25 17:43:27.566853380 +0200
@@ -73,7 +73,7 @@
 used by apsfilter to permit automatic printing of different file types.
 
 %package magic
-Summary:        The magic files for libmagic to use
+Summary:        Database for libmagic to help identify files
 Group:          Productivity/File utilities
 Obsoletes:      libmagic-data < %{version}
 Provides:       libmagic-data = %{version}
@@ -86,7 +86,7 @@
 to estimate a file's type.
 
 %package -n %libname
-Summary:        Library with file's functionality
+Summary:        Library for heuristic file type identification
 Group:          System/Libraries
 Provides:       file:%{_libdir}/libmagic.so.%{somajor}
 Requires:       file-magic = %{version}
@@ -95,7 +95,7 @@
 This library reads magic files and detects file types. Used by file command
 
 %package devel
-Summary:        Include Files and Libraries mandatory for Development
+Summary:        Development files for libmagic, a library to determine file 
types
 Group:          Development/Libraries/C and C++
 Provides:       file:/usr/include/magic.h
 Requires:       %libname = %{version}
@@ -140,9 +140,9 @@
 rm -f Magdir/*,v Magdir/*~
 rm -f ltcf-c.sh ltconfig ltmain.sh
 autoreconf -fiv
-CFLAGS="$RPM_OPT_FLAGS -DHOWMANY=69632 -fPIE"
-%configure --disable-silent-rules --datadir=%{_miscdir} --disable-static 
--with-pic --enable-fsect-man5
-%{__make} %{?_smp_mflags} pkgdatadir='$(datadir)' LDFLAGS="-pie"
+export CFLAGS="%{optflags} -DHOWMANY=69632 -fPIE"
+%configure --disable-silent-rules --datadir=%{_miscdir} --disable-static 
--enable-fsect-man5
+make %{?_smp_mflags} pkgdatadir='$(datadir)' LDFLAGS="-pie"
 
 %install
 export LANG=POSIX
@@ -162,7 +162,7 @@
 find %{buildroot}%{_bindir}/file %{_bindir}/ /%{_lib}/ %{_libdir}/ | \
        xargs %{buildroot}%{_bindir}/file -m %{buildroot}%{_miscdir}/magic
 unset LD_LIBRARY_PATH
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+rm -f %{buildroot}%{_libdir}/*.la
 
 %post -n %libname -p /sbin/ldconfig
 

++++++ python-magic.spec ++++++
--- /var/tmp/diff_new_pack.dpY2SF/_old  2017-10-25 17:43:27.582852629 +0200
+++ /var/tmp/diff_new_pack.dpY2SF/_new  2017-10-25 17:43:27.586852440 +0200
@@ -42,7 +42,7 @@
 %python_subpackages
 
 %description
-This package contains the python binding that require the magic "file"
+This package contains the Python binding that require the magic "file"
 interface.
 
 %prep

++++++ pre_checkin.sh ++++++
--- /var/tmp/diff_new_pack.dpY2SF/_old  2017-10-25 17:43:27.686847747 +0200
+++ /var/tmp/diff_new_pack.dpY2SF/_new  2017-10-25 17:43:27.686847747 +0200
@@ -2,4 +2,3 @@
 # This script is called automatically during autobuild checkin.
 version=$(grep '^Version:.*' file.spec)
 sed -ri "s,^Version:.*,$version," python-magic.spec
-sed -ri "s,^Version:.*,$version," python3-magic.spec


Reply via email to