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
This commit is contained in:
committed by
Git OBS Bridge
parent
c5a94ef99f
commit
af3a8b9f44
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ca423f8c8dfbb92cd63281305fa23c2909a6aefcee9e86317584fff7619b42c4
|
|
||||||
size 611105
|
|
3
calcurse-4.2.0.tar.gz
Normal file
3
calcurse-4.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a68e0e6984ec632180a9fdc496785b406fedc1d5af77dfe4fcd483b0cec84a77
|
||||||
|
size 612242
|
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 21 19:08:55 UTC 2016 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 4.2.0
|
||||||
|
* In the calendar panel, days with non-recurrent items now have
|
||||||
|
another color as days containing recurrent items only.
|
||||||
|
* Automatically select new appointments/events after creation.
|
||||||
|
* Support for (optional) dates when specifying the start/end time of items.
|
||||||
|
Allows for easily moving items and adding appointments without switching
|
||||||
|
the selected day beforehand.
|
||||||
|
* Encoding fixes in calcurse-caldav
|
||||||
|
* Avoid notification bar artifacts after leaving calcurse.
|
||||||
|
* Fixes to the key binding pagination
|
||||||
|
* Do not change selection unexpectedly after modifying items.
|
||||||
|
- Remove useless dependencies
|
||||||
|
* autoconf
|
||||||
|
* automake
|
||||||
|
* gcc
|
||||||
|
* gettext
|
||||||
|
* make
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 3 10:47:34 UTC 2016 - dmacvicar@suse.de
|
Wed Aug 3 10:47:34 UTC 2016 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: calcurse
|
Name: calcurse
|
||||||
Version: 4.1.0
|
Version: 4.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Text-based Organizer
|
Summary: Text-based Organizer
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@@ -26,14 +26,9 @@ Source: http://calcurse.org/files/calcurse-%{version}.tar.gz
|
|||||||
Source1: %{name}.desktop
|
Source1: %{name}.desktop
|
||||||
Url: http://calcurse.org
|
Url: http://calcurse.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf
|
|
||||||
BuildRequires: automake
|
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: gettext
|
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
|
||||||
@@ -51,25 +46,25 @@ documented within an online help system.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
%__make %{?_smp_flags}
|
make %{?_smp_flags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%__rm -rf "%{buildroot}%{_datadir}/doc"
|
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
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%__mv \
|
mv \
|
||||||
"%{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
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Reference in New Issue
Block a user