Hello community,

here is the log from the commit of package astyle for openSUSE:Factory checked 
in at 2012-02-14 13:04:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/astyle (Old)
 and      /work/SRC/openSUSE:Factory/.astyle.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "astyle", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/astyle/astyle.changes    2011-09-23 
01:52:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.astyle.new/astyle.changes       2012-02-14 
13:04:47.000000000 +0100
@@ -1,0 +2,12 @@
+Thu Feb  9 10:08:40 UTC 2012 - [email protected]
+
+- convert license string to spdx format, use correct license
+  (LGPL-3.0) 
+
+-------------------------------------------------------------------
+Sat Sep 17 13:25:34 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ astyle.spec ++++++
--- /var/tmp/diff_new_pack.8UFE6Y/_old  2012-02-14 13:04:48.000000000 +0100
+++ /var/tmp/diff_new_pack.8UFE6Y/_new  2012-02-14 13:04:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package astyle (Version 1.24)
+# spec file for package astyle
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           astyle
 BuildRequires:  gcc-c++
 Version:        1.24
-Release:        1
+Release:        0
 Summary:        Source code indenter, formatter, and beautifier for C, C++, C# 
and Java
+License:        LGPL-3.0
 Group:          Development/Tools/Other
-License:        LGPLv3+
 Url:            http://astyle.sourceforge.net/
 Source:         %{name}_%{version}_linux.tar.bz2
 Patch0:         astyle-1.24-cxxflags.patch
@@ -44,15 +42,12 @@
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
 cd build/gcc
-make release
+make release %{?_smp_mflags}
 
 %install
 install -d -m 0755 %{buildroot}%{_bindir}
 install -m 0755 build/gcc/bin/%{name} %{buildroot}%{_bindir}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(0644,root,root,0755)
 %doc doc/astyle.html doc/license.html

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

Reply via email to