commit libgit2-glib for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2020-04-23 18:27:38

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new.2738 (New)


Package is "libgit2-glib"

Thu Apr 23 18:27:38 2020 rev:34 rq:795233 version:0.99.0+16

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2019-05-10 09:17:15.428229759 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new.2738/libgit2-glib.changes  
2020-04-23 18:27:38.823767347 +0200
@@ -1,0 +2,35 @@
+Thu Apr 16 20:43:07 UTC 2020 - bjorn@gmail.com
+
+- Update to version 0.99.0+16:
+  + Check subcommand execution
+  + tests: Replace use of deprecated GTimeVal
+  + ggit_object_factory: Replace use of deprecated g_object_newv
+  + ggit_object_factory: Fix constructor return type
+  + ggit_submodule_update: Fix constness of update options
+  + ggit_repository_merge: Fix constness of their_heads_native
+  + examples: Fix clone example's compiler warnings
+  + meson_vapi_link.py: Use python's own utils instead of calling 'ln'
+  + meson_vapi_link.py: Improve calculation of vapidir
+  + meson_vapi_link.py: Remove unnecessary os.path.join
+- Switch to git checkout via source service.
+
+---
+Thu Apr 16 20:29:22 UTC 2020 - bjorn@gmail.com
+
+- Update to version 0.99.0.1:
+  + git_merge: fix their_heads_length parameter
+  + Use correct free functions
+  + Detect libgit2 version
+- Changes from version 0.99.0:
+  + Detect libgit2 version
+  + Added ggit_repository_rename_remote
+  + Added ggit_repository_set_remote_url
+  + Added ggit_repository_remove_remote
+  + Use python3
+  + Added ggit_diff_new_buffers.
+- Add explicit python3-base BuildRequires following upstreams
+  changes.
+- Add check section and pass meson_test macro, run test-suite
+  during build.
+
+---

Old:

  libgit2-glib-0.28.0.1.tar.xz

New:

  _service
  _servicedata
  libgit2-glib-0.99.0+16.obscpio
  libgit2-glib.obsinfo



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.YbyrZa/_old  2020-04-23 18:27:40.663770870 +0200
+++ /var/tmp/diff_new_pack.YbyrZa/_new  2020-04-23 18:27:40.663770870 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgit2-glib
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,17 +18,19 @@
 
 
 Name:   libgit2-glib
-Version:0.28.0.1
+Version:0.99.0+16
 Release:0
 Summary:GLib wrapper library around libgit2
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 URL:https://wiki.gnome.org/Projects/Libgit2-glib
-Source0:
https://download.gnome.org/sources/libgit2-glib/0.28/%{name}-%{version}.tar.xz
+Source0:%{name}-%{version}.tar.xz
 
 BuildRequires:  gtk-doc
 BuildRequires:  meson
 BuildRequires:  pkgconfig
+BuildRequires:  python3
+BuildRequires:  python3-base
 # Needed to create the vala bindings
 BuildRequires:  vala
 BuildRequires:  pkgconfig(gio-2.0) >= 2.44.0
@@ -69,17 +71,20 @@
 
 %build
 %meson \
--D gtk_doc=true \
--D introspection=true \
--D python=false \
--D ssh=true \
--D vapi=true \
+   -Dgtk_doc=true \
+   -Dintrospection=true \
+   -Dpython=false \
+   -Dssh=true \
+   -Dvapi=true \
 %{nil}
 %meson_build
 
 %install
 %meson_install
 
+%check
+%meson_test
+
 %post -n libgit2-glib-1_0-0 -p /sbin/ldconfig
 %postun -n libgit2-glib-1_0-0 -p /sbin/ldconfig
 

++ _service ++

  
git
https://gitlab.gnome.org/GNOME/libgit2-glib.git
master
@PARENT_TAG@+@TAG_OFFSET@
v.(.*)
enable
  
  
  
*.tar
xz
  
  

++ _servicedata ++


https://gitlab.gnome.org/GNOME/libgit2-glib.git
  f231fb6f5da4784f6ebb6ecabc83c07bcf55321e++
 libgit2-glib.obsinfo ++
name: libgit2-glib
version: 0.99.0+16
mtime: 1583139533
commit: f231fb6f5da4784f6ebb6ecabc83c07bcf55321e




commit libgit2-glib for openSUSE:Factory

2019-05-10 Thread root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2019-05-10 09:17:12

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new.5148 (New)


Package is "libgit2-glib"

Fri May 10 09:17:12 2019 rev:33 rq:701612 version:0.28.0.1

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2019-02-24 17:07:08.000573790 +0100
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new.5148/libgit2-glib.changes  
2019-05-10 09:17:15.428229759 +0200
@@ -1,0 +2,13 @@
+Tue May  7 08:03:21 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.28.0.1:
+  + Added push support.
+  + Add merge support.
+  + Fix macOS support.
+  + Add push operation.
+  + Compatibility with libgit2 0.28.
+  + Several meson improvements.
+  + Misc bug fixes.
+- Drop libgit2-glib-libgit2_028-compat.patch: Fixed upstream.
+
+---

Old:

  libgit2-glib-0.27.8.tar.xz
  libgit2-glib-libgit2_028-compat.patch

New:

  libgit2-glib-0.28.0.1.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.B6eEh5/_old  2019-05-10 09:17:15.856230421 +0200
+++ /var/tmp/diff_new_pack.B6eEh5/_new  2019-05-10 09:17:15.860230427 +0200
@@ -18,15 +18,13 @@
 
 
 Name:   libgit2-glib
-Version:0.27.8
+Version:0.28.0.1
 Release:0
 Summary:GLib wrapper library around libgit2
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 URL:https://wiki.gnome.org/Projects/Libgit2-glib
-Source0:
https://download.gnome.org/sources/libgit2-glib/0.27/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM libgit2-glib-libgit2_028-compat.patch -- Fix build with 
new libgit2 0.28
-Patch0: libgit2-glib-libgit2_028-compat.patch
+Source0:
https://download.gnome.org/sources/libgit2-glib/0.28/%{name}-%{version}.tar.xz
 
 BuildRequires:  gtk-doc
 BuildRequires:  meson

++ libgit2-glib-0.27.8.tar.xz -> libgit2-glib-0.28.0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.27.8/NEWS 
new/libgit2-glib-0.28.0.1/NEWS
--- old/libgit2-glib-0.27.8/NEWS2019-02-13 08:17:38.0 +0100
+++ new/libgit2-glib-0.28.0.1/NEWS  2019-04-24 06:18:53.0 +0200
@@ -1,3 +1,13 @@
+News in 0.28.0.1
+--
+* Added·push·support
+* Add merge support
+* Fix macOS support
+* Add push operation
+* Compatibility with libgit2 0.28
+* Several meson improvements
+* Misc bug fixes
+
 News in 0.27.8
 --
 * Add body property to DiffFormatEmailOptions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.27.8/README 
new/libgit2-glib-0.28.0.1/README
--- old/libgit2-glib-0.27.8/README  2019-02-13 08:17:38.0 +0100
+++ new/libgit2-glib-0.28.0.1/README2019-04-24 06:18:53.0 +0200
@@ -15,16 +15,16 @@
 Installation
 
 
-libgit2-glib requires libgit2-0.27.x, glib 2.44.x, gio 2.26.x and
+libgit2-glib requires libgit2-0.25.x, glib 2.44.x, gio 2.26.x and
 gobject-introspection 0.9.x.
 
 Simple install procedure:
 
-  % tar Jxf libgit2-glib-0.27.8.tar.xz  # unpack the sources
-  % cd libgit2-glib-0.27.8  # change to the toplevel directory
-  % meson builddir  # run meson
-  % ninja -C builddir   # build libgit2-glib
+  % tar Jxf libgit2-glib-0.28.0.1.tar.xz  # unpack the sources
+  % cd libgit2-glib-0.28.0.1  # change to the toplevel directory
+  % meson builddir# run meson
+  % ninja -C builddir # build libgit2-glib
   # [ Become root if necessary ]
-  % ninja -C builddir install   # install libgit2-glib
+  % ninja -C builddir install # install libgit2-glib
 
 See the file 'INSTALL' for more detailed information.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgit2-glib-0.27.8/libgit2-glib/ggit-annotated-commit.c 
new/libgit2-glib-0.28.0.1/libgit2-glib/ggit-annotated-commit.c
--- old/libgit2-glib-0.27.8/libgit2-glib/ggit-annotated-commit.c
2019-02-13 08:17:38.0 +0100
+++ new/libgit2-glib-0.28.0.1/libgit2-glib/ggit-annotated-commit.c  
2019-04-24 06:18:53.0 +0200
@@ -109,4 +109,39 @@
return _ggit_oid_wrap ((git_oid *)oid);
 }
 
+
+/**
+ * ggit_annotated_commit_new_from_ref:
+ * @repository: the repository
+ * @ref: the reference to use to lookup the git_annotated_commit
+ * @error: a #GError for error reporting, or %NULL.
+ *
+ * Create a GgitAnnotatedCommit from the

commit libgit2-glib for openSUSE:Factory

2019-02-24 Thread root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2019-02-24 17:07:06

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new.28833 (New)


Package is "libgit2-glib"

Sun Feb 24 17:07:06 2019 rev:32 rq:674756 version:0.27.8

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2018-11-18 23:26:07.145921646 +0100
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new.28833/libgit2-glib.changes 
2019-02-24 17:07:08.000573790 +0100
@@ -1,0 +2,16 @@
+Wed Feb 13 12:26:14 UTC 2019 - bjorn@gmail.com
+
+- Add libgit2-glib-libgit2_028-compat.patch: Fix build with libgit2
+  0.28 version. Patch from upstream merge requests.
+
+---
+Wed Feb 13 09:43:55 UTC 2019 - bjorn@gmail.com
+
+- Update to version 0.27.8:
+  + Add body property to DiffFormatEmailOptions.
+  + Add submodule update.
+  + Fix missing struct field init in branch enumerator.
+  + Fix cross compilation builds.
+  + Several meson improvements.
+
+---
@@ -4 +20 @@
-- Update to version 0.27.7
+- Update to version 0.27.7:

Old:

  libgit2-glib-0.27.7.tar.xz

New:

  libgit2-glib-0.27.8.tar.xz
  libgit2-glib-libgit2_028-compat.patch



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.ehkYzG/_old  2019-02-24 17:07:08.504573550 +0100
+++ /var/tmp/diff_new_pack.ehkYzG/_new  2019-02-24 17:07:08.504573550 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgit2-glib
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,18 +13,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   libgit2-glib
-Version:0.27.7
+Version:0.27.8
 Release:0
 Summary:GLib wrapper library around libgit2
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 URL:https://wiki.gnome.org/Projects/Libgit2-glib
 Source0:
https://download.gnome.org/sources/libgit2-glib/0.27/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM libgit2-glib-libgit2_028-compat.patch -- Fix build with 
new libgit2 0.28
+Patch0: libgit2-glib-libgit2_028-compat.patch
+
 BuildRequires:  gtk-doc
 BuildRequires:  meson
 BuildRequires:  pkgconfig
@@ -64,7 +67,7 @@
 libgit2-glib is a GLib wrapper library around the libgit2 git access library.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %meson \

++ libgit2-glib-0.27.7.tar.xz -> libgit2-glib-0.27.8.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.27.7/.gitignore 
new/libgit2-glib-0.27.8/.gitignore
--- old/libgit2-glib-0.27.7/.gitignore  2018-11-04 02:51:54.0 +0100
+++ new/libgit2-glib-0.27.8/.gitignore  1970-01-01 01:00:00.0 +0100
@@ -1,70 +0,0 @@
-*.bak
-*.lo
-*.la
-*.o
-*.gir
-*.typelib
-*~
-*.stamp
-.*.sw[nop]
-*.gcov
-.deps
-.libs
-Makefile
-Makefile.in
-/ABOUT-NLS
-/aclocal.m4
-/autom4te.cache
-/config.cache
-/config.guess
-/config.h
-/config.h.in
-/config.log
-/config.lt
-/config.rpath
-/config.status
-/config.status.lineno
-/config.sub
-/configure
-/configure.lineno
-/depcomp
-/examples/general
-/examples/walk
-/gnome-doc-utils.make
-/gtk-doc.make
-/INSTALL
-/install-sh
-/intltool-extract
-/intltool-extract.in
-/intltool-merge
-/intltool-merge.in
-/intltool-update
-/intltool-update.in
-/libgit2-glib-1.0.pc
-/libgit2-glib-*.tar.bz2
-/libgit2-glib/ggit-enum-types.c
-/libgit2-glib/ggit-enum-types.h
-/libtool
-/ltmain.sh
-/m4
-/missing
-/mkinstalldirs
-/omf.make
-/po/*.header
-/po/*.gmo
-/po/*.mo
-/po/*.sed
-/po/*.sin
-/po/.intltool-merge-cache
-/po/Makefile
-/po/Makefile.in
-/po/Makefile.in.in
-/po/Makevars.template
-/po/POTFILES
-/po/Rules-quot
-/po/stamp-it
-/py-compile
-/so_locations
-/stamp-h1
-/tests/repository
-/xmldocs.make
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.27.7/NEWS new/libgit2-glib-0.27.8/NEWS
--- old/libgit2-glib-0.27.7/NEWS2018-11-04 02:51:54.0 +0100
+++ new/libgit2-glib-0.27.8/NEWS2019-02-13 08:17:38.0 +0100
@@ -1,3 +1,11 @@
+News in 0.27.8
+--
+* Add body property t

commit libgit2-glib for openSUSE:Factory

2018-11-18 Thread root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2018-11-18 23:26:02

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Sun Nov 18 23:26:02 2018 rev:31 rq:649253 version:0.27.7

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2018-04-30 22:50:06.379797392 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2018-11-18 23:26:07.145921646 +0100
@@ -1,0 +2,9 @@
+Wed Nov 14 08:06:04 UTC 2018 - kdalamagki...@suse.com
+
+- Update to version 0.27.7
+  + pkg-config pc file generation fixed
+  + Fix cached hunks
+- Remove libgit2-glib-libgit2-0.27.0.patch: Version 0.27.7 added
+  support for libgit2 0.27.0
+
+---

Old:

  libgit2-glib-0.26.4.tar.xz
  libgit2-glib-libgit2-0.27.0.patch

New:

  libgit2-glib-0.27.7.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.wvyZxn/_old  2018-11-18 23:26:07.689920985 +0100
+++ /var/tmp/diff_new_pack.wvyZxn/_new  2018-11-18 23:26:07.689920985 +0100
@@ -18,15 +18,13 @@
 
 
 Name:   libgit2-glib
-Version:0.26.4
+Version:0.27.7
 Release:0
 Summary:GLib wrapper library around libgit2
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 URL:https://wiki.gnome.org/Projects/Libgit2-glib
-Source0:
https://download.gnome.org/sources/libgit2-glib/0.26/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM libgit2-glib-libgit2-0.27.0.patch bgo#794890 
dims...@opensuse.org -- Fix build with libgit2 0.27.0
-Patch0: libgit2-glib-libgit2-0.27.0.patch
+Source0:
https://download.gnome.org/sources/libgit2-glib/0.27/%{name}-%{version}.tar.xz
 BuildRequires:  gtk-doc
 BuildRequires:  meson
 BuildRequires:  pkgconfig
@@ -67,9 +65,6 @@
 
 %prep
 %setup -q
-if pkg-config --atleast-version=0.27.0 libgit2; then
-%patch0 -p1
-fi
 
 %build
 %meson \

++ libgit2-glib-0.26.4.tar.xz -> libgit2-glib-0.27.7.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.26.4/.gitignore 
new/libgit2-glib-0.27.7/.gitignore
--- old/libgit2-glib-0.26.4/.gitignore  1970-01-01 01:00:00.0 +0100
+++ new/libgit2-glib-0.27.7/.gitignore  2018-11-04 02:51:54.0 +0100
@@ -0,0 +1,70 @@
+*.bak
+*.lo
+*.la
+*.o
+*.gir
+*.typelib
+*~
+*.stamp
+.*.sw[nop]
+*.gcov
+.deps
+.libs
+Makefile
+Makefile.in
+/ABOUT-NLS
+/aclocal.m4
+/autom4te.cache
+/config.cache
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.lt
+/config.rpath
+/config.status
+/config.status.lineno
+/config.sub
+/configure
+/configure.lineno
+/depcomp
+/examples/general
+/examples/walk
+/gnome-doc-utils.make
+/gtk-doc.make
+/INSTALL
+/install-sh
+/intltool-extract
+/intltool-extract.in
+/intltool-merge
+/intltool-merge.in
+/intltool-update
+/intltool-update.in
+/libgit2-glib-1.0.pc
+/libgit2-glib-*.tar.bz2
+/libgit2-glib/ggit-enum-types.c
+/libgit2-glib/ggit-enum-types.h
+/libtool
+/ltmain.sh
+/m4
+/missing
+/mkinstalldirs
+/omf.make
+/po/*.header
+/po/*.gmo
+/po/*.mo
+/po/*.sed
+/po/*.sin
+/po/.intltool-merge-cache
+/po/Makefile
+/po/Makefile.in
+/po/Makefile.in.in
+/po/Makevars.template
+/po/POTFILES
+/po/Rules-quot
+/po/stamp-it
+/py-compile
+/so_locations
+/stamp-h1
+/tests/repository
+/xmldocs.make
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.26.4/NEWS new/libgit2-glib-0.27.7/NEWS
--- old/libgit2-glib-0.26.4/NEWS2018-03-02 10:51:47.0 +0100
+++ new/libgit2-glib-0.27.7/NEWS2018-11-04 02:51:54.0 +0100
@@ -1,3 +1,9 @@
+News in 0.27.7
+--
+* pkg-config pc file generation fixed
+* Compatibility with libgit2 0.27
+* Fix cached hunks
+
 News in 0.26.4
 --
 * Make meson the official build system
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.26.4/README 
new/libgit2-glib-0.27.7/README
--- old/libgit2-glib-0.26.4/README  2018-03-02 10:51:47.0 +0100
+++ new/libgit2-glib-0.27.7/README  2018-11-04 02:51:54.0 +0100
@@ -15,16 +15,16 @@
 Installation
 
 
-libgit2-glib requires libgit2-0.26.x, glib 2.44.x, gio 2.26.x and
+libgit2-glib requires libgit2-0.27.x, glib 2.44.x, gio 2.26.x and
 gobject-introspection 0.9.x.
 
 Simple install procedure:
 
-  % tar Jxf libgit2-glib-0.26.4.tar.xz # unpack the sources
-  % cd libgit2-glib-0.26.4 # change to the toplevel 
directory
-  % meson builddir  

commit libgit2-glib for openSUSE:Factory

2018-04-30 Thread root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2018-04-30 22:50:04

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Mon Apr 30 22:50:04 2018 rev:30 rq:601534 version:0.26.4

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2018-03-08 10:51:06.303148778 +0100
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2018-04-30 22:50:06.379797392 +0200
@@ -1,0 +2,6 @@
+Wed Apr 25 10:23:05 UTC 2018 - dims...@opensuse.org
+
+- Add libgit2-glib-libgit2-0.27.0.patch: Fix build with libgit2
+  0.27.0. Patch only conditionally applied.
+
+---

New:

  libgit2-glib-libgit2-0.27.0.patch



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.NqFwot/_old  2018-04-30 22:50:07.175768351 +0200
+++ /var/tmp/diff_new_pack.NqFwot/_new  2018-04-30 22:50:07.175768351 +0200
@@ -25,7 +25,8 @@
 Group:  Development/Libraries/C and C++
 URL:https://wiki.gnome.org/Projects/Libgit2-glib
 Source0:
https://download.gnome.org/sources/libgit2-glib/0.26/%{name}-%{version}.tar.xz
-
+# PATCH-FIX-UPSTREAM libgit2-glib-libgit2-0.27.0.patch bgo#794890 
dims...@opensuse.org -- Fix build with libgit2 0.27.0
+Patch0: libgit2-glib-libgit2-0.27.0.patch
 BuildRequires:  gtk-doc
 BuildRequires:  meson
 BuildRequires:  pkgconfig
@@ -65,7 +66,10 @@
 libgit2-glib is a GLib wrapper library around the libgit2 git access library.
 
 %prep
-%autosetup
+%setup -q
+if pkg-config --atleast-version=0.27.0 libgit2; then
+%patch0 -p1
+fi
 
 %build
 %meson \

++ libgit2-glib-libgit2-0.27.0.patch ++
Index: libgit2-glib-0.26.4/libgit2-glib/ggit-config.c
===
--- libgit2-glib-0.26.4.orig/libgit2-glib/ggit-config.c
+++ libgit2-glib-0.26.4/libgit2-glib/ggit-config.c
@@ -295,6 +295,7 @@ ggit_config_add_file (GgitConfig  *c
ret = git_config_add_file_ondisk (_ggit_native_get (config),
  path,
  (git_config_level_t)level,
+ NULL,
  force);
g_free (path);
 



commit libgit2-glib for openSUSE:Factory

2018-03-08 Thread root
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)




commit libgit2-glib for openSUSE:Factory

2017-12-16 Thread root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2017-12-16 20:46:28

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Sat Dec 16 20:46:28 2017 rev:28 rq:556679 version:0.26.2

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2017-12-12 21:17:48.329385108 +0100
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2017-12-16 20:46:31.697367328 +0100
@@ -1,0 +2,5 @@
+Wed Dec 13 13:10:58 UTC 2017 - jeng...@inai.de
+
+- Fix spelling project names again. Adjust RPM group.
+
+---



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.UQKIYX/_old  2017-12-16 20:46:34.797217685 +0100
+++ /var/tmp/diff_new_pack.UQKIYX/_new  2017-12-16 20:46:34.805217299 +0100
@@ -20,9 +20,9 @@
 Name:   libgit2-glib
 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
+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
 BuildRequires:  gtk-doc
@@ -38,30 +38,30 @@
 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:GObject introspection for libgit2-glib
 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:Development files for libgit2-glib, a GLib wrapper library 
around libgit2
 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




commit libgit2-glib for openSUSE:Factory

2017-12-12 Thread root
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 +

commit libgit2-glib for openSUSE:Factory

2017-08-12 Thread root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2017-08-12 20:09:14

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Sat Aug 12 20:09:14 2017 rev:26 rq:515289 version:0.26.0

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2017-03-22 22:57:57.132614334 +0100
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2017-08-12 20:09:15.406901066 +0200
@@ -1,0 +2,6 @@
+Sat Aug  5 14:17:20 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.26.0:
+  + Port to libgit2 0.26.x.
+
+---

Old:

  libgit2-glib-0.25.0.tar.xz

New:

  libgit2-glib-0.26.0.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.oALZ80/_old  2017-08-12 20:09:16.058809731 +0200
+++ /var/tmp/diff_new_pack.oALZ80/_new  2017-08-12 20:09:16.066808610 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   libgit2-glib
-Version:0.25.0
+Version:0.26.0
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:https://live.gnome.org/Libgit2-glib
-Source: 
http://download.gnome.org/sources/libgit2-glib/0.25/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libgit2-glib/0.26/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig
 # Needed to create the vala bindings
 BuildRequires:  vala
@@ -32,7 +32,7 @@
 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.25.0
+BuildRequires:  pkgconfig(libgit2) >= 0.26.0
 BuildRequires:  pkgconfig(libssh2)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ libgit2-glib-0.25.0.tar.xz -> libgit2-glib-0.26.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.25.0/Makefile.in 
new/libgit2-glib-0.26.0/Makefile.in
--- old/libgit2-glib-0.25.0/Makefile.in 2017-02-16 10:03:52.0 +0100
+++ new/libgit2-glib-0.26.0/Makefile.in 2017-07-30 17:23:35.0 +0200
@@ -196,7 +196,7 @@
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(srcdir)/libgit2-glib-1.0.pc.in AUTHORS COPYING ChangeLog \
INSTALL NEWS README compile config.guess config.sub install-sh \
-   ltmain.sh missing
+   ltmain.sh missing py-compile
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.25.0/NEWS new/libgit2-glib-0.26.0/NEWS
--- old/libgit2-glib-0.25.0/NEWS2017-02-16 10:03:11.0 +0100
+++ new/libgit2-glib-0.26.0/NEWS2017-07-30 17:22:47.0 +0200
@@ -1,3 +1,7 @@
+News in 0.26.0
+--
+* Port to libgit2 0.26.x
+
 News in 0.25.0
 --
 * Port to libgit2 0.25.x
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.25.0/README 
new/libgit2-glib-0.26.0/README
--- old/libgit2-glib-0.25.0/README  2017-02-16 10:03:27.0 +0100
+++ new/libgit2-glib-0.26.0/README  2017-07-30 17:23:12.0 +0200
@@ -15,13 +15,13 @@
 Installation
 
 
-libgit2-glib requires libgit2-0.25.x, glib 2.44.x, gio 2.26.x and
+libgit2-glib requires libgit2-0.26.x, glib 2.44.x, gio 2.26.x and
 gobject-introspection 0.9.x.
 
 Simple install procedure:
 
-  % tar Jxf libgit2-glib-0.25.0.tar.xz # unpack the sources
-  % cd libgit2-glib-0.25.0 # change to the toplevel 
directory
+  % tar Jxf libgit2-glib-0.26.0.tar.xz # unpack the sources
+  % cd libgit2-glib-0.26.0 # change to the toplevel 
directory
   % ./configure# run the `configure' 
script
   % make   # build libgit2-glib
   [ Become root if necessary ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.25.0/configure 
new/libgit2-glib-0.26.0/configure
--- old/libgit2-glib-0.25.0/configure   2017-02-16 10:03:50.0 +0100
+++ new/libgit2-glib-0.26.0/configure   2017-07-30 17:23:34.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libgit2-glib 0.25.0.
+# Generated by GNU Autoconf

commit libgit2-glib for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2017-03-22 22:57:54

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Wed Mar 22 22:57:54 2017 rev:25 rq:461058 version:0.25.0

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2016-09-23 11:32:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2017-03-22 22:57:57.132614334 +0100
@@ -1,0 +2,7 @@
+Mon Feb 20 19:55:11 UTC 2017 - astie...@suse.com
+
+- Update to version 0.25.0:
+  + Port to libgit2 0.25.x.
+  + Add initial version of meson build system.
+
+---

Old:

  libgit2-glib-0.24.4.tar.xz

New:

  libgit2-glib-0.25.0.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.eh8SZ0/_old  2017-03-22 22:57:57.844513407 +0100
+++ /var/tmp/diff_new_pack.eh8SZ0/_new  2017-03-22 22:57:57.848512840 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgit2-glib
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,20 +18,21 @@
 
 
 Name:   libgit2-glib
-Version:0.24.4
+Version:0.25.0
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:https://live.gnome.org/Libgit2-glib
-Source: 
http://download.gnome.org/sources/libgit2-glib/0.24/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libgit2-glib/0.25/%{name}-%{version}.tar.xz
+BuildRequires:  pkgconfig
 # Needed to create the vala bindings
 BuildRequires:  vala
 BuildRequires:  pkgconfig(gio-2.0) >= 2.44.0
 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.24.0
+BuildRequires:  pkgconfig(libgit2) >= 0.25.0
 BuildRequires:  pkgconfig(libssh2)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -73,7 +74,6 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %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

++ libgit2-glib-0.24.4.tar.xz -> libgit2-glib-0.25.0.tar.xz ++
 19187 lines of diff (skipped)




commit libgit2-glib for openSUSE:Factory

2016-09-23 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2016-09-23 11:32:48

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2016-08-29 15:44:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2016-09-23 11:32:50.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep  7 17:54:39 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.24.4:
+  + Do not stat index entry when restoring from blob (bgo#770956).
+
+---

Old:

  libgit2-glib-0.24.3.tar.xz

New:

  libgit2-glib-0.24.4.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.YSLkNV/_old  2016-09-23 11:32:51.0 +0200
+++ /var/tmp/diff_new_pack.YSLkNV/_new  2016-09-23 11:32:51.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgit2-glib
-Version:0.24.3
+Version:0.24.4
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+

++ libgit2-glib-0.24.3.tar.xz -> libgit2-glib-0.24.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.24.3/ChangeLog 
new/libgit2-glib-0.24.4/ChangeLog
--- old/libgit2-glib-0.24.3/ChangeLog   2016-08-25 16:59:21.0 +0200
+++ new/libgit2-glib-0.24.4/ChangeLog   2016-09-06 23:02:47.0 +0200
@@ -1,6 +1,33 @@
+commit ae3d76a38ac4a2e42e0f2014a76efdae7563aec7
+Author: Jesse van den Kieboom 
+Date:   2016-09-06
+
+Release 0.24.4
+
+M  NEWS
+M  README
+
+commit 7577ce3b71cb88c3d44b25245298229a59810f39
+Author: Jesse van den Kieboom 
+Date:  2016-09-06
+
+Do not stat index entry if setting content from blob id
+
+https://bugzilla.gnome.org/show_bug.cgi?id=770956
+
+M  libgit2-glib/ggit-repository.c
+
+commit cb0906c14dc3fcbc93c16fa342cbe5d79396acb7
+Author: Jesse van den Kieboom 
+Date:  2016-08-25
+
+Post release version bump
+
+M  configure.ac
+
 commit ef44dcd67f28787ccddba6741c59d599f37a3c13
 Author: Jesse van den Kieboom 
-Date:   2016-08-25
+Date:  2016-08-25
 
 Release 0.24.3
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.24.3/NEWS new/libgit2-glib-0.24.4/NEWS
--- old/libgit2-glib-0.24.3/NEWS2016-08-25 16:58:28.0 +0200
+++ new/libgit2-glib-0.24.4/NEWS2016-09-06 23:01:51.0 +0200
@@ -1,3 +1,7 @@
+News in 0.24.4
+--
+* Do not stat index entry when restoring from blob
+
 News in 0.24.3
 --
 * Reduce memory allocations during diff generation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.24.3/README 
new/libgit2-glib-0.24.4/README
--- old/libgit2-glib-0.24.3/README  2016-08-25 16:57:16.0 +0200
+++ new/libgit2-glib-0.24.4/README  2016-09-06 23:00:59.0 +0200
@@ -20,8 +20,8 @@
 
 Simple install procedure:
 
-  % tar Jxf libgit2-glib-0.24.3.tar.xz # unpack the sources
-  % cd libgit2-glib-0.24.3 # change to the toplevel 
directory
+  % tar Jxf libgit2-glib-0.24.4.tar.xz # unpack the sources
+  % cd libgit2-glib-0.24.4 # change to the toplevel 
directory
   % ./configure# run the `configure' 
script
   % make   # build libgit2-glib
   [ Become root if necessary ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.24.3/configure 
new/libgit2-glib-0.24.4/configure
--- old/libgit2-glib-0.24.3/configure   2016-08-25 16:54:28.0 +0200
+++ new/libgit2-glib-0.24.4/configure   2016-08-29 12:48:40.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libgit2-glib 0.24.3.
+# Generated by GNU Autoconf 2.69 for libgit2-glib 0.24.4.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='libgit2-glib'
 PACKAGE_TARNAME='libgit2-glib'
-PACKAGE_VERSION='0.24.3'
-PACKAGE_STRING='libgit2-glib 0.24.3'
+PACKAGE_VERSION='0.24.4'
+PACKAGE_STRING='libgit2-glib 0.24.4'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gitg'
 PACKAGE_URL=''
 
@@ -1414,7 +1414,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a s

commit libgit2-glib for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2016-08-29 15:41:40

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2016-06-02 09:39:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2016-08-29 15:44:17.0 +0200
@@ -1,0 +2,14 @@
+Fri Aug 26 09:53:00 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.24.3:
+  + Reduce memory allocations during diff generation.
+  + Fix ctime in index entry.
+
+---
+Wed Aug 17 13:56:11 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.24.2:
+  + Fix several crashes.
+  + Misc bugfixing.
+
+---

Old:

  libgit2-glib-0.24.0.tar.xz

New:

  libgit2-glib-0.24.3.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.wjIF57/_old  2016-08-29 15:44:20.0 +0200
+++ /var/tmp/diff_new_pack.wjIF57/_new  2016-08-29 15:44:20.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgit2-glib
-Version:0.24.0
+Version:0.24.3
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+

++ libgit2-glib-0.24.0.tar.xz -> libgit2-glib-0.24.3.tar.xz ++
 14067 lines of diff (skipped)




commit libgit2-glib for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2016-06-02 09:39:32

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2016-03-29 14:30:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2016-06-02 09:39:33.0 +0200
@@ -1,0 +2,5 @@
+Mon May  9 20:23:10 UTC 2016 - sree...@suse.com
+
+- Add to the SDK. Fate#319349
+
+---



Other differences:
--



commit libgit2-glib for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2016-03-29 14:30:39

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2015-12-20 10:52:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2016-03-29 14:30:40.0 +0200
@@ -1,0 +2,14 @@
+Tue Mar 15 10:11:32 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.24.0:
+  + Fix api breaks made in libgit2.
+  + Misc bugfixing.
+
+---
+Sat Feb  6 08:50:37 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.23.10:
+  + Protected against empty signature.
+  + Do not mandatorily require gtkdocize.
+
+---

Old:

  libgit2-glib-0.23.8.tar.xz

New:

  libgit2-glib-0.24.0.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.kl2652/_old  2016-03-29 14:30:41.0 +0200
+++ /var/tmp/diff_new_pack.kl2652/_new  2016-03-29 14:30:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgit2-glib
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,20 +18,20 @@
 
 
 Name:   libgit2-glib
-Version:0.23.8
+Version:0.24.0
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:https://live.gnome.org/Libgit2-glib
-Source: 
http://download.gnome.org/sources/libgit2-glib/0.23/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libgit2-glib/0.24/%{name}-%{version}.tar.xz
 # Needed to create the vala bindings
 BuildRequires:  vala
 BuildRequires:  pkgconfig(gio-2.0) >= 2.44.0
 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.23.0
+BuildRequires:  pkgconfig(libgit2) >= 0.24.0
 BuildRequires:  pkgconfig(libssh2)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ libgit2-glib-0.23.8.tar.xz -> libgit2-glib-0.24.0.tar.xz ++
 17167 lines of diff (skipped)




commit libgit2-glib for openSUSE:Factory

2015-12-20 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2015-12-20 10:52:43

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2015-10-12 10:02:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2015-12-20 10:52:44.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 13 11:31:13 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.23.8:
+  + Misc bugfixing.
+
+---

Old:

  libgit2-glib-0.23.6.tar.xz

New:

  libgit2-glib-0.23.8.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.CHavgY/_old  2015-12-20 10:52:45.0 +0100
+++ /var/tmp/diff_new_pack.CHavgY/_new  2015-12-20 10:52:45.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   libgit2-glib
-Version:0.23.6
+Version:0.23.8
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+

++ libgit2-glib-0.23.6.tar.xz -> libgit2-glib-0.23.8.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.23.6/ChangeLog 
new/libgit2-glib-0.23.8/ChangeLog
--- old/libgit2-glib-0.23.6/ChangeLog   2015-09-21 19:18:19.0 +0200
+++ new/libgit2-glib-0.23.8/ChangeLog   2015-12-11 14:43:06.0 +0100
@@ -1,6 +1,56 @@
+commit 22fcc8d6d43e92d2113ff3c6afcd81b816dc7d59
+Author: Jesse van den Kieboom 
+Date:   2015-11-08
+
+Ensure hunk header text is in UTF-8
+
+M  libgit2-glib/ggit-diff-hunk.c
+
+commit cc84896d1fb7611d33da7b4a0718602d42a47205
+Author: Jesse van den Kieboom 
+Date:  2015-11-08
+
+Return Ggit enum instead of git2 enum
+
+M  libgit2-glib/ggit-diff-binary-file.c
+
+commit 1cd26e77ecf146c7c808d384be18372fb34aa2a5
+Author: Jesse van den Kieboom 
+Date:  2015-11-08
+
+Fix wrong return value
+
+M  libgit2-glib/ggit-repository.c
+
+commit 1cb15b4f2fdb2c8360f74907669939e833447c27
+Author: Ignacio Casal Quinteiro 
+Date:  2015-10-14
+
+signature: return the right values
+
+M  libgit2-glib/ggit-signature.c
+
+commit 8f7d2d4f1abe676918459d1ecbeb808817b69d53
+Author: Ignacio Casal Quinteiro 
+Date:  2015-09-21
+
+Post release version bump
+
+M  configure.ac
+
+commit 79873ca607e55a90d4ce20390cfbb5d202b2aa24
+Author: Ignacio Casal Quinteiro 
+Date:  2015-09-21
+
+Release 0.23.6
+
+M  NEWS
+M  README
+M  configure.ac
+
 commit a39a9844e16990ac12a2326e138323907eb13450
 Author: Ignacio Casal Quinteiro 
-Date:   2015-08-29
+Date:  2015-08-29
 
 diff-line: do not leak the content
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.23.6/Makefile.in 
new/libgit2-glib-0.23.8/Makefile.in
--- old/libgit2-glib-0.23.6/Makefile.in 2015-09-21 19:17:59.0 +0200
+++ new/libgit2-glib-0.23.8/Makefile.in 2015-12-11 14:42:44.0 +0100
@@ -194,7 +194,7 @@
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(srcdir)/libgit2-glib-1.0.pc.in AUTHORS COPYING ChangeLog \
INSTALL NEWS README compile config.guess config.sub install-sh \
-   ltmain.sh missing py-compile
+   ltmain.sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.23.6/NEWS new/libgit2-glib-0.23.8/NEWS
--- old/libgit2-glib-0.23.6/NEWS2015-09-21 19:16:56.0 +0200
+++ new/libgit2-glib-0.23.8/NEWS2015-12-11 14:42:23.0 +0100
@@ -1,3 +1,7 @@
+News in 0.23.8
+--
+* Misc bugfixing
+
 News in 0.23.6
 --
 * Fix corrupted memory on diff
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.23.6/README 
new/libgit2-glib-0.23.8/README
--- old/libgit2-glib-0.23.6/README  2015-09-21 19:16:15.0 +0200
+++ new/libgit2-glib-0.23.8/README  2015-12-11 14:42:08.0 +0100
@@ -20,8 +20,8 @@
 
 Simple install procedure:
 
-  % tar Jxf libgit2-glib-0.23.6.tar.xz # unpack the sources
-  % cd libgit2-glib-0.23.6 # change to the toplevel 
directory
+  % tar Jxf libgit2-glib-0.23.8.tar.xz # unpack the sources
+  % cd libgit2-glib-0.23.8 # change to the toplevel 
directory
   % ./configure# run the `configure' 
script
   % make

commit libgit2-glib for openSUSE:Factory

2015-10-12 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2015-10-12 10:02:00

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2015-10-06 16:32:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2015-10-12 10:02:01.0 +0200
@@ -39,6 +38,0 @@
-Thu Apr 30 11:03:23 UTC 2015 - dims...@opensuse.org
-
-- Update to version 0.22.8:
-  + Include passed in cflags for ssh check.
-




Other differences:
--



commit libgit2-glib for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2015-10-06 16:31:59

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2015-05-16 07:14:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2015-10-06 16:32:00.0 +0200
@@ -1,0 +2,31 @@
+Tue Sep 22 07:01:29 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.23.6:
+  + Fix corrupted memory on diff.
+  + Bind more api.
+  + Misc bugfixing.
+
+---
+Fri Aug  7 21:23:57 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.23.4:
+  + Bind more api.
+  + Misc bugfixing.
+
+---
+Tue Aug  4 19:12:36 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.23.2:
+  + Add ggit_config_snapshot.
+  + Allow to enable debug builds.
+  + Misc bugfixing.
+
+---
+Tue Jul 28 12:29:36 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.23.0:
+  + Fix api breaks made in libgit2.
+  + Misc bugfixing.
+- Add pkgconfig(libssh2) BuildRequires: New dependency.
+
+---
@@ -2,0 +34,6 @@
+
+- Update to version 0.22.8:
+  + Include passed in cflags for ssh check.
+
+---
+Thu Apr 30 11:03:23 UTC 2015 - dims...@opensuse.org

Old:

  libgit2-glib-0.22.8.tar.xz

New:

  libgit2-glib-0.23.6.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.nqixYv/_old  2015-10-06 16:32:01.0 +0200
+++ /var/tmp/diff_new_pack.nqixYv/_new  2015-10-06 16:32:01.0 +0200
@@ -18,20 +18,21 @@
 
 
 Name:   libgit2-glib
-Version:0.22.8
+Version:0.23.6
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:https://live.gnome.org/Libgit2-glib
-Source: 
http://download.gnome.org/sources/libgit2-glib/0.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libgit2-glib/0.23/%{name}-%{version}.tar.xz
 # Needed to create the vala bindings
 BuildRequires:  vala
-BuildRequires:  pkgconfig(gio-2.0) >= 2.28.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
-BuildRequires:  pkgconfig(gobject-2.0) >= 2.28.0
+BuildRequires:  pkgconfig(gio-2.0) >= 2.44.0
+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.22.0
+BuildRequires:  pkgconfig(libgit2) >= 0.23.0
+BuildRequires:  pkgconfig(libssh2)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libgit2-glib-0.22.8.tar.xz -> libgit2-glib-0.23.6.tar.xz ++
 45584 lines of diff (skipped)




commit libgit2-glib for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2015-05-16 07:14:20

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2015-04-23 07:57:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2015-05-16 07:14:22.0 +0200
@@ -1,0 +2,6 @@
+Fri May 15 07:26:17 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.22.8:
+  + Include passed in cflags for ssh check.
+
+---

Old:

  libgit2-glib-0.22.6.tar.xz

New:

  libgit2-glib-0.22.8.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.GOTviS/_old  2015-05-16 07:14:23.0 +0200
+++ /var/tmp/diff_new_pack.GOTviS/_new  2015-05-16 07:14:23.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgit2-glib
-Version:0.22.6
+Version:0.22.8
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+

++ libgit2-glib-0.22.6.tar.xz -> libgit2-glib-0.22.8.tar.xz ++
 6068 lines of diff (skipped)




commit libgit2-glib for openSUSE:Factory

2015-04-22 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2015-04-23 07:57:51

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2015-04-10 09:51:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2015-04-23 07:57:52.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 15 06:41:03 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.22.6:
+  + Add ggit_repository_path_is_ignored.
+
+---

Old:

  libgit2-glib-0.22.4.tar.xz

New:

  libgit2-glib-0.22.6.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.Hc4wIP/_old  2015-04-23 07:57:52.0 +0200
+++ /var/tmp/diff_new_pack.Hc4wIP/_new  2015-04-23 07:57:52.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgit2-glib
-Version:0.22.4
+Version:0.22.6
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+

++ libgit2-glib-0.22.4.tar.xz -> libgit2-glib-0.22.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.22.4/ChangeLog 
new/libgit2-glib-0.22.6/ChangeLog
--- old/libgit2-glib-0.22.4/ChangeLog   2015-04-07 08:14:14.0 +0200
+++ new/libgit2-glib-0.22.6/ChangeLog   2015-04-13 21:54:17.0 +0200
@@ -1,6 +1,39 @@
+commit c3224b70acfdbe0a9b4f927ca474cff4953f2453
+Author: Christian Hergert 
+Date:   2015-04-13
+
+repository: add ggit_repository_path_is_ignored()
+
+This function is a convenience wrapper around
+git_ignore_path_is_ignored()
+which takes a git_repository* and a path.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=747727
+
+M  libgit2-glib/ggit-repository.c
+M  libgit2-glib/ggit-repository.h
+
+commit dcad30c3a26ad7f415f6efcb595a24990b4846be
+Author: Ignacio Casal Quinteiro 
+Date:  2015-04-07
+
+Post release version bump
+
+M  configure.ac
+
+commit 2316a13d3f9ded6da1c77abbf88afdfa0430
+Author: Ignacio Casal Quinteiro 
+Date:  2015-04-07
+
+Release 0.22.4
+
+M  NEWS
+M  README
+M  configure.ac
+
 commit 01f1f6959446280d84008fbb947e8259cd904c88
 Author: Christian Hergert 
-Date:   2015-04-06
+Date:  2015-04-06
 
 clone-options: zero all fields in ggit_clone_options_new()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.22.4/NEWS new/libgit2-glib-0.22.6/NEWS
--- old/libgit2-glib-0.22.4/NEWS2015-04-07 08:13:35.0 +0200
+++ new/libgit2-glib-0.22.6/NEWS2015-04-13 21:52:04.0 +0200
@@ -1,3 +1,7 @@
+News in 0.22.6
+--
+* Add ggit_repository_path_is_ignored
+
 News in 0.22.4
 --
 * Fix crash when cloning
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.22.4/README 
new/libgit2-glib-0.22.6/README
--- old/libgit2-glib-0.22.4/README  2015-04-07 08:13:19.0 +0200
+++ new/libgit2-glib-0.22.6/README  2015-04-13 21:51:41.0 +0200
@@ -20,8 +20,8 @@
 
 Simple install procedure:
 
-  % tar Jxf libgit2-glib-0.22.4.tar.xz # unpack the sources
-  % cd libgit2-glib-0.22.4 # change to the toplevel 
directory
+  % tar Jxf libgit2-glib-0.22.6.tar.xz # unpack the sources
+  % cd libgit2-glib-0.22.6 # change to the toplevel 
directory
   % ./configure# run the `configure' 
script
   % make   # build libgit2-glib
   [ Become root if necessary ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgit2-glib-0.22.4/aclocal.m4 
new/libgit2-glib-0.22.6/aclocal.m4
--- old/libgit2-glib-0.22.4/aclocal.m4  2015-04-07 08:13:50.0 +0200
+++ new/libgit2-glib-0.22.6/aclocal.m4  2015-04-13 21:53:56.0 +0200
@@ -20,6 +20,184 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
+# gnome-compiler-flags.m4
+#
+# serial 2
+#
+
+dnl GNOME_COMPILE_WARNINGS
+dnl Turn on many useful compiler warnings and substitute the result into
+dnl WARN_CFLAGS
+dnl For now, only works on GCC
+dnl Pass the default value of the --enable-compile-warnings configure option as
+dnl the first argument to the macro, defaulting to 'yes'.
+dnl Additional warning/error flags can be passed as an optional second 
arg

commit libgit2-glib for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2015-03-30 19:19:51

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2015-02-04 12:52:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2015-03-30 19:19:52.0 +0200
@@ -1,0 +2,6 @@
+Mon Mar 23 16:24:43 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.22.2:
+  + Misc bugfixes.
+
+---

Old:

  libgit2-glib-0.22.0.tar.xz

New:

  libgit2-glib-0.22.2.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.89RSv2/_old  2015-03-30 19:19:53.0 +0200
+++ /var/tmp/diff_new_pack.89RSv2/_new  2015-03-30 19:19:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgit2-glib
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +18,7 @@
 
 
 Name:   libgit2-glib
-Version:0.22.0
+Version:0.22.2
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+

++ libgit2-glib-0.22.0.tar.xz -> libgit2-glib-0.22.2.tar.xz ++
 3296 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/ChangeLog new/libgit2-glib-0.22.2/ChangeLog
--- old/libgit2-glib-0.22.0/ChangeLog   2015-01-18 19:52:59.0 +0100
+++ new/libgit2-glib-0.22.2/ChangeLog   2015-03-23 17:14:30.0 +0100
@@ -1,6 +1,68 @@
+commit a60bf58b66d5e362b62c9d8efa84f588cdd3e580
+Author: Jesse van den Kieboom 
+Date:   2015-03-08
+
+Fixed error message typo
+
+M  configure.ac
+
+commit e5e6aaf195d464f325d71ae6a4639a8aa8ce0e17
+Author: Rémi Cardona 
+Date:  2015-01-20
+
+configure: Add flag to force on or off SSH support
+
+Remove an automagic dependency on libgit2's SSH support.
+
+Signed-off-by: Rémi Cardona 
+
+https://bugzilla.gnome.org/show_bug.cgi?id=743236
+
+M  configure.ac
+
+commit f92bca0ee5c062214dfd51548d33c36696b4a8c3
+Author: Ignacio Casal Quinteiro 
+Date:  2015-01-21
+
+Handle ownership of refs.
+
+Depending on where we are wrapping the reference we might need to
+free it.
+
+M  libgit2-glib/ggit-branch-enumerator.c
+M  libgit2-glib/ggit-branch.c
+M  libgit2-glib/ggit-ref.c
+M  libgit2-glib/ggit-ref.h
+M  libgit2-glib/ggit-repository.c
+
+commit 119aac898062eacd1f3e6a64ac095e6c54fb054d
+Author: Ignacio Casal Quinteiro 
+Date:  2015-01-19
+
+cherry-pick-options: missing to install the merge-options property
+
+M  libgit2-glib/ggit-cherry-pick-options.c
+
+commit babf083d173506b8a4c56733996ed675d23e5b00
+Author: Ignacio Casal Quinteiro 
+Date:  2015-01-18
+
+Post release version bump
+
+M  configure.ac
+
+commit 6adb2280039b68e888467d018b7ca97741591183
+Author: Ignacio Casal Quinteiro 
+Date:  2015-01-18
+
+Release 0.22.0
+
+M  NEWS
+M  README
+
 commit 5d3f9f4c3ed73a6dc14630e2692282f39383c664
 Author: Ignacio Casal Quinteiro 
-Date:   2015-01-18
+Date:  2015-01-18
 
 configure: fix ssh check
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.22.0/NEWS new/libgit2-glib-0.22.2/NEWS
--- old/libgit2-glib-0.22.0/NEWS2015-01-18 19:52:53.0 +0100
+++ new/libgit2-glib-0.22.2/NEWS2015-03-23 17:13:13.0 +0100
@@ -1,3 +1,7 @@
+News in 0.22.2
+--
+* Misc bugfixing
+
 News in 0.22.0
 --
 * Fix api breaks made in libgit2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old

commit libgit2-glib for openSUSE:Factory

2015-02-04 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2015-02-04 09:32:15

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2014-12-31 11:22:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2015-02-04 12:52:17.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 27 18:38:13 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.22.0:
+  + Fix api breaks made in libgit2.
+  + Follow libgit2's version.
+  + Misc bugfixing.
+
+---

Old:

  libgit2-glib-0.0.24.tar.xz

New:

  libgit2-glib-0.22.0.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.BJBErY/_old  2015-02-04 12:52:18.0 +0100
+++ /var/tmp/diff_new_pack.BJBErY/_new  2015-02-04 12:52:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgit2-glib
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,20 +18,20 @@
 
 
 Name:   libgit2-glib
-Version:0.0.24
+Version:0.22.0
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:https://live.gnome.org/Libgit2-glib
-Source: 
http://download.gnome.org/sources/libgit2-glib/0.0/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libgit2-glib/0.22/%{name}-%{version}.tar.xz
 # Needed to create the vala bindings
 BuildRequires:  vala
 BuildRequires:  pkgconfig(gio-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.1
-BuildRequires:  pkgconfig(libgit2) >= 0.21.0
+BuildRequires:  pkgconfig(libgit2) >= 0.22.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libgit2-glib-0.0.24.tar.xz -> libgit2-glib-0.22.0.tar.xz ++
 9134 lines of diff (skipped)

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



commit libgit2-glib for openSUSE:Factory

2014-12-31 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2014-12-31 11:22:29

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2014-09-30 19:38:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2014-12-31 11:22:33.0 +0100
@@ -1,0 +2,7 @@
+Mon Dec 29 22:01:48 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.0.24:
+  + Support Notes.
+  + Misc bugfixing.
+
+---

Old:

  libgit2-glib-0.0.22.tar.xz

New:

  libgit2-glib-0.0.24.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.e6UlD0/_old  2014-12-31 11:22:33.0 +0100
+++ /var/tmp/diff_new_pack.e6UlD0/_new  2014-12-31 11:22:33.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   libgit2-glib
-Version:0.0.22
+Version:0.0.24
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+

++ libgit2-glib-0.0.22.tar.xz -> libgit2-glib-0.0.24.tar.xz ++
 2801 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.0.22/ChangeLog new/libgit2-glib-0.0.24/ChangeLog
--- old/libgit2-glib-0.0.22/ChangeLog   2014-09-15 20:33:51.0 +0200
+++ new/libgit2-glib-0.0.24/ChangeLog   2014-11-04 17:01:29.0 +0100
@@ -1,6 +1,85 @@
+commit 0f4bf192d2866fb3e054b569437f29664c5b8f1e
+Author: Ignacio Casal Quinteiro 
+Date:   2014-10-19
+
+Use the right type for the user data
+
+M  libgit2-glib/ggit-types.h
+
+commit b9bed9d9d5eb65a19e1ac89c11e7eff4dc7f6f99
+Author: Ignacio Casal Quinteiro 
+Date:  2014-10-19
+
+Bind for ggit_repository_note_foreach
+
+M  libgit2-glib/ggit-repository.c
+M  libgit2-glib/ggit-repository.h
+M  libgit2-glib/ggit-types.h
+
+commit 4ac4549fc0f03a231f2fb59a532ff7e8aa20c3d0
+Author: Ignacio Casal Quinteiro 
+Date:  2014-10-18
+
+repository: improve docs
+
+M  libgit2-glib/ggit-repository.c
+
+commit 560add3c8fe3328d3d6ae3f4f883f686d8f0f914
+Author: Ignacio Casal Quinteiro 
+Date:  2014-10-18
+
+Provide ggit_repository_read_note
+
+M  libgit2-glib/ggit-repository.c
+M  libgit2-glib/ggit-repository.h
+
+commit cd18205884b0ef6ad93ca75cb4ebcce25e89a3eb
+Author: Ignacio Casal Quinteiro 
+Date:  2014-10-18
+
+Basic wrapping for GgitNote
+
+M  libgit2-glib/Makefile.am
+A  libgit2-glib/ggit-note.c
+A  libgit2-glib/ggit-note.h
+M  libgit2-glib/ggit-repository.c
+M  libgit2-glib/ggit-repository.h
+M  libgit2-glib/ggit-types.h
+
+commit 290f483222bc9805474f344d094358dd6ab052af
+Author: Christian Hergert 
+Date:  2014-09-28
+
+Fix user_data parameter in ggit_diff_blob_to_buffer()
+
+gpointer is already a (void *), so the extra * only causes type
+warnings
+with the compiler. No ABI break necessary.
+
+M  libgit2-glib/ggit-diff.c
+M  libgit2-glib/ggit-diff.h
+
+commit b35ef3013d5fa3a17d897dd834a29489837f8471
+Author: Ignacio Casal Quinteiro 
+Date:  2014-09-15
+
+Post release version bump to 0.0.23
+
+M  configure.ac
+
+commit a3b598538780d22a22fde08cc2e3db14ccd2681e
+Author: Ignacio Casal Quinteiro 
+Date:  2014-09-15
+
+Release 0.0.22
+
+M  NEWS
+M  README
+M  configure.ac
+
 commit a76152e2e1992a013a53105a95d16f4617ac0c28
 Author: Jesse van den Kieboom 
-Date:   2014-09-12
+Date:  2014-09-12
 
 Check for availability of termios.h for clone example
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgit2-glib-0.0.22/INSTALL new/libgit2-glib-0.0.24/INSTALL
--- old/libgit2-glib-0.0.22/INSTALL 2014-09-15 20:27:49.0 +0200
+++ new/libgit2-glib-0.0.24/INSTALL 2014-11-04 17:01:09.0 +0100
@@ -12,8 +12,8 @@
 Basic Installation
 ==
 
-   Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
+   Briefly, the shell command `./configure && make && make insta

commit libgit2-glib for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2014-09-30 19:37:43

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2014-08-25 15:43:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2014-09-30 19:38:29.0 +0200
@@ -1,0 +2,15 @@
+Mon Sep 15 19:02:08 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.0.22:
+  + More API support.
+  + Fixes to build on win32.
+
+---
+Thu Jul 24 17:56:18 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.0.20:
+  + More API support.
+  + Added vala bindings.
+  + Fixes to build on win32.
+
+---

Old:

  libgit2-glib-0.0.18.tar.xz

New:

  libgit2-glib-0.0.22.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.UGGDJE/_old  2014-09-30 19:38:30.0 +0200
+++ /var/tmp/diff_new_pack.UGGDJE/_new  2014-09-30 19:38:30.0 +0200
@@ -18,13 +18,15 @@
 
 
 Name:   libgit2-glib
-Version:0.0.18
+Version:0.0.22
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:https://live.gnome.org/Libgit2-glib
 Source: 
http://download.gnome.org/sources/libgit2-glib/0.0/%{name}-%{version}.tar.xz
+# Needed to create the vala bindings
+BuildRequires:  vala
 BuildRequires:  pkgconfig(gio-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.28.0
@@ -67,7 +69,7 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libgit2-glib-1_0-0 -p /sbin/ldconfig
 
@@ -88,6 +90,8 @@
 %{_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.0.18.tar.xz -> libgit2-glib-0.0.22.tar.xz ++
 6314 lines of diff (skipped)

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



commit libgit2-glib for openSUSE:Factory

2014-08-25 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2014-08-25 15:43:52

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2014-08-25 12:59:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2014-08-25 15:43:53.0 +0200
@@ -2,8 +1,0 @@
-Thu Jul 24 17:56:18 UTC 2014 - dims...@opensuse.org
-
-- Update to version 0.0.20:
-  + More API support.
-  + Added vala bindings.
-  + Fixes to build on win32.
-


Old:

  libgit2-glib-0.0.20.tar.xz

New:

  libgit2-glib-0.0.18.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.5hDA08/_old  2014-08-25 15:43:54.0 +0200
+++ /var/tmp/diff_new_pack.5hDA08/_new  2014-08-25 15:43:54.0 +0200
@@ -18,15 +18,13 @@
 
 
 Name:   libgit2-glib
-Version:0.0.20
+Version:0.0.18
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:https://live.gnome.org/Libgit2-glib
 Source: 
http://download.gnome.org/sources/libgit2-glib/0.0/%{name}-%{version}.tar.xz
-# Needed to create the vala bindings
-BuildRequires:  vala
 BuildRequires:  pkgconfig(gio-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.28.0
@@ -69,7 +67,7 @@
 
 %install
 %make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
 
 %post -n libgit2-glib-1_0-0 -p /sbin/ldconfig
 
@@ -90,8 +88,6 @@
 %{_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.0.20.tar.xz -> libgit2-glib-0.0.18.tar.xz ++
 3365 lines of diff (skipped)

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



commit libgit2-glib for openSUSE:Factory

2014-08-25 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2014-08-25 12:59:52

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2014-07-21 21:39:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2014-08-25 12:59:58.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 24 17:56:18 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.0.20:
+  + More API support.
+  + Added vala bindings.
+  + Fixes to build on win32.
+
+---

Old:

  libgit2-glib-0.0.18.tar.xz

New:

  libgit2-glib-0.0.20.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.BLChJc/_old  2014-08-25 12:59:59.0 +0200
+++ /var/tmp/diff_new_pack.BLChJc/_new  2014-08-25 12:59:59.0 +0200
@@ -18,13 +18,15 @@
 
 
 Name:   libgit2-glib
-Version:0.0.18
+Version:0.0.20
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:https://live.gnome.org/Libgit2-glib
 Source: 
http://download.gnome.org/sources/libgit2-glib/0.0/%{name}-%{version}.tar.xz
+# Needed to create the vala bindings
+BuildRequires:  vala
 BuildRequires:  pkgconfig(gio-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.28.0
@@ -67,7 +69,7 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libgit2-glib-1_0-0 -p /sbin/ldconfig
 
@@ -88,6 +90,8 @@
 %{_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.0.18.tar.xz -> libgit2-glib-0.0.20.tar.xz ++
 3365 lines of diff (skipped)

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



commit libgit2-glib for openSUSE:Factory

2014-07-21 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2014-07-21 21:39:41

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2014-03-09 18:27:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2014-07-21 21:39:49.0 +0200
@@ -1,0 +2,15 @@
+Thu Jul 10 21:29:22 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.0.18:
+  + Add checkout API.
+  + Add ssh credential schemes.
+  + Improve coverage.
+  + Cover more of the API.
+- Changes from version 0.0.16:
+  + Fix important crash.
+- Changes from version 0.0.14:
+  + Bump libgit2 requirement to 0.21.0.
+  + API changes to match libgit2 0.21.0 API.
+  + Misc bugfixing.
+
+---

Old:

  libgit2-glib-0.0.12.tar.xz

New:

  libgit2-glib-0.0.18.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.Yg2ER1/_old  2014-07-21 21:39:50.0 +0200
+++ /var/tmp/diff_new_pack.Yg2ER1/_new  2014-07-21 21:39:50.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgit2-glib
-Version:0.0.12
+Version:0.0.18
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+
@@ -29,7 +29,7 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.1
-BuildRequires:  pkgconfig(libgit2) >= 0.20.0
+BuildRequires:  pkgconfig(libgit2) >= 0.21.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libgit2-glib-0.0.12.tar.xz -> libgit2-glib-0.0.18.tar.xz ++
 44851 lines of diff (skipped)

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



commit libgit2-glib for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2014-03-09 18:27:12

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2014-01-07 17:22:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2014-03-09 18:27:13.0 +0100
@@ -1,0 +2,9 @@
+Wed Mar  5 09:20:31 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.0.12:
+  + Add push progress API.
+  + Fix install of pygobject overrides.
+  + Bump libgit2 requirement to 0.20.0.
+  + Misc bugfixing.
+
+---

Old:

  libgit2-glib-0.0.10.tar.xz

New:

  libgit2-glib-0.0.12.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.76ed7k/_old  2014-03-09 18:27:13.0 +0100
+++ /var/tmp/diff_new_pack.76ed7k/_new  2014-03-09 18:27:13.0 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   libgit2-glib
-Version:0.0.10
+Version:0.0.12
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:https://live.gnome.org/Libgit2-glib
-Source: 
http://ftp.acc.umu.se/pub/GNOME/sources/libgit2-glib/0.0/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libgit2-glib/0.0/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig(gio-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.28.0

++ libgit2-glib-0.0.10.tar.xz -> libgit2-glib-0.0.12.tar.xz ++
 2671 lines of diff (skipped)

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



commit libgit2-glib for openSUSE:Factory

2014-01-07 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2014-01-07 17:22:50

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2013-12-02 09:46:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2014-01-07 17:22:51.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  4 20:01:22 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.0.10:
+  + Bind blaming API.
+  + Initial binding of attribute API.
+  + Automatic conversion of diff text to UTF-8.
+  + Fixes in GgitBlobOutputStream.
+
+---

Old:

  libgit2-glib-0.0.8.tar.xz

New:

  libgit2-glib-0.0.10.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.nYweSh/_old  2014-01-07 17:22:52.0 +0100
+++ /var/tmp/diff_new_pack.nYweSh/_new  2014-01-07 17:22:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgit2-glib
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   libgit2-glib
-Version:0.0.8
+Version:0.0.10
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+

++ libgit2-glib-0.0.8.tar.xz -> libgit2-glib-0.0.10.tar.xz ++
 3753 lines of diff (skipped)

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



commit libgit2-glib for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2013-12-02 09:46:09

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2013-07-16 15:36:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2013-12-02 09:46:10.0 +0100
@@ -1,0 +2,19 @@
+Mon Nov 25 20:54:48 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.0.8:
+  + Add ggit_patch_get_hunk.
+  + Added ggit_patch_get_delta.
+  + Add API to set remote callbacks in clone options.
+  + Add _ggit_native_release.
+  + Implement GgitRemoteCallbacks.
+  + Added coverage tool.
+  + Update enums.
+  + Rename _head_orphan to _head_unborn.
+  + Implemented branch enumerator.
+  + Added GgitRemoteHead.
+  + Add GgitDiffHunk.
+  + Add GgitDiffLine.
+  + Update to libgit2 0.20.0 api.
+  + Misc bugfixing.
+
+---

Old:

  libgit2-glib-0.0.6.tar.xz

New:

  libgit2-glib-0.0.8.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.4gZwUu/_old  2013-12-02 09:46:11.0 +0100
+++ /var/tmp/diff_new_pack.4gZwUu/_new  2013-12-02 09:46:11.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   libgit2-glib
-Version:0.0.6
+Version:0.0.8
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+
@@ -29,7 +29,7 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.1
-BuildRequires:  pkgconfig(libgit2) >= 0.19.0
+BuildRequires:  pkgconfig(libgit2) >= 0.20.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libgit2-glib-0.0.6.tar.xz -> libgit2-glib-0.0.8.tar.xz ++
 21106 lines of diff (skipped)

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



commit libgit2-glib for openSUSE:Factory

2013-07-16 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2013-07-16 15:36:26

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2013-06-27 11:36:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2013-07-16 15:36:28.0 +0200
@@ -1,0 +2,30 @@
+Mon Jul  8 19:31:11 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.0.6:
+  + Rename GgitDiff to GgitDiffList.
+  + Bind GgitMergeTreeOptions.
+  + Added ggit_diff_patch_to_stream.
+  + Added writing blob using output stream.
+  + Bind more index API (write_tree, add_bypath, owner).
+  + Rename FILEMODE constants to FILE_MODE.
+  + Bind create_commit.
+  + Bind ggit_message_prettify.
+  + Bind get_patch and patch_to_string.
+  + Added new status options.
+  + Added ggit_index_entry_stat.
+  + Added _set API for GgitIndexEntry.
+  + Bind tree builder API.
+  + Misc bugfixing.
+
+---
+Thu Jun 27 09:59:45 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.0.4:
+  + Update bindings to the latest libgit2 API changes 0.19.0.
+  + Rename GgitStatusFlag to GgitStatusOption.
+  + Add GgitStatusOptions.
+  + Added tree builder API.
+  + Bind create_blob_from... API.
+  + Misc bugfixing.
+
+---

Old:

  libgit2-glib-0.0.2.tar.xz

New:

  libgit2-glib-0.0.6.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.a4K25v/_old  2013-07-16 15:36:29.0 +0200
+++ /var/tmp/diff_new_pack.a4K25v/_new  2013-07-16 15:36:29.0 +0200
@@ -1,6 +1,7 @@
 #
-# spec file for package
+# spec file for package libgit2-glib
 #
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,19 +16,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libgit2-glib
-Version:0.0.2
+Version:0.0.6
 Release:0
-License:LGPL-2.1+
 Summary:Glib wrapper library around libgit2
-Url:https://live.gnome.org/Libgit2-glib
+License:LGPL-2.1+
 Group:  System/Libraries
-Source: 
http://ftp.acc.umu.se/pub/GNOME/sources/libgit2-glib/0.0/libgit2-glib-0.0.2.tar.xz
+Url:https://live.gnome.org/Libgit2-glib
+Source: 
http://ftp.acc.umu.se/pub/GNOME/sources/libgit2-glib/0.0/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig(gio-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.1
-BuildRequires:  pkgconfig(libgit2) >= 0.18.0
+BuildRequires:  pkgconfig(libgit2) >= 0.19.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libgit2-glib-0.0.2.tar.xz -> libgit2-glib-0.0.6.tar.xz ++
 16777 lines of diff (skipped)

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