Accepting request 328945 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/328945
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2015-09-04 11:27:56 +00:00 committed by Git OBS Bridge
parent 594266d710
commit 144c963d28
6 changed files with 37 additions and 19 deletions

View File

@ -2,9 +2,9 @@
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
<param name="scm">git</param>
<param name="versionformat">0.4.1</param>
<param name="versionformat">0.5.0</param>
<param name="changesgenerate">enable</param>
<param name="revision">refs/tags/appstream_glib_0_4_1</param>
<param name="revision">refs/tags/appstream_glib_0_5_0</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
<param name="changesrevision">ff7b577719334e97921c57696b916f46f6c4bf9a</param></service></servicedata>
<param name="changesrevision">d3885c325271fee0bed5c5815d41eb788712acb4</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1263a02610e72f346fe675c4bb4a39b3079d27cc4318dbb9eab1332fe859c01
size 2145412

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e36bf24d2490e43f03c3a77b7f422d91c7a5956fffd5d962a9c191acb219567
size 2149520

View File

@ -4,6 +4,24 @@ Tue Sep 1 06:55:23 UTC 2015 - dimstar@opensuse.org
- openSUSE-appstream-process: compress the status html files
(boo#942985).
-------------------------------------------------------------------
Thu Aug 13 19:11:12 UTC 2015 - zaitor@opensuse.org
- Update to version 0.5.0:
+ Show a better error message when there's not enough text
before <ul>.
+ Add two functions from fwupd for checking GUID strings.
+ Fix the name of the D-Bus session enum.
+ trivial: Remove unused prototype.
+ Add support for the flashed firmware provide kind.
+ Find the application in a store by the provide value.
+ trivial: Do not run the slow GFileMonitor tests by default.
+ Remove support for lower than AppStream 0.8.
+ Remove an unused exported method.
- Rename libappstream-builder7 to libappstream-builder8 and
libappstream-glib7 to libappstream-glib8, following upstreams
soname change.
-------------------------------------------------------------------
Thu Jul 23 14:11:53 UTC 2015 - zaitor@opensuse.org

View File

@ -20,7 +20,7 @@
%define _build_from_vcs 1
Name: appstream-glib
Version: 0.4.1
Version: 0.5.0
Release: 0
Summary: AppStream Abstraction Library
License: LGPL-2.1+
@ -70,11 +70,11 @@ What this library allows you to do:
* Easily retrieve the best application data for the current locale
* Efficiently interface with more heavy-weight parsers like expat
%package -n libappstream-glib7
%package -n libappstream-glib8
Summary: AppStream Abstraction Library
Group: System/Libraries
%description -n libappstream-glib7
%description -n libappstream-glib8
This library provides GObjects and helper methods to make it easy to read and write AppStream metadata.
It also provides a simple DOM implementation that makes it easy to edit nodes and
convert to and from the standardized XML representation.
@ -87,11 +87,11 @@ What this library allows you to do:
* Easily retrieve the best application data for the current locale
* Efficiently interface with more heavy-weight parsers like expat
%package -n libappstream-builder7
%package -n libappstream-builder8
Summary: AppStream Abstraction Library
Group: System/Libraries
%description -n libappstream-builder7
%description -n libappstream-builder8
This library provides GObjects and helper methods to make it easy to read and write AppStream metadata.
It also provides a simple DOM implementation that makes it easy to edit nodes and
convert to and from the standardized XML representation.
@ -125,8 +125,8 @@ convert to and from the standardized XML representation.
%package devel
Summary: AppStream Abstraction Library -- Development files
Group: Development/Languages/C and C++
Requires: libappstream-builder7 = %{version}
Requires: libappstream-glib7 = %{version}
Requires: libappstream-builder8 = %{version}
Requires: libappstream-glib8 = %{version}
Requires: typelib-1_0-AppStreamBuilder-1_0 = %{version}
Requires: typelib-1_0-AppStreamGlib-1_0 = %{version}
# appdata-tools was consumed into appstream-glib and is no longer maintained upstream
@ -196,13 +196,13 @@ else
exit 0
fi
%post -n libappstream-glib7 -p /sbin/ldconfig
%post -n libappstream-glib8 -p /sbin/ldconfig
%postun -n libappstream-glib7 -p /sbin/ldconfig
%postun -n libappstream-glib8 -p /sbin/ldconfig
%post -n libappstream-builder7 -p /sbin/ldconfig
%post -n libappstream-builder8 -p /sbin/ldconfig
%postun -n libappstream-builder7 -p /sbin/ldconfig
%postun -n libappstream-builder8 -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -214,12 +214,12 @@ fi
%{_mandir}/man1/appstream-builder.1%{?ext_man}
%{_mandir}/man1/appstream-util.1%{?ext_man}
%files -n libappstream-builder7
%files -n libappstream-builder8
%defattr(-,root,root)
%doc COPYING
%{_libdir}/libappstream-builder.so.*
%files -n libappstream-glib7
%files -n libappstream-glib8
%defattr(-,root,root)
%doc COPYING
%{_libdir}/libappstream-glib.so.*