Accepting request 126795 from utilities
3.0.0 OBS-URL: https://build.opensuse.org/request/show/126795 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=11
This commit is contained in:
commit
72a5bacc73
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a2a5cc9f5a4ddd3fff4913e4c66d0e00b9d71de9021632da4902d40685e3bb8
|
||||
size 366901
|
3
calcurse-3.0.0.tar.gz
Normal file
3
calcurse-3.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a633120a8da250bce11d746a98c9aac3309235a3acdf19d001ab36e62cacdfa
|
||||
size 682545
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 1 14:34:47 UTC 2012 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 3.0.0:
|
||||
* full UTF-8 support
|
||||
* format strings for printing items in non-interactive mode have been
|
||||
introduced
|
||||
* support for vim-style count prefixes for displacement keys
|
||||
* duration strings are now much more powerful
|
||||
* extended duration strings, such as "+3:10" or "+1d20h5m", can be used
|
||||
* new feature allows piping items to external commands
|
||||
* there are keybindings to jump to the previous/next month/year
|
||||
* lots of internal changes have been made
|
||||
* note that you will need to run "calcurse-upgrade" after upgrading, since
|
||||
the configuration file format has changed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user