From dc23bf637b10664c6e6842e2c072da495ef72fd68a3356e7d817ff53c85cc259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 27 Sep 2018 12:51:23 +0000 Subject: [PATCH] Accepting request 638550 from GNOME:Next New stable rel OBS-URL: https://build.opensuse.org/request/show/638550 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=110 --- gnote-3.28.0.tar.xz | 3 --- gnote-3.30.0.tar.xz | 3 +++ gnote.changes | 8 ++++++++ gnote.spec | 9 +++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 gnote-3.28.0.tar.xz create mode 100644 gnote-3.30.0.tar.xz diff --git a/gnote-3.28.0.tar.xz b/gnote-3.28.0.tar.xz deleted file mode 100644 index 3870bcd..0000000 --- a/gnote-3.28.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a50d3986c6cc04c7c8215dfed938910611e2d7499f00bfe4f42050ed56a7b783 -size 4002520 diff --git a/gnote-3.30.0.tar.xz b/gnote-3.30.0.tar.xz new file mode 100644 index 0000000..03a4233 --- /dev/null +++ b/gnote-3.30.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29832f9e53662eab18036e839a41870048c6de947c1d9e00844edfa3ae0464d3 +size 4017364 diff --git a/gnote.changes b/gnote.changes index d7c318f..e962550 100644 --- a/gnote.changes +++ b/gnote.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 26 18:10:41 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.30.0: + + Added new automated tests. + + Removed a bunch of unused localized manual images. + + Updated translations. + ------------------------------------------------------------------- Sun Mar 18 22:56:19 UTC 2018 - luc14n0@linuxmail.org diff --git a/gnote.spec b/gnote.spec index b5c400f..1e13e2d 100644 --- a/gnote.spec +++ b/gnote.spec @@ -12,19 +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/ # -%define base_version 3.28 +%define base_version 3.30 Name: gnote -Version: 3.28.0 +Version: 3.30.0 Release: 0 Summary: A Port of Tomboy to C++ License: GPL-3.0-or-later Group: Productivity/Text/Editors URL: https://wiki.gnome.org/Apps/Gnote -Source: http://download.gnome.org/sources/gnote/3.28/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/%{base_version}/%{name}-%{version}.tar.xz + BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: gcc-c++