Accepting request 1098270 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1098270 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libshumate?expand=0&rev=6
This commit is contained in:
commit
fbc0e3b187
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="url">https://gitlab.gnome.org/GNOME/libshumate.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/libshumate.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="revision">refs/tags/1.0.3</param>
|
<param name="revision">refs/tags/1.0.4</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:97b475298a84e8ed6acc75ed0205c8f1353aead8e6bf6eed1c704f838b93fc6e
|
|
||||||
size 837132
|
|
3
libshumate-1.0.4.obscpio
Normal file
3
libshumate-1.0.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bb0cbbb0bbc24ede5cc74295d15bc7721e35811c4148596caa52c371bf5603f0
|
||||||
|
size 844812
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 11 12:13:01 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.0.4:
|
||||||
|
+ Throttle tile download during animations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 2 21:05:09 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Fri Dec 2 21:05:09 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: libshumate
|
name: libshumate
|
||||||
version: 1.0.3
|
version: 1.0.4
|
||||||
mtime: 1669926644
|
mtime: 1688850779
|
||||||
commit: 55d89e24de5086404b996a73e94cd56ee2e9541a
|
commit: eb1afec539cb3aeae1f2d3f35fd377c51d5ead50
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libshumate
|
# spec file for package libshumate
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@
|
|||||||
%define soname libshumate-%{somajor}_%{sominor}-1
|
%define soname libshumate-%{somajor}_%{sominor}-1
|
||||||
|
|
||||||
Name: libshumate
|
Name: libshumate
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library providing a GtkWidget to display maps
|
Summary: C library providing a GtkWidget to display maps
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user