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
This commit is contained in:
Denisart Benjamin 2015-03-03 09:21:01 +00:00 committed by Git OBS Bridge
parent b4d408ea3f
commit f36385a95f
4 changed files with 27 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05d5516808f98eee3d1eb8d379aa88cb24afc2b7a3eac046e46247013a61223d
size 606098

3
calcurse-4.0.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:621b0019907618bd468f9c4dc1ce2186ee86254d3c9ade47dd2d7ab8e6656334
size 611593

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Mar 3 09:19:08 UTC 2015 - p.drouand@gmail.com
- Update to version 4.0.0
* Support for reloading appointments via a key binding and via SIGUSR1
* The compact mode and default panel options are no longer hidden.
* A powerful set of new command line options. The new main operations in
non-interactive mode are --grep and --query. There are filter switches to
restrict the set of items that are read from the appointments file. All
old command line options are still supported for backwards compatibility.
* Support for shorthands such as "tomorrow" or "monday" as date specifiers.
* Support for dates beyond 2038 on platforms with 64-bit time_t.
* Several fixes to the user interface.
* Handle CRLF line endings in iCal files
* Gracefully handle all day events in iCal imports
* Retain comments in descriptions and configuration values
* Support all types of iCal durations
- Remove suse macros as calcurse doesn't build for other distributions
anyway
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 25 14:39:30 UTC 2014 - p.drouand@gmail.com Thu Dec 25 14:39:30 UTC 2014 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package calcurse # spec file for package calcurse
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: calcurse Name: calcurse
Version: 3.2.1 Version: 4.0.0
Release: 0 Release: 0
Summary: Text-based Organizer Summary: Text-based Organizer
License: BSD-2-Clause License: BSD-2-Clause
@ -35,9 +35,7 @@ BuildRequires: glibc-devel
BuildRequires: libtool BuildRequires: libtool
BuildRequires: make BuildRequires: make
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
%if 0%{?suse_version} > 0
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
%endif
%description %description
Calcurse is a text-based personal organizer which helps keep track of events Calcurse is a text-based personal organizer which helps keep track of events
@ -69,7 +67,7 @@ documented within an online help system.
"%{buildroot}%{_datadir}/locale/en" \ "%{buildroot}%{_datadir}/locale/en" \
"%{buildroot}%{_datadir}/locale/en_US" "%{buildroot}%{_datadir}/locale/en_US"
%find_lang "%{name}" %find_lang %{name}
%__chmod 0644 AUTHORS COPYING NEWS README %__chmod 0644 AUTHORS COPYING NEWS README
@ -82,7 +80,7 @@ documented within an online help system.
%doc %{_mandir}/man1/calcurse.1* %doc %{_mandir}/man1/calcurse.1*
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%files lang -f "%{name}.lang" %files lang -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog