From fab5d4a268838c79290bde2f6dcf2a682a37035a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 15 Sep 2016 09:19:56 +0000 Subject: [PATCH 1/2] Accepting request 427892 from GNOME:Next - Build with vala 0.34: + Replace pkgconfig(libvala-0.32) BuildRequires with pkgconfig(libvala-0.34). + Add anjuta-vala-0.34.patch: add support for vala 0.34. + Add gnome-common BuildRequires and call to autogen.sh: above patch touches the build system. OBS-URL: https://build.opensuse.org/request/show/427892 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=192 --- anjuta-vala-0.34.patch | 13 +++++++++++++ anjuta.changes | 10 ++++++++++ anjuta.spec | 7 ++++++- 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 anjuta-vala-0.34.patch diff --git a/anjuta-vala-0.34.patch b/anjuta-vala-0.34.patch new file mode 100644 index 0000000..1943dec --- /dev/null +++ b/anjuta-vala-0.34.patch @@ -0,0 +1,13 @@ +Index: anjuta-3.20.0/configure.ac +=================================================================== +--- anjuta-3.20.0.orig/configure.ac ++++ anjuta-3.20.0/configure.ac +@@ -329,7 +329,7 @@ if test "$user_disabled_vala" = 1; then + else + AC_MSG_RESULT(no) + AC_MSG_CHECKING(if libvala is available) +- m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32]], ++ m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32], [0.34]], + [PKG_CHECK_EXISTS([ libvala-VERSION ], + [ valaver="-VERSION" ]) + ]) diff --git a/anjuta.changes b/anjuta.changes index 1b3f17f..87230fc 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 15 08:39:40 UTC 2016 - dimstar@opensuse.org + +- Build with vala 0.34: + + Replace pkgconfig(libvala-0.32) BuildRequires with + pkgconfig(libvala-0.34). + + Add anjuta-vala-0.34.patch: add support for vala 0.34. + + Add gnome-common BuildRequires and call to autogen.sh: above + patch touches the build system. + ------------------------------------------------------------------- Mon Mar 21 08:35:34 UTC 2016 - dimstar@opensuse.org diff --git a/anjuta.spec b/anjuta.spec index 1a99db8..e8f28f3 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -25,12 +25,15 @@ Group: Development/Tools/IDE Url: https://wiki.gnome.org/Apps/Anjuta Source0: http://download.gnome.org/sources/anjuta/3.20/%{name}-%{version}.tar.xz Source99: %{name}-rpmlintrc +# PATCH-FIX-UPSTREAM anjuta-vala-0.34.patch dimstar@opensuse.org -- Enable building with vala 0.34 +Patch0: anjuta-vala-0.34.patch BuildRequires: autogen BuildRequires: binutils-devel BuildRequires: bison BuildRequires: fdupes BuildRequires: flex BuildRequires: gcc-c++ +BuildRequires: gnome-common BuildRequires: gobject-introspection-devel BuildRequires: intltool BuildRequires: libapr-util1-devel @@ -56,7 +59,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.32) +BuildRequires: pkgconfig(libvala-0.34) BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23 BuildRequires: pkgconfig(serf-1) BuildRequires: pkgconfig(vte-2.91) @@ -149,9 +152,11 @@ and more. %lang_package %prep %setup -q +%patch0 -p1 translation-update-upstream %build +NOCONFIGURE=1 ./autogen.sh %configure\ --disable-static \ --enable-glade-catalog From 9501b40f66c5294e32e809c788ec5b3e897e966f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 20 Sep 2016 18:16:28 +0000 Subject: [PATCH 2/2] Accepting request 428441 from GNOME:Next New stable release, no fix for vala version, so patch stays... OBS-URL: https://build.opensuse.org/request/show/428441 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=193 --- anjuta-3.20.0.tar.xz | 3 --- anjuta-3.22.0.tar.xz | 3 +++ anjuta.changes | 7 +++++++ anjuta.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 anjuta-3.20.0.tar.xz create mode 100644 anjuta-3.22.0.tar.xz diff --git a/anjuta-3.20.0.tar.xz b/anjuta-3.20.0.tar.xz deleted file mode 100644 index ba6b5ef..0000000 --- a/anjuta-3.20.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a676c587a28f784ec2096775460cd29fafc3f0216c53e0821641bcd9126b6935 -size 6386836 diff --git a/anjuta-3.22.0.tar.xz b/anjuta-3.22.0.tar.xz new file mode 100644 index 0000000..8a056e6 --- /dev/null +++ b/anjuta-3.22.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4face1c063a5a6687a6cfc6f1f700ba15f13664633c05caa2fbf50317608dd03 +size 6363016 diff --git a/anjuta.changes b/anjuta.changes index 87230fc..f93bb55 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Sep 18 08:00:49 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.22.0: + + Improve vala current context location. + + Updated translations. + ------------------------------------------------------------------- Thu Sep 15 08:39:40 UTC 2016 - dimstar@opensuse.org diff --git a/anjuta.spec b/anjuta.spec index e8f28f3..4756e64 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -17,13 +17,13 @@ Name: anjuta -Version: 3.20.0 +Version: 3.22.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.20/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/anjuta/3.22/%{name}-%{version}.tar.xz Source99: %{name}-rpmlintrc # PATCH-FIX-UPSTREAM anjuta-vala-0.34.patch dimstar@opensuse.org -- Enable building with vala 0.34 Patch0: anjuta-vala-0.34.patch