Hello community, here is the log from the commit of package hourglass for openSUSE:Factory checked in at 2020-05-07 14:56:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hourglass (Old) and /work/SRC/openSUSE:Factory/.hourglass.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hourglass" Thu May 7 14:56:42 2020 rev:3 rq:800969 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/hourglass/hourglass.changes 2017-11-22 11:22:12.633813821 +0100 +++ /work/SRC/openSUSE:Factory/.hourglass.new.2738/hourglass.changes 2020-05-07 14:56:46.866540205 +0200 @@ -1,0 +2,32 @@ +Thu Apr 30 07:33:14 UTC 2020 - Alexei Podvalsky <[email protected]> + +- Update to 1.2.1: + * Merge pull request #58 from ryonakano/add-meson + * Remove no longer used config data element + * Use GResource to load CSS + * README: Add installation instruction + * Tweak line breaks + * DRY meson project name + * Remove unnecessary files + * Remove overkilling or unnecessary configs/files + * Complete RDNN + * Revert unwanted change + * Tab to 4 spaces + * Add meson + * fixed the notification going off again when you open the app + * Merge branch 'master' of github.com:sgpthomas/hourglass + * fixed what happens when the app closes and there is a timer + running + * Merge pull request #45 from danrabbit/patch-1 + * Remove "." from appdata summary + * Merge pull request #41 from Allen-B1/patch-1 + * Add the Get it on AppCenter button + * hourglass finally knows how to keep time, closes #34 + * Merge pull request #39 from welaq/master + * Added Lithuanian to .desktop + * Added Lithuanian comment + * fixed #35 by disallowing multiple windows +- Switch to meson +- Spec file cleanup + +------------------------------------------------------------------- Old: ---- hourglass-1.1.1.tar.gz New: ---- hourglass-1.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hourglass.spec ++++++ --- /var/tmp/diff_new_pack.xQ2lDw/_old 2020-05-07 14:56:47.342541063 +0200 +++ /var/tmp/diff_new_pack.xQ2lDw/_new 2020-05-07 14:56:47.346541070 +0200 @@ -1,7 +1,7 @@ # # spec file for package hourglass # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,21 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: hourglass -Version: 1.1.1 +Version: 1.2.1 Release: 0 Summary: Clock gadget for Elementary OS -License: GPL-3.0 +License: GPL-3.0-only Group: System/X11/Utilities URL: https://github.com/sgpthomas Source: https://github.com/sgpthomas/hourglass/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: cmake BuildRequires: fdupes -BuildRequires: gcc-c++ +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: vala >= 0.28 @@ -38,7 +37,6 @@ BuildRequires: pkgconfig(libcanberra) BuildRequires: pkgconfig(libnotify) Recommends: %{name}-lang -%glib2_gsettings_schema_requires %description A clock application that is designed to fit perfectly into @@ -49,40 +47,26 @@ %prep %setup -q -sed -i 's/\bmetainfo\b/appdata/' $(grep -rwl 'metainfo') - %build -%cmake \ - -DGSETTINGS_COMPILE=OFF -make %{?_smp_mflags} +%meson +%meson_build %install -%cmake_install %{?_smp_mflags} +%meson_install %suse_update_desktop_file -r com.github.sgpthomas.hourglass GTK Utility Clock -%fdupes %{buildroot}%{_datadir} -%find_lang %{name} - -%post -%glib2_gsettings_schema_post -%icon_theme_cache_post -%desktop_database_post - -%postun -%glib2_gsettings_schema_postun -%icon_theme_cache_postun -%desktop_database_postun +%find_lang com.github.sgpthomas.hourglass %{name}.lang +%fdupes %{buildroot}/%{_datadir} %files -%doc AUTHORS COPYING README.md +%license COPYING +%doc AUTHORS README.md %{_bindir}/com.github.sgpthomas.hourglass %{_bindir}/com.github.sgpthomas.hourglass-daemon -%dir %{_datadir}/appdata -%{_datadir}/appdata/com.github.sgpthomas.hourglass.appdata.xml %{_datadir}/applications/com.github.sgpthomas.hourglass.desktop %{_datadir}/glib-2.0/schemas/com.github.sgpthomas.hourglass.gschema.xml -%{_datadir}/hourglass/ -%{_datadir}/icons/hicolor/*/apps/hourglass.??g -%{_datadir}/pixmaps/hourglass.svg +%{_datadir}/icons/hicolor/*/*/com.github.sgpthomas.hourglass.??g +%{_datadir}/metainfo/com.github.sgpthomas.hourglass.appdata.xml +%{_datadir}/pixmaps/com.github.sgpthomas.hourglass.??g %{_sysconfdir}/xdg/autostart/com.github.sgpthomas.hourglass-daemon.desktop %files lang -f %{name}.lang ++++++ hourglass-1.1.1.tar.gz -> hourglass-1.2.1.tar.gz ++++++ ++++ 46448 lines of diff (skipped)
