SHA256
1
0
forked from pool/libshumate

11 Commits

Author SHA256 Message Date
a93396e3a3 Accepting request 1253378 from GNOME:Factory
New stable release (forwarded request 1253323 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1253378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libshumate?expand=0&rev=19
2025-03-18 16:38:34 +00:00
02d3dd5a87 Accepting request 1253323 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1253323
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libshumate?expand=0&rev=40
2025-03-15 15:26:25 +00:00
ba7efafddc Accepting request 1249760 from GNOME:Next
Scripted push of GNOME:Next, RC release

OBS-URL: https://build.opensuse.org/request/show/1249760
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libshumate?expand=0&rev=39
2025-03-06 13:58:10 +00:00
b29c863796 Accepting request 1241320 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1241320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libshumate?expand=0&rev=18
2025-01-30 13:49:22 +00:00
bdef26fabd Accepting request 1241285 from home:iznogood:branches:GNOME:Factory
- Update to version 1.3.2:
  + Fix building with GCC 15.

OBS-URL: https://build.opensuse.org/request/show/1241285
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libshumate?expand=0&rev=37
2025-01-30 10:58:06 +00:00
9860032cf1 Accepting request 1235449 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1235449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libshumate?expand=0&rev=17
2025-01-09 14:04:27 +00:00
070baeb71a Accepting request 1234895 from GNOME:Next
- Update to version 1.3.1:
  + Fix shumate_location_distance() to return 0 rather than NaN for
    very small distances.

OBS-URL: https://build.opensuse.org/request/show/1234895
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libshumate?expand=0&rev=35
2025-01-06 22:40:41 +00:00
356df046ba Accepting request 1205480 from GNOME:Factory
SCripted push of GNOME 47

OBS-URL: https://build.opensuse.org/request/show/1205480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libshumate?expand=0&rev=16
2024-10-08 15:18:11 +00:00
4f8933d56d Accepting request 1203479 from GNOME:Next
Scripted push of GNOME 47

OBS-URL: https://build.opensuse.org/request/show/1203479
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libshumate?expand=0&rev=33
2024-09-30 07:52:00 +00:00
d8a59115dc Accepting request 1193412 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1193412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libshumate?expand=0&rev=15
2024-08-13 11:22:27 +00:00
2c5e9a7411 Accepting request 1193261 from GNOME:Next
- Update to version 1.2.3:
  + Fix build with -Dvector_renderer=false

OBS-URL: https://build.opensuse.org/request/show/1193261
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libshumate?expand=0&rev=31
2024-08-12 12:32:15 +00:00
6 changed files with 66 additions and 9 deletions

View File

@@ -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>

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e6b217ebb97598da1c2af593f94c14aae4b69df800ef28e36aaab1aa2627c16
size 7268877

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
name: libshumate
version: 1.2.3
mtime: 1722544145
commit: ca387d96dffd7cc444fe47c470c7455ce6a2166d
version: 1.4.0
mtime: 1742025159
commit: 06021e35f0d479612fb1a3af91a73ba562175e03

View File

@@ -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