Skip to content

Commit

Permalink
updated to v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnich committed Dec 18, 2022
1 parent 313bee7 commit 4e96565
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(qore-openldap-module)

set (VERSION_MAJOR 1)
set (VERSION_MINOR 2)
set (VERSION_PATCH 2)
set (VERSION_PATCH 3)

if (${VERSION_PATCH})
set(PROJECT_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
Expand All @@ -19,7 +19,7 @@ endif()
include(CheckCXXCompilerFlag)

set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
find_package(Qore 0.9 REQUIRED)
find_package(Qore 1.12.4 REQUIRED)

if (APPLE)
set(CMAKE_FIND_FRAMEWORK NEVER)
Expand Down
3 changes: 3 additions & 0 deletions docs/mainpage.doxygen.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ ldap.del("uid=test,ou=people,dc=example,dc=com");

@section openldap_release_notes Release Notes

@subsection openldap_rel123 openldap Module 1.2.3
- fixed compiling with \c qpp from %Qore 1.12.4+

@subsection openldap_rel122 openldap Module 1.2.2
- fixed compiling on Fedora 36+ and systems where libldap_r is deprecated
(<a href="https://github.com/qorelanguage/qore/issues/4490">issue 4490</a>)
Expand Down
5 changes: 3 additions & 2 deletions qore-openldap-module.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define mod_ver 1.2.2
%define mod_ver 1.2.3
%define module_api %(qore --latest-module-api 2>/dev/null)
%define module_dir %{_libdir}/qore-modules

Expand Down Expand Up @@ -105,7 +105,8 @@ rm -rf $RPM_BUILD_ROOT
%doc COPYING.MIT COPYING.LGPL README RELEASE-NOTES AUTHORS

%changelog
* Sat Dec 17 2022 David Nichols <[email protected]> 1.2.2
* Sat Dec 17 2022 David Nichols <[email protected]> 1.2.3
- updated to version 1.2.3
- updated to use cmake

* Fri Apr 15 2022 David Nichols <[email protected]> 1.2.2
Expand Down

0 comments on commit 4e96565

Please sign in to comment.