[libhif/f21] Update to new upstream version

Richard Hughes rhughes at fedoraproject.org
Mon Jan 19 16:23:33 UTC 2015


commit 9be3f22659a7ed1d35414b8a4df56fe86eec3c4e
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Jan 19 16:05:11 2015 +0000

    Update to new upstream version

 .gitignore                                         |    1 +
 ...load-the-mirrorlists-when-checking-for-up.patch |   37 --------------------
 0001-Fix-unintentional-change.patch                |   25 -------------
 libhif.spec                                        |   17 +++++----
 sources                                            |    2 +-
 5 files changed, 11 insertions(+), 71 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 461d789..ca68744 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /libhif-0.1.5.tar.xz
 /libhif-0.1.6.tar.xz
 /libhif-0.1.7.tar.xz
+/libhif-0.1.8.tar.xz
diff --git a/libhif.spec b/libhif.spec
index 5a4bf4e..ccd83a4 100644
--- a/libhif.spec
+++ b/libhif.spec
@@ -1,15 +1,11 @@
 Summary:   Simple package library built on top of hawkey and librepo
 Name:      libhif
-Version:   0.1.7
-Release:   3%{?dist}
+Version:   0.1.8
+Release:   1%{?dist}
 License:   LGPLv2+
 URL:       https://github.com/hughsie/libhif
 Source0:   http://people.freedesktop.org/~hughsient/releases/libhif-%{version}.tar.xz
 
-# already upstream
-Patch1:    0001-Fix-unintentional-change.patch
-Patch2:    0001-Do-not-download-the-mirrorlists-when-checking-for-up.patch
-
 BuildRequires: glib2-devel >= 2.16.1
 BuildRequires: libtool
 BuildRequires: docbook-utils
@@ -33,8 +29,6 @@ GLib headers and libraries for libhif.
 
 %prep
 %setup -q
-%patch1 -p1 -b .fix-gpg-import
-%patch2 -p1 -b .no-download-mirrorlists
 
 %build
 %configure \
@@ -67,6 +61,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libhif*.la
 %{_datadir}/gir-1.0/*.gir
 
 %changelog
+* Mon Jan 19 2015 Richard Hughes <richard at hughsie.com> 0.1.8-1
+- Update to new upstream version
+- Do not attempt to read from a closed file descriptor
+- Do not use hif_context_get_transaction() from multiple threads
+- Ensure HifContext can be finalised to prevent rpmdb index corruption
+- Resolves: #1183010
+
 * Thu Jan 15 2015 Richard Hughes <richard at hughsie.com> 0.1.7-3
 - Do not download the mirrorlists when checking for updates
 - Resolves: #1181501
diff --git a/sources b/sources
index 842eeb3..02f844d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8bdcbfd45c0a0a2b1778d37e3c720e00  libhif-0.1.7.tar.xz
+e2ff81e857b767491b0cb5b23b7c69de  libhif-0.1.8.tar.xz


More information about the scm-commits mailing list