Skip to content

Commit

Permalink
prep for 1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed May 1, 2017
1 parent 2ed7092 commit 4f03eb4
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,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 5)
set(${PROJECT_NAME}_VERSION_PATCH 50)
set(${PROJECT_NAME}_VERSION_MINOR 6)
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 autogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from autogen.autogen import autogen

project = "KDSoap"
version = "1.5.50"
version = "1.6.0"
subprojects = ["KDSoapClient", "KDSoapServer"]
prefixed = False

Expand Down
18 changes: 18 additions & 0 deletions debian.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
kdsoap (1.6.0) final; urgency=low

* 1.6.0 final release

-- Allen Winter <[email protected]> Mon, 01 May 2017 16:00:00 -0500

kdsoap (1.5.1) final; urgency=low

* 1.5.1 bug fix release for 1.5

-- Allen Winter <[email protected]> Mon, 06 Jun 2016 13:00:00 -0500

kdsoap (1.5.0) final; urgency=low

* 1.5.0 final release

-- Allen Winter <[email protected]> Thu, 03 Mar 2016 11:30:00 -0500

kdsoap (1.4.99) final; urgency=low

* 1.5.0 RC1 release
Expand Down
4 changes: 2 additions & 2 deletions kdsoap.dsc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Format: 1.0
Source: kdsoap
Version: 1.5.1
Version: 1.6.0
Binary: kdsoap
Maintainer: Allen Winter <[email protected]>
Architecture: any
Build-Depends: debhelper (>=9), cdbs, cmake, libqt4-dev

Files:
00000000000000000000000000000000 00000 kdsoap-1.5.1.tar.gz
00000000000000000000000000000000 00000 kdsoap-1.6.0.tar.gz
8 changes: 7 additions & 1 deletion kdsoap.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: kdsoap
Version: 1.4.99
Version: 1.6.0
Release: 1
Summary: A Qt-based client-side and server-side SOAP component
Source: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -77,6 +77,12 @@ QMAKE_ARGS="LIB_SUFFIX=64" ./configure.sh -shared -release -prefix %{buildroot}/
%{_libdir}/libkdsoap-server.so

%changelog
* Mon May 01 2017 Allen Winter <[email protected]> 1.6.0
1.6.0
* Mon Jun 06 2016 Allen Winter <[email protected]> 1.5.1
1.5.1 bug fix
* Thu Mar 03 2016 Allen Winter <[email protected]> 1.5.0
1.5.0 Final
* Mon Feb 29 2016 Allen Winter <[email protected]> 1.4.99
1.5.0 RC1
* Thu Jun 25 2015 Allen Winter <[email protected]> 1.4.0
Expand Down
4 changes: 2 additions & 2 deletions qt5-kdsoap.dsc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Format: 1.0
Source: kdsoap
Version: 1.5.1
Version: 1.6.0
Binary: kdsoap
Maintainer: Allen Winter <[email protected]>
Architecture: any
Build-Depends: debhelper (>=9), cdbs, cmake, qt5-default, qtbase5-dev

Files:
00000000000000000000000000000000 00000 qt5-kdsoap-1.5.1.tar.gz
00000000000000000000000000000000 00000 qt5-kdsoap-1.6.0.tar.gz
4 changes: 3 additions & 1 deletion qt5-kdsoap.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: qt5-kdsoap
Version: 1.5.1
Version: 1.6.0
Release: 1
Summary: A Qt5-based client-side and server-side SOAP component
Source: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -76,6 +76,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
%{_libdir}/libkdsoap-server.so

%changelog
* Mon May 01 2017 Allen Winter <[email protected]> 1.6.0
1.6.0
* Mon Jun 07 2016 Allen Winter <[email protected]> 1.5.1
1.5.1 bug fix
* Mon Feb 29 2016 Allen Winter <[email protected]> 1.4.99
Expand Down

0 comments on commit 4f03eb4

Please sign in to comment.