forked from pool/libshumate
Accepting request 1171349 from GNOME:Next
- Update to version 1.2.1: + Fix compiling with C++. + Fix crash with null reference map source. OBS-URL: https://build.opensuse.org/request/show/1171349 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libshumate?expand=0&rev=27
This commit is contained in:
parent
7a78d9f200
commit
27078228ae
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<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">1.2.0</param>
|
||||
<param name="revision">1.2.1</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7dab3c555591173fc23d320343c36380fca6b1370cf3f95691393b6c345f0b8c
|
||||
size 1580044
|
3
libshumate-1.2.1.obscpio
Normal file
3
libshumate-1.2.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fa09d5971010ec0684b36907369a1cabe5e405a90ac17fb4b8f35c8358bd1b3
|
||||
size 1580556
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 12:28:23 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.2.1:
|
||||
+ Fix compiling with C++.
|
||||
+ Fix crash with null reference map source.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 09:31:19 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libshumate
|
||||
version: 1.2.0
|
||||
mtime: 1710576260
|
||||
commit: 14434008eb5da2b382e93704e099c2d6f171ebd7
|
||||
version: 1.2.1
|
||||
mtime: 1713602634
|
||||
commit: 493cc25b1b74aa5b4b099e202a46f7a02459b21c
|
||||
|
@ -22,7 +22,7 @@
|
||||
%bcond_with profiling
|
||||
|
||||
Name: libshumate
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user