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
This commit is contained in:
commit
45a917aeb5
@ -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,20 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- minor spec cleanup (by Pascal)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 13 18:37:53 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
@ -7,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
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -25,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
|
||||
|
||||
|
@ -1,34 +1,17 @@
|
||||
#
|
||||
# spec file for package calcurse (Version 2.8)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# vim: set ts=4 sw=4 et:
|
||||
|
||||
Name: calcurse
|
||||
Version: 2.8
|
||||
Release: 1
|
||||
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/
|
||||
URL: http://calcurse.org
|
||||
Group: Productivity/Office/Organizers
|
||||
License: BSD License
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc gettext gettext-devel glibc-devel make ncurses-devel
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
BuildRequires: ncurses-devel gcc make glibc-devel gettext gettext-devel
|
||||
BuildRequires: autoconf automake libtool
|
||||
%if 0%{?suse_version} > 0
|
||||
BuildRequires: update-desktop-files
|
||||
@ -41,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 <frederic@culot.org>
|
||||
|
||||
%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
|
||||
@ -68,15 +47,16 @@ 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}
|
||||
%doc %{_mandir}/man1/calcurse.1*
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%changelog
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user