SHA256
1
0
forked from pool/calcurse
Commit Graph

57 Commits

Author SHA256 Message Date
Ana Guerrero
a43528eaec Accepting request 1099475 from utilities
OBS-URL: https://build.opensuse.org/request/show/1099475
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=29
2023-07-19 17:11:34 +00:00
Michael Vetter
58e0d367f1 Accepting request 1098983 from home:dirkmueller:Factory
- update to 4.8.1:
  * Fixed characters in weekly view.
  * Fixed import for iCal files with empty description
  * Fixed handling of note files edited outside calcurse
  * Fixed handling of recurrent open-ended appointments
  * Default description for items with empty descriptions
  * The PasswordCommand option can now be used to manage passwords
    in an external program and is the new recommended way of
    storing passwords for calcurse-caldav

OBS-URL: https://build.opensuse.org/request/show/1098983
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=56
2023-07-19 10:47:11 +00:00
Richard Brown
9af1059ab5 Accepting request 990650 from utilities
OBS-URL: https://build.opensuse.org/request/show/990650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=28
2022-07-22 17:21:27 +00:00
Michael Vetter
69fb6fcb2f Accepting request 990588 from home:elimat:branches:utilities
- Update to version 4.8.0
  * New features:
    - Support any weekday as first day of week; previously, only Sunday and
      Monday were allowed.
    - Configuration of the format in which appointment time is displayed.
    - Actions without key bindings.
    - generic-prev-view key binding to cycle backwards through windows.
    - Support for Home/End keys in text input mode.
  * Bug fixes:
    - Support compilation on big-endian systems.
    - Fixed --docdir support.
    - Allow newlines in iCal SUMMARY by replacing them with blanks.
    - Fixed sidebar configuration sometimes not increasing width.
    - Layout change recognizes changed appointment space; before this change,
      a layout change did not update the maximum number of appointments visible
      until the config menu was left.
  * calcurse-caldav bug fixes:
    - Fixed InsecureSSL support.

OBS-URL: https://build.opensuse.org/request/show/990588
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=54
2022-07-22 08:59:55 +00:00
Dominique Leuenberger
a33477d7b8 Accepting request 887813 from utilities
OBS-URL: https://build.opensuse.org/request/show/887813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=27
2021-04-22 16:04:44 +00:00
Michael Vetter
b679dfed41 Accepting request 885374 from home:polslinux:branches:utilities
- Update to version 4.7.1 
  * Bug fixes:
    - Multiple iCal import fixes: Make iCal event import independent
      of property ordering. Return failure if an item is skipped.
      Avoid double free on import errors. Fix parsing of UNTIL.
    - Do not remove an empty note file after edit session.
    - Keep internal linked list sorted when moving items.
    - Prevent external hook/notification commands
      from interacting with the UI.
  * calcurse-caldav bug fixes:
    - Allow non-ASCII characters in username and password
    - Improved error handling for the configuration file.
      Unknown keys are now reported as errors instead of ignored.
    - Always request href from server after pushing a new object to prevent
      items from being erroneously deleted or created when path contains
      characters that need to be URL-encoded.

OBS-URL: https://build.opensuse.org/request/show/885374
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=52
2021-04-22 14:21:21 +00:00
Richard Brown
6acabad587 Accepting request 874291 from utilities
OBS-URL: https://build.opensuse.org/request/show/874291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=26
2021-02-22 13:41:14 +00:00
Michael Vetter
1f644e7a02 Accepting request 870060 from home:jgwang:branches:utilities
Update to version 4.7.0

OBS-URL: https://build.opensuse.org/request/show/870060
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=50
2021-02-22 11:03:17 +00:00
Dominique Leuenberger
118dac3f93 Accepting request 829617 from utilities
OBS-URL: https://build.opensuse.org/request/show/829617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=25
2020-08-29 18:33:31 +00:00
8f3a773307 Accepting request 827079 from home:dirkmueller:branches:utilities
- update to 4.6.0:
  * XDG base directory support: While using ~/.calcurse/ is still supported for
  backwards compatibility, we recommend putting your configuration files in
  ~/.config/calcurse/ and your data files in ~/.local/share/calcurse/ instead
  (implemented by Nitroretro).
  * Configurable text for empty days
  * Support RET to set the todo item priority to 0
  * Various improvements in iCal imports
  * Escape necessary characters in SUMMARY on export (implemented by Kelvin Jackson).
  * Update notification bar properly when certain recurrent appointments are deleted (implemented by Lars Henriksen).
  * Fix save of interactively imported data (implemented by Lars Henriksen).
  * Restore ability to edit recurrent items without exceptions (reported and fixed by Lars Henriksen).
  * Fix monthly and yearly recurrence algorithms for frequencies greater than one (reported and fixed by Lars Henriksen).
  * Fix DST issues (reported by Lars Henriksen and others, fixed by Lars Henriksen).

OBS-URL: https://build.opensuse.org/request/show/827079
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=48
2020-08-25 18:30:08 +00:00
Dominique Leuenberger
5c59287d3c Accepting request 710934 from utilities
- Update to 4.5.0:
  Compatibility notes:
  * The --conf command line option has been renamed to --confdir and the --directory option has been renamed to --datadir.
  New features:
  * Multiple days support
  * Experimental vdir support: For details, refer to contrib/vdir/README.md in the calcurse source tree.
  * Support for editing recurrence exceptions (implemented by Lars Henriksen).
  New calcurse-caldav features:
  * Custom data directory support (implemented by vxid).
  * A new Troubleshooting section in the calcurse-caldav README.md (added by Randy Ramos).
  Bug fixes:
  * Various fixes in the notification system (implemented by Lars Henriksen).
  * Fix for a calendar redraw issue (implemented by Lars Henriksen).
  * Fix a potential deadlock (implemented by Lars Henriksen).
  * Use ICALDATETIMEFMT for EXDATE in iCal exports (implemented by Henrik Grimler).
  * Fix for the compile-time AsciiDoc check (implemented by Brandon Munger).

OBS-URL: https://build.opensuse.org/request/show/710934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=24
2019-06-19 19:14:46 +00:00
Michael Vetter
d25b30ab30 OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=46 2019-06-19 14:16:56 +00:00
Michael Vetter
a7af987099 - Update to 4.5.0:
Compatibility notes:
  * The --conf command line option has been renamed to --confdir and the --directory option has been renamed to --datadir.
  New features:
  * Multiple days support
  * Experimental vdir support: For details, refer to contrib/vdir/README.md in the calcurse source tree.
  * Support for editing recurrence exceptions (implemented by Lars Henriksen).
  New calcurse-caldav features:
  * Custom data directory support (implemented by vxid).
  * A new Troubleshooting section in the calcurse-caldav README.md (added by Randy Ramos).
  Bug fixes:
  * Various fixes in the notification system (implemented by Lars Henriksen).
  * Fix for a calendar redraw issue (implemented by Lars Henriksen).
  * Fix a potential deadlock (implemented by Lars Henriksen).
  * Use ICALDATETIMEFMT for EXDATE in iCal exports (implemented by Henrik Grimler).
  * Fix for the compile-time AsciiDoc check (implemented by Brandon Munger).

OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=44
2019-06-18 17:03:07 +00:00
Dominique Leuenberger
0d1c77ffb7 Accepting request 706238 from utilities
- Update to 4.4.0:
  Compatibility notes:
  * The -F option is superseded by -P which can be used to remove certain entries from the data file (instead of keeping them). Please consult the man page for details.
  New features:
  * Major overhaul of the input routines in interactive mode (implemented by Lars Henriksen).
  * Support for separate data and configuration file directories (partly implemented by Quentin Hibon).
  * A --filter-invert option which inverts the other filter options (implemented by Lars Henriksen).
  * Support for negative date ranges when using the -d command line option.
  New calcurse-caldav features:
  * The SyncFilter configuration option which allows for specifying the types of items synced from/to the server (implemented by Satvik Sharma).
  * Support for a CALCURSE_CALDAV_PASSWORD environment variable which can be used to pass a password securely from another program (implemented by Randy Ramos).
  * HTTP support (implemented by Dino Macri).
  * Authorization removed from debug logs by default.
  Bug fixes:
  * Fix for an appointment becoming an event when entering an invalid start time (implemented by Lars Henriksen).
  * Fix for the deletion of a multi-day recurrent appointment (implemented by Lars Henriksen).
  * Fixes for potential database inconsistencies caused by appointments which end before they begin (implemented by Lars Henriksen).
  * Several fixes dealing with DST (implemented by Lars Henriksen).
  * Fixes for date range queries (implemented by Lars Henriksen).
  * Fix for segmentation fault with recent ncurses implementations.
  * Fix for potential segmentation fault in mutex handling.
  * RFC5545-compliant DTSTART in iCal exports (patch by Quentin Hibon).
  * Fix for not closing the stream after exporting iCal items (patch by crvs).
  * Fix for priority parsing in iCal imports (patch by dott).
  * Various improvements to the change detection and save conflict resolution code (implemented by Lars Henriksen).
  * Several improvements to concurrency control (implemented by Lars Henriksen).
  * Various fixes to the scrollbar (implemented by Lars Henriksen).
  * Various potential buffer overflow fixes.
  * A more robust command line argument parser (implemented by Lars Henriksen).
  * Various improvements to the UTF-8 handling code (implemented by Lars Henriksen).

OBS-URL: https://build.opensuse.org/request/show/706238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=23
2019-06-18 12:56:14 +00:00
Michael Vetter
56e42c1ec3 OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=42 2019-05-29 08:33:06 +00:00
Michael Vetter
61b94b6466 Accepting request 705899 from home:jubalh:branches:utilities
- Update to 4.4.0:
  Compatibility notes:
  * The -F option is superseded by -P which can be used to remove certain entries from the data file (instead of keeping them). Please consult the man page for details.
  New features:
  * Major overhaul of the input routines in interactive mode (implemented by Lars Henriksen).
  * Support for separate data and configuration file directories (partly implemented by Quentin Hibon).
  * A --filter-invert option which inverts the other filter options (implemented by Lars Henriksen).
  * Support for negative date ranges when using the -d command line option.
  New calcurse-caldav features:
  * The SyncFilter configuration option which allows for specifying the types of items synced from/to the server (implemented by Satvik Sharma).
  * Support for a CALCURSE_CALDAV_PASSWORD environment variable which can be used to pass a password securely from another program (implemented by Randy Ramos).
  * HTTP support (implemented by Dino Macri).
  * Authorization removed from debug logs by default.
  Bug fixes:
  * Fix for an appointment becoming an event when entering an invalid start time (implemented by Lars Henriksen).
  * Fix for the deletion of a multi-day recurrent appointment (implemented by Lars Henriksen).
  * Fixes for potential database inconsistencies caused by appointments which end before they begin (implemented by Lars Henriksen).
  * Several fixes dealing with DST (implemented by Lars Henriksen).
  * Fixes for date range queries (implemented by Lars Henriksen).
  * Fix for segmentation fault with recent ncurses implementations.
  * Fix for potential segmentation fault in mutex handling.
  * RFC5545-compliant DTSTART in iCal exports (patch by Quentin Hibon).
  * Fix for not closing the stream after exporting iCal items (patch by crvs).
  * Fix for priority parsing in iCal imports (patch by dott).
  * Various improvements to the change detection and save conflict resolution code (implemented by Lars Henriksen).
  * Several improvements to concurrency control (implemented by Lars Henriksen).
  * Various fixes to the scrollbar (implemented by Lars Henriksen).
  * Various potential buffer overflow fixes.
  * A more robust command line argument parser (implemented by Lars Henriksen).
  * Various improvements to the UTF-8 handling code (implemented by Lars Henriksen).

OBS-URL: https://build.opensuse.org/request/show/705899
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=41
2019-05-29 07:32:07 +00:00
Dominique Leuenberger
05049f668d Accepting request 572459 from utilities
OBS-URL: https://build.opensuse.org/request/show/572459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=22
2018-02-05 09:53:40 +00:00
OBS User mrdocs
90b47a70a0 Accepting request 569767 from home:avindra
- Update to version 4.3.0
  * Compatibility notes:
    - Month names and abbreviated day names now honor the locale
      setting
    - The phase of moon feature was removed
  * New features:
    - The selected day in the calendar now stands out
    - Both the position and the date format used for the heading in
      the appointments panel are configurable
    - Support for CTRL-U and CTRL-G in prompts
    - Support for using all keys recognized by ncurses,
      particularly UTF-8 keys, in key bindings
    - Support for CALCURSE_EDITOR, CALCURSE_PAGER and
      CALCURSE_MERGETOOL environment variables to override the
      default editor, pager and merge tool
    - Several improvements to the reload and save routines. The
      save routine now detects external changes to the data files
      and no longer blindly overwrites data which was edited
      externally. In case of external changes, different options
      are offered, one of them being the execution of the merge
      tool to merge external changes and changes done from the
      running calcurse instance. The reload routine also no longer
      performs a reload if both the external data files and the
      local data are unchanged.
    - Several improvements to the CalDAV synchronization script,
      including OAuth2 support and instructions on how to
      synchronize calcurse with Google Calendar
    - Support for passing the password as a command-line argument
      to the CalDAV synchronization script
    - A new utility, called calcurse-dateutil, which can be used
      to create "extended recurrent events" such as events
      occurring on the third Thursday of each month
  * Bug Fixes:
    - Gracefully parse iCal parameters with colons
    - Fixes to the notification feature affecting recurrent
      appointments
    - Do not crash when changing colors
    - Avoid fatal error when using the help command
    - Avoid empty warning box when key is already in use
    - Several fixes to the calcurse-caldav synchronization script
      to allow for synchronizing with NextCloud servers
    - Proper support for punctual appointments starting at 00:00
    - Proper ISO 8601 week numbering
    - The delete key no longer acts as backspace
    - Proper parsing of date-time strings
- cleanup with spec-cleaner
- remove chmod line, no longer needed

OBS-URL: https://build.opensuse.org/request/show/569767
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=39
2018-02-05 04:26:17 +00:00
Dominique Leuenberger
191714fc85 Accepting request 489608 from utilities
1

OBS-URL: https://build.opensuse.org/request/show/489608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=21
2017-04-24 07:49:05 +00:00
Ismail Dönmez
ec4f9dca23 Accepting request 482378 from home:susnux:branches:utilities
Update

OBS-URL: https://build.opensuse.org/request/show/482378
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=37
2017-04-20 12:20:50 +00:00
Dominique Leuenberger
ab72ac2d8e Accepting request 436731 from utilities
1

OBS-URL: https://build.opensuse.org/request/show/436731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=20
2016-10-23 10:52:54 +00:00
Denisart Benjamin
af3a8b9f44 Accepting request 436730 from home:posophe:branches:utilities
update

OBS-URL: https://build.opensuse.org/request/show/436730
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=35
2016-10-21 19:11:38 +00:00
Dominique Leuenberger
77a1df28b0 Accepting request 416719 from utilities
1

OBS-URL: https://build.opensuse.org/request/show/416719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=19
2016-08-09 20:14:36 +00:00
Ismail Dönmez
c5a94ef99f Accepting request 416697 from home:dmacvicar:branches:utilities
- Update to version 4.1.0
  * Hook support: Run scripts before/after loading or saving items. This
    feature can be used to automatically make Git commits or synchronize with a
    server when the data files are written. Example hooks can be found in the
    calcurse source tree.
  * Experimental CalDAV support: The calcurse distribution tarball now includes
    an experimental script called calcurse-caldav that can be used to
    synchronize calcurse with your mobile devices or any other computer. For
    details, please refer to contrib/caldav/README in the calcurse source tree.
  * Support for a filter mode -F that is identical to -G but writes the
    filtered items back to the calcurse data files instead of stdout. Can be
    used to remove certain items from a script. Use with care!
  * New long format specifiers "raw" and "hash".
  * A --daemon command line option to start calcurse in daemon mode.
  * A --quiet command line option to disable system dialogs.
  * Support for todo items with an undefined priority.
  * Support for durations when specifying recurrence end dates.
  * Support for decimal values when specifying durations.
  * Support for UTC times when importing iCal events.
  * Support for sending notifications for all appointments (both flagged and
    unflagged items).
  * The "Add Item" key binding now works from the calendar panel.
  * Week numbers in the monthly view (requested by Hakan Jerning).
  * Fixes to the slice computation (reported by Hakan Jerning).
  * Various fixes to the iCal import and export functionality.

OBS-URL: https://build.opensuse.org/request/show/416697
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=33
2016-08-03 12:36:26 +00:00
Dominique Leuenberger
853ffd2d73 Accepting request 288620 from utilities
1

OBS-URL: https://build.opensuse.org/request/show/288620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=18
2015-03-05 14:39:55 +00:00
Denisart Benjamin
f36385a95f Accepting request 288619 from home:posophe:branches:utilities
Update

OBS-URL: https://build.opensuse.org/request/show/288619
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=31
2015-03-03 09:21:01 +00:00
Dominique Leuenberger
0702def2a1 Accepting request 266900 from utilities
1

OBS-URL: https://build.opensuse.org/request/show/266900
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=17
2015-01-03 21:00:50 +00:00
OBS User mrdocs
b4d408ea3f Accepting request 266372 from home:posophe:branches:utilities
- Update to version 3.2.1
  + Load todo items on startup
  + Do not highlight items on inactive windows.
- TODO file doesn't exist anymore; remove it from %doc list
- Add COPYING file to %doc list

OBS-URL: https://build.opensuse.org/request/show/266372
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=29
2014-12-31 03:07:30 +00:00
Stephan Kulow
006d8a5d75 Accepting request 172931 from utilities
- update to calcurse-3.1.4
  - Do not prompt for a todo after adding an appointment.
  - Close key binding window when reassigning the same key (thanks
    to Michael Smith for submitting a patch).
  - Update copyright ranges.
  - Do not ignore "--datarootdir" in the i18n Makefile.
  - Complete the test-suite even if libfaketime is not present.
  - Add a workaround for broken libfaketime-based tests on 32-bit
    systems (fixes Debian bug #697013).
  - Do not update start time/duration with bogus values if the
    prompt is canceled in edit mode.
  - Fix another corner case of the screen corruption bug (BUG#6).
  - Fix core dump when trying to edit a non-existent item.
  - Display correct welcome messages on startup.

OBS-URL: https://build.opensuse.org/request/show/172931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=14
2013-04-23 13:05:42 +00:00
Petr Uzel
f761e2f2a4 - update to calcurse-3.1.4
- Do not prompt for a todo after adding an appointment.
  - Close key binding window when reassigning the same key (thanks
    to Michael Smith for submitting a patch).
  - Update copyright ranges.
  - Do not ignore "--datarootdir" in the i18n Makefile.
  - Complete the test-suite even if libfaketime is not present.
  - Add a workaround for broken libfaketime-based tests on 32-bit
    systems (fixes Debian bug #697013).
  - Do not update start time/duration with bogus values if the
    prompt is canceled in edit mode.
  - Fix another corner case of the screen corruption bug (BUG#6).
  - Fix core dump when trying to edit a non-existent item.
  - Display correct welcome messages on startup.

OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=27
2013-04-22 20:25:44 +00:00
Stephan Kulow
93f78f3083 Accepting request 145533 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/145533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=12
2012-12-17 08:32:57 +00:00
Pascal Bleser
460fdcde98 3.1.1
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=25
2012-12-08 10:26:27 +00:00
Pascal Bleser
71bea1d621 3.1.0
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=24
2012-12-05 23:47:46 +00:00
Stephan Kulow
72a5bacc73 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
2012-07-02 08:44:48 +00:00
Pascal Bleser
dd4a58e6be 3.0.0
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=22
2012-07-01 14:36:28 +00:00
Petr Uzel
2d7f25e77e - 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).

OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=21
2012-07-01 09:35:27 +00:00
Stephan Kulow
3a8f33f1d7 Accepting request 96917 from utilities
- fix license to be in spdx.org format (forwarded request 96724 from coolo)

OBS-URL: https://build.opensuse.org/request/show/96917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=9
2011-12-22 12:19:20 +00:00
OBS User mrdocs
71bc9dd43e Accepting request 96724 from devel:openSUSE:Factory:for-legal-lhf
- fix license to be in spdx.org format

OBS-URL: https://build.opensuse.org/request/show/96724
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=19
2011-12-16 23:31:02 +00:00
Stephan Kulow
532f9250f2 prepare_spec
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=18
2011-12-15 10:29:44 +00:00
Sascha Peilicke
942aea0961 Accepting request 83796 from utilities
- Remove redundant tags/sections from specfile (forwarded request 83062 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/83796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=7
2011-09-21 14:56:58 +00:00
Petr Uzel
0d0755bee8 Accepting request 83062 from home:jengelh:bl-c
- Remove redundant tags/sections from specfile

OBS-URL: https://build.opensuse.org/request/show/83062
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=15
2011-09-20 10:59:55 +00:00
Lars Vogdt
399aafd971 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
2011-09-19 13:54:24 +00:00
Petr Uzel
8796caeb02 OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=14 2011-09-16 08:31:48 +00:00
Sascha Peilicke
04b2e9dc71 Autobuild autoformatter for 78268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=5
2011-08-08 13:40:34 +00:00
OBS User buildservice-autocommit
504550ce18 Updating link to change in openSUSE:Factory/calcurse revision 5.0
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=2de98ad08068e9af3ef20536b839fd5d
2011-08-08 13:40:34 +00:00
Sascha Peilicke
45a917aeb5 Accepting request 78268 from utilities
OBS-URL: https://build.opensuse.org/request/show/78268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calcurse?expand=0&rev=4
2011-08-08 13:40:23 +00:00
Pascal Bleser
fa49b40cfa replace %{ext_man} with * to fix build on mandriva
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=11
2011-05-29 23:23:15 +00:00
Pascal Bleser
661d74dede fix URL
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=10
2011-05-29 11:53:30 +00:00
Pascal Bleser
35154d7cdf 2.9.0
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=9
2011-05-29 11:52:12 +00:00
Petr Uzel
830fa09bdc minor spec cleanup (by Pascal)
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=6
2011-01-12 10:34:52 +00:00