Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2014-09-30 19:37:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and      /work/SRC/openSUSE:Factory/.vala.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vala"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vala/vala.changes        2014-05-05 
21:17:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2014-09-30 
19:37:36.000000000 +0200
@@ -1,0 +2,49 @@
+Tue Sep 23 09:22:09 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.26.0:
+  + Bug fix and binding updates.
+
+-------------------------------------------------------------------
+Mon Sep 15 17:20:35 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.25.4:
+  + Add option --vapi-comments.
+  + Bug fixes and binding updates.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Sep  1 15:10:57 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.25.3:
+  + Bug fixes and binding updates.
+
+-------------------------------------------------------------------
+Sun Aug 24 16:39:20 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.25.2:
+  + Report warning for private struct fields.
+  + Replace webkit2gtk-3.0 bindings with webkit2gtk-4.0 bindings.
+  + Always build vapigen.
+  + Bug fixes and binding updates.
+
+-------------------------------------------------------------------
+Wed Jul 23 16:47:52 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.25.1:
+  + Support explicit interface method implementation.
+  + Support (unowned type)[] syntax.
+  + Support non-literal length in fixed-size arrays.
+  + Mark regular expression literals as stable.
+  + GIR parser updates.
+  + Add webkit2gtk-3.0 bindings.
+  + Add gstreamer-allocators-1.0 and gstreamer-riff-1.0 bindings.
+  + Bug fixes and binding updates.
+- Bump vala_version to 0.26, vala_libversion to 0_26 and
+  vala_priority to 26, following upstreams changes.
+- Correct update-alternatives usage.
+- Add pkgconfig(vapigen) Provides: due to the correct usage of
+  update-alternatives, %{_datadir}/pkgconfig/vapigen.pc is now only
+  as %ghost in the package; this results in the file not being
+  processed for Requires and Provides.
+
+-------------------------------------------------------------------

Old:
----
  vala-0.24.0.tar.xz

New:
----
  vala-0.26.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vala.spec ++++++
--- /var/tmp/diff_new_pack.MewMpj/_old  2014-09-30 19:37:37.000000000 +0200
+++ /var/tmp/diff_new_pack.MewMpj/_new  2014-09-30 19:37:37.000000000 +0200
@@ -17,29 +17,31 @@
 
 
 Name:           vala
-Version:        0.24.0
+Version:        0.26.0
 Release:        0
-%define         vala_version 0.24
-%define         vala_libversion 0_24
+%define         vala_version 0.26
+%define         vala_libversion 0_26
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to crate a 0.100 
release.
-%define         vala_priority 24
+%define         vala_priority 26
 Summary:        Programming language for GNOME
 License:        LGPL-2.0
 Group:          Development/Languages/Other
 Url:            http://live.gnome.org/Vala
-Source0:        
http://download.gnome.org/sources/vala/0.24/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/vala/0.26/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
-BuildRequires:  glib2-devel >= 2.18.0
+BuildRequires:  glib2-devel >= 2.24.0
 BuildRequires:  xsltproc
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 # Vala is a compiler, so it's also a devel package
 Provides:       vala-devel = %{version}
 Obsoletes:      vala-devel < %{version}
+# provide generic pkgconfig(vapigen) instead of -version one; not 
auto-detected due to %{_datadir}/pkgconfig/vapigen.pc being %ghost
+Provides:       pkgconfig(vapigen) = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -79,6 +81,17 @@
 %install
 %makeinstall
 find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
+# Setup update-alternatives
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+ln -s -f %{_sysconfdir}/alternatives/vala %{buildroot}%{_bindir}/vala
+ln -s -f %{_sysconfdir}/alternatives/valac %{buildroot}%{_bindir}/valac
+ln -s -f %{_sysconfdir}/alternatives/vala-gen-introspect 
%{buildroot}%{_bindir}/vala-gen-introspect
+ln -s -f %{_sysconfdir}/alternatives/vapicheck %{buildroot}%{_bindir}/vapicheck
+ln -s -f %{_sysconfdir}/alternatives/vapigen %{buildroot}%{_bindir}/vapigen
+ln -s -f %{_sysconfdir}/alternatives/valac.1.gz 
%{buildroot}%{_mandir}/man1/valac.1.gz
+ln -s -f %{_sysconfdir}/alternatives/vala-gen-introspect.1.gz 
%{buildroot}%{_mandir}/man1/vala-gen-introspect.1.gz
+ln -s -f %{_sysconfdir}/alternatives/vapigen.1.gz 
%{buildroot}%{_mandir}/man1/vapigen.1.gz
+ln -s -f %{_sysconfdir}/alternatives/vapigen.pc 
%{buildroot}%{_datadir}/pkgconfig/vapigen.pc
 %fdupes %{buildroot}%{_datadir}
 
 %clean
@@ -110,15 +123,24 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%ghost %{_bindir}/vala
-%ghost %{_bindir}/valac
-%ghost %{_bindir}/vala-gen-introspect
-%ghost %{_bindir}/vapicheck
-%ghost %{_bindir}/vapigen
-%ghost %{_mandir}/man1/valac.1*
-%ghost %{_mandir}/man1/vala-gen-introspect.1*
-%ghost %{_mandir}/man1/vapigen.1*
-%ghost %{_datadir}/pkgconfig/vapigen.pc
+%{_bindir}/vala
+%{_bindir}/valac
+%{_bindir}/vala-gen-introspect
+%{_bindir}/vapicheck
+%{_bindir}/vapigen
+%{_mandir}/man1/valac.1*
+%{_mandir}/man1/vala-gen-introspect.1*
+%{_mandir}/man1/vapigen.1*
+%{_datadir}/pkgconfig/vapigen.pc
+%ghost %{_sysconfdir}/alternatives/vala
+%ghost %{_sysconfdir}/alternatives/valac
+%ghost %{_sysconfdir}/alternatives/vala-gen-introspect
+%ghost %{_sysconfdir}/alternatives/vapicheck
+%ghost %{_sysconfdir}/alternatives/vapigen
+%ghost %{_sysconfdir}/alternatives/valac.1.gz
+%ghost %{_sysconfdir}/alternatives/vala-gen-introspect.1.gz
+%ghost %{_sysconfdir}/alternatives/vapigen.1.gz
+%ghost %{_sysconfdir}/alternatives/vapigen.pc
 %{_bindir}/vala-%{vala_version}
 %{_bindir}/valac-%{vala_version}
 %{_bindir}/vala-gen-introspect-%{vala_version}

++++++ vala-0.24.0.tar.xz -> vala-0.26.0.tar.xz ++++++
++++ 154667 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to