Compare commits
No commits in common. "c9" and "c8s" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/0.4.5.1.tar.gz
|
||||
/0.4.5.1.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
b414ad8d95f11177224da9a36cb40f778a461cdf SOURCES/0.4.5.1.tar.gz
|
@ -1,9 +1,9 @@
|
||||
From 5a3060281d29e4d97f6f3fec3c969e71520d9ba5 Mon Sep 17 00:00:00 2001
|
||||
From c2b366b910a3815eea14679707c8bd7c7e3515d8 Mon Sep 17 00:00:00 2001
|
||||
From: Jiri Konecny <jkonecny@redhat.com>
|
||||
Date: Mon, 20 Jun 2022 15:14:56 +0200
|
||||
Subject: [PATCH] Remove regions from the map (#2097831)
|
||||
Subject: [PATCH] Remove regions from the map (#2097833)
|
||||
|
||||
Resolves: rhbz#2097831
|
||||
Resolves: rhbz#2097833
|
||||
---
|
||||
src/cc-timezone-map.c | 74 -
|
||||
src/data/time_zones_countryInfo-orig.svg | 4122 +++++++++++++++++++++-
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
@ -1,14 +1,15 @@
|
||||
Name: libtimezonemap
|
||||
Version: 0.4.5.1
|
||||
Release: 13%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Time zone map widget for Gtk+
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv3
|
||||
URL: https://launchpad.net/timezonemap
|
||||
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
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2097833
|
||||
Patch0: 0001-Remove-regions-from-the-map-2097833.patch
|
||||
|
||||
BuildRequires: glib2-devel >= 2.26
|
||||
BuildRequires: gtk3-devel >= 3.1.4
|
||||
@ -17,7 +18,6 @@ BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: libsoup-devel >= 2.42.0
|
||||
BuildRequires: librsvg2-devel
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
libtimezonemap is a time zone map widget for Gtk+. The widget displays a world
|
||||
@ -29,6 +29,7 @@ panel, which was itself a fork of Ubiquity's timezone map.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -47,7 +48,9 @@ make %{?_smp_mflags}
|
||||
make install DESTDIR=%{buildroot}
|
||||
rm -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%ldconfig_scriptlets
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
@ -64,38 +67,13 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_datadir}/glade/catalogs/TimezoneMap.xml
|
||||
|
||||
%changelog
|
||||
* Mon Jan 15 2024 Jiri Konecny <jkonecny@redhat.com> - 0.4.5.1-13
|
||||
* Mon Jan 15 2024 Jiri Konecny <jkonecny@redhat.com> - 0.4.5.1-5
|
||||
- Add libtimezonemap-devel to CRB
|
||||
Resolves: RHEL-13916
|
||||
Resolves: RHEL-4789
|
||||
|
||||
* Wed Jun 22 2022 Jiri Konecny <jkonecny@redhat.com> - 0.4.5.1-12
|
||||
* Wed Jun 22 2022 Jiri Konecny <jkonecny@redhat.com> - 0.4.5.1-4
|
||||
- Remove regions from the map
|
||||
Resolves: rhbz#2097831
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.5.1-11
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.5.1-10
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
Resolves: rhbz#2097833
|
||||
|
||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.5.1-3
|
||||
- Escape macros in %%changelog
|
Loading…
Reference in New Issue
Block a user