Hello community,

here is the log from the commit of package bzrtp for openSUSE:Factory checked 
in at 2019-11-23 23:53:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bzrtp (Old)
 and      /work/SRC/openSUSE:Factory/.bzrtp.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bzrtp"

Sat Nov 23 23:53:08 2019 rev:8 rq:750046 version:1.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/bzrtp/bzrtp.changes      2018-09-18 
11:41:30.188031957 +0200
+++ /work/SRC/openSUSE:Factory/.bzrtp.new.26869/bzrtp.changes   2019-11-23 
23:53:10.990989253 +0100
@@ -1,0 +2,11 @@
+Wed Nov 20 23:15:31 UTC 2019 - Simon Lees <[email protected]>
+
+- %make_jobs is depricated replaced by %cmake_build
+- Use %autosetup to simplify maintenance
+
+-------------------------------------------------------------------
+Thu Oct 17 15:09:37 UTC 2019 - Richard Brown <[email protected]>
+
+- Remove obsolete Groups tag (fate#326485)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bzrtp.spec ++++++
--- /var/tmp/diff_new_pack.AvPdyQ/_old  2019-11-23 23:53:12.490989431 +0100
+++ /var/tmp/diff_new_pack.AvPdyQ/_new  2019-11-23 23:53:12.490989431 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bzrtp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,6 @@
 Release:        0
 Summary:        ZRTP keys exchange protocol implementation
 License:        GPL-2.0-or-later
-Group:          Development/Libraries/C and C++
 URL:            https://linphone.org/
 Source:         
https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
@@ -42,7 +41,6 @@
 
 %package -n lib%{name}%{sover}
 Summary:        ZRTP keys exchange protocol implementation
-Group:          System/Libraries
 
 %description -n lib%{name}%{sover}
 bzrtp is a FOSS implementation of ZRTP keys exchange protocol.
@@ -51,7 +49,6 @@
 
 %package devel
 Summary:        Development files of libbzrtp
-Group:          Development/Libraries/C and C++
 Requires:       lib%{name}%{sover} = %{version}
 
 %description devel
@@ -60,14 +57,13 @@
 application which will use libbzrtp.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 %cmake \
   -DENABLE_STATIC=OFF \
   -DENABLE_STRICT=OFF
-%make_jobs
+%cmake_build
 
 %install
 %cmake_install


Reply via email to