forked from pool/libshumate
Accepting request 1111647 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/1111647 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libshumate?expand=0&rev=17
This commit is contained in:
parent
9c74acd928
commit
e8bf043be8
4
_service
4
_service
@ -4,14 +4,14 @@
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/libshumate.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="revision">refs/tags/1.1.rc</param>
|
||||
<param name="revision">refs/tags/1.1.0</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime" />
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
</services>
|
||||
|
3
libshumate-1.1.0.obscpio
Normal file
3
libshumate-1.1.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25d0ab902262934bd14ff894cdc960712b9a40b7fc78197143afcaaa7eba646f
|
||||
size 1375244
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e3cc768f1e4547ca5e496e7df650085859bb7b6dfaea164736c87afe739d522
|
||||
size 1373708
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 16 13:59:09 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.1.0:
|
||||
+ Fix grey background on sprites
|
||||
+ Updated translations.
|
||||
- Switch compression to zst in both service and tarball produced.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 6 01:31:05 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libshumate
|
||||
version: 1.1.rc
|
||||
mtime: 1693769782
|
||||
commit: 26a97e5b6a5a78c12828cf90c88ec5939fc96654
|
||||
version: 1.1.0
|
||||
mtime: 1694846223
|
||||
commit: 18587662286d0f551e33e3411b3a0c1375507564
|
||||
|
@ -22,12 +22,12 @@
|
||||
%bcond_with profiling
|
||||
|
||||
Name: libshumate
|
||||
Version: 1.1.rc
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: C library providing a GtkWidget to display maps
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://wiki.gnome.org/Projects/libshumate
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: gperf
|
||||
BuildRequires: gtk-doc >= 1.9
|
||||
|
Loading…
Reference in New Issue
Block a user