Hello community,

here is the log from the commit of package astyle for openSUSE:Factory checked 
in at 2012-10-29 20:02:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2012-02-14 
13:04:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.astyle.new/astyle.changes       2012-10-29 
20:02:07.000000000 +0100
@@ -1,0 +2,9 @@
+Sun Oct 28 09:13:16 UTC 2012 - [email protected]
+
+- update to version 2.02.1
+  - please see the included notes.html and news.html for a list of
+    changes in this release
+- drop unnecesary patch astyle-1.24-cxxflags.patch
+- package complete documentation
+
+-------------------------------------------------------------------

Old:
----
  astyle-1.24-cxxflags.patch
  astyle_1.24_linux.tar.bz2

New:
----
  astyle_2.02.1_linux.tar.gz

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

Other differences:
------------------
++++++ astyle.spec ++++++
--- /var/tmp/diff_new_pack.KNNsU5/_old  2012-10-29 20:02:09.000000000 +0100
+++ /var/tmp/diff_new_pack.KNNsU5/_new  2012-10-29 20:02:09.000000000 +0100
@@ -18,14 +18,13 @@
 
 Name:           astyle
 BuildRequires:  gcc-c++
-Version:        1.24
+Version:        2.02.1
 Release:        0
-Summary:        Source code indenter, formatter, and beautifier for C, C++, C# 
and Java
+Summary:        Source Code Indenter, Formatter, and Beautifier for C, C++, C# 
and Java
 License:        LGPL-3.0
 Group:          Development/Tools/Other
 Url:            http://astyle.sourceforge.net/
-Source:         %{name}_%{version}_linux.tar.bz2
-Patch0:         astyle-1.24-cxxflags.patch
+Source:         
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}%20%{version}/%{name}_%{version}_linux.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -36,21 +35,20 @@
 
 %prep
 %setup -q -n %{name}
-%patch0 -b .cxxflags
+ln -s doc/ html
 
 %build
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
-cd build/gcc
-make release %{?_smp_mflags}
+make -C build/gcc astyled %{?_smp_mflags}
 
 %install
 install -d -m 0755 %{buildroot}%{_bindir}
-install -m 0755 build/gcc/bin/%{name} %{buildroot}%{_bindir}
+install -m 0755 build/gcc/bin/%{name}d %{buildroot}%{_bindir}/%{name}
 
 %files
 %defattr(0644,root,root,0755)
-%doc doc/astyle.html doc/license.html
+%doc html/
 %defattr(-,root,root,0755)
 %{_bindir}/%{name}
 

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

Reply via email to