Hello community,

here is the log from the commit of package libsigsegv for openSUSE:Factory 
checked in at 2017-06-01 16:28:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsigsegv (Old)
 and      /work/SRC/openSUSE:Factory/.libsigsegv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsigsegv"

Thu Jun  1 16:28:48 2017 rev:6 rq:497324 version:2.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsigsegv/libsigsegv.changes    2017-02-25 
00:46:04.461024759 +0100
+++ /work/SRC/openSUSE:Factory/.libsigsegv.new/libsigsegv.changes       
2017-06-01 16:28:50.048121130 +0200
@@ -1,0 +2,7 @@
+Mon May 22 13:36:14 UTC 2017 - [email protected]
+
+- Add gpg signature
+- Small spec file cleanup with spec-cleaner
+- Trim dependencies
+
+-------------------------------------------------------------------

New:
----
  libsigsegv-2.11.tar.gz.sig
  libsigsegv.keyring

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

Other differences:
------------------
++++++ libsigsegv.spec ++++++
--- /var/tmp/diff_new_pack.StIg9e/_old  2017-06-01 16:28:51.139967176 +0200
+++ /var/tmp/diff_new_pack.StIg9e/_new  2017-06-01 16:28:51.143966613 +0200
@@ -16,35 +16,30 @@
 #
 
 
-Name:           libsigsegv
 %define somajor            2
-%define lname      libsigsegv%somajor
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  gcc
-BuildRequires:  glibc-devel
-BuildRequires:  libtool
-BuildRequires:  make
-BuildRequires:  pkgconfig
+%define lname    libsigsegv%{somajor}
+Name:           libsigsegv
 Version:        2.11
 Release:        0
 Summary:        Library for Handling Page Faults in User Mode
 License:        GPL-2.0+
 Group:          System/Libraries
 Url:            https://www.gnu.org/software/libsigsegv/
-Source:         
ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source0:        
https://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-%{version}.tar.gz
+Source1:        
https://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-%{version}.tar.gz.sig
+Source2:        
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1#/%{name}.keyring
+BuildRequires:  pkgconfig
 
 %description
 This is a library for handling page faults in user mode. A page fault occurs
 when a program tries to access to a region of memory that is currently not
 available.
 
-%package -n %lname
+%package -n %{lname}
 Summary:        Library for Handling Page Faults in User Mode
 Group:          System/Libraries
 
-%description -n %lname
+%description -n %{lname}
 This is a library for handling page faults in user mode. A page fault occurs
 when a program tries to access to a region of memory that is currently not
 available.
@@ -52,7 +47,7 @@
 %package devel
 Summary:        Library for Handling Page Faults in User Mode
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %{version}-%{release}
+Requires:       %{lname} = %{version}-%{release}
 
 %description devel
 This is a library for handling page faults in user mode. A page fault occurs
@@ -78,28 +73,27 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
-%__rm "%{buildroot}%{_libdir}/libsigsegv.la"
+%make_install
+rm "%{buildroot}%{_libdir}/libsigsegv.la"
 
 %check
 %if 0%{?qemu_user_space_build:1}
 # qemu does not support stack overflows well ;)
-%__make check TESTS='sigsegv1 sigsegv2 sigsegv3'
+make %{?_smp_mflags} check TESTS='sigsegv1 sigsegv2 sigsegv3'
 %else
-%__make check
+make %{?_smp_mflags} check
 %endif
 
-%post   -n %lname -p /sbin/ldconfig
-%postun -n %lname -p /sbin/ldconfig
+%post   -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %files doc
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog* NEWS PORTING README
 
-%files -n %lname
+%files -n %{lname}
 %defattr(-,root,root)
-%{_libdir}/libsigsegv.so.%{somajor}
-%{_libdir}/libsigsegv.so.%{somajor}.*
+%{_libdir}/libsigsegv.so.%{somajor}*
 
 %files devel
 %defattr(-,root,root)


Reply via email to