Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package hamster-time-tracker for
openSUSE:Factory checked in at 2021-05-17 18:45:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hamster-time-tracker (Old)
and /work/SRC/openSUSE:Factory/.hamster-time-tracker.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hamster-time-tracker"
Mon May 17 18:45:20 2021 rev:6 rq:893697 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/hamster-time-tracker/hamster-time-tracker.changes
2020-05-01 11:10:48.939516337 +0200
+++
/work/SRC/openSUSE:Factory/.hamster-time-tracker.new.2988/hamster-time-tracker.changes
2021-05-17 18:45:48.852496452 +0200
@@ -1,0 +2,6 @@
+Wed May 12 17:24:53 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 3.0.2
+ * Fix off-by-one-day error in CSV exports
+
+-------------------------------------------------------------------
Old:
----
hamster-time-tracker-v3.0.1+8.tar.xz
New:
----
hamster-3.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hamster-time-tracker.spec ++++++
--- /var/tmp/diff_new_pack.rvB426/_old 2021-05-17 18:45:49.812492379 +0200
+++ /var/tmp/diff_new_pack.rvB426/_new 2021-05-17 18:45:49.816492362 +0200
@@ -1,7 +1,7 @@
#
# spec file for package hamster-time-tracker
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,13 +31,13 @@
%bcond_without extension
Name: hamster-time-tracker
-Version: 3.0.1+8
+Version: 3.0.2
Release: 0
Summary: A time tracker for GNOME
License: GPL-3.0-or-later AND CC-BY-SA-3.0
Group: Productivity/Other
Url: https://github.com/projecthamster/hamster
-Source: %{name}-v%{version}.tar.xz
+Source:
%{URL}/archive/refs/tags/v%{version}.tar.gz#/hamster-%{version}.tar.gz
#
https://github.com/projecthamster/hamster-shell-extension/archive/0.10.0.tar.gz
Source1: hamster-shell-extension-%{ext_version}.tar.gz
Source2:
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/raw/gnome-3-30/lib/convenience.js
@@ -137,7 +137,7 @@
%lang_package
%prep
-%setup -q -n %{name}-v%{version} -a1
+%setup -q -n hamster-%{version} -a1
%patch1 -p1
%patch2 -p1
%if %{with extension}
@@ -222,7 +222,7 @@
%files
%defattr(-, root, root)
%license COPYING
-%doc AUTHORS NEWS README.md MAINTAINERS
+%doc AUTHORS NEWS.md README.md MAINTAINERS
%{_bindir}/hamster
%{_datadir}/applications/org.gnome.Hamster.GUI.desktop
%{_datadir}/dbus-1/services/org.gnome.Hamster.service
++++++ _service ++++++
--- /var/tmp/diff_new_pack.rvB426/_old 2021-05-17 18:45:49.952491785 +0200
+++ /var/tmp/diff_new_pack.rvB426/_new 2021-05-17 18:45:49.956491768 +0200
@@ -4,8 +4,8 @@
<param name="url">https://github.com/projecthamster/hamster.git</param>
<param name="filename">hamster-time-tracker</param>
<!-- <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> -->
- <param name="version">3.0.1+8</param>
- <param name="revision">e6b90fcd</param>
+ <param name="version">3.0.2</param>
+ <param name="revision">v3.0.2</param>
<!-- <param name="versionrewrite-pattern">v(.*)[+]0$</param>
<param name="versionrewrite-replacement">\1</param> -->
<param name="changesgenerate">enable</param>