From f9d0e83e5cfeb0d0d2187a9d91170c3934bdf169 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Fri, 17 May 2019 08:38:28 -0400 Subject: [PATCH] update OBS files --- CMakeLists.txt | 4 ++-- Doxyfile | 2 +- autogen.py | 2 +- kdsoap.dsc | 4 ++-- kdsoap.spec | 4 +++- qt5-kdsoap.dsc | 4 ++-- qt5-kdsoap.spec | 4 +++- 7 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2c222961..87fa18bed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,8 +42,8 @@ option(${PROJECT_NAME}_STATIC "Build statically" OFF) option(${PROJECT_NAME}_TESTS "Build the tests" OFF) set(${PROJECT_NAME}_VERSION_MAJOR 1) -set(${PROJECT_NAME}_VERSION_MINOR 7) -set(${PROJECT_NAME}_VERSION_PATCH 99) +set(${PROJECT_NAME}_VERSION_MINOR 8) +set(${PROJECT_NAME}_VERSION_PATCH 0) set(${PROJECT_NAME}_VERSION ${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}) list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) diff --git a/Doxyfile b/Doxyfile index f39e176ea..e9f594679 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1,5 +1,5 @@ PROJECT_NAME = "KD SOAP" -PROJECT_NUMBER = 1.7.99 +PROJECT_NUMBER = 1.8.0 OUTPUT_DIRECTORY = doc HTML_OUTPUT = refman INHERIT_DOCS = NO diff --git a/autogen.py b/autogen.py index 848379734..56e98e7e9 100755 --- a/autogen.py +++ b/autogen.py @@ -2,7 +2,7 @@ from autogen.autogen import autogen project = "KDSoap" -version = "1.7.99" +version = "1.8.0" subprojects = ["KDSoapClient", "KDSoapServer"] prefixed = False diff --git a/kdsoap.dsc b/kdsoap.dsc index 75fb176f1..54618647e 100644 --- a/kdsoap.dsc +++ b/kdsoap.dsc @@ -1,10 +1,10 @@ Format: 1.0 Source: kdsoap -Version: 1.7.0 +Version: 1.8.0 Binary: kdsoap Maintainer: Allen Winter Architecture: any Build-Depends: debhelper (>=9), cdbs, cmake, libqt4-dev Files: - 00000000000000000000000000000000 00000 kdsoap-1.7.0.tar.gz + 00000000000000000000000000000000 00000 kdsoap-1.8.0.tar.gz diff --git a/kdsoap.spec b/kdsoap.spec index 43f4071a1..0db288b07 100644 --- a/kdsoap.spec +++ b/kdsoap.spec @@ -1,5 +1,5 @@ Name: kdsoap -Version: 1.7.0 +Version: 1.8.0 Release: 1 Summary: A Qt-based client-side and server-side SOAP component Source: %{name}-%{version}.tar.gz @@ -80,6 +80,8 @@ QMAKE_ARGS="LIB_SUFFIX=64" ./configure.sh -shared -release -prefix %{buildroot}/ %{_libdir}/libkdsoap-server.so %changelog +* Fri May 17 2019 Allen Winter 1.8.0 + 1.8.0 * Mon Mar 01 2018 Allen Winter 1.7.0 1.7.0 * Mon May 01 2017 Allen Winter 1.6.0 diff --git a/qt5-kdsoap.dsc b/qt5-kdsoap.dsc index b77a05ee3..1791263b5 100644 --- a/qt5-kdsoap.dsc +++ b/qt5-kdsoap.dsc @@ -1,10 +1,10 @@ Format: 1.0 Source: kdsoap -Version: 1.7.0 +Version: 1.8.0 Binary: kdsoap Maintainer: Allen Winter Architecture: any Build-Depends: debhelper (>=9), cdbs, cmake, qt5-default, qtbase5-dev Files: - 00000000000000000000000000000000 00000 qt5-kdsoap-1.7.0.tar.gz + 00000000000000000000000000000000 00000 qt5-kdsoap-1.8.0.tar.gz diff --git a/qt5-kdsoap.spec b/qt5-kdsoap.spec index 485ed78b3..ba38194f0 100644 --- a/qt5-kdsoap.spec +++ b/qt5-kdsoap.spec @@ -1,5 +1,5 @@ Name: qt5-kdsoap -Version: 1.7.0 +Version: 1.8.0 Release: 1 Summary: A Qt5-based client-side and server-side SOAP component Source: %{name}-%{version}.tar.gz @@ -79,6 +79,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=True -DCMAKE_BUILD_TYPE=R %{_libdir}/libkdsoap-server.so %changelog +* Fri May 17 2019 Allen Winter 1.8.0 + 1.8.0 * Mon Mar 01 2018 Allen Winter 1.7.0 1.7.0 * Mon May 01 2017 Allen Winter 1.6.0