Accepting request 308254 from home:DarkSS
- Updated to v0.1.1-52-g43ed784: * https://github.com/zealdocs/zeal/issues/333 was implemented. - Fixed up zeal-no-date-and-time.diff a bit. OBS-URL: https://build.opensuse.org/request/show/308254 OBS-URL: https://build.opensuse.org/package/show/devel:tools/zeal?expand=0&rev=5
This commit is contained in:
parent
cfbd0a89f4
commit
7db883b123
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4e959f9bc66a6e350ee8a33d34695379633432d103db9776c0c7a76cbc5a9d6
|
||||
size 914203
|
3
zeal-0.1.1+git52.tar.xz
Normal file
3
zeal-0.1.1+git52.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8160eaab1e10a79fbf73a39797f895f0974a3873abeadd56daaee50c352fda4e
|
||||
size 524108
|
@ -1,11 +1,13 @@
|
||||
--- src/ui/aboutdialog.cpp.orig 2015-04-20 02:08:52.000000000 +0300
|
||||
+++ src/ui/aboutdialog.cpp 2015-05-17 12:38:56.587979680 +0300
|
||||
@@ -11,7 +11,7 @@
|
||||
diff --git a/src/ui/aboutdialog.cpp b/src/ui/aboutdialog.cpp
|
||||
index 304d962..483fda8 100644
|
||||
--- a/src/ui/aboutdialog.cpp
|
||||
+++ b/src/ui/aboutdialog.cpp
|
||||
@@ -11,7 +11,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
|
||||
|
||||
const QString buildInfo
|
||||
= QString(tr("<strong>Version:</strong> %1<br><strong>Built:</strong> %2"))
|
||||
- .arg(QCoreApplication::applicationVersion(), QString("%1 %2").arg(__DATE__, __TIME__));
|
||||
+ .arg(QCoreApplication::applicationVersion(), QString("%1").arg("via openSUSE Build Service"));
|
||||
+ .arg(QCoreApplication::applicationVersion(), QString("via openSUSE Build Service"));
|
||||
|
||||
ui->buildInfoLabel->setText(buildInfo);
|
||||
ui->buttonBox->setFocus(Qt::OtherFocusReason);
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 21 15:45:53 UTC 2015 - dap.darkness@gmail.com
|
||||
|
||||
- Updated to v0.1.1-52-g43ed784:
|
||||
* https://github.com/zealdocs/zeal/issues/333 was implemented.
|
||||
- Fixed up zeal-no-date-and-time.diff a bit.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 09:31:15 UTC 2015 - dap.darkness@gmail.com
|
||||
|
||||
|
@ -18,12 +18,12 @@
|
||||
|
||||
Name: zeal
|
||||
Summary: Offline API documentation browser
|
||||
Version: 0.1.1
|
||||
Version: 0.1.1+git52
|
||||
Release: 0
|
||||
License: GPL-3.0
|
||||
URL: http://zealdocs.org
|
||||
Group: Development/Tools/Other
|
||||
Source0: https://github.com/zealdocs/zeal/archive/v%{version}.tar.gz
|
||||
Source0: zeal-%{version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE vs. file-contains-current-date WARNING:
|
||||
Patch0: zeal-no-date-and-time.diff
|
||||
|
||||
@ -32,6 +32,7 @@ BuildRequires: libQt5Gui-private-headers-devel >= 5.2.0
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
||||
BuildRequires: pkgconfig(appindicator-0.1)
|
||||
BuildRequires: pkgconfig(libarchive)
|
||||
@ -50,7 +51,7 @@ Zeal is a simple offline API documentation browser inspired by Dash
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
qmake-qt5 \
|
||||
|
Loading…
Reference in New Issue
Block a user