Accepting request 1159552 from GNOME:Factory
baserev update by copy to link target OBS-URL: https://build.opensuse.org/request/show/1159552 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libshumate?expand=0&rev=26
This commit is contained in:
parent
36d2dfc6f6
commit
d11216bd6c
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">1.2.0</param>
|
<param name="revision">refs/tags/1.1.2</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>
|
||||||
|
3
libshumate-1.1.2.obscpio
Normal file
3
libshumate-1.1.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1626157232e015dcfdbf1bce883d5527684f9828df0df9db1d54d0973c9fa1ff
|
||||||
|
size 1375756
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7dab3c555591173fc23d320343c36380fca6b1370cf3f95691393b6c345f0b8c
|
|
||||||
size 1580044
|
|
@ -1,49 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sat Mar 16 09:31:19 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Update to version 1.2.0:
|
|
||||||
+ Use g_assert_true instead of g_assert in tests.
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Mar 5 07:59:25 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Update to version 1.2.rc2:
|
|
||||||
+ Fix regression in vector renderer with the latest optimizations
|
|
||||||
causing the hightway shield renderer in Maps not showing
|
|
||||||
shields.
|
|
||||||
+ Fix compiling new tests with gcc using
|
|
||||||
-Wimplicit-function-declaration.
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Mar 4 07:34:51 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Update to version 1.2.rc:
|
|
||||||
+ Performance improvements to the vector renderer.
|
|
||||||
+ Remove undefined tile API.
|
|
||||||
+ Fix zooming with smooth scrolling mice.
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Feb 18 15:37:05 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Update to version 1.2.beta:
|
|
||||||
+ Fix artifacts in NGL renderer.
|
|
||||||
+ Don't crash in vector reader if key is NULL.
|
|
||||||
+ Enable the vector renderer by default when building (can still
|
|
||||||
be disabled if not needed).
|
|
||||||
+ Add distance method for Location.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Feb 17 10:18:07 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Update to version 1.2.alpha:
|
|
||||||
+ Various vector renderer improvements.
|
|
||||||
+ Support continous scroll.
|
|
||||||
+ Support arrow key panning.
|
|
||||||
- Drop -D libsoup3=true mesom paraameter: no longer supported.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 16 10:34:16 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>
|
Fri Feb 16 10:34:16 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: libshumate
|
name: libshumate
|
||||||
version: 1.2.0
|
version: 1.1.2
|
||||||
mtime: 1710576260
|
mtime: 1698869336
|
||||||
commit: 14434008eb5da2b382e93704e099c2d6f171ebd7
|
commit: eeb257ab8cfca9133ec2e7da739d3ce815be7067
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%bcond_with profiling
|
%bcond_with profiling
|
||||||
|
|
||||||
Name: libshumate
|
Name: libshumate
|
||||||
Version: 1.2.0
|
Version: 1.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library providing a GtkWidget to display maps
|
Summary: C library providing a GtkWidget to display maps
|
||||||
License: Apache-2.0 AND LGPL-2.1-or-later AND BSD-3-Clause AND CC0-1.0 AND CC-BY-3.0 AND GFDL-1.2-only
|
License: Apache-2.0 AND LGPL-2.1-or-later AND BSD-3-Clause AND CC0-1.0 AND CC-BY-3.0 AND GFDL-1.2-only
|
||||||
@ -89,6 +89,7 @@ This package contains development files for %{name}.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
|
-D libsoup3=true \
|
||||||
-D vector_renderer=true \
|
-D vector_renderer=true \
|
||||||
-D gtk_doc=true \
|
-D gtk_doc=true \
|
||||||
-D sysprof=%{?with_profiling:enabled}%{!?with_profiling:disabled} \
|
-D sysprof=%{?with_profiling:enabled}%{!?with_profiling:disabled} \
|
||||||
|
Loading…
Reference in New Issue
Block a user