[libappstream-glib] New upstream release

Richard Hughes rhughes at fedoraproject.org
Mon Sep 1 14:06:28 UTC 2014


commit 525eb51f83d3b5ead99ac14d0281b19fa8a2b6e7
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Sep 1 15:06:33 2014 +0100

    New upstream release

 .gitignore             |    1 +
 libappstream-glib.spec |   18 +++++++++++++++---
 sources                |    2 +-
 3 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f5e3bd..e51941b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /appstream-glib-0.2.3.tar.xz
 /appstream-glib-0.2.4.tar.xz
 /appstream-glib-0.2.5.tar.xz
+/appstream-glib-0.3.0.tar.xz
diff --git a/libappstream-glib.spec b/libappstream-glib.spec
index 6f9263c..de18d05 100644
--- a/libappstream-glib.spec
+++ b/libappstream-glib.spec
@@ -1,6 +1,6 @@
 Summary:   Library for AppStream metadata
 Name:      libappstream-glib
-Version:   0.2.5
+Version:   0.3.0
 Release:   1%{?dist}
 License:   LGPLv2+
 URL:       http://people.freedesktop.org/~hughsient/appstream-glib/
@@ -64,6 +64,7 @@ GLib headers and libraries for appstream-builder.
 %build
 %configure \
         --enable-gtk-doc \
+        --disable-dep11 \
         --disable-static \
         --disable-silent-rules \
         --disable-dependency-tracking
@@ -87,7 +88,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 %files -f appstream-glib.lang
 %doc README.md AUTHORS NEWS COPYING
-%{_libdir}/libappstream-glib.so.1*
+%{_libdir}/libappstream-glib.so.7*
 %{_libdir}/girepository-1.0/*.typelib
 %{_bindir}/appstream-util
 %dir %{_datadir}/bash-completion/completions/
@@ -109,7 +110,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{_bindir}/appstream-builder
 %{_datadir}/bash-completion/completions/appstream-builder
 %{_libdir}/asb-plugins/*.so
-%{_libdir}/libappstream-builder.so.1*
+%{_libdir}/libappstream-builder.so.7*
 %{_mandir}/man1/appstream-builder.1.gz
 
 %files builder-devel
@@ -121,6 +122,17 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
 
 %changelog
+* Mon Sep 01 2014 Richard Hughes <richard at hughsie.com> 0.3.0-1
+- New upstream release
+- Add a new kudo for high contrast icons
+- A keyword search match is better than the project name
+- Allow desktop->addon demotion with an AppData file
+- Allow translated keywords
+- Conform to the actual SPDX 2.0 license expression syntax
+- Ignore AppData screenshots with xml:lang attributes
+- Metadata licenses like 'CC0 and CC-BY-3.0' are content licenses
+- Update the SPDX license list to v1.20
+
 * Mon Aug 18 2014 Richard Hughes <richard at hughsie.com> 0.2.5-1
 - New upstream release
 - Add check-root to appstream-util
diff --git a/sources b/sources
index 655d0f9..dfe446d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-925a056455b4eef441e692423ac0c5c5  appstream-glib-0.2.5.tar.xz
+f4be91093be4d43856258766684e7744  appstream-glib-0.3.0.tar.xz


More information about the scm-commits mailing list