diff --git a/astyle.spec b/astyle.spec index 0a690b0..62944b7 100644 --- a/astyle.spec +++ b/astyle.spec @@ -1,6 +1,6 @@ Name: astyle -Version: 1.21 -Release: 11%{?dist} +Version: 1.23 +Release: 1%{?dist} Summary: Source code formatter for C-like programming languages Group: Development/Tools @@ -8,8 +8,6 @@ License: LGPLv2+ URL: http://astyle.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}_%{version}_linux.tar.gz -Patch0: %{name}-%{version}-gcc43.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -20,7 +18,6 @@ languages. %prep %setup -q -n %{name} -%patch0 -p1 %build g++ -o astyle $RPM_OPT_FLAGS src/*.cpp @@ -44,6 +41,10 @@ rm -rf $RPM_BUILD_ROOT %doc doc/*.html %changelog +* Tue Oct 13 2009 Thomas Spura - 1.23-1 +- Update to new version +- patch from Sep 24 2008 not needed anymore for gcc-4.4 + * Fri Jul 24 2009 Fedora Release Engineering - 1.21-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 7d07cc4..8da9a65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3e2068e9bf64bcad3e1d69628c4d241 astyle_1.21_linux.tar.gz +92945aa2831cb14e38da5e1b8665657e astyle_1.23_linux.tar.gz