From 71bea1d621ccbe32a8321680650561460b692004d4170f4d20592942973a4d02 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Wed, 5 Dec 2012 23:47:46 +0000 Subject: [PATCH] 3.1.0 OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=24 --- calcurse-3.0.0.tar.gz | 3 --- calcurse-3.1.0.tar.gz | 3 +++ calcurse.changes | 23 +++++++++++++++++++++++ calcurse.spec | 12 ++++++++---- 4 files changed, 34 insertions(+), 7 deletions(-) delete mode 100644 calcurse-3.0.0.tar.gz create mode 100644 calcurse-3.1.0.tar.gz diff --git a/calcurse-3.0.0.tar.gz b/calcurse-3.0.0.tar.gz deleted file mode 100644 index 211b374..0000000 --- a/calcurse-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a633120a8da250bce11d746a98c9aac3309235a3acdf19d001ab36e62cacdfa -size 682545 diff --git a/calcurse-3.1.0.tar.gz b/calcurse-3.1.0.tar.gz new file mode 100644 index 0000000..0b60c82 --- /dev/null +++ b/calcurse-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4514c08383ee683bfc7754ed7757d32fcfc10c895e6e4ae43471b8c51ed0ec66 +size 678136 diff --git a/calcurse.changes b/calcurse.changes index 29abc97..dcb6793 100644 --- a/calcurse.changes +++ b/calcurse.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Dec 5 23:46:40 UTC 2012 - pascal.bleser@opensuse.org + +- update to 3.1.0: + * Vim-like copy/paste (FR#15). Use the delete key to cut items. + * Support for entering times in 24 hour format ("2130" instead of "21:30") + * Compact panel mode (FR#7). This can be enabled using the currently + undocumented "appearance.compactpanels" configuration setting. + * Configurable default view (FR#19). The default view can be changed using + the currently undocumented "appearance.defaultpanel" configuration setting. + * "-D" and "-c" can now be used simultaneously, whereby "-c" has precedence + over "-D". + * Cache monthly view to speed up browsing. + * Sort `calcurse -d` output by time + * Fix a critical data corruption bug + * Fix screen corruption + * No longer show the calcurse screen in the editor/pager when the window is + resized + * Calculate busy slices correctly if (recurrent) appointments with a duration + of more than 24 hours are used. + * Fix a core dump that occurred if the main window was too small. + * Several translation updates. + ------------------------------------------------------------------- Sun Jul 1 14:34:47 UTC 2012 - pascal.bleser@opensuse.org diff --git a/calcurse.spec b/calcurse.spec index b2251b7..6d91d49 100644 --- a/calcurse.spec +++ b/calcurse.spec @@ -17,13 +17,12 @@ Name: calcurse -Version: 3.0.0 +Version: 3.1.0 Release: 0 Summary: Text-based Organizer License: BSD-2-Clause Group: Productivity/Office/Organizers -# http://calcurse.org/files/calcurse-%{version}.tar.gz -Source: calcurse-%{version}.tar.gz +Source: http://calcurse.org/files/calcurse-%{version}.tar.gz Source1: %{name}.desktop Url: http://calcurse.org BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -47,6 +46,8 @@ appointments in order. The user interface is configurable, and you can choose between different color schemes and layouts. All of the commands are documented within an online help system. +%lang_package + %prep %setup -q @@ -72,7 +73,7 @@ documented within an online help system. %__chmod 0644 AUTHORS NEWS README TODO -%files -f "%{name}.lang" +%files %defattr(-,root,root) %doc AUTHORS NEWS README TODO %doc doc/manual.html @@ -81,4 +82,7 @@ documented within an online help system. %doc %{_mandir}/man1/calcurse.1* %{_datadir}/applications/%{name}.desktop +%files lang -f "%{name}.lang" +%defattr(-,root,root) + %changelog