Hello community,

here is the log from the commit of package libevent for openSUSE:Factory 
checked in at 2015-03-19 20:34:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libevent (Old)
 and      /work/SRC/openSUSE:Factory/.libevent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libevent"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libevent/libevent.changes        2015-02-27 
11:03:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libevent.new/libevent.changes   2015-03-19 
20:34:59.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Mar 14 09:10:46 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Add gpg signature
+- Enable tests that do not require network connection
+
+-------------------------------------------------------------------

New:
----
  libevent-2.0.22-stable.tar.gz.asc
  libevent.keyring

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

Other differences:
------------------
++++++ libevent.spec ++++++
--- /var/tmp/diff_new_pack.jUkqvn/_old  2015-03-19 20:35:05.000000000 +0100
+++ /var/tmp/diff_new_pack.jUkqvn/_new  2015-03-19 20:35:05.000000000 +0100
@@ -16,9 +16,8 @@
 #
 
 
-Name:           libevent
 %define         libsoname %{name}-2_0-5
-
+Name:           libevent
 Version:        2.0.22
 Release:        0
 Summary:        An event notification library
@@ -26,12 +25,12 @@
 Group:          System/Libraries
 Url:            http://libevent.org/
 Source0:        
https://sourceforge.net/projects/levent/files/libevent/libevent-2.0/%{name}-%{version}-stable.tar.gz
-Source1:        baselibs.conf
+Source1:        
https://sourceforge.net/projects/levent/files/libevent/libevent-2.0/%{name}-%{version}-stable.tar.gz.asc
+Source2:        %{name}.keyring
+Source3:        baselibs.conf
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
-Requires(pre):  %fillup_prereq
-Requires(pre):  %insserv_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -77,9 +76,9 @@
 Group:          Development/Libraries/C and C++
 Requires:       %{libsoname} = %{version}
 Requires:       glibc-devel
-Provides:       %{name}:/usr/include/event.h
 # Both have /usr/include/event.h
 Conflicts:      libev-devel
+Provides:       %{name}:%{_includedir}/event.h
 
 %description devel
 The libevent API provides a mechanism to execute a callback function
@@ -102,12 +101,17 @@
 %setup -q  -n %{name}-%{version}-stable
 
 %build
-%configure --disable-static
+%configure \
+       --disable-static \
+       --disable-libevent-regress
 make %{?_smp_mflags}
 
+%check
+make check
+
 %install
-%makeinstall
-find %{buildroot}%{_libdir} -name "*.la" -delete -print
+%make_install %{?_smp_mflags}
+find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
 
 %post    -n %{libsoname} -p /sbin/ldconfig
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to