Compare commits
No commits in common. "factory" and "devel" have entirely different histories.
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.3.1</param>
|
||||
<param name="revision">1.2.3</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
|
3
libshumate-1.2.2.obscpio
Normal file
3
libshumate-1.2.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4521a7464d27c8a7d7981e00547a8baa219d03d08672917952810daaa57004f2
|
||||
size 1581580
|
3
libshumate-1.2.3.obscpio
Normal file
3
libshumate-1.2.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e2953c0bc6db237eeff6d7964624d1fd3344f63e3a82ec96bdd0c780213f43b
|
||||
size 1585676
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b637bdd48b62bcc972b10a832306ef2012f4e66b31dfc42487a235008c5940bd
|
||||
size 7262221
|
@ -1,29 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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.3.1
|
||||
mtime: 1735978024
|
||||
commit: 9ef4ecfa93464ab2e3ed1be891f3fadbb7a3050f
|
||||
version: 1.2.3
|
||||
mtime: 1722544145
|
||||
commit: ca387d96dffd7cc444fe47c470c7455ce6a2166d
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libshumate
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 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.3.1
|
||||
Version: 1.2.3
|
||||
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