diff --git a/calcurse-2.9.2.tar.bz2 b/calcurse-2.9.2.tar.bz2 deleted file mode 100644 index 99e8cdd..0000000 --- a/calcurse-2.9.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a2a5cc9f5a4ddd3fff4913e4c66d0e00b9d71de9021632da4902d40685e3bb8 -size 366901 diff --git a/calcurse-3.0.0.tar.gz b/calcurse-3.0.0.tar.gz new file mode 100644 index 0000000..211b374 --- /dev/null +++ b/calcurse-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a633120a8da250bce11d746a98c9aac3309235a3acdf19d001ab36e62cacdfa +size 682545 diff --git a/calcurse.changes b/calcurse.changes index a3a1686..46bfcf3 100644 --- a/calcurse.changes +++ b/calcurse.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Sun Jul 1 09:32:03 UTC 2012 - puzel@suse.com + +- update to calcurse-3.0.0 + - New features: + - Full UTF-8 support. + - Much more powerful formatting options for printing items in + non-interactive mode. Format strings can be specified using + "--format-apt", "--format-event", "--format-recur-apt" and + "--format-recur-event". + - Support for vim-style count prefixes for displacement keys. + - Powerful duration strings: Allows using extended duration + strings, such as "+3:10" or "+1d20h5m". + - A feature that allows piping items to external commands. + - New key bindings to jump to the previous/next month/year. + - A new configuration file format. `calcurse-upgrade` can be used + to convert existing configuration files. + - Several performance improvements. + - Notes are now stored using hash-based file names which results + in lower disk space usage. + - A test suite that can be used to test the core functionality of + calcurse. + - "-D" and "-c" can now be used simultaneously, whereby "-c" has + precedence over "-D". + - A "--read-only" command line option to discard all changes to + data files. + - Bug fixes: + - Do not hardcode paths to the default editor/pager. Rely on the + "$PATH" variable instead. + - Update the number of todo items when importing an iCal file to + prevent some items from being inaccessible. + - Fix a segmentation fault when importing iCal data (reported by + Andraz Levstik). + - Format the "DURATION" field properly on iCal export. Use + days/hours/minutes/seconds instead of seconds (reported and + fixed by Jerome Pinot). + - Do not localize dates in pcal exports (reported by Baptiste + Jonglez). + ------------------------------------------------------------------- Thu Dec 15 10:29:17 UTC 2011 - coolo@suse.com diff --git a/calcurse.spec b/calcurse.spec index b5bd544..b2251b7 100644 --- a/calcurse.spec +++ b/calcurse.spec @@ -1,7 +1,7 @@ # # spec file for package calcurse # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,14 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: calcurse -Version: 2.9.2 +Version: 3.0.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.bz2 +Source: calcurse-%{version}.tar.gz Source1: %{name}.desktop Url: http://calcurse.org BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -76,6 +77,7 @@ documented within an online help system. %doc AUTHORS NEWS README TODO %doc doc/manual.html %{_bindir}/calcurse +%{_bindir}/calcurse-upgrade %doc %{_mandir}/man1/calcurse.1* %{_datadir}/applications/%{name}.desktop