Accepting request 1148428 from home:vlefebvre:branches:Application:Geo
release to version 6.1.0 OBS-URL: https://build.opensuse.org/request/show/1148428 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=50
This commit is contained in:
parent
3d16af95cb
commit
de53783f31
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,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 08:11:49 UTC 2024 - valentin.lefebvre@suse.com
|
||||
|
||||
- Update to version 6.1.0:
|
||||
* Update for v6.1.0
|
||||
* Set release date
|
||||
* 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
|
||||
* Fix typo in README.md
|
||||
* Set API client version to the same as the binary version
|
||||
* Use https URLs
|
||||
* Improve grammar
|
||||
* Bump actions/checkout from 3 to 4
|
||||
* Update Go version in go.mod
|
||||
* Test on Go 1.21 instead of 1.19
|
||||
* Fix lint
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -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