[libhif/f21] Update to new upstream version

Richard Hughes rhughes at fedoraproject.org
Fri Dec 19 18:44:23 UTC 2014


commit 55490b740f930f650745527d69ed7151a25704a5
Author: Richard Hughes <richard at hughsie.com>
Date:   Fri Dec 19 17:11:31 2014 +0000

    Update to new upstream version

 .gitignore                                         |    1 +
 ...rash-when-parsing-the-bumblebee.repo-file.patch |   76 --------------------
 libhif.spec                                        |   18 +++--
 sources                                            |    2 +-
 4 files changed, 13 insertions(+), 84 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9697db4..461d789 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /libhif-0.1.4.tar.xz
 /libhif-0.1.5.tar.xz
 /libhif-0.1.6.tar.xz
+/libhif-0.1.7.tar.xz
diff --git a/libhif.spec b/libhif.spec
index d01c322..3d01121 100644
--- a/libhif.spec
+++ b/libhif.spec
@@ -1,14 +1,11 @@
 Summary:   Simple package library built on top of hawkey and librepo
 Name:      libhif
-Version:   0.1.6
-Release:   2%{?dist}
+Version:   0.1.7
+Release:   1%{?dist}
 License:   LGPLv2+
 URL:       https://github.com/hughsie/libhif
 Source0:   http://people.freedesktop.org/~hughsient/releases/libhif-%{version}.tar.xz
 
-# already upstream
-Patch0:    0001-Fix-crash-when-parsing-the-bumblebee.repo-file.patch
-
 BuildRequires: glib2-devel >= 2.16.1
 BuildRequires: libtool
 BuildRequires: docbook-utils
@@ -16,7 +13,7 @@ BuildRequires: gtk-doc
 BuildRequires: gobject-introspection-devel
 BuildRequires: hawkey-devel >= 0.4.6
 BuildRequires: rpm-devel >= 4.11.0
-BuildRequires: librepo-devel >= 1.1.5
+BuildRequires: librepo-devel >= 1.7.11
 BuildRequires: libsolv-devel
 
 %description
@@ -32,7 +29,6 @@ GLib headers and libraries for libhif.
 
 %prep
 %setup -q
-%patch0 -p1 -b .fix-bumblebee
 
 %build
 %configure \
@@ -65,6 +61,14 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libhif*.la
 %{_datadir}/gir-1.0/*.gir
 
 %changelog
+* Fri Dec 19 2014 Richard Hughes <richard at hughsie.com> 0.1.7-1
+- Update to new upstream version
+- Add the concept of metadata-only software sources
+- Correctly update sources with baseurls ending with a slash
+- Don't unref the HifSource when invalidating as this is not threadsafe
+- Improve handling of local metadata
+- Support appstream and appstream-icons metadata types
+
 * Wed Nov 26 2014 Richard Hughes <richard at hughsie.com> 0.1.6-2
 - Do not crash when trying to parse pathological files like bumblebee.repo
 - Resolves: #1164330
diff --git a/sources b/sources
index 78da64b..842eeb3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-652b4b152bba618ebee6e3dffddfa2a2  libhif-0.1.6.tar.xz
+8bdcbfd45c0a0a2b1778d37e3c720e00  libhif-0.1.7.tar.xz


More information about the scm-commits mailing list