Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2017-12-12 21:17:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and      /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgit2-glib"

Tue Dec 12 21:17:41 2017 rev:27 rq:554712 version:0.26.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes        
2017-08-12 20:09:15.406901066 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2017-12-12 21:17:48.329385108 +0100
@@ -1,0 +2,15 @@
+Thu Nov 30 20:38:13 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 0.26.2:
+  + Several fixes on the annotations.
+  + Misc bug fixes.
+- Update Url to https://wiki.gnome.org/Projects/Libgit2-glib:
+  current Libgit2-glib project's web page.
+- Adopt the use of %make_build macro instead of raw make command,
+  following the best practices.
+- Add missing gtk-doc BuildRequires and pass enable-gtk-doc to
+  configure once the API documentation is desired.
+- Correct the library's name spelling in summaries and
+  descriptions.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libgit2-glib.spec ++++++
--- /var/tmp/diff_new_pack.y9R9hG/_old  2017-12-12 21:17:50.217293971 +0100
+++ /var/tmp/diff_new_pack.y9R9hG/_new  2017-12-12 21:17:50.225293585 +0100
@@ -18,13 +18,14 @@
 
 
 Name:           libgit2-glib
-Version:        0.26.0
+Version:        0.26.2
 Release:        0
-Summary:        Glib wrapper library around libgit2
+Summary:        Glib wrapper library around Libgit2
 License:        LGPL-2.1+
 Group:          System/Libraries
-Url:            https://live.gnome.org/Libgit2-glib
+Url:            https://wiki.gnome.org/Projects/Libgit2-glib
 Source:         
http://download.gnome.org/sources/libgit2-glib/0.26/%{name}-%{version}.tar.xz
+BuildRequires:  gtk-doc
 BuildRequires:  pkgconfig
 # Needed to create the vala bindings
 BuildRequires:  vala
@@ -32,42 +33,43 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.44.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.1
-BuildRequires:  pkgconfig(libgit2) >= 0.26.0
+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.
+Libgit2-glib is a glib wrapper library around the Libgit2 git access library.
 
 %package -n libgit2-glib-1_0-0
-Summary:        Glib wrapper library around libgit2
+Summary:        Glib wrapper library around Libgit2
 Group:          System/Libraries
 
 %description -n libgit2-glib-1_0-0
-libgit2-glib is a glib wrapper library around the libgit2 git access library.
+Libgit2-glib is a glib wrapper library around the Libgit2 git access library.
 
 %package -n typelib-1_0-Ggit-1_0
-Summary:        Glib wrapper library around libgit2 -- Object introspection
+Summary:        Glib wrapper library around Libgit2 -- Object introspection
 Group:          System/Libraries
 
 %description -n typelib-1_0-Ggit-1_0
-libgit2-glib is a glib wrapper library around the libgit2 git access library.
+Libgit2-glib is a glib wrapper library around the Libgit2 git access library.
 
 %package devel
-Summary:        Glib wrapper library around libgit2 -- Development files
+Summary:        Glib wrapper library around Libgit2 -- Development files
 Group:          Development/Languages/C and C++
 Requires:       libgit2-glib-1_0-0 = %{version}
 Requires:       typelib-1_0-Ggit-1_0 = %{version}
 
 %description devel
-libgit2-glib is a glib wrapper library around the libgit2 git access library.
+Libgit2-glib is a glib wrapper library around the Libgit2 git access library.
 
 %prep
 %setup -q
 
 %build
-%configure
-make %{?_smp_mflags}
+%configure\
+    --enable-gtk-doc
+%make_build
 
 %install
 %make_install
@@ -78,7 +80,7 @@
 
 %files -n libgit2-glib-1_0-0
 %defattr(-,root,root)
-%doc ChangeLog README COPYING
+%doc AUTHORS COPYING NEWS README
 %{_libdir}/libgit2-glib-1.0.so.*
 
 %files -n typelib-1_0-Ggit-1_0
@@ -87,12 +89,14 @@
 
 %files devel
 %defattr(-,root,root)
+%dir %{_datadir}/gtk-doc
+%dir %{_datadir}/gtk-doc/html
+%doc %{_datadir}/gtk-doc/html/libgit2-glib-1.0/
 %{_includedir}/libgit2-glib-1.0/
 %{_libdir}/libgit2-glib-1.0.so
 %{_libdir}/pkgconfig/libgit2-glib-1.0.pc
 %{_datadir}/gir-1.0/Ggit-1.0.gir
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/ggit-1.0.*
-%doc %{_datadir}/gtk-doc/html/libgit2-glib-1.0/
 
 %changelog

++++++ libgit2-glib-0.26.0.tar.xz -> libgit2-glib-0.26.2.tar.xz ++++++
++++ 9597 lines of diff (skipped)


Reply via email to