diff --git a/anjuta-3.1.91.tar.bz2 b/anjuta-3.1.91.tar.bz2 deleted file mode 100644 index f8ba218..0000000 --- a/anjuta-3.1.91.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96f043094dce24303a6da1224d60311159b66453b8a67fc009d33c48f3f40b84 -size 7183988 diff --git a/anjuta-3.2.0.tar.bz2 b/anjuta-3.2.0.tar.bz2 new file mode 100644 index 0000000..cd289eb --- /dev/null +++ b/anjuta-3.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ec47ba00a1a4303f1312ff2f0ff9bc24ac94f0a50b8503686944f6b545bb09 +size 7676464 diff --git a/anjuta.changes b/anjuta.changes index 4415b02..f9c5bae 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Sep 25 23:07:28 UTC 2011 - vuntz@opensuse.org + +- Update to version 3.2.0: + + Fixed make distcheck: FAQ, autotests, etc. + + Updated translations. +- Drop hack to install anjuta_logo.png properly during %install: + fixed upstream. + +------------------------------------------------------------------- +Wed Sep 21 17:50:52 UTC 2011 - vuntz@opensuse.org + +- Update to version 3.1.92: + + Bugs fixed: bgo#656470, bgo#658229, bgo#658262, bgo#566700, + bgo#654320, bgo#655295, bgo#658903, bgo#654463. + +------------------------------------------------------------------- +Sat Sep 17 11:03:24 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile +- Use %_smp_mflags for parallel build + ------------------------------------------------------------------- Tue Sep 6 09:04:24 UTC 2011 - vuntz@opensuse.org diff --git a/anjuta.spec b/anjuta.spec index 8f6ef5e..accc4fb 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -18,14 +18,13 @@ Name: anjuta -Version: 3.1.91 +Version: 3.2.0 Release: 1 -# FIXME: (should be fixed in > 3.1.91) Check if the anjuta_logo.png install hack is still needed. See https://bugzilla.gnome.org/show_bug.cgi?id=656470. Last checked in version 3.1.91. License: GPLv2+ Summary: Versatile Integrated Development Environment for GNOME Url: http://anjuta.sourceforge.net/ Group: Development/Tools/IDE -Source: http://download.gnome.org/sources/anjuta/3.1/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/anjuta/3.2/%{name}-%{version}.tar.bz2 Source1: %{name}-rpmlintrc BuildRequires: autogen BuildRequires: binutils-devel @@ -131,7 +130,7 @@ translation-update-upstream %configure\ --disable-static \ --disable-scrollkeeper -make %{?jobs:-j%jobs} V=1 +make %{?_smp_mflags} V=1 %install %makeinstall @@ -147,16 +146,9 @@ rm -r %{buildroot}%{_datadir}/doc #%%find_lang anjuta-build-tutorial %{?no_lang_C} anjuta.lang #%%find_lang anjuta-faqs %{?no_lang_C} anjuta.lang %find_lang anjuta-manual %{?no_lang_C} anjuta.lang -# anjuta_logo is wrongly linked from help, https://bugzilla.gnome.org/show_bug.cgi?id=656470 -for lang in %{buildroot}/%{_datadir}/gnome/help/anjuta-manual/*; do - cp --remove-destination %{buildroot}%{_datadir}/pixmaps/anjuta/anjuta_logo.png $lang/anjuta_logo.png -done find %{buildroot} -type f -name "*.la" -delete -print %fdupes %{buildroot} -%clean -rm -rf %{buildroot} - %post /sbin/ldconfig %glib2_gsettings_schema_post