Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2018-03-08 10:51:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and      /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgit2-glib"

Thu Mar  8 10:51:04 2018 rev:29 rq:582926 version:0.26.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes        
2017-12-16 20:46:31.697367328 +0100
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2018-03-08 10:51:06.303148778 +0100
@@ -1,0 +2,15 @@
+Sat Mar  3 10:44:55 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 0.26.4:
+  + Make meson the official build system.
+  + Misc bug fixes.
+- Switch to meson buildsystem following upstreams port, add meson
+  BuildRequires and use meson macros as well as pass explicit
+  options to meson, build the features we want.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:34:33 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  libgit2-glib-0.26.2.tar.xz

New:
----
  libgit2-glib-0.26.4.tar.xz

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

Other differences:
------------------
++++++ libgit2-glib.spec ++++++
--- /var/tmp/diff_new_pack.6JM465/_old  2018-03-08 10:51:06.903127178 +0100
+++ /var/tmp/diff_new_pack.6JM465/_new  2018-03-08 10:51:06.911126890 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgit2-glib
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,14 +18,16 @@
 
 
 Name:           libgit2-glib
-Version:        0.26.2
+Version:        0.26.4
 Release:        0
 Summary:        GLib wrapper library around libgit2
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            https://wiki.gnome.org/Projects/Libgit2-glib
-Source:         
http://download.gnome.org/sources/libgit2-glib/0.26/%{name}-%{version}.tar.xz
+URL:            https://wiki.gnome.org/Projects/Libgit2-glib
+Source0:        
https://download.gnome.org/sources/libgit2-glib/0.26/%{name}-%{version}.tar.xz
+
 BuildRequires:  gtk-doc
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 # Needed to create the vala bindings
 BuildRequires:  vala
@@ -35,7 +37,6 @@
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.1
 BuildRequires:  pkgconfig(libgit2) >= 0.25.0
 BuildRequires:  pkgconfig(libssh2)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 libgit2-glib is a GLib wrapper library around the libgit2 git access library.
@@ -64,31 +65,33 @@
 libgit2-glib is a GLib wrapper library around the libgit2 git access library.
 
 %prep
-%setup -q
+%autosetup
 
 %build
-%configure\
-    --enable-gtk-doc
-%make_build
+%meson \
+    -D gtk_doc=true \
+    -D introspection=true \
+    -D python=false \
+    -D ssh=true \
+    -D vapi=true \
+    %{nil}
+%meson_build
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+%meson_install
 
 %post -n libgit2-glib-1_0-0 -p /sbin/ldconfig
 %postun -n libgit2-glib-1_0-0 -p /sbin/ldconfig
 
 %files -n libgit2-glib-1_0-0
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %{_libdir}/libgit2-glib-1.0.so.*
 
 %files -n typelib-1_0-Ggit-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Ggit-1.0.typelib
 
 %files devel
-%defattr(-,root,root)
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html
 %doc %{_datadir}/gtk-doc/html/libgit2-glib-1.0/
@@ -98,5 +101,6 @@
 %{_datadir}/gir-1.0/Ggit-1.0.gir
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/ggit-1.0.*
+%{_datadir}/vala/vapi/libgit2-glib-1.0.*
 
 %changelog

++++++ libgit2-glib-0.26.2.tar.xz -> libgit2-glib-0.26.4.tar.xz ++++++
++++ 84531 lines of diff (skipped)


Reply via email to