Skip to content

Commit

Permalink
update OBS files
Browse files Browse the repository at this point in the history
  • Loading branch information
winterz committed May 17, 2019
1 parent b75e089 commit f9d0e83
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion autogen.py
Expand Up @@ -2,7 +2,7 @@
from autogen.autogen import autogen

project = "KDSoap"
version = "1.7.99"
version = "1.8.0"
subprojects = ["KDSoapClient", "KDSoapServer"]
prefixed = False

Expand Down
4 changes: 2 additions & 2 deletions kdsoap.dsc
@@ -1,10 +1,10 @@
Format: 1.0
Source: kdsoap
Version: 1.7.0
Version: 1.8.0
Binary: kdsoap
Maintainer: Allen Winter <allen.winter@kdab.com>
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
4 changes: 3 additions & 1 deletion 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
Expand Down Expand Up @@ -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 <allen.winter@kdab.com> 1.8.0
1.8.0
* Mon Mar 01 2018 Allen Winter <allen.winter@kdab.com> 1.7.0
1.7.0
* Mon May 01 2017 Allen Winter <allen.winter@kdab.com> 1.6.0
Expand Down
4 changes: 2 additions & 2 deletions 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 <allen.winter@kdab.com>
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
4 changes: 3 additions & 1 deletion 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
Expand Down Expand Up @@ -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 <allen.winter@kdab.com> 1.8.0
1.8.0
* Mon Mar 01 2018 Allen Winter <allen.winter@kdab.com> 1.7.0
1.7.0
* Mon May 01 2017 Allen Winter <allen.winter@kdab.com> 1.6.0
Expand Down

0 comments on commit f9d0e83

Please sign in to comment.