Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2016-09-21 18:44:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2016-07-01 
09:53:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2016-09-21 
18:44:09.000000000 +0200
@@ -1,0 +2,16 @@
+Mon Sep 19 18:19:52 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.34.0:
+  + Bug fixes and binding updates.
+- Update update alternatives due to moved location of vapigen.pc
+
+-------------------------------------------------------------------
+Wed Sep 14 15:00:21 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.33.1:
+  + Bug fixes and binding updates.
+- Bump vala_version to 0.34, vala_libversion to 0_34 (following
+  upstream) and vala_priority to 34 (following the vala packaging
+  convention).
+
+-------------------------------------------------------------------

Old:
----
  vala-0.32.1.tar.xz

New:
----
  vala-0.34.0.tar.xz

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

Other differences:
------------------
++++++ vala.spec ++++++
--- /var/tmp/diff_new_pack.OHzfZS/_old  2016-09-21 18:44:10.000000000 +0200
+++ /var/tmp/diff_new_pack.OHzfZS/_new  2016-09-21 18:44:10.000000000 +0200
@@ -17,19 +17,19 @@
 
 
 Name:           vala
-Version:        0.32.1
+Version:        0.34.0
 Release:        0
-%define         vala_version 0.32
-%define         vala_libversion 0_32
+%define         vala_version 0.34
+%define         vala_libversion 0_34
 # 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 create a 0.100 
release.
-%define         vala_priority 32
+%define         vala_priority 34
 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.32/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/vala/0.34/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -40,7 +40,7 @@
 # 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
+# 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
 
@@ -91,7 +91,7 @@
 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
+ln -s -f %{_sysconfdir}/alternatives/vapigen.pc 
%{buildroot}%{_libdir}/pkgconfig/vapigen.pc
 %fdupes %{buildroot}%{_datadir}
 
 %post
@@ -105,7 +105,7 @@
   --slave   %{_mandir}/man1/valac.1.gz               valac.1.gz               
%{_mandir}/man1/valac-%{vala_version}.1.gz \
   --slave   %{_mandir}/man1/vala-gen-introspect.1.gz vala-gen-introspect.1.gz 
%{_mandir}/man1/vala-gen-introspect-%{vala_version}.1.gz \
   --slave   %{_mandir}/man1/vapigen.1.gz             vapigen.1.gz             
%{_mandir}/man1/vapigen-%{vala_version}.1.gz \
-  --slave   %{_datadir}/pkgconfig/vapigen.pc         vapigen.pc               
%{_datadir}/pkgconfig/vapigen-%{vala_version}.pc
+  --slave   %{_libdir}/pkgconfig/vapigen.pc          vapigen.pc               
%{_libdir}/pkgconfig/vapigen-%{vala_version}.pc
 
 %postun
 # Note: we don't use "$1 -eq 0", to avoid issues if the package gets renamed
@@ -128,7 +128,7 @@
 %{_mandir}/man1/valac.1*
 %{_mandir}/man1/vala-gen-introspect.1*
 %{_mandir}/man1/vapigen.1*
-%{_datadir}/pkgconfig/vapigen.pc
+%{_libdir}/pkgconfig/vapigen.pc
 %ghost %attr(755,root,root) %{_sysconfdir}/alternatives/vala
 %ghost %attr(755,root,root) %{_sysconfdir}/alternatives/valac
 %ghost %attr(755,root,root) %{_sysconfdir}/alternatives/vala-gen-introspect
@@ -148,7 +148,7 @@
 %{_mandir}/man1/vapigen-%{vala_version}.1*
 %{_datadir}/aclocal/vala.m4
 %{_datadir}/aclocal/vapigen.m4
-%{_datadir}/pkgconfig/vapigen-%{vala_version}.pc
+%{_libdir}/pkgconfig/vapigen-%{vala_version}.pc
 %dir %{_datadir}/vala
 %{_datadir}/vala/Makefile.vapigen
 %{_datadir}/vala-%{vala_version}/

++++++ vala-0.32.1.tar.xz -> vala-0.34.0.tar.xz ++++++
++++ 32257 lines of diff (skipped)


Reply via email to