We truncated the diff of some files because they were too big.
If you want to see the full diff for every file, click here.
Overview
clawsker.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Sun Nov 17 08:03:53 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
4
+
5
+- Update to version 1.3.1
6
+ * Support new account hidden preference “use_tls_sni”
7
+ * Add SSL manager window size to windows tab
8
+ * Rearranged and fixed behaviour of hotkeys tab
9
+ * Make getting Claws Mail version more robust
10
+ * Added test suite for some functions
11
+ * Translations:
12
+ + Updated: French, Swedish, Portuguese, Turkish, Dutch,
13
+ Catalan, Danish, Spanish and Brazilian Portuguese
14
+ + Dropped: Indonesian
15
+ * More fixes and improvements, see git log for further details
16
+ version 1.3.0:
17
+ * Migrated to GTK+3 perl bindings
18
+ * Migrated UI layouts to new GtkGrid widget
19
+ * Reimplemented about dialogue using GTK+3 AboutDialog
20
+ * Hotkey background stripes now use theme colours
21
+ * Fixed bug detecting unapplied changes
22
+ * Fixed window height to fit common resolutions (4128)
23
+ * Translations:
24
+ + New: Portuguese
25
+ + Updated: Turkish, Dutch, Swedish, French, Spanish and
26
+ Danish
27
+ * Late translations:
28
+ + New: Traditional Chinese (for 1.2.0)
29
+ + Updated: Brazilian Portuguese (for 1.2.0)
30
+ * Other fixes and improvements, see git log for further details
31
+
32
+- Spec cleanup
33
+
34
+-------------------------------------------------------------------
35
Mon Oct 15 17:30:19 UTC 2018 - Kyrill Detinov <lazy.kent@opensuse.org>
36
37
- Update to 1.2.0.
38
clawsker.spec
Changed
60
1
2
#
3
# spec file for package clawsker
4
#
5
+# Copyright (c) 2019 Packman Team <packman@links2linux.de>
6
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
7
#
8
# All modifications and additions to the file contributed by third parties
9
10
11
12
Name: clawsker
13
-Version: 1.2.0
14
+Version: 1.3.1
15
Release: 0
16
Summary: Applet to Edit Claws Mail's Hidden Preferences
17
-License: GPL-3.0
18
+License: GPL-3.0-or-later
19
Group: Productivity/Networking/Email/Clients
20
-URL: http://www.claws-mail.org/clawsker.php
21
-Source0: http://www.claws-mail.org/tools/%{name}-%{version}.tar.xz
22
+URL: https://www.claws-mail.org/clawsker.php
23
+Source0: https://www.claws-mail.org/tools/%{name}-%{version}.tar.xz
24
BuildRequires: hicolor-icon-theme
25
BuildRequires: update-desktop-files
26
Requires: claws-mail >= 3.9.1
27
-Requires: perl-Gtk2
28
+Requires: perl(File::Which)
29
+Requires: perl(Gtk3)
30
Recommends: %{name}-lang
31
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
32
BuildArch: noarch
33
34
%description
35
36
37
%find_lang %{name}
38
39
-%if 0%{?suse_version} && 0%{?suse_version} < 1330
40
-%post
41
-%icon_theme_cache_post
42
-
43
-%postun
44
-%icon_theme_cache_postun
45
-%endif
46
-
47
%files
48
-%defattr(-,root,root,-)
49
-%doc AUTHORS COPYING NEWS README
50
+%license COPYING
51
+%doc AUTHORS NEWS README
52
%{_bindir}/%{name}
53
%{_datadir}/applications/%{name}.desktop
54
%{_datadir}/icons/hicolor/*/apps/%{name}.*
55
-%{_mandir}/man1/%{name}.1%{ext_man}
56
+%{_mandir}/man1/%{name}.1%{?ext_man}
57
58
%files lang -f %{name}.lang
59
60
clawsker-1.2.0.tar.xz -> clawsker-1.3.1.tar.xz
Changed
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
Aloysius created request about 5 years ago
update to 1.3.1
Lazy_Kent accepted request about 5 years ago
Thanks.