summaryrefslogtreecommitdiff
path: root/libre/abiword/libical-deprecated.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2020-01-04 21:58:29 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2020-01-04 21:58:29 -0500
commita97991961490691b6428b50ab02cf5d01cb5594c (patch)
tree42e0cc4ce235129ee72373497c20224ee88ec99f /libre/abiword/libical-deprecated.patch
parent7fdbd857be5bcaf41e75a8a41285539fb55480a0 (diff)
downloadabslibre-a97991961490691b6428b50ab02cf5d01cb5594c.tar.gz
abslibre-a97991961490691b6428b50ab02cf5d01cb5594c.tar.bz2
abslibre-a97991961490691b6428b50ab02cf5d01cb5594c.zip
abiword-3.0.4-1.parabola1: updating version
Diffstat (limited to 'libre/abiword/libical-deprecated.patch')
-rw-r--r--libre/abiword/libical-deprecated.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/abiword/libical-deprecated.patch b/libre/abiword/libical-deprecated.patch
deleted file mode 100644
index 9ca15bee1..000000000
--- a/libre/abiword/libical-deprecated.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- abiword-3.0.2/src/text/ptbl/xp/pd_DocumentRDF.cpp.orig 2015-04-02 03:09:20.000000000 +0000
-+++ abiword-3.0.2/src/text/ptbl/xp/pd_DocumentRDF.cpp 2017-11-19 22:57:49.533304878 +0000
-@@ -2269,8 +2269,8 @@
- icalcomponent_set_uid( c, m_uid.c_str() );
- icalcomponent_set_location( c, m_location.c_str() );
- icalcomponent_set_description( c, m_desc.c_str() );
-- icalcomponent_set_dtstart( c, icaltime_from_timet( m_dtstart, 0 ) );
-- icalcomponent_set_dtend( c, icaltime_from_timet( m_dtend, 0 ) );
-+ icalcomponent_set_dtstart( c, icaltime_from_timet_with_zone( m_dtstart, 0, 0 ) );
-+ icalcomponent_set_dtend( c, icaltime_from_timet_with_zone( m_dtend, 0, 0 ) );
-
- char* data = icalcomponent_as_ical_string( c );
- std::ofstream oss( filename.c_str() );