Blame SPECS/libtimezonemap.spec

866717
Name:           libtimezonemap
866717
Version:        0.4.5.1
f8d261
Release:        4%{?dist}
866717
Summary:        Time zone map widget for Gtk+
866717
866717
Group:          System Environment/Libraries
866717
License:        GPLv3
866717
URL:            https://launchpad.net/timezonemap
866717
Source0:        https://github.com/dashea/timezonemap/archive/%{version}.tar.gz
866717
f8d261
# https://bugzilla.redhat.com/show_bug.cgi?id=2097833
f8d261
Patch0:         0001-Remove-regions-from-the-map-2097833.patch
f8d261
866717
BuildRequires:  glib2-devel >= 2.26
866717
BuildRequires:  gtk3-devel >= 3.1.4
866717
BuildRequires:  json-glib-devel
866717
BuildRequires:  gobject-introspection-devel
866717
BuildRequires:  gnome-common
866717
BuildRequires:  libsoup-devel >= 2.42.0
866717
BuildRequires:  librsvg2-devel
866717
866717
%description
866717
libtimezonemap is a time zone map widget for Gtk+. The widget displays a world
866717
map with a highlighted region representing the selected time zone, and the
866717
location can be changed by clicking on the map.
866717
866717
This library is a fork of the of the code from gnome-control-center's datetime
866717
panel, which was itself a fork of Ubiquity's timezone map.
866717
866717
%package devel
866717
Summary:        Development files for %{name}
866717
Group:          Development/Libraries
866717
Requires:       %{name}%{?_isa} = %{version}-%{release}
866717
866717
%description devel
866717
libtimezonemap is a time zone map widget for Gtk+. This package contains header
866717
files used for building applications that use %{name}.
866717
866717
%prep
f8d261
%autosetup -n timezonemap-%{version} -p1
866717
866717
%build
866717
./autogen.sh
866717
%configure
866717
make %{?_smp_mflags}
866717
866717
%install
866717
make install DESTDIR=%{buildroot}
866717
rm -f %{buildroot}%{_libdir}/*.la
866717
866717
%post -p /sbin/ldconfig
866717
866717
%postun -p /sbin/ldconfig
866717
866717
%files
866717
%license COPYING
866717
%doc README TODO
866717
%{_libdir}/libtimezonemap.so.*
866717
%{_libdir}/girepository-1.0/TimezoneMap-1.0.typelib
866717
%{_datadir}/%{name}
866717
866717
%files devel
866717
%{_libdir}/libtimezonemap.so
866717
%{_libdir}/pkgconfig/timezonemap.pc
866717
%{_includedir}/timezonemap
866717
%{_datadir}/gir-1.0/TimezoneMap-1.0.gir
866717
%{_datadir}/glade/catalogs/TimezoneMap.xml
866717
866717
%changelog
f8d261
* Wed Jun 22 2022 Jiri Konecny <jkonecny@redhat.com> - 0.4.5.1-4
f8d261
- Remove regions from the map
f8d261
  Resolves: rhbz#2097833
f8d261
866717
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.5.1-3
866717
- Escape macros in %%changelog
866717
866717
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5.1-2
866717
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
866717
866717
* Fri Oct 20 2017 David Shea <dshea@redhat.com> - 0.4.5.1-1
866717
- Fix SVG visibility (jkonecny) (#1502915)
866717
866717
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5-8
866717
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
866717
866717
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5-7
866717
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
866717
866717
* Fri Feb 17 2017 David Shea <dshea@redaht.com> - 0.4.5-6
866717
- Removed tests
866717
866717
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5-5
866717
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
866717
866717
* Wed Aug 17 2016 David Shea <dshea@redhat.com> - 0.4.5-4
866717
- Bring back the setting of $TZ (#1367647)
866717
866717
* Wed Jun 29 2016 David Shea <dshea@redhat.com> - 0.4.5-3
866717
- Render the map directly from SVG (#1335158)
866717
- Fix memory leaks in tz.c
866717
- Fix an invalid memory access
866717
- Do not modify TZ in the process environment
866717
- Move all data files to /usr/share/libtimezonemap from .../libtimezonemap/ui
866717
- Add extra city data so all timezone offsets are clickable
866717
- Move Venezuela from -04:30 to -04:00
866717
- Fix the conversion of points just west of 180 longitude
866717
- Remove the out-of-date Olson map data
866717
- Update the "backward" file
866717
- Improve the location selected when setting the timezone by name (#1322648)
866717
- Remove an extra line in the +10:00 layer
866717
- Move Chile back an hour
866717
866717
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5-2
866717
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
866717
866717
* Mon Jan  4 2016 David Shea <dshea@redhat.com> - 0.4.5-1
866717
- Update the map images
866717
866717
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.4-2
866717
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
866717
866717
* Fri May  8 2015 David Shea <dshea@redhat.com> - 0.4.4-1
866717
- Fixes for LP#1440157:
866717
  Port to libsoup directly for geoname results
866717
  Fix some memory leaks
866717
  Do not reuse GCancellables
866717
- Upstream merges of SVG update and constrained location cycles
866717
866717
* Fri May  1 2015 David Shea <dshea@redhat.com> - 0.4.2-6
866717
- Updated the time zone map images
866717
- Updated the city data from geonames.org
866717
- Fix a memory leak and potential crash with the locations list
866717
- Cycle through a smaller list of map locations on repeated clicks
866717
866717
* Wed Jan 28 2015 David Shea <dshea@redhat.com> - 0.4.2-5
866717
- Use %%license for the license file
866717
866717
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-4
866717
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
866717
866717
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.4.2-3
866717
- Rebuilt for gobject-introspection 1.41.4
866717
866717
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-2
866717
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
866717
866717
* Fri May  2 2014 David Shea <dshea@redhat.com> - 0.4.2-1
866717
- New upstream release libtimezonemap-0.4.2
866717
866717
* Mon Dec  2 2013 David Shea <dshea@redhat.com> - 0.4.1-4
866717
- Merge fixes from lp:timezonemap
866717
- Add cc-timezone-location.h to timezonemapincludes_HEADERS so it gets installed (iain.lane)
866717
- Set en_name correctly (iain.lane)
866717
- Don't call g_type_init() on glib >= 2.35; it's deprecated (iain.lane)
866717
866717
* Wed Nov 27 2013 David Shea <dshea@redhat.com> - 0.4.1-3
866717
- Added a glade catalog file (dshea)
866717
866717
* Tue Nov 26 2013 David Shea <dshea@redhat.com> - 0.4.1-2
866717
- Make whitespace and indentation consistent (iain.lane@canonical.com)
866717
- Switched to a git-formatted patch for the FSF address to make things easier
866717
  for me to track (dshea)
866717
- Create local copies of string properties. (dshea)
866717
- Moved CcTimezoneLocation into its own file. (dshea)
866717
- Don't close a NULL file pointer. (dshea)
866717
- Turn on and fix g-ir-scanner warnings. (dshea)
866717
- Added a .bzrignore file to ignore all the files generated by the build. (dshea)
866717
- Ignore the INSTALL file (dshea)
866717
- Added a function to clear the location set for a CcTimezoneMap (dshea)
866717
- Allow the timezone highlight to be manually set separately from the location. (dshea)
866717
866717
* Thu Nov 14 2013 David Shea <dshea@redhat.com> - 0.4.1-1
866717
- Initial version