Accepting request 294304 from network

- Version bump to 4.2.0:
  * Various bugfixes
  * Resending messages/etc
- Obsoleted patch:
  * 0001-no-check-new-versions.patch

OBS-URL: https://build.opensuse.org/request/show/294304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/datovka?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2015-04-07 07:29:21 +00:00 committed by Git OBS Bridge
commit 264f6ef6e1
5 changed files with 14 additions and 23 deletions

View File

@ -1,15 +0,0 @@
Do not check for a new version by default.
diff --git a/src/common.cpp b/src/common.cpp
index cbfabd3..9eb8eaf 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -74,7 +74,7 @@ GlobPreferences::GlobPreferences(void)
store_additional_data_on_disk(true),
certificate_validation_date(DOWNLOAD_DATE),
check_crl(true),
- check_new_versions(true),
+ check_new_versions(false),
send_stats_with_version_checks(false),
download_on_background(false),
timer_value(10),

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6cd3957a07f2267f7b0873baed3aadd0fd4cec2c1308b28abcaac72ba29bd00f
size 598524

3
datovka-4.2.0-src.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3825e36228a090cefb4562ecc2d10fbda041675d790f00fe460ea1630a2b66ce
size 636056

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Mar 31 17:02:09 UTC 2015 - tchvatal@suse.com
- Version bump to 4.2.0:
* Various bugfixes
* Resending messages/etc
- Obsoleted patch:
* 0001-no-check-new-versions.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 24 12:44:21 UTC 2015 - tchvatal@suse.com Tue Feb 24 12:44:21 UTC 2015 - tchvatal@suse.com

View File

@ -17,7 +17,7 @@
Name: datovka Name: datovka
Version: 4.1.2 Version: 4.2.0
Release: 0 Release: 0
Summary: Library to access Czech eGov system \"Datove schranky\" Summary: Library to access Czech eGov system \"Datove schranky\"
License: LGPL-2.0+ License: LGPL-2.0+
@ -26,8 +26,6 @@ Url: https://labs.nic.cz/cs/nova-datovka.html
Source0: https://secure.nic.cz/files/datove_schranky/%{version}/%{name}-%{version}-src.tar.xz Source0: https://secure.nic.cz/files/datove_schranky/%{version}/%{name}-%{version}-src.tar.xz
# PATCH-FIX-UPSTREAM: remove some issues with current .pro file # PATCH-FIX-UPSTREAM: remove some issues with current .pro file
Patch0: datovka-fix-pro.patch Patch0: datovka-fix-pro.patch
# PATCH-FIX-SUSE: do not check for newer versions in app (taken from Fedora)
Patch1: 0001-no-check-new-versions.patch
BuildRequires: libqt5-linguist BuildRequires: libqt5-linguist
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
@ -54,14 +52,13 @@ Data Box Information System) SOAPservices as defined in Czech ISDS Act
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1
sed -i \ sed -i \
-e 's:lrelease:lrelease-qt5:g' \ -e 's:lrelease:lrelease-qt5:g' \
%{name}.pro %{name}.pro
%build %build
CFLAGS="%{optflags}" \ CFLAGS="%{optflags}" \
%qmake5 PREFIX=%{_prefix} %qmake5 PREFIX=%{_prefix} DISABLE_VERSION_CHECK_BY_DEFAULT=1
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install