forked from pool/calcurse
2.9.0
OBS-URL: https://build.opensuse.org/package/show/utilities/calcurse?expand=0&rev=9
This commit is contained in:
parent
830fa09bdc
commit
35154d7cdf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:143ab0835d222cab4e0aa82066e22d3438bebebad11b22c7e394dcd196391085
|
|
||||||
size 400749
|
|
3
calcurse-2.9.0.tar.bz2
Normal file
3
calcurse-2.9.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:78fec1fb360e29cac22cd08ef1fc83658e55458134b29a0c150bea2da4accb86
|
||||||
|
size 365577
|
@ -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
|
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
|
Sun May 30 06:59:39 UTC 2010 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
- update to 2.8:
|
- 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
|
* 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
|
Sat Aug 29 00:00:00 UTC 2009 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
- update to 2.7:
|
- update to 2.7:
|
||||||
* a daemon was implemented so that reminders can now be sent while calcurse is running in the background
|
* a daemon was implemented so that reminders can now be sent while calcurse
|
||||||
* a new '--status' command line option was added for displaying information about already running instances
|
is running in the background
|
||||||
* important bugs related to ical import and export were addressed in this release
|
* 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
|
- update to 2.6
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 27 00:00:00 UTC 2008 - guru@unixtech.be
|
Sat Dec 27 00:00:00 UTC 2008 - guru@unixtech.be
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# vim: set ts=4 sw=4 et:
|
# vim: set ts=4 sw=4 et:
|
||||||
|
|
||||||
Name: calcurse
|
Name: calcurse
|
||||||
Version: 2.8
|
Version: 2.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Text-based Organizer
|
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
|
Source: calcurse-%{version}.tar.bz2
|
||||||
Source1: %{name}.desktop
|
Source1: %{name}.desktop
|
||||||
URL: http://culot.org/calcurse/
|
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
|
between different color schemes and layouts. All of the commands are
|
||||||
documented within an online help system.
|
documented within an online help system.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Frédéric Culot <frederic@culot.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
%__make %{?jobs:-j%{jobs}}
|
%__make %{?_smp_flags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
%__rm -rf "%{buildroot}%{_datadir}/doc"
|
||||||
|
|
||||||
%__install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop"
|
%__install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop"
|
||||||
%if 0%{?suse_version} > 0
|
%if 0%{?suse_version} > 0
|
||||||
%suse_update_desktop_file -r "%{name}" Office Calendar
|
%suse_update_desktop_file -r "%{name}" Office Calendar
|
||||||
@ -51,14 +47,15 @@ Authors:
|
|||||||
|
|
||||||
%find_lang "%{name}"
|
%find_lang "%{name}"
|
||||||
|
|
||||||
%__chmod 0644 AUTHORS ChangeLog NEWS README TODO
|
%__chmod 0644 AUTHORS NEWS README TODO
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||||
|
|
||||||
%files -f "%{name}.lang"
|
%files -f "%{name}.lang"
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog NEWS README TODO
|
%doc AUTHORS NEWS README TODO
|
||||||
|
%doc doc/manual.html
|
||||||
%{_bindir}/calcurse
|
%{_bindir}/calcurse
|
||||||
%doc %{_mandir}/man1/calcurse.1%{ext_man}
|
%doc %{_mandir}/man1/calcurse.1%{ext_man}
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user