Hello community,
here is the log from the commit of package gnome-code-assistance for
openSUSE:Factory checked in at 2014-10-01 07:40:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-code-assistance (Old)
and /work/SRC/openSUSE:Factory/.gnome-code-assistance.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-code-assistance"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-code-assistance/gnome-code-assistance.changes
2014-05-05 21:15:53.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-code-assistance.new/gnome-code-assistance.changes
2014-10-01 07:40:52.000000000 +0200
@@ -1,0 +2,17 @@
+Mon Sep 29 10:43:49 UTC 2014 - [email protected]
+
+- Use vala 0.26 with GNOME 3.14:
+ + Replace pkgconfig(libvala-0.24) BuildRequires with
+ pkgconfig(libvala-0.26).
+ + Use sed to add libvala-0.26 as supported vala version to
+ configure.
+
+-------------------------------------------------------------------
+Tue Sep 9 18:06:46 UTC 2014 - [email protected]
+
+- Fix buildrequires for the ruby support:
+ - ruby(abi) is no longer numerical. Use versioned ruby
+ BuildRequires.
+ - Use rubygem(ruby-dbus) instead of rubygem-ruby-dbus.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-code-assistance.spec ++++++
--- /var/tmp/diff_new_pack.ap90w0/_old 2014-10-01 07:40:52.000000000 +0200
+++ /var/tmp/diff_new_pack.ap90w0/_new 2014-10-01 07:40:52.000000000 +0200
@@ -34,8 +34,8 @@
# C backend
BuildRequires: llvm-devel
# Ruby backend
-BuildRequires: rubygem-ruby-dbus
-BuildRequires: ruby(abi) >= 2.0
+BuildRequires: ruby >= 2.0
+BuildRequires: rubygem(ruby-dbus)
# GJS Backend
BuildRequires: gjs
# Vala backend
@@ -43,7 +43,7 @@
BuildRequires: pkgconfig(gio-2.0) >= 2.36
BuildRequires: pkgconfig(glib-2.0) >= 2.36
BuildRequires: pkgconfig(gobject-2.0) >= 2.36
-BuildRequires: pkgconfig(libvala-0.24)
+BuildRequires: pkgconfig(libvala-0.26)
BuildRequires: pkgconfig(vapigen)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%glib2_gsettings_schema_requires
@@ -56,6 +56,7 @@
%prep
%setup -q
+sed -i "s:libvala-0.24:libvala-0.26 libvala-0.24:" configure
%build
%configure \
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]