Update to 3.0.3; Remove patch to allow DATE-only COMPLETED property (fixed upstream)
This commit is contained in:
parent
62ca951e51
commit
7cd768a043
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/libical-3.0.0.tar.gz
|
/libical-3.0.0.tar.gz
|
||||||
/libical-3.0.1.tar.gz
|
/libical-3.0.1.tar.gz
|
||||||
/libical-3.0.2.tar.gz
|
/libical-3.0.2.tar.gz
|
||||||
|
/libical-3.0.3.tar.gz
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
From 19fd55456d04a53e622872e2d0e3c2402bce85e4 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Allen Winter <allen.winter@kdab.com>
|
|
||||||
Date: Mon, 19 Feb 2018 11:43:20 -0500
|
|
||||||
Subject: [PATCH] design-data/properties.csv - allow COMPLETED property to be a
|
|
||||||
date or datetime
|
|
||||||
|
|
||||||
---
|
|
||||||
design-data/properties.csv | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/design-data/properties.csv b/design-data/properties.csv
|
|
||||||
index cb0eeb36..7e36ded7 100644
|
|
||||||
--- a/design-data/properties.csv
|
|
||||||
+++ b/design-data/properties.csv
|
|
||||||
@@ -17,7 +17,7 @@
|
|
||||||
"RESOURCES","71","TEXT","TEXT",is_multivalued
|
|
||||||
"STATUS","76","STATUS","STATUS"
|
|
||||||
"SUMMARY","78","TEXT","TEXT"
|
|
||||||
-"COMPLETED","16","DATE-TIME","DATE-TIME"
|
|
||||||
+"COMPLETED","16","DATE-TIME-DATE","DATE-TIME"
|
|
||||||
"DTEND","30","DATE-TIME-DATE","DATE-TIME"
|
|
||||||
"DUE","33","DATE-TIME-DATE","DATE-TIME"
|
|
||||||
"DTSTART","32","DATE-TIME-DATE","DATE-TIME"
|
|
||||||
--
|
|
||||||
2.14.3
|
|
||||||
|
|
||||||
|
|
11
libical.spec
11
libical.spec
@ -1,13 +1,11 @@
|
|||||||
Summary: Reference implementation of the iCalendar data type and serialization format
|
Summary: Reference implementation of the iCalendar data type and serialization format
|
||||||
Name: libical
|
Name: libical
|
||||||
Version: 3.0.2
|
Version: 3.0.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2 or MPLv2.0
|
License: LGPLv2 or MPLv2.0
|
||||||
URL: http://freeassociation.sourceforge.net/
|
URL: http://freeassociation.sourceforge.net/
|
||||||
Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Patch01: libical-3.0.2-COMPLETED-as-DATE-only.patch
|
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -72,7 +70,6 @@ Development files needed for building things which link against %{name}-glib.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch01 -p1 -b .COMPLETED-as-DATE-only
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p %{_target_platform}
|
mkdir -p %{_target_platform}
|
||||||
@ -132,6 +129,10 @@ make test ARGS="-V" -C %{_target_platform}
|
|||||||
%{_datadir}/gtk-doc/html/%{name}-glib
|
%{_datadir}/gtk-doc/html/%{name}-glib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 27 2018 Milan Crha <mcrha@redhat.com> - 3.0.3-1
|
||||||
|
- Update to 3.0.3
|
||||||
|
- Remove patch to allow DATE-only COMPLETED property (fixed upstream)
|
||||||
|
|
||||||
* Tue Feb 27 2018 Milan Crha <mcrha@redhat.com> - 3.0.2-2
|
* Tue Feb 27 2018 Milan Crha <mcrha@redhat.com> - 3.0.2-2
|
||||||
- Add upstream patch to allow DATE-only COMPLETED property
|
- Add upstream patch to allow DATE-only COMPLETED property
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libical-3.0.2.tar.gz) = fd8bebc530091be9152e8f6eb46a0541658c1827b48a442d41d12c3d2e6ce0e5c1d90d8340bae55b2e9981b187a31333af8968843837982a33d967fa0558dcf1
|
SHA512 (libical-3.0.3.tar.gz) = ed8e7917e37abbe426a06b4ae049a365e66542b1258ba22ebacbe842bda883d0fe591e65574fd954da531d6414a7b13e84fa28a20e7b08836679107f615df27a
|
||||||
|
Loading…
Reference in New Issue
Block a user