Remove regions from the map
Resolves: rhbz#2097831
This commit is contained in:
parent
1eb80df7f1
commit
9b462fa468
4253
0001-Remove-regions-from-the-map-2097831.patch
Normal file
4253
0001-Remove-regions-from-the-map-2097831.patch
Normal file
File diff suppressed because one or more lines are too long
@ -1,12 +1,15 @@
|
|||||||
Name: libtimezonemap
|
Name: libtimezonemap
|
||||||
Version: 0.4.5.1
|
Version: 0.4.5.1
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: Time zone map widget for Gtk+
|
Summary: Time zone map widget for Gtk+
|
||||||
|
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: https://launchpad.net/timezonemap
|
URL: https://launchpad.net/timezonemap
|
||||||
Source0: https://github.com/dashea/timezonemap/archive/%{version}.tar.gz
|
Source0: https://github.com/dashea/timezonemap/archive/%{version}.tar.gz
|
||||||
|
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2097831
|
||||||
|
Patch0: 0001-Remove-regions-from-the-map-2097831.patch
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= 2.26
|
BuildRequires: glib2-devel >= 2.26
|
||||||
BuildRequires: gtk3-devel >= 3.1.4
|
BuildRequires: gtk3-devel >= 3.1.4
|
||||||
BuildRequires: json-glib-devel
|
BuildRequires: json-glib-devel
|
||||||
@ -33,7 +36,7 @@ libtimezonemap is a time zone map widget for Gtk+. This package contains header
|
|||||||
files used for building applications that use %{name}.
|
files used for building applications that use %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n timezonemap-%{version}
|
%autosetup -n timezonemap-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -61,6 +64,10 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%{_datadir}/glade/catalogs/TimezoneMap.xml
|
%{_datadir}/glade/catalogs/TimezoneMap.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 22 2022 Jiri Konecny <jkonecny@redhat.com> - 0.4.5.1-12
|
||||||
|
- Remove regions from the map
|
||||||
|
Resolves: rhbz#2097831
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.5.1-11
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.5.1-11
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user