SHA256
1
0
forked from pool/sigil

Accepting request 145567 from home:dstoecker

OBS-URL: https://build.opensuse.org/request/show/145567
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=4
This commit is contained in:
Dirk Stoecker 2012-12-16 12:09:11 +00:00 committed by Git OBS Bridge
parent 81fa5cd099
commit 97c90e5806
5 changed files with 19 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02b95d3d1d5ad8a186212c6c60ae76fa17a98da83a748965db9546ff51903308
size 12907949

3
Sigil-0.6.2-Code.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5bd8c8b77b8c116b89c9fcd9dacba421a7a8b07325d53ff947bf14c5b2a934cc
size 13047687

View File

@ -1,17 +1,17 @@
--- src/Sigil/Dialogs/About.cpp~ 2012-10-27 20:24:40.000000000 +0200
+++ src/Sigil/Dialogs/About.cpp 2012-11-05 20:35:06.656059675 +0100
@@ -53,6 +53,7 @@
--- src/Sigil/Dialogs/About.cpp~ 2012-12-06 20:02:06.000000000 +0100
+++ src/Sigil/Dialogs/About.cpp 2012-12-16 12:33:41.531790056 +0100
@@ -48,6 +48,7 @@
QDateTime About::GetUTCBuildTime()
{
+/*
QString time_string = QString::fromAscii( __TIME__ );
QString date_string = QString::fromAscii( __DATE__ );
@@ -67,6 +68,8 @@
date_match.cap( 2 ).toInt() );
return QDateTime( date, QTime::fromString( time_string, "hh:mm:ss" ) ).toUTC();
QString time_string = QString::fromAscii(__TIME__);
QString date_string = QString::fromAscii(__DATE__);
Q_ASSERT(!date_string.isEmpty());
@@ -58,6 +59,8 @@
MonthIndexFromString(date_match.cap(1)),
date_match.cap(2).toInt());
return QDateTime(date, QTime::fromString(time_string, "hh:mm:ss")).toUTC();
+*/
+ return QDateTime( QDate::fromString("@DATE@", "yyyyMMdd"), QTime::fromString( "@TIME@", "hh:mm:ss" ) ).toUTC();
}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Dec 16 11:18:33 UTC 2012 - opensuse@dstoecker.de
- update to release 0.6.2
-------------------------------------------------------------------
Mon Nov 5 19:24:11 UTC 2012 - opensuse@dstoecker.de

View File

@ -17,7 +17,7 @@
Name: sigil
Summary: Multi-platform WYSIWYG Ebook Editor
Version: 0.6.0
Version: 0.6.2
Release: 0
License: GPL-3.0
Group: Productivity/Other