Hello community,

here is the log from the commit of package kelbt for openSUSE:Factory checked 
in at 2020-09-06 00:03:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kelbt (Old)
 and      /work/SRC/openSUSE:Factory/.kelbt.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kelbt"

Sun Sep  6 00:03:08 2020 rev:2 rq:832111 version:0.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/kelbt/kelbt.changes      2016-07-12 
23:51:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kelbt.new.3399/kelbt.changes    2020-09-06 
00:03:14.651279132 +0200
@@ -1,0 +2,5 @@
+Fri Sep  4 13:18:54 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Trim old specfile constructs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kelbt.spec ++++++
--- /var/tmp/diff_new_pack.X82aYp/_old  2020-09-06 00:03:17.427280522 +0200
+++ /var/tmp/diff_new_pack.X82aYp/_new  2020-09-06 00:03:17.427280522 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kelbt
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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/
 #
 
 
@@ -20,13 +20,12 @@
 Version:        0.16
 Release:        0
 Summary:        Backtracking LALR(1) parser generator
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Tools/Other
-Url:            http://complang.org/kelbt/
+URL:            http://www.colm.net/files/kelbt/
 
 Source:         http://www.colm.net/files/kelbt/%name-%version.tar.gz
 Source2:        kelbt.txt
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  gperf
@@ -39,21 +38,20 @@
 context-free grammar that is free of hidden left recursion.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 install -pm0644 "%{S:2}" .
 export CXXFLAGS="%optflags -Wno-narrowing"
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
-b="%buildroot"
 %make_install
 
 %files
-%defattr(-,root,root)
-%doc COPYING kelbt.txt
+%license COPYING
+%doc kelbt.txt
 %_bindir/kelbt
 
 %changelog


Reply via email to