From 0f3bd5a35aa81a5200ec2c76446af2c4437693a2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 19 Feb 2016 14:40:11 +0000 Subject: [PATCH 1/2] Accepting request 360338 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360338 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=189 --- anjuta.changes | 6 ++++++ anjuta.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/anjuta.changes b/anjuta.changes index 661320f..a51f8ca 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 12 23:21:26 UTC 2016 - zaitor@opensuse.org + +- Use sed to support vala-0.32, and due to this change replace + pkgconfig(libvala-0.30) for pkgconfig(libvala-0.32). + ------------------------------------------------------------------- Sat Nov 7 21:52:47 UTC 2015 - badshah400@gmail.com diff --git a/anjuta.spec b/anjuta.spec index c00bec3..a1037d7 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -1,7 +1,7 @@ # # spec file for package anjuta # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -56,7 +56,7 @@ BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0 BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.7.5 BuildRequires: pkgconfig(libgda-5.0) >= 5.0.0 BuildRequires: pkgconfig(libgvc) -BuildRequires: pkgconfig(libvala-0.30) +BuildRequires: pkgconfig(libvala-0.32) BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23 BuildRequires: pkgconfig(serf-1) BuildRequires: pkgconfig(vte-2.91) @@ -149,8 +149,8 @@ and more. %lang_package %prep %setup -q -# HACK to support vala 0.30 -sed -i "s:-0.28:-0.30:g" configure +# HACK to support vala 0.32 +sed -i "s:-0.28:-0.32:g" configure translation-update-upstream %build From 296bf3733e72c2bad3eda680c01bbe6278d93c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 21 Mar 2016 11:07:51 +0000 Subject: [PATCH 2/2] Accepting request 376299 from GNOME:Next Update to 3.20.0 OBS-URL: https://build.opensuse.org/request/show/376299 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=190 --- anjuta-3.18.2.tar.xz | 3 --- anjuta-3.20.0.tar.xz | 3 +++ anjuta.changes | 12 ++++++++++++ anjuta.spec | 6 ++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 anjuta-3.18.2.tar.xz create mode 100644 anjuta-3.20.0.tar.xz diff --git a/anjuta-3.18.2.tar.xz b/anjuta-3.18.2.tar.xz deleted file mode 100644 index 96cd401..0000000 --- a/anjuta-3.18.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be864f2f1807e1b870697f646294e997d221d5984a135245543b719e501cef8e -size 6356972 diff --git a/anjuta-3.20.0.tar.xz b/anjuta-3.20.0.tar.xz new file mode 100644 index 0000000..ba6b5ef --- /dev/null +++ b/anjuta-3.20.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a676c587a28f784ec2096775460cd29fafc3f0216c53e0821641bcd9126b6935 +size 6386836 diff --git a/anjuta.changes b/anjuta.changes index a51f8ca..1b3f17f 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Mar 21 08:35:34 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.20.0: + + build: add support for Vala 0.32. + + sourceview: Anjuta show "The file ... has been deleted on the + disk" everytime I save file (bgo#756426). + + Check for yelp-tools to avoid an error later. + + Update the AppData file to version 0.7+. + + Updated translations. +- Remove out sed hack to support newer vala version. + ------------------------------------------------------------------- Fri Feb 12 23:21:26 UTC 2016 - zaitor@opensuse.org diff --git a/anjuta.spec b/anjuta.spec index a1037d7..1a99db8 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -17,13 +17,13 @@ Name: anjuta -Version: 3.18.2 +Version: 3.20.0 Release: 0 Summary: Versatile Integrated Development Environment for GNOME License: GPL-2.0+ Group: Development/Tools/IDE Url: https://wiki.gnome.org/Apps/Anjuta -Source0: http://download.gnome.org/sources/anjuta/3.18/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/anjuta/3.20/%{name}-%{version}.tar.xz Source99: %{name}-rpmlintrc BuildRequires: autogen BuildRequires: binutils-devel @@ -149,8 +149,6 @@ and more. %lang_package %prep %setup -q -# HACK to support vala 0.32 -sed -i "s:-0.28:-0.32:g" configure translation-update-upstream %build