Accepting request 1148444 from Application:Geo
- Update to version 6.1.0: * Update indirect dependencies * Bump golang.org/x/sync from 0.5.0 to 0.6.0 * Bump github/codeql-action from 2 to 3 * Bump actions/setup-go from 4 to 5 * Bump golang.org/x/sync from 0.4.0 to 0.5.0 * Resync golangci-lint config and fix several small issues * Update changelog after fixing #262 * Trim white spaces when reading from secret files * Bump golang.org/x/sync from 0.3.0 to 0.4.0 * Set API client version to the same as the binary version * Use https URLs * Bump actions/checkout from 3 to 4 * Update Go version in go.mod OBS-URL: https://build.opensuse.org/request/show/1148444 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geoipupdate?expand=0&rev=25
This commit is contained in:
commit
f7e69bb234
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/maxmind/geoipupdate</param>
|
||||
<param name="revision">v6.0.0</param>
|
||||
<param name="revision">v6.1.0</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/maxmind/geoipupdate</param>
|
||||
<param name="changesrevision">62d961efab55f5a9db3700423edf1154ac0f16fd</param>
|
||||
<param name="changesrevision">411fed06da31a03542cb2dd1875373ff5e78e838</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e295bf8b0b13a5a668f2718aac299c6ad711397ec98f32a96704497fd7a55429
|
||||
size 47742
|
3
geoipupdate-6.1.0.tar.gz
Normal file
3
geoipupdate-6.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:012ee40cecfe12ee8e860886433fc90521f3952a6486dec7e7a0b692d3ccf765
|
||||
size 48717
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 08:11:49 UTC 2024 - valentin.lefebvre@suse.com
|
||||
|
||||
- Update to version 6.1.0:
|
||||
* Update indirect dependencies
|
||||
* Bump golang.org/x/sync from 0.5.0 to 0.6.0
|
||||
* Bump github/codeql-action from 2 to 3
|
||||
* Bump actions/setup-go from 4 to 5
|
||||
* Bump golang.org/x/sync from 0.4.0 to 0.5.0
|
||||
* Resync golangci-lint config and fix several small issues
|
||||
* Update changelog after fixing #262
|
||||
* Trim white spaces when reading from secret files
|
||||
* Bump golang.org/x/sync from 0.3.0 to 0.4.0
|
||||
* Set API client version to the same as the binary version
|
||||
* Use https URLs
|
||||
* Bump actions/checkout from 3 to 4
|
||||
* Update Go version in go.mod
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 24 08:03:51 UTC 2023 - valentin.lefebvre@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package geoipupdate
|
||||
#
|
||||
# Copyright (c) 2023 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
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
# Common info
|
||||
Name: geoipupdate
|
||||
Version: 6.0.0
|
||||
Version: 6.1.0
|
||||
Release: 0
|
||||
Summary: GeoIP update client code
|
||||
License: Apache-2.0 OR MIT
|
||||
@ -34,7 +34,7 @@ Source5: README.SUSE
|
||||
Patch0: disable-pandoc.patch
|
||||
%if 0%{?suse_version} >= 1500
|
||||
# Build-time parameters
|
||||
BuildRequires: go >= 1.13
|
||||
BuildRequires: go >= 1.20
|
||||
# Manpage
|
||||
BuildRequires: perl%{?suse_version:-base}
|
||||
%endif
|
||||
@ -53,8 +53,8 @@ Requires: geolite2legacy
|
||||
%description legacy
|
||||
Script for updating data in GeoIP Legacy format.
|
||||
|
||||
# Preparation step (unpackung and patching if necessary)
|
||||
|
||||
# Preparation step (unpackung and patching if necessary)
|
||||
%prep
|
||||
%setup -q -a1
|
||||
%patch0 -p1
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17a4d1050e6a1b0b9905616c835eebfb97dca968f0263975458c2f517c6a86b8
|
||||
size 1114808
|
||||
oid sha256:25df2624b985d17b34e6a4a5a674f2ae91ab81978367549cf0d4e0658383234c
|
||||
size 1118042
|
||||
|
Loading…
x
Reference in New Issue
Block a user