Hello community,

here is the log from the commit of package liboop for openSUSE:Factory checked 
in at 2018-02-09 15:48:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liboop (Old)
 and      /work/SRC/openSUSE:Factory/.liboop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liboop"

Fri Feb  9 15:48:09 2018 rev:17 rq:574112 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/liboop/liboop.changes    2012-02-07 
14:46:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.liboop.new/liboop.changes       2018-02-09 
15:48:10.894021859 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 08:04:14 UTC 2018 - aloi...@gmx.com
+
+- Update to version 1.0.1
+  * no changelog supplied
+  * new maintainer and homepage
+
+- Spec cleanup
+
+-------------------------------------------------------------------

Old:
----
  liboop.tar.bz2

New:
----
  liboop-1.0.1.tar.gz
  liboop-1.0.1.tar.gz.sig

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

Other differences:
------------------
++++++ liboop.spec ++++++
--- /var/tmp/diff_new_pack.AqoWA7/_old  2018-02-09 15:48:11.829988248 +0100
+++ /var/tmp/diff_new_pack.AqoWA7/_new  2018-02-09 15:48:11.833988104 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liboop
 #
-# Copyright (c) 2012 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,16 +16,16 @@
 #
 
 
-Name:           liboop
 %define lname  liboop4
-Version:        1.0
+Name:           liboop
+Version:        1.0.1
 Release:        0
-Url:            http://liboop.org/
 Summary:        Low-Level Event Loop Management Library
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
-Source:         http://download.ofb.net/liboop/liboop.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Url:            https://www.lysator.liu.se/liboop
+Source:         https://ftp.lysator.liu.se/pub/liboop/liboop-%{version}.tar.gz
+Source1:        
https://ftp.lysator.liu.se/pub/liboop/liboop-%{version}.tar.gz.sig
 BuildRequires:  pkgconfig
 
 %description
@@ -37,16 +37,10 @@
 processes use these mechanisms for almost all external communication,
 liboop can be used as the basis for almost any application.
 
-
-
-Authors:
---------
-    Dan Egnor <egnor at ofb dot net>
-
 %package -n %lname
 Summary:        Low-Level Event Loop Management Library
-Group:          System/Libraries
 #O/P added for 12.1
+Group:          System/Libraries
 Obsoletes:      liboop < %version-%release
 Provides:       liboop = %version-%release
 
@@ -68,12 +62,6 @@
 This package contains the static libraries and header files needed to
 develop programs which make use of the liboop programming interface.
 
-
-
-Authors:
---------
-    Dan Egnor <egnor at ofb dot net>
-
 %prep
 %setup -q
 
@@ -85,7 +73,7 @@
 make check %{?_smp_mflags}
 
 %install
-%{__make} DESTDIR=${RPM_BUILD_ROOT} install
+make DESTDIR=%{buildroot} install
 
 %post -n %lname -p /sbin/ldconfig
 


Reply via email to