From b0c6170e5ed681e497886bba56c46484323329f2c75fd543ad7ba37d6aff587a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 30 Sep 2024 08:00:02 +0000 Subject: [PATCH] Scripted push of GNOME 47 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-clocks?expand=0&rev=114 --- .gitattributes | 23 ++ .gitignore | 1 + _service | 18 + gnome-clocks-46.0.tar.xz | 3 + gnome-clocks-47.0.obscpio | 3 + gnome-clocks.changes | 769 ++++++++++++++++++++++++++++++++++++++ gnome-clocks.obsinfo | 4 + gnome-clocks.spec | 96 +++++ 8 files changed, 917 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 gnome-clocks-46.0.tar.xz create mode 100644 gnome-clocks-47.0.obscpio create mode 100644 gnome-clocks.changes create mode 100644 gnome-clocks.obsinfo create mode 100644 gnome-clocks.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..bb5df11 --- /dev/null +++ b/_service @@ -0,0 +1,18 @@ + + + + git + https://gitlab.gnome.org/GNOME/gnome-clocks.git + 47.0 + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + diff --git a/gnome-clocks-46.0.tar.xz b/gnome-clocks-46.0.tar.xz new file mode 100644 index 0000000..d153fd9 --- /dev/null +++ b/gnome-clocks-46.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa3c578cdcef9754e668b5626709b73f3526710235f4b72076d2ff49a4f99c7 +size 461960 diff --git a/gnome-clocks-47.0.obscpio b/gnome-clocks-47.0.obscpio new file mode 100644 index 0000000..a985a86 --- /dev/null +++ b/gnome-clocks-47.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe2160f5710a606e3376883a588fbe6425257cd644b1f9223cca25ea67e4742 +size 2481676 diff --git a/gnome-clocks.changes b/gnome-clocks.changes new file mode 100644 index 0000000..4394af6 --- /dev/null +++ b/gnome-clocks.changes @@ -0,0 +1,769 @@ +------------------------------------------------------------------- +Fri Sep 20 13:45:55 UTC 2024 - Bjørn Lie + +- Update to version 47.0: + + Port to new libadwaita widgets. + + Updated translations. +- Switch to source service. + +------------------------------------------------------------------- +Fri Mar 15 21:05:54 UTC 2024 - Dominique Leuenberger + +- Update to version 46.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 4 07:38:59 UTC 2024 - Dominique Leuenberger + +- Update to version 46.rc: + + Add mnemonic to Start button. + + Disable alarm after ringing when not set to repeat. + + Fix countdown timer progress during suspend. + + Fix resume bug on clear button pressed. + + Fix sorting of locations. + + Improve app metainfo for AppStream 1.0. + + Show a toast when a new alarm is set. + + Updated translations. + +------------------------------------------------------------------- +Sun Sep 17 12:13:37 UTC 2023 - Bjørn Lie + +- Update to version 45.0: + + Port to new libadwaita widgets, including breakpoints + + Bundle bell sounds + + GNOME Shell search provider performance improvements + + Improve location matching by normalizing location search + strings + + Replace deprecated code paths + + Use xdg-desktop-portal to get system clock format + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 17 15:32:26 UTC 2023 - Bjørn Lie + +- Update to version 44.0: + + Updated translations. + +------------------------------------------------------------------- +Sun Mar 5 13:19:12 UTC 2023 - Bjørn Lie + +- Update to version 44.rc: + + Updated translations. + +------------------------------------------------------------------- +Fri Feb 24 17:47:40 UTC 2023 - Bjørn Lie + +- Update to version 44.beta: + + Display seconds in the world clock detail view + + Reset snooze time when disabling alarms + + Add mnemonics to the view switcher + + Say ahead/behind instead of later/earlier + + Fix button layout in the timer view + + Add missing ellipses to button labels + + Remove an incorrect tooltip + + Help fixes + + Updated translations. + +------------------------------------------------------------------- +Wed Oct 5 20:19:37 UTC 2022 - Bjørn Lie + +- Package sub-package gnome-shell-search-provider-gnome-clocks as + noarch. + +------------------------------------------------------------------- +Tue Sep 20 17:36:44 UTC 2022 - Bjørn Lie + +- Update to version 43.0: + + Updated translations. + +------------------------------------------------------------------- +Sun Aug 7 10:23:27 UTC 2022 - Bjørn Lie + +- Update to version 43.beta: + + Port to AdwAboutWindow + + Fix notifications are immediately withdrawn. + + Updated translations. + +------------------------------------------------------------------- +Mon Jul 18 09:03:42 UTC 2022 - Bjørn Lie + +- Update to version 43.alpha: + + Build against either geocode-glib-1.0 or geocode-glib-2.0. + + Disable "Add" button by default on new timer dialog. + + Fix the incorrect order of stopwatch's time label using RTL + locale. + + Do not match timezones on search. +- Replace pkgconfig(geocode-glib-1.0) with + pkgconfig(geocode-glib-2.0) BuildRequires following upstream + changes. + +------------------------------------------------------------------- +Sun Mar 20 08:16:59 UTC 2022 - Bjørn Lie + +- Update to version 42.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 14 11:16:05 UTC 2022 - Bjørn Lie + +- Update to version 42.beta: + + Use newer GClue to avoid sandbox hole + + Updated translations. + +------------------------------------------------------------------- +Fri Jan 14 17:47:16 UTC 2022 - Dominique Leuenberger + +- Update to version 42.alpha: + + Codebase is now ported to GTK 4 and Libadwaita. + + Updated translations. +- Update BuildRequires, following upstreams port to GTK4: + + Replace pkgconfig(gnome-desktop-3.0) with + pkgconfig(gnome-desktop-4). + + Replace pkgconfig(gtk+-3.0) with pkgconfig(gtk4). + + Replace pkgconfig(libhandy-1) with pkgconfig(libadwaita-1). + + Replace pkgconfig(gweather-3.0) with pkgconfig(gweather-4). + +------------------------------------------------------------------- +Wed Jan 12 19:25:54 UTC 2022 - Bjørn Lie + +- Add appstream-glib, desktop-file-utils BuildRequires and check + section and meson_test macro, run tests during build. +- Modernize our Supplements to current standard. + +------------------------------------------------------------------- +Sun Oct 17 10:21:27 UTC 2021 - Bjørn Lie + +- Update to version 41.0: + + Updated translations. + +------------------------------------------------------------------- +Thu Sep 16 01:36:34 UTC 2021 - Stanislav Brabec + +- Remove obsolete translation-update-upstream support + (jsc#SLE-21105). + +------------------------------------------------------------------- +Wed Mar 24 07:58:10 UTC 2021 - Dominique Leuenberger + +- Update to version 40.0: + + No changes. + +------------------------------------------------------------------- +Tue Feb 16 10:44:59 UTC 2021 - Dominique Leuenberger + +- Update to version 40.beta: + + World Location Dialog: Match HdyStatusPage styling. + + Added ALT + 1,2,3,4 navigation between pages. + + Various Bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Wed Sep 16 09:23:01 UTC 2020 - dimstar@opensuse.org + +- Update to version 3.38.0: + + Alarms: Allow setting snooze/ring duration. + + World: Redesign the Add World Clock dialog. + + Various design refinement. + +------------------------------------------------------------------- +Tue Sep 1 13:54:52 UTC 2020 - Dominique Leuenberger + +- Update to version 3.37.91: + + Updated translations. +- Changes from version 3.37.90: + + World: Redesign the Add World Clock dialog. + + Various design refinement. +- Replace pkgconfig(libhandy-0.0) BuildRequires with + pkgconfig(libhandy-1): follow upstreams port to new libhandy API. + +------------------------------------------------------------------- +Sun May 10 11:54:51 UTC 2020 - Bjørn Lie + +- Update to version 3.36.2: + + World: Handle impossible places. + + Timer: Fix signal for updating the duration. + +------------------------------------------------------------------- +Thu Mar 5 18:47:14 UTC 2020 - bjorn.lie@gmail.com + +- Update to version 3.36.0: + + Major redesign of the application. + + Multiple timers support. + + Daylight status for World clocks. + + Adaptive layout: Mobile support. + + Updated translations. +- Add pkgconfig(libhandy-0.0) BuildRequires: New dependency. + +------------------------------------------------------------------- +Sat Jan 25 14:09:06 UTC 2020 - Dominique Leuenberger + +- No longer recommend -lang: supplements are in use + +------------------------------------------------------------------- +Wed Sep 11 05:48:06 UTC 2019 - Bjørn Lie + +- Update to version 3.34.0: + + Updated translations. + +------------------------------------------------------------------- +Sat Aug 31 19:11:38 CDT 2019 - mgorse@suse.com + +- Update to version 3.33.1: + + Expose world clock locations to gnome-shell. + + Updated translations. +- Remove /usr/share/gnome-clocks from files: images have been + moved to a GResource. + +------------------------------------------------------------------- +Sun Mar 10 09:37:53 UTC 2019 - Bjørn Lie + +- Update to version 3.32.0: + + Updated translations. + +------------------------------------------------------------------- +Sun Jan 6 17:58:16 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 3.31.2: + + Update icon. + + Updated translations. + +------------------------------------------------------------------- +Sat Jan 5 19:32:43 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 3.31.1: + + Replace Appmenu with a menu button. + + Update icon. + + Various bug fixes. + + Updated translations. +- Drop upstream fixed patches: + + gnome-clocks-timer-Set-width-chars2.patch. + + gnome-clocks-timer-fixes.patch. + +------------------------------------------------------------------- +Fri Dec 28 01:08:34 UTC 2018 - bjorn.lie@gmail.com + +- Add upstream bug fix patches from stable branch: + + gnome-clocks-timer-Set-width-chars2.patch: timer: Set + width-chars=2 property on the spinbuttons. + + gnome-clocks-timer-fixes.patch: Various backported timer fixes. + +------------------------------------------------------------------- +Wed Oct 24 09:54:04 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.30.1: + + Flatpak package improvements. + +------------------------------------------------------------------- +Sat Sep 1 19:53:02 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.30.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 20 17:29:03 UTC 2018 - dimstar@opensuse.org + +- Unconditionally enable translation-update-upstream: on + Tumbleweed, this results in a NOP and for Leap in SLE paid + translations being used (boo#1086036). + +------------------------------------------------------------------- +Sat Mar 10 17:15:23 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.28.0: + + Search: workaround crash due to libgweather serialization. + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 28 16:27:34 UTC 2018 - dimstar@opensuse.org + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- +Sun Dec 24 03:08:58 UTC 2017 - luc14n0@linuxmail.org + +- Update to version 3.27.1: + + World clocks: add UTC and "Anywhere on Earth" clocks. + + Updated translations. +- Add glib-2.0 and gobject-2.0 pkgconfig BuildRequires. Note that + they were being pulled with gio-2.0 pkgconfig module and used + already as all of them live in glib2-devel package. +- Drop %glib2_gsettings_schema_*, %icon_theme_cache_* and + %desktop_database_* post/postun scriptlets and + %glib2_gsettings_schema_requires macro. They are no longer needed + since RPM file triggers. +- Following the above, drop hicolor-icon-theme BuildRequires, no + longer needed. +- Drop update-desktop-files BuildRequires and stop using + suse_update_desktop_file macro, not needed. +- Add fdupes BuildRequires and pass corresponding fdupes macro, + silence rpmlint. +- Do a minor spec cleanup. + +------------------------------------------------------------------- +Sun Oct 15 20:48:51 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.26.1: + + Updated translations. + +------------------------------------------------------------------- +Sun Sep 10 21:46:40 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.26.0: + + build: fix installation of locale data. + + Updated translations. + +------------------------------------------------------------------- +Sun Aug 20 18:07:32 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.90: + + Updated translations. + +------------------------------------------------------------------- +Fri Jul 7 09:13:46 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.2: + + Converted World clocks and Alarms to GtkFlowBox. + + Require Meson 0.41.0. + + Updated translations. +- Drop gnome-clocks-fix-icons-install.patch: Fixed upstream. + +------------------------------------------------------------------- +Thu May 18 20:45:42 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.1: + + World clocks: show state name when available. + + Switched to the Meson build system. + + Updated translations. +- Add meson BuildRequires and switch autotools macros configure, + make and makeinstall to meson, meson_build and meson_install + following upstream switch to Meson build system. +- Add gnome-clocks-fix-icons-install.patch: Fix icons install. + +------------------------------------------------------------------- +Sat Mar 18 18:55:35 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.24.0: + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 15 09:16:24 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.23.90: + + Withdraw notifications when the application receives focus. + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Fri Feb 3 01:55:17 UTC 2017 - zaitor@opensuse.org + +- Conditionally apply translations-update-upstream BuildRequires + and macro for non-openSUSE only. + +------------------------------------------------------------------- +Mon Oct 10 07:47:24 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.22.1: + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Sun Sep 18 15:14:48 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.22.0: + + Updated translations. + +------------------------------------------------------------------- +Sat Sep 3 18:03:08 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.21.2: + + Fix RTL problem in timer. + + Updated translations. + +------------------------------------------------------------------- +Sat Sep 3 18:02:08 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.21.1: + + Drop intltool in favour of new gettext. + + Updated translations. +- Drop intltool BuildRequires following upstream changes. + +------------------------------------------------------------------- +Sat Sep 3 18:01:08 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.20.2: + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Sun May 8 15:57:55 UTC 2016 - badshah400@gmail.com + +- Update to version 3.20.1 (fate#318572): + + Rework gnome-shell search provider to be stateless. + + Updated translations. + +------------------------------------------------------------------- +Thu Apr 14 13:29:38 UTC 2016 - mgorse@suse.com + +- Update to GNOME 3.20 Fate#318572 + +------------------------------------------------------------------- +Sun Mar 20 19:50:13 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.20.0: + + Save and restore window size correctly with new GTK. + + Updated translations. + +------------------------------------------------------------------- +Sun Feb 21 20:51:05 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.19.2: + + Adapt to GTK changes. + + Add HighContrast theme variant. + + Refactor internals to use GListModel. + + Updated translations. + +------------------------------------------------------------------- +Sun Dec 20 16:54:55 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.19.1: + + Adapt to GTK changes. + + Improve keyboard shortcuts and add overlay panel. +- Replace pkgconfig(geoclue-2.0) for pkgconfig(libgeoclue-2.0) + BuildRequires following upstream changes. + +------------------------------------------------------------------- +Mon Sep 21 15:36:56 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.18.0: + + Release to sync with new GNOME release. + + Misc bugfixes. + +------------------------------------------------------------------- +Wed Sep 16 08:05:12 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.16.2: + + Fix redraw issue with newer GTK+. + + Improve geolocation icon with Hi-DPI displays. + + Updated translations. + +------------------------------------------------------------------- +Wed Apr 15 07:24:27 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.16.1: + + New HighContrast SVG icon. + + Updated translations. +- Remove HighContrast %icon_theme_cache_post(un) calls, as Symbolic + icons have replaced them. + +------------------------------------------------------------------- +Mon Mar 23 13:09:07 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.16.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 16 08:57:20 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.15.92: + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 19 13:55:55 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.15.90: + + Updated translations. + +------------------------------------------------------------------- +Fri Nov 28 20:27:24 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.15.1: + + Expose an add-location action to be used by GNOME Maps. + + Use gsound library to play sounds. + + Misc bugfixes. + + Updated translations. +- Replace pkgconfig(libcanberra) for pkgconfig(gsound) + BuildRequires: Following upstream. + +------------------------------------------------------------------- +Mon Oct 13 17:05:15 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.14.1: + + Fix runtime warnings in the search provider. + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 22 14:34:05 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.14.0: + + Fix a CSS problem in RTL mode. + +------------------------------------------------------------------- +Wed Sep 17 23:16:47 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.92: + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Sun Sep 7 10:38:00 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.13.91: + + Bump libgweather dependency. + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Aug 19 09:13:41 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.2: + + Implement a gnome-shell search provider to search world clocks. + + Sort world clocks by timezone. + + Misc bugfixes. + + Updated translations. +- Drop 0001-Sort-locations-by-timezone.patch: fixed upstream. +- Add new subpackage gnome-shell-search-provider-gnome-clocks. + +------------------------------------------------------------------- +Wed Jul 23 17:54:50 UTC 2014 - mgorse@suse.com + +- Add 0001-Sort-locations-by-timezone.patch: sort locations by + timezone (bnc#861982, bgo#701169). + +------------------------------------------------------------------- +Tue Jul 22 21:58:13 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.1: + + Update to work with the new adwaita theme. + + Rework a little the stopwatch laps table. + + Ensure numbers in the timer do not move during transition. + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 24 08:49:15 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.12.0: + + Updated translations. + +------------------------------------------------------------------- +Sat Mar 22 17:14:24 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.11.92: + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 18 22:07:54 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.11.90: + + Use headerbar in dialogs. + + Detect when trying to add a duplicate alarm. + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Nov 19 20:09:40 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.11.1: + + Port to the new GLib notification API. + + Misc bugfixes. + + Updated translations. +- Drop pkgconfig(libnotify) BuildRequires: no longer required. + +------------------------------------------------------------------- +Mon Oct 14 21:08:19 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.10.1: + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 23 18:57:58 UTC 2013 - zaitor@opensuse.org + +- Update to version 3.10.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 17 11:48:44 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.92: + + Add geolocation support. + + Add user manual. + + Misc bugfixes. + + Updated translations. +- Add yelp-tools BuildRequires: required to build the new user + manual. +- Add pkgconfig(geoclue-2.0) andpkgconfig(geocode-glib-1.0) + BuildRequires: new dependencies for geolocation support. + +------------------------------------------------------------------- +Tue Sep 3 06:41:43 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.91: + + Tweak some details of the new ui. + + Add an appdata file for gnome-software. + + Misc bugfixes. + + Updated translations. +- Remvoe gnome-clocks.gresource.xml source: it's now included in + the tarball. + +------------------------------------------------------------------- +Mon Aug 19 21:13:21 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.90: + + Add analogic progress to stopwatch and timer. + + Rework stopwatch layout using a list box. + + Blink when the timer is paused. + + Fix many problems with right-to-left languages. + + Misc bugfixes. + + Updated translations. +- Add gnome-clocks.gresource.xml: the file was missing from the + tarball. + +------------------------------------------------------------------- +Sat Aug 3 11:07:03 UTC 2013 - zaitor@opensuse.org + +- Update to version 3.9.3: + + Adapt to the latest GTK+ and Vala changes. + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Sun Jun 23 16:34:22 UTC 2013 - zaitor@opensuse.org + +- Update to version 3.9.2: + + Use latest libgweather (new search entry). + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Sun Jun 16 10:58:23 UTC 2013 - zaitor@opensuse.org + +- Update to version 3.9.1: + + Use client-side decorations for the window close button. + + Reworked selection design. + + Use latest gtk (ui templates, drop libgd). + + Updated translations. + +------------------------------------------------------------------- +Tue May 14 11:30:37 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.8.2: + + Prevent creation of world clocks for locations without timezone + data. + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Mon Apr 15 17:34:19 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.8.1: + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 25 21:27:32 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.8.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 18 19:13:41 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.92: + + Rework some of the code to use latest libgd. + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Thu Mar 14 20:09:41 CET 2013 - sbrabec@suse.cz + +- Added support for translation-update-upstream. + +------------------------------------------------------------------- +Wed Mar 6 10:44:32 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.91: + + Actually update the world clocks. + + Show Stop/Snooze in the alarm notification. + + Many small ui fixes. + +------------------------------------------------------------------- +Tue Feb 19 22:52:35 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.90: + + Switch to GNOME version number. + + Full rewrite in Vala. + + Various changes to the visual design (especially World and + Alarm). + + Many bugfixes and improvements made possible by the rewrite. +- Replace BuildRequires to follow the rewrite from python to vala: + + Old ones: python, pkgconfig(pycairo), pkgconfig(pygobject-3.0), + gobject-introspection. + + New ones: vala, pkgconfig()-style: gio-2.0, gnome-desktop-3.0, + gtk+-3.0, gweather-3.0, libcanberra, libnotify, + gobject-introspection-1.0. +- No longer mark the package as noarch, as it is now native code. + +------------------------------------------------------------------- +Tue Feb 5 22:11:55 UTC 2013 - dimstar@opensuse.org + +- Update to version 0.1.6: + + Reworked the alarms panel (design is still in progress). + + Implemented disabled alarms. + + Depend on newer GWeather. + + Ported to Python 3. + + Ported to autotools. + + Move configuration to GSettings. + + Remove pyxdg dependency. + + Misc bugfixes. + + Updated translations. +- Change build and install section to use configure / make install. +- Add glib schema handling to post/postun. +- Drop python-xdg Requires: no longer needed. + +------------------------------------------------------------------- +Tue Dec 4 07:47:43 UTC 2012 - dimstar@opensuse.org + +- Update to version 0.1.5: + + Reworked large parts of the code to use less CPU. + + Depend on libgnome-desktop to use the system WallClock. + + Show the nation beside the city. + + Improved rendering of world clocks and alarms. + + Misc bugfixes. + + Updated translations. +- Add python-xdg Requires: It's imported from gnomeclocks/utils.py. + +------------------------------------------------------------------- +Tue Oct 16 06:09:11 UTC 2012 - dimstar@opensuse.org + +- Update to version 0.1.4: + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Sat Sep 29 21:52:21 UTC 2012 - zaitor@opensuse.org + +- Update to version 0.1.3: + + Implement "laps" in the stopwatch. + + Misc bugfixes. + + Updated translations. +- Changes from version 0.1.2: + + Use vertical spinbuttons for the timer setup. + + Fix timezone offset calculation during DST. + + Misc bugfixes. + +------------------------------------------------------------------- +Mon Sep 3 20:22:46 UTC 2012 - dimstar@opensuse.org + +- Update to version 0.1.1: + + Start week on the right day specified by the current locale. + + Use the correct location for pixmaps by default. + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Sun Sep 2 15:06:36 UTC 2012 - dimstar@opensuse.org + +- Initial package, version 0.1.0. + diff --git a/gnome-clocks.obsinfo b/gnome-clocks.obsinfo new file mode 100644 index 0000000..e33d980 --- /dev/null +++ b/gnome-clocks.obsinfo @@ -0,0 +1,4 @@ +name: gnome-clocks +version: 47.0 +mtime: 1726837772 +commit: 1f9913879f6a9dbec4b5ab3a3d7d31a853bdd512 diff --git a/gnome-clocks.spec b/gnome-clocks.spec new file mode 100644 index 0000000..4c454c6 --- /dev/null +++ b/gnome-clocks.spec @@ -0,0 +1,96 @@ +# +# spec file for package gnome-clocks +# +# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: gnome-clocks +Version: 47.0 +Release: 0 +Summary: Clock application designed for GNOME 3 +License: GPL-2.0-or-later +Group: Productivity/Office/Other +URL: https://live.gnome.org/Design/Apps/Clock +Source0: %{name}-%{version}.tar.zst +BuildRequires: appstream-glib +BuildRequires: desktop-file-utils +BuildRequires: fdupes +BuildRequires: meson >= 0.50.0 +BuildRequires: pkgconfig +BuildRequires: vala >= 0.55.1 +BuildRequires: yelp-tools +BuildRequires: pkgconfig(geocode-glib-2.0) +BuildRequires: pkgconfig(gio-2.0) >= 2.58 +BuildRequires: pkgconfig(glib-2.0) >= 2.58 +BuildRequires: pkgconfig(gnome-desktop-4) >= 3.8 +BuildRequires: pkgconfig(gobject-2.0) >= 2.58 +BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: pkgconfig(gsound) >= 0.98 +BuildRequires: pkgconfig(gtk4) >= 4.5 +BuildRequires: pkgconfig(gweather4) >= 3.32.0 +BuildRequires: pkgconfig(libadwaita-1) >= 1.0 +BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.4 + +%description +A nice simple app to show the time, date, and alarms. + +%package -n gnome-shell-search-provider-gnome-clocks +Summary: GNOME Clocks -- Search Provider for GNOME Shell +Group: Productivity/Office/Other +Requires: %{name} = %{version} +Supplements: (gnome-shell and %{name}) +BuildArch: noarch + +%description -n gnome-shell-search-provider-gnome-clocks +This package contains a search provider to enable GNOME Shell to get +search results from GNOME Clocks. + +%lang_package + +%prep +%autosetup -p1 + +%build +%meson +%meson_build + +%install +%meson_install +%find_lang %{name} %{?no_lang_C} +%fdupes %{buildroot}/%{_datadir} + +%check +%meson_test + +%files +%license LICENSE.md +%doc README.md NEWS +%doc %{_datadir}/help/C/gnome-clocks/ +%{_bindir}/%{name} +%{_datadir}/metainfo/org.gnome.clocks.metainfo.xml +%{_datadir}/dbus-1/services/org.gnome.clocks.service +%{_datadir}/glib-2.0/schemas/org.gnome.clocks.gschema.xml +%{_datadir}/icons/hicolor/*/apps/org.gnome.clocks* +%{_datadir}/applications/org.gnome.clocks.desktop + +%files -n gnome-shell-search-provider-gnome-clocks +%dir %{_datadir}/gnome-shell +%dir %{_datadir}/gnome-shell/search-providers +%{_datadir}/gnome-shell/search-providers/org.gnome.clocks.search-provider.ini + +%files lang -f %{name}.lang + +%changelog