Accepting request 1079896 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1079896 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geoipupdate?expand=0&rev=22
This commit is contained in:
commit
059528b170
3
_service
3
_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">v4.11.1</param>
|
||||
<param name="revision">v5.0.3</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
@ -18,4 +18,3 @@
|
||||
|
||||
<service name="go_modules" mode="disabled"></service>
|
||||
</services>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/maxmind/geoipupdate</param>
|
||||
<param name="changesrevision">f3dc698e8f17f48bdd77060fa35939297945613f</param>
|
||||
<param name="changesrevision">e70a0bb8f8f6ad6b23bf2b3cdd0659fca576cd90</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c03f53d52eb83bbd1af1cdecb779b0842a809311311f9deabe984f0bcf2a3cc
|
||||
size 38188
|
3
geoipupdate-5.0.3.tar.gz
Normal file
3
geoipupdate-5.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a55aae02f7739f8bc7373316347a8f6c7df85fa51addd7b1f9547b583aad173
|
||||
size 41223
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 17 09:18:15 UTC 2023 - Valentin Lefebvre <valentin.lefebvre@suse.com>
|
||||
|
||||
- Update to 5.0.3:
|
||||
* The directory /usr/local/share/GeoIP was being used rather than
|
||||
/usr/share/GeoIP.
|
||||
|
||||
- Update to 5.0.2:
|
||||
* "Database ... up to date" messages are now only shown if the verbose
|
||||
flag is set.
|
||||
|
||||
- Update to 5.0.1:
|
||||
* set the file permissions on downloaded databases to 0600.
|
||||
|
||||
- Update to 5.0.0
|
||||
* Redefined the Reader and Writer interface apis in
|
||||
pkg/geoipupdate/database
|
||||
* Changed the signature of NewConfig in pkg/geoipupdate to accept
|
||||
optional parameters.
|
||||
* Introduced Parallelism as a new flag and config option to enable
|
||||
concurrent database updates.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 21 07:56:45 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
# Common info
|
||||
Name: geoipupdate
|
||||
Version: 4.11.1
|
||||
Version: 5.0.3
|
||||
Release: 0
|
||||
Summary: GeoIP update client code
|
||||
License: Apache-2.0 OR MIT
|
||||
@ -55,10 +55,7 @@ Script for updating data in GeoIP Legacy format.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 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:660cf182729ad61b7c22403cc3978741ae39da88a021cfa0bdb2c6a77dbdd982
|
||||
size 7464960
|
||||
oid sha256:9fc225ab06a5b1f112f45f115907f32141b136dca8fd06b61372d75be211e215
|
||||
size 1039803
|
||||
|
Loading…
x
Reference in New Issue
Block a user