[packages/gearmand] - updated to 1.1.22

qboosh qboosh at pld-linux.org
Sat Jul 18 20:09:02 CEST 2026


commit ee3bdc435430c8446889ddf871e53763ed272c3d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jul 18 20:09:10 2026 +0200

    - updated to 1.1.22

 gearmand.spec | 29 +++++++++++++++--------------
 no-git.patch  | 10 +++++-----
 2 files changed, 20 insertions(+), 19 deletions(-)
---
diff --git a/gearmand.spec b/gearmand.spec
index 203a7ae..5cb834f 100644
--- a/gearmand.spec
+++ b/gearmand.spec
@@ -22,20 +22,20 @@
 Summary:	A distributed job system
 Summary(pl.UTF-8):	System do rozpraszania zadań
 Name:		gearmand
-Version:	1.1.19.1
-Release:	12
+Version:	1.1.22
+Release:	1
 License:	BSD
 Group:		Daemons
 #Source0Download: https://github.com/gearman/gearmand/releases
 Source0:	https://github.com/gearman/gearmand/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	0c86283d6b82c390659d2bd7de6a9e1b
+# Source0-md5:	6acf9151e7be82bfd3e58a4a9236b891
 Source1:	%{name}.init
 Source2:	%{name}.sysconfig
 Source3:	%{name}.service
 Patch0:		no-git.patch
 Patch1:		x32.patch
-URL:		http://www.gearman.org
-BuildRequires:	autoconf >= 2.63
+URL:		http://www.gearman.org/
+BuildRequires:	autoconf >= 2.69
 BuildRequires:	autoconf-archive
 BuildRequires:	automake >= 1:1.11
 BuildRequires:	boost-devel >= 1.39
@@ -141,20 +141,21 @@ echo "m4_define([VERSION_NUMBER], %{version})" > version.m4
 %{__autoheader}
 %{__automake}
 %configure \
-	--disable-silent-rules \
-	--disable-static \
+	--disable-dtrace \
 	%{__enable_disable hiredis} \
 	%{__enable_disable libdrizzle} \
 	%{__enable_disable memcached libmemcached} \
 	%{__enable_disable pgsql libpq} \
+	--disable-silent-rules \
+	--enable-ssl \
+	--disable-static \
 	%{__enable_disable tokyocabinet libtokyocabinet} \
-	%{__with_without mysql} \
-	%{__with_without sqlite3} \
 	--disable-wolfssl \
-	--enable-ssl \
-	--disable-dtrace
+	%{__with_without mysql} \
+	%{__with_without sqlite3}
 
 %{__make} -C docs  -j1
+
 %{__make} -j1
 
 %if %{with tests}
@@ -231,12 +232,12 @@ fi
 %files -n libgearman
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog
-%attr(755,root,root) %{_libdir}/libgearman.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgearman.so.8
+%{_libdir}/libgearman.so.*.*.*
+%ghost %{_libdir}/libgearman.so.8
 
 %files -n libgearman-devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libgearman.so
+%{_libdir}/libgearman.so
 %{_includedir}/libgearman
 %{_includedir}/libgearman-1.0
 %{_pkgconfigdir}/gearmand.pc
diff --git a/no-git.patch b/no-git.patch
index 5bcf6aa..2069903 100644
--- a/no-git.patch
+++ b/no-git.patch
@@ -1,11 +1,11 @@
---- gearmand-1.1.18/configure.ac~	2017-12-11 15:00:27.000000000 +0100
-+++ gearmand-1.1.18/configure.ac	2018-03-18 23:42:15.334301949 +0100
+--- gearmand-1.1.22/configure.ac.orig	2025-07-21 07:21:11.000000000 +0200
++++ gearmand-1.1.22/configure.ac	2026-07-18 19:05:52.802484376 +0200
 @@ -9,7 +9,7 @@
  # the COPYING file in this directory for full text.
  
- m4_include([version.m4])
+ m4_include([./version.m4])
 -AC_REVISION([m4_esyscmd_s([git describe --always])])
 +AC_REVISION([VERSION_NUMBER])
- AC_PREREQ([2.63])
- AC_INIT([gearmand],VERSION_NUMBER,[https://github.com/gearman/gearmand/issues],[gearmand],[http://gearman.info/])
+ AC_PREREQ([2.69])
+ AC_INIT([gearmand],[VERSION_NUMBER],[https://github.com/gearman/gearmand/issues],[gearmand],[https://gearman.org/gearmand/])
  
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gearmand.git/commitdiff/ee3bdc435430c8446889ddf871e53763ed272c3d



More information about the pld-cvs-commit mailing list