Hello community,

here is the log from the commit of package cppi for openSUSE:Factory checked in 
at 2015-01-30 15:08:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cppi (Old)
 and      /work/SRC/openSUSE:Factory/.cppi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cppi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cppi/cppi.changes        2012-02-21 
12:16:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cppi.new/cppi.changes   2015-01-30 
15:08:50.000000000 +0100
@@ -1,0 +2,13 @@
+Sun Jan  4 14:28:46 UTC 2015 - [email protected]
+
+- Update to version 1.18
+  + Gnulib infrastructure updates.
+  + Regenerate Makefile.in files using a version of automake that
+    is not susceptible to CVE-2009-4029 or CVE-2012-3386.
+- Get rid of old stuff
+  + Remove BuildRoot: tag
+  + Remove xz requirement
+  + Remove redundant %clean section
+- cppi provides translations yet; add a lang subpackage
+
+-------------------------------------------------------------------

Old:
----
  cppi-1.15.tar.xz

New:
----
  cppi-1.18.tar.xz

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

Other differences:
------------------
++++++ cppi.spec ++++++
--- /var/tmp/diff_new_pack.RddFF9/_old  2015-01-30 15:08:51.000000000 +0100
+++ /var/tmp/diff_new_pack.RddFF9/_new  2015-01-30 15:08:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cppi
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,21 @@
 
 
 Name:           cppi
-Version:        1.15
+Version:        1.18
 Release:        0
 Summary:        C preprocessor directive indenter
 License:        GPL-3.0+
 Group:          Development/Languages/C and C++
 Url:            http://savannah.gnu.org/projects/cppi/
 Source0:        http://ftp.gnu.org/gnu/cppi/cppi-%{version}.tar.xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  xz
+Recommends:     %{name}-lang
 
 %description
 cppi indents the C preprocessor directives to reflect their nesting and ensures
 that there is exactly one space character between each #if, #elif, #define
 directive and the following token.
 
+%lang_package
 
 %prep
 %setup -q
@@ -42,17 +42,17 @@
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name}
 
 %check
 make check
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS THANKS TODO
 %{_bindir}/cppi
 %{_mandir}/man1/cppi.1*
 
+%files lang -f %{name}.lang
+
 %changelog

++++++ cppi-1.15.tar.xz -> cppi-1.18.tar.xz ++++++
++++ 76252 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to