From e63614fcd20354249d3b806aa4c70837f03b203397ea74f65cb79a5ca98a9a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 3 Apr 2015 10:45:19 +0000 Subject: [PATCH] - 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/package/show/network/datovka?expand=0&rev=5 --- 0001-no-check-new-versions.patch | 15 --------------- datovka-4.1.2-src.tar.xz | 3 --- datovka-4.2.0-src.tar.xz | 3 +++ datovka.changes | 9 +++++++++ datovka.spec | 7 ++----- 5 files changed, 14 insertions(+), 23 deletions(-) delete mode 100644 0001-no-check-new-versions.patch delete mode 100644 datovka-4.1.2-src.tar.xz create mode 100644 datovka-4.2.0-src.tar.xz diff --git a/0001-no-check-new-versions.patch b/0001-no-check-new-versions.patch deleted file mode 100644 index 9ad06a3..0000000 --- a/0001-no-check-new-versions.patch +++ /dev/null @@ -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), diff --git a/datovka-4.1.2-src.tar.xz b/datovka-4.1.2-src.tar.xz deleted file mode 100644 index c18376b..0000000 --- a/datovka-4.1.2-src.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cd3957a07f2267f7b0873baed3aadd0fd4cec2c1308b28abcaac72ba29bd00f -size 598524 diff --git a/datovka-4.2.0-src.tar.xz b/datovka-4.2.0-src.tar.xz new file mode 100644 index 0000000..d00e064 --- /dev/null +++ b/datovka-4.2.0-src.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3825e36228a090cefb4562ecc2d10fbda041675d790f00fe460ea1630a2b66ce +size 636056 diff --git a/datovka.changes b/datovka.changes index f8a9b85..895b120 100644 --- a/datovka.changes +++ b/datovka.changes @@ -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 diff --git a/datovka.spec b/datovka.spec index fa14f5a..335fdf2 100644 --- a/datovka.spec +++ b/datovka.spec @@ -17,7 +17,7 @@ Name: datovka -Version: 4.1.2 +Version: 4.2.0 Release: 0 Summary: Library to access Czech eGov system \"Datove schranky\" 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 # PATCH-FIX-UPSTREAM: remove some issues with current .pro file 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: openssl-devel BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 @@ -54,14 +52,13 @@ Data Box Information System) SOAP services as defined in Czech ISDS Act %prep %setup -q %patch0 -p1 -%patch1 -p1 sed -i \ -e 's:lrelease:lrelease-qt5:g' \ %{name}.pro %build CFLAGS="%{optflags}" \ -%qmake5 PREFIX=%{_prefix} +%qmake5 PREFIX=%{_prefix} DISABLE_VERSION_CHECK_BY_DEFAULT=1 make %{?_smp_mflags} %install