Hello community,

here is the log from the commit of package antlr3c for openSUSE:Factory checked 
in at 2016-02-09 13:32:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/antlr3c (Old)
 and      /work/SRC/openSUSE:Factory/.antlr3c.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "antlr3c"

Changes:
--------
--- /work/SRC/openSUSE:Factory/antlr3c/antlr3c.changes  2015-01-12 
09:50:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.antlr3c.new/antlr3c.changes     2016-02-09 
13:33:03.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Feb  6 12:00:03 UTC 2016 - [email protected]
+
+- Use optflags when building
+- Update usage of provides/obsoletes
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ antlr3c.spec ++++++
--- /var/tmp/diff_new_pack.136iio/_old  2016-02-09 13:33:04.000000000 +0100
+++ /var/tmp/diff_new_pack.136iio/_new  2016-02-09 13:33:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package antlr3c
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Mariusz Fik <[email protected]>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -46,8 +46,8 @@
 Summary:        C runtime for the ANTLR parsing library
 Group:          System/Libraries
 # From 13.3/TW201501 onwards
-Obsoletes:      libantlr3c3_4
-Provides:       libantlr3c3_4
+Obsoletes:      libantlr3c3_4 < %{version}
+Provides:       libantlr3c3_4 = %{version}
 
 %description -n %{soname}
 ANTLR, ANother Tool for Language Recognition, is a language tool that provides 
a
@@ -77,17 +77,16 @@
 %patch2 -p1
 
 %build
-autoreconf -fvi
+autoreconf -fiv
 %configure \
     --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{soname} -p /sbin/ldconfig
-
 %postun -n %{soname} -p /sbin/ldconfig
 
 %files -n %{soname}


Reply via email to