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:
commit
399aafd971
@ -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
3
calcurse-2.9.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9a2a5cc9f5a4ddd3fff4913e4c66d0e00b9d71de9021632da4902d40685e3bb8
|
||||||
|
size 366901
|
@ -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
|
Sun May 29 11:48:19 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: calcurse
|
Name: calcurse
|
||||||
Version: 2.9.0
|
Version: 2.9.2
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: Text-based Organizer
|
Summary: Text-based Organizer
|
||||||
# http://calcurse.org/files/calcurse-%{version}.tar.gz
|
# http://calcurse.org/files/calcurse-%{version}.tar.gz
|
||||||
Source: calcurse-%{version}.tar.bz2
|
Source: calcurse-%{version}.tar.bz2
|
||||||
@ -76,4 +76,5 @@ documented within an online help system.
|
|||||||
%{_bindir}/calcurse
|
%{_bindir}/calcurse
|
||||||
%doc %{_mandir}/man1/calcurse.1*
|
%doc %{_mandir}/man1/calcurse.1*
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user