From a12aacd36b3d28ac6f44c369c6fcd48ceb079c3a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 6 Jul 2011 09:21:46 +0000 Subject: [PATCH] Accepting request 75502 from home:vuntz:branches:GNOME:Factory Update to 3.1.3 -- can't check if it builds because tk is not installable :/; let's pretend it builds OBS-URL: https://build.opensuse.org/request/show/75502 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=90 --- anjuta-3.1.2.tar.bz2 | 3 --- anjuta-3.1.3.tar.bz2 | 3 +++ anjuta.changes | 12 ++++++++++++ anjuta.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 anjuta-3.1.2.tar.bz2 create mode 100644 anjuta-3.1.3.tar.bz2 diff --git a/anjuta-3.1.2.tar.bz2 b/anjuta-3.1.2.tar.bz2 deleted file mode 100644 index 8e615dc..0000000 --- a/anjuta-3.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:229e715a4083d1d5beaa7786dc10a3c36c3891a16b244821b23a16edb043f353 -size 10468175 diff --git a/anjuta-3.1.3.tar.bz2 b/anjuta-3.1.3.tar.bz2 new file mode 100644 index 0000000..0f01da7 --- /dev/null +++ b/anjuta-3.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c491c9d1199be488eafad60b488ad5b6b8784be288fcff6e956eac61d35c6c54 +size 7093689 diff --git a/anjuta.changes b/anjuta.changes index 0c84a79..7da8632 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jul 5 09:50:02 CEST 2011 - vuntz@opensuse.org + +- Update to version 3.1.3: + + Various improvements in the project wizard + + Git usability improvements + + Auto-completion for Gtk.Builder objects in python plugin + + More mallard documentation + + Bugs fixed: bgo#649107, bgo#651212, bgo#312667, bgo#588952, + bgo#590323, bgo#645516, bgo#646073, bgo#646192, bgo#652773, + bgo#652778, bgo#653364, bgo#647403. + ------------------------------------------------------------------- Thu Jun 16 00:31:36 CEST 2011 - dimstar@opensuse.org diff --git a/anjuta.spec b/anjuta.spec index ea86ecc..8b3232c 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -17,13 +17,13 @@ Name: anjuta -Version: 3.1.2 +Version: 3.1.3 Release: 1 License: GPLv2+ Summary: Versatile Integrated Development Environment for GNOME Url: http://anjuta.sourceforge.net/ Group: Development/Tools/IDE -Source: anjuta-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/anjuta/3.1/%{name}-%{version}.tar.bz2 Source1: %{name}-rpmlintrc # PATCH-FEATURE-UPSTREAM anjuta-support-libgda-5.0.patch bgo#652047 dimstar@opensuse.org -- Also support building with libgda-5.0. Patch0: anjuta-support-libgda-5.0.patch