Hello community,

here is the log from the commit of package belr for openSUSE:Factory checked in 
at 2019-03-06 15:47:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/belr (Old)
 and      /work/SRC/openSUSE:Factory/.belr.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "belr"

Wed Mar  6 15:47:39 2019 rev:4 rq:681694 version:0.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/belr/belr.changes        2017-08-30 
16:21:31.467658078 +0200
+++ /work/SRC/openSUSE:Factory/.belr.new.28833/belr.changes     2019-03-06 
15:47:40.964446117 +0100
@@ -1,0 +2,5 @@
+Tue Mar  5 10:59:55 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Modernise spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ belr.spec ++++++
--- /var/tmp/diff_new_pack.HCPOVa/_old  2019-03-06 15:47:42.740445646 +0100
+++ /var/tmp/diff_new_pack.HCPOVa/_new  2019-03-06 15:47:42.768445638 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package belr
 #
-# Copyright (c) 2017 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,9 +22,9 @@
 Version:        0.1.3
 Release:        0
 Summary:        Language recognition library
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Development/Libraries/C and C++
-Url:            https://linphone.org/
+URL:            https://linphone.org/
 Source:         
https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE belr-fix-pkgconfig.patch sor.ale...@meowr.ru -- Install 
belr.pc.
@@ -66,21 +66,21 @@
 %cmake \
   -DENABLE_STRICT=OFF \
   -DENABLE_STATIC=OFF
-make %{?_smp_mflags} V=1
+%make_jobs
 
 %install
 %cmake_install
 
 %post -n %{soname}%{sover} -p /sbin/ldconfig
-
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files -n %{soname}%{sover}
-%doc COPYING
+%license COPYING
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files devel
-%doc COPYING NEWS README.md
+%license COPYING
+%doc NEWS README.md
 %{_bindir}/belr-parse
 %{_includedir}/%{name}/
 %{_libdir}/%{soname}.so


Reply via email to