]> git.pld-linux.org Git - packages/abiword.git/blobdiff - icu.patch
- updated to 3.0.5
[packages/abiword.git] / icu.patch
diff --git a/icu.patch b/icu.patch
deleted file mode 100644 (file)
index ba84c3c..0000000
--- a/icu.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- abiword-3.0.2/src/text/ptbl/xp/pd_DocumentRDF.cpp~ 2015-04-02 05:09:20.000000000 +0200
-+++ abiword-3.0.2/src/text/ptbl/xp/pd_DocumentRDF.cpp  2019-10-19 23:16:42.823811887 +0200
-@@ -2269,8 +2269,8 @@ PD_RDFEvent::exportToFile( const std::st
-         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, NULL) );
-+        icalcomponent_set_dtend( c,       icaltime_from_timet_with_zone( m_dtend, 0, NULL ) );
-         char* data = icalcomponent_as_ical_string( c );
-         std::ofstream oss( filename.c_str() );
This page took 0.087125 seconds and 4 git commands to generate.