Import from CS git
This commit is contained in:
parent
c2c14fefe2
commit
522b536eb4
102
SOURCES/0001-fix-nominatim-crasher.patch
Normal file
102
SOURCES/0001-fix-nominatim-crasher.patch
Normal file
File diff suppressed because one or more lines are too long
@ -2,13 +2,15 @@
|
|||||||
|
|
||||||
Name: geocode-glib
|
Name: geocode-glib
|
||||||
Version: 3.26.0
|
Version: 3.26.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Geocoding helper library
|
Summary: Geocoding helper library
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
Source0: http://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
Patch: 0001-fix-nominatim-crasher.patch
|
||||||
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
@ -37,7 +39,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1 -S gendiff
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -68,6 +70,9 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 03 2025 Milan Crha <mcrha@redhat.com> - 3.26.0-4
|
||||||
|
- Resolves: RHEL-4090 (Fix Nominatim crasher)
|
||||||
|
|
||||||
* Mon Feb 01 2021 Kalev Lember <klember@redhat.com> - 3.26.0-3
|
* Mon Feb 01 2021 Kalev Lember <klember@redhat.com> - 3.26.0-3
|
||||||
- Rebuild against fixed gtk-doc to fix another multilib conflict (#1853142)
|
- Rebuild against fixed gtk-doc to fix another multilib conflict (#1853142)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user