Hello community,

here is the log from the commit of package re2c for openSUSE:Factory checked in 
at 2018-03-16 10:34:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/re2c (Old)
 and      /work/SRC/openSUSE:Factory/.re2c.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "re2c"

Fri Mar 16 10:34:17 2018 rev:34 rq:587463 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/re2c/re2c.changes        2017-11-14 
14:16:07.850007832 +0100
+++ /work/SRC/openSUSE:Factory/.re2c.new/re2c.changes   2018-03-16 
10:34:19.151981602 +0100
@@ -1,0 +2,5 @@
+Thu Mar 15 10:11:22 UTC 2018 - [email protected]
+
+- Modernise spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ re2c.spec ++++++
--- /var/tmp/diff_new_pack.vwFuIL/_old  2018-03-16 10:34:20.399936668 +0100
+++ /var/tmp/diff_new_pack.vwFuIL/_new  2018-03-16 10:34:20.407936380 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package re2c
 #
-# Copyright (c) 2017 SUSE LINUX 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
@@ -22,7 +22,7 @@
 Summary:        Tool for generating C-based recognizers from regular 
expressions
 License:        SUSE-Public-Domain
 Group:          Development/Libraries/C and C++
-Url:            http://re2c.org/
+URL:            http://re2c.org/
 Source:         
https://github.com/skvadrik/re2c/releases/download/%{version}/%{name}-%{version}.tar.gz
 Patch0:         re2c-nogenerationdatedefault.patch
 BuildRequires:  bison
@@ -36,24 +36,24 @@
 terms of size and speed.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 %configure
 make %{?_smp_mflags} V=1
 
-%check
-make check %{?_smp_mflags}
-
 %install
 %make_install
 
+%check
+make check %{?_smp_mflags}
+
 %files
+%license README
 %doc doc/*.ps doc/sample.bib
-%doc README CHANGELOG
+%doc CHANGELOG
 %doc examples/
 %{_bindir}/re2c
-%{_mandir}/man1/re2c.1%{ext_man}
+%{_mandir}/man1/re2c.1%{?ext_man}
 
 %changelog


Reply via email to