From 35154d7cdfd75362fcfccef6d021ec2063b1cb8c73722317273d5aa2016f4363 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Sun, 29 May 2011 11:52:12 +0000 Subject: [PATCH] 2.9.0 OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=9 --- calcurse-2.8.tar.bz2 | 3 --- calcurse-2.9.0.tar.bz2 | 3 +++ calcurse.changes | 28 ++++++++++++++++++++++------ calcurse.spec | 23 ++++++++++------------- 4 files changed, 35 insertions(+), 22 deletions(-) delete mode 100644 calcurse-2.8.tar.bz2 create mode 100644 calcurse-2.9.0.tar.bz2 diff --git a/calcurse-2.8.tar.bz2 b/calcurse-2.8.tar.bz2 deleted file mode 100644 index 4fe32e1..0000000 --- a/calcurse-2.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:143ab0835d222cab4e0aa82066e22d3438bebebad11b22c7e394dcd196391085 -size 400749 diff --git a/calcurse-2.9.0.tar.bz2 b/calcurse-2.9.0.tar.bz2 new file mode 100644 index 0000000..4036a1a --- /dev/null +++ b/calcurse-2.9.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78fec1fb360e29cac22cd08ef1fc83658e55458134b29a0c150bea2da4accb86 +size 365577 diff --git a/calcurse.changes b/calcurse.changes index d0f15a7..842fe10 100644 --- a/calcurse.changes +++ b/calcurse.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun May 29 11:48:19 UTC 2011 - pascal.bleser@opensuse.org + +- update to 2.9.0: + * add support for short form dates + * add "backword-kill-word" line editing function + * add automatic removal of notes that are empty after editing + * add a Russian translation + * fixes a segfault when resizing the help window were fixed + * fixes lock file issues + * fixes parsing of appointment end times that date back + ------------------------------------------------------------------- Wed Jan 12 10:34:19 UTC 2011 - puzel@novell.com @@ -12,17 +24,22 @@ Sat Nov 13 18:37:53 UTC 2010 - pascal.bleser@opensuse.org Sun May 30 06:59:39 UTC 2010 - pascal.bleser@opensuse.org - update to 2.8: - * adds a weekly calendar view that displays the week number and colored slices indicating appointment times + * adds a weekly calendar view that displays the week number and colored + slices indicating appointment times * the side bar width can now be customized by the user - * some bugs were addressed in this release, the most important being incorrect calculation of recurrent dates after a turn of year + * some bugs were addressed in this release, the most important being + incorrect calculation of recurrent dates after a turn of year ------------------------------------------------------------------- Sat Aug 29 00:00:00 UTC 2009 - pascal.bleser@opensuse.org - update to 2.7: - * a daemon was implemented so that reminders can now be sent while calcurse is running in the background - * a new '--status' command line option was added for displaying information about already running instances - * important bugs related to ical import and export were addressed in this release + * a daemon was implemented so that reminders can now be sent while calcurse + is running in the background + * a new '--status' command line option was added for displaying information + about already running instances + * important bugs related to ical import and export were addressed in this + release ------------------------------------------------------------------- @@ -30,7 +47,6 @@ Sun Jul 12 00:00:00 UTC 2009 - pascal.bleser@opensuse.org - update to 2.6 - ------------------------------------------------------------------- Sat Dec 27 00:00:00 UTC 2008 - guru@unixtech.be diff --git a/calcurse.spec b/calcurse.spec index ce3f5d4..69df6d3 100644 --- a/calcurse.spec +++ b/calcurse.spec @@ -1,10 +1,10 @@ # vim: set ts=4 sw=4 et: Name: calcurse -Version: 2.8 -Release: 0 +Version: 2.9.0 +Release: 0 Summary: Text-based Organizer -# http://culot.org/cgi-bin/get.cgi?calcurse-%{version}.tar.gz +# http://calcurse.org/files/calcurse-%{version}.tar.gz Source: calcurse-%{version}.tar.bz2 Source1: %{name}.desktop URL: http://culot.org/calcurse/ @@ -24,22 +24,18 @@ appointments in order. The user interface is configurable, and you can choose between different color schemes and layouts. All of the commands are documented within an online help system. - - - -Authors: --------- - Frédéric Culot - %prep %setup -q %build %configure -%__make %{?jobs:-j%{jobs}} +%__make %{?_smp_flags} %install %makeinstall + +%__rm -rf "%{buildroot}%{_datadir}/doc" + %__install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop" %if 0%{?suse_version} > 0 %suse_update_desktop_file -r "%{name}" Office Calendar @@ -51,14 +47,15 @@ Authors: %find_lang "%{name}" -%__chmod 0644 AUTHORS ChangeLog NEWS README TODO +%__chmod 0644 AUTHORS NEWS README TODO %clean %{?buildroot:%__rm -rf "%{buildroot}"} %files -f "%{name}.lang" %defattr(-,root,root) -%doc AUTHORS ChangeLog NEWS README TODO +%doc AUTHORS NEWS README TODO +%doc doc/manual.html %{_bindir}/calcurse %doc %{_mandir}/man1/calcurse.1%{ext_man} %{_datadir}/applications/%{name}.desktop