forked from pool/libshumate
Compare commits
11 Commits
Author | SHA256 | Date | |
---|---|---|---|
a93396e3a3 | |||
02d3dd5a87 | |||
ba7efafddc | |||
b29c863796 | |||
bdef26fabd | |||
9860032cf1 | |||
070baeb71a | |||
356df046ba | |||
4f8933d56d | |||
d8a59115dc | |||
2c5e9a7411 |
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.3</param>
|
||||
<param name="revision">1.4.0</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:5e2953c0bc6db237eeff6d7964624d1fd3344f63e3a82ec96bdd0c780213f43b
|
||||
size 1585676
|
3
libshumate-1.4.0.obscpio
Normal file
3
libshumate-1.4.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e6b217ebb97598da1c2af593f94c14aae4b69df800ef28e36aaab1aa2627c16
|
||||
size 7268877
|
@@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 09:24:19 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.4.0:
|
||||
+ No changes since 1.4.rc.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 1 09:28:40 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.4.rc:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 08:45:49 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.4.beta:
|
||||
+ Fix building with GCC 15.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 07:45:49 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.4.alpha:
|
||||
+ Increase maximum zoom level to 30.
|
||||
+ Add map-loaded and tile-error signals on MapLayer.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 06:45:49 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.3.2:
|
||||
+ Fix building with GCC 15.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 4 09:17:49 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.3.1:
|
||||
+ Fix shumate_location_distance() to return 0 rather than NaN for
|
||||
very small distances.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 10:31:42 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.3.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 31 11:46:16 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.3.rc:
|
||||
+ Fix vector expression test with newer json-glib versions.
|
||||
- Changes from version 1.3.beta:
|
||||
+ Fix build with -Dvector_renderer=false.
|
||||
- Changes from version 1.3.alpha:
|
||||
+ Allow building with C++.
|
||||
+ Fix crash in MapSource.
|
||||
+ Add documentation for the GTK inspector page.
|
||||
+ Fix compilation warnings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 11 13:28:55 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: libshumate
|
||||
version: 1.2.3
|
||||
mtime: 1722544145
|
||||
commit: ca387d96dffd7cc444fe47c470c7455ce6a2166d
|
||||
version: 1.4.0
|
||||
mtime: 1742025159
|
||||
commit: 06021e35f0d479612fb1a3af91a73ba562175e03
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libshumate
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -22,7 +22,7 @@
|
||||
%bcond_with profiling
|
||||
|
||||
Name: libshumate
|
||||
Version: 1.2.3
|
||||
Version: 1.4.0
|
||||
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
|
||||
|
Reference in New Issue
Block a user