Hello community,

here is the log from the commit of package unshield for openSUSE:Factory 
checked in at 2019-10-03 14:08:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unshield (Old)
 and      /work/SRC/openSUSE:Factory/.unshield.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unshield"

Thu Oct  3 14:08:42 2019 rev:28 rq:734653 version:1.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/unshield/unshield.changes        2019-09-26 
20:37:01.859216306 +0200
+++ /work/SRC/openSUSE:Factory/.unshield.new.2352/unshield.changes      
2019-10-03 14:08:46.124206915 +0200
@@ -1,0 +2,5 @@
+Wed Oct  2 15:44:29 UTC 2019 - Martin Pluskal <[email protected]>
+
+- Fix typo in macro
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ unshield.spec ++++++
--- /var/tmp/diff_new_pack.XGTbbA/_old  2019-10-03 14:08:47.084204445 +0200
+++ /var/tmp/diff_new_pack.XGTbbA/_new  2019-10-03 14:08:47.084204445 +0200
@@ -23,7 +23,6 @@
 Release:        0
 Summary:        A Program to Extract InstallShield Cabinet Files
 License:        MIT
-Group:          Productivity/Archiving/Compression
 URL:            https://github.com/twogood/unshield
 Source0:        
https://github.com/twogood/unshield/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM armv7l-fpic.patch [email protected] -- fix armv7l 
build
@@ -41,7 +40,6 @@
 
 %package -n %{libname}
 Summary:        A Program to Extract InstallShield Cabinet Files
-Group:          System/Libraries
 
 %description -n %{libname}
 Cabinet (.CAB) files are a form of archive, which is used by the
@@ -50,7 +48,6 @@
 
 %package devel
 Summary:        Header files, libraries and development documentation for 
%{libname}
-Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}
 Provides:       lib%{name} = %{version}
 Obsoletes:      lib%{name} < %{version}
@@ -66,7 +63,7 @@
 
 %build
 %cmake
-cmake_build
+%cmake_build
 
 %install
 %cmake_install
@@ -75,18 +72,15 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %license LICENSE
 %doc README.md
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/lib%{name}.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/lib%{name}.h
 %{_libdir}/lib%{name}.so
 %{_libdir}/pkgconfig/lib%{name}.pc


Reply via email to