kalev pushed to libgit2-glib (f22). "Update to 0.22.8"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 29 20:02:06 UTC 2015


>From b2176940b63f1fde30ad7faaee1b6f86eae1de84 Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember at gmail.com>
Date: Wed, 29 Apr 2015 21:59:29 +0200
Subject: Update to 0.22.8


diff --git a/.gitignore b/.gitignore
index 456c72f..8283899 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /libgit2-glib-0.22.2.tar.xz
 /libgit2-glib-0.22.4.tar.xz
 /libgit2-glib-0.22.6.tar.xz
+/libgit2-glib-0.22.8.tar.xz
diff --git a/0001-configure-Include-passed-in-cflags-for-ssh-check.patch b/0001-configure-Include-passed-in-cflags-for-ssh-check.patch
deleted file mode 100644
index f1a430e..0000000
--- a/0001-configure-Include-passed-in-cflags-for-ssh-check.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 4cee9a9d356ee0fea8ac3aa060ce5b48a7ba62f9 Mon Sep 17 00:00:00 2001
-From: Kalev Lember <kalevlember at gmail.com>
-Date: Wed, 15 Apr 2015 00:08:49 +0200
-Subject: [PATCH] configure: Include passed in cflags for ssh check
-
-This fixes the Fedora 23 build where the cflags and ldflags have to
-match. Otherwise, if the configure check throws away cflags but uses
-ldflags, the check fails with a linker error.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=747874
----
- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 8340f7a..240142c 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -92,8 +92,8 @@ if test "x$enable_ssh" != "xno"; then
-     cflags_save="${CFLAGS}"
-     libs_save="${LIBS}"
- 
--    CFLAGS="${LIBGIT2_GLIB_CFLAGS}"
--    LIBS="${LIBGIT2_GLIB_LIBS}"
-+    CFLAGS="${CFLAGS} ${LIBGIT2_GLIB_CFLAGS}"
-+    LIBS="${LIBS} ${LIBGIT2_GLIB_LIBS}"
- 
-     AC_TRY_RUN([
-             #include <git2.h>
--- 
-2.3.5
-
diff --git a/libgit2-glib.spec b/libgit2-glib.spec
index b65f6ee..9106469 100644
--- a/libgit2-glib.spec
+++ b/libgit2-glib.spec
@@ -1,13 +1,11 @@
 Name:           libgit2-glib
-Version:        0.22.6
-Release:        2%{?dist}
+Version:        0.22.8
+Release:        1%{?dist}
 Summary:        Git library for GLib
 
 License:        LGPLv2+
 URL:            https://wiki.gnome.org/Projects/Libgit2-glib
 Source0:        http://download.gnome.org/sources/libgit2-glib/0.22/libgit2-glib-%{version}.tar.xz
-# https://bugzilla.gnome.org/show_bug.cgi?id=747874
-Patch0:         0001-configure-Include-passed-in-cflags-for-ssh-check.patch
 
 BuildRequires:  glib2-devel
 BuildRequires:  libgit2-devel
@@ -35,8 +33,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
-autoreconf -fi
 
 
 %build
@@ -72,6 +68,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %changelog
+* Wed Apr 29 2015 Kalev Lember <kalevlember at gmail.com> - 0.22.8-1
+- Update to 0.22.8
+
 * Tue Apr 14 2015 Kalev Lember <kalevlember at gmail.com> - 0.22.6-2
 - Fix ssh detection
 
diff --git a/sources b/sources
index 97f96c4..883c9f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee481f5bcef04a557e272c5e13547e50  libgit2-glib-0.22.6.tar.xz
+b775250b57a7cdb65809b967e3e67a95  libgit2-glib-0.22.8.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/libgit2-glib.git/commit/?h=f22&id=b2176940b63f1fde30ad7faaee1b6f86eae1de84


More information about the scm-commits mailing list