diff --git a/anjuta-2.32.1.0.tar.bz2 b/anjuta-2.32.1.0.tar.bz2 deleted file mode 100644 index 3733672..0000000 --- a/anjuta-2.32.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e69c22e38623ff2a828c4214f6486169d1a42e5b4b221f26c581094bc059d638 -size 10197971 diff --git a/anjuta-2.32.1.1.tar.bz2 b/anjuta-2.32.1.1.tar.bz2 new file mode 100644 index 0000000..36ccec4 --- /dev/null +++ b/anjuta-2.32.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b67609890a45d907ab5b42fd5963ba7cb41193d4a0dd2543584eca2ec5db58 +size 10171972 diff --git a/anjuta.changes b/anjuta.changes index 5442ca1..a7068af 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Jan 7 17:39:13 CET 2011 - vuntz@opensuse.org + +- Update to version 2.32.1.1: + + bgo#636665: .vapi file not distributed + + bgo#636312: double click fails to select entire word if it + contains _ or digits + + bgo#633018: fix crash happening because misuse of + xmlCleanupParser + + lp#448126: "Report bugs" menu entry does not work +- Add a hack to change permissions of some documentation files, so + that they are non-executable. +- Pass --disable-schemas-install to configure, to avoid some errors + during make install. + ------------------------------------------------------------------- Fri Nov 19 10:11:30 CET 2010 - vuntz@opensuse.org diff --git a/anjuta.spec b/anjuta.spec index 474ab3e..2889c94 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -1,5 +1,5 @@ # -# spec file for package anjuta (Version 2.32.1.0) +# spec file for package anjuta (Version 2.32.1.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: anjuta -Version: 2.32.1.0 +Version: 2.32.1.1 Release: 1 License: GPLv2+ Summary: Versatile Integrated Development Environment for GNOME @@ -137,6 +137,7 @@ translation-update-upstream %build %configure\ --disable-static \ + --disable-schemas-install \ --disable-scrollkeeper make %{?jobs:-j%jobs} @@ -155,6 +156,11 @@ DESTDIR=%{buildroot} mime-info-to-mime %find_lang anjuta-manual anjuta.lang %find_gconf_schemas find %{buildroot} -type f -name "*.la" -delete -print +# Fix permissions +for file in AUTHORS COPYING ChangeLog FUTURE README doc/ScintillaDoc.html TODO; do + test -x $file + chmod a-x $file +done %fdupes %{buildroot} %clean