SHA256
1
0
forked from pool/calcurse

Accepting request 82296 from utilities

- update to 2.9.2 
  - Handle iCal line folding correctly.
  - Introduce a configure option to completely exclude the
    documentation subdirectory from the build process
    ("--disable-docs").
- changes in 2.9.1
  - Keep the order of events across restarts (reported by Alan).
  - Fix the build process when disabling documentation generation.
  - Avoid flickering on window resize.
  - Avoid a segfault when resizing the calcurse window.
  - Add missing documentation for the "backword-kill-word" line
    editing function.
  - Honor the "TMPDIR" environment variable instead of using
    hardcoded paths for temporary files (reported by Erik Saule).
  - Fix pager invocation when showing the log file during an import
    (reported by Andraz Levstik).
  - Accept resource parameters in iCal import. Accept additional
    parameters such as language parameters (reported by Andraz
    Levstik).
  - Sync the notification item after editing or pasting an
    appointment. This ensures the information in the notification
    bar as well as the countdown for the notification daemon are
    always up-to-date (reported by Andraz Levstik).
  - Fix recurrent appointment notification.
  - Fix flagging of regular appointments.
  - Fix sort order when using command line options to display
    upcoming appointments and events (reported by Erik Saule).

OBS-URL: https://build.opensuse.org/request/show/82296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=6
This commit is contained in:
Lars Vogdt 2011-09-19 13:54:24 +00:00 committed by Git OBS Bridge
commit 399aafd971
4 changed files with 37 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78fec1fb360e29cac22cd08ef1fc83658e55458134b29a0c150bea2da4accb86
size 365577

3
calcurse-2.9.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a2a5cc9f5a4ddd3fff4913e4c66d0e00b9d71de9021632da4902d40685e3bb8
size 366901

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Fri Sep 16 08:28:55 UTC 2011 - puzel@suse.com
- update to 2.9.2
- Handle iCal line folding correctly.
- Introduce a configure option to completely exclude the
documentation subdirectory from the build process
("--disable-docs").
- changes in 2.9.1
- Keep the order of events across restarts (reported by Alan).
- Fix the build process when disabling documentation generation.
- Avoid flickering on window resize.
- Avoid a segfault when resizing the calcurse window.
- Add missing documentation for the "backword-kill-word" line
editing function.
- Honor the "TMPDIR" environment variable instead of using
hardcoded paths for temporary files (reported by Erik Saule).
- Fix pager invocation when showing the log file during an import
(reported by Andraz Levstik).
- Accept resource parameters in iCal import. Accept additional
parameters such as language parameters (reported by Andraz
Levstik).
- Sync the notification item after editing or pasting an
appointment. This ensures the information in the notification
bar as well as the countdown for the notification daemon are
always up-to-date (reported by Andraz Levstik).
- Fix recurrent appointment notification.
- Fix flagging of regular appointments.
- Fix sort order when using command line options to display
upcoming appointments and events (reported by Erik Saule).
-------------------------------------------------------------------
Sun May 29 11:48:19 UTC 2011 - pascal.bleser@opensuse.org

View File

@ -18,8 +18,8 @@
Name: calcurse
Version: 2.9.0
Release: 1
Version: 2.9.2
Release: 0
Summary: Text-based Organizer
# http://calcurse.org/files/calcurse-%{version}.tar.gz
Source: calcurse-%{version}.tar.bz2
@ -76,4 +76,5 @@ documented within an online help system.
%{_bindir}/calcurse
%doc %{_mandir}/man1/calcurse.1*
%{_datadir}/applications/%{name}.desktop
%changelog