diff --git a/atheme-serno.diff b/atheme-serno.diff deleted file mode 100644 index 9210a02..0000000 --- a/atheme-serno.diff +++ /dev/null @@ -1,22 +0,0 @@ -From: Jan Engelhardt -Date: 2016-05-04 11:21:18.899894344 +0200 -References: https://github.com/atheme/atheme/issues/488 - -Avoid build failure because of serno.h non-existence. - ---- - include/Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: atheme-atheme-7.2.6/include/Makefile -=================================================================== ---- atheme-atheme-7.2.6.orig/include/Makefile -+++ atheme-atheme-7.2.6/include/Makefile -@@ -68,6 +68,6 @@ hooktypes.h: hooktypes.in mkhooktypes.sh - serno.h: - $(info Generate: $@) - @revh=`git log -1 --pretty=oneline | cut -d' ' -f1 2>/dev/null` || :; \ -- [ -z "$$revh" ] || echo "#define SERNO \"$$revh\"" >serno.h -+ echo "#define SERNO \"$$revh\"" >serno.h - - include ../buildsys.mk diff --git a/atheme-services-v7.2.11.tar.xz b/atheme-services-v7.2.11.tar.xz new file mode 100644 index 0000000..6fc63fb --- /dev/null +++ b/atheme-services-v7.2.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e576515279feda0c57cd6f541f67f6e1791647e40345e69c0419eea7288081 +size 1075352 diff --git a/atheme-v7.2.10-r2.tar.xz b/atheme-v7.2.10-r2.tar.xz deleted file mode 100644 index 2ac5204..0000000 --- a/atheme-v7.2.10-r2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cceceb285283509c9f6dcb20eeb9b816db373a81b55fe49bc11a774b501d687d -size 21061364 diff --git a/atheme.changes b/atheme.changes index d76e4ce..f8d88fa 100644 --- a/atheme.changes +++ b/atheme.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Feb 28 09:46:34 UTC 2021 - Jan Engelhardt + +- Update to release 7.2.11 + * Add a preliminary Turkish translation + * Add HMAC-MD5 verify-only support to crypto/pbkdf2v2 + * modules/chanserv/akick: fix unload crash with akicks that + have timeouts + * modules/nickserv/multimark: use IRC case canonicalisation + for restored nicks + * modules/nickserv/multimark: forbid unloading due to the + potential for data loss + * CA_ constants: include CA_EXEMPT (+e) where appropriate +- Drop atheme-serno.diff (no longer applies) + ------------------------------------------------------------------- Mon Sep 14 07:58:12 UTC 2020 - Jan Engelhardt diff --git a/atheme.spec b/atheme.spec index 59825d5..5c8c5af 100644 --- a/atheme.spec +++ b/atheme.spec @@ -1,7 +1,7 @@ # # spec file for package atheme # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,19 +18,17 @@ Name: atheme %define lname libathemecore1 -%define rversion 7.2.10-r2 -Version: 7.2.10.r2 +Version: 7.2.11 Release: 0 Summary: Extensible IRC services License: MIT Group: Productivity/Networking/IRC URL: https://atheme.github.io/atheme.html -Source: https://github.com/atheme/atheme/releases/download/v%rversion/%name-v%rversion.tar.xz +Source: https://github.com/atheme/atheme/releases/download/v%version/%name-services-v%version.tar.xz Source9: example.conf Patch1: atheme-lockmodes.diff Patch2: atheme-nodate.diff -Patch3: atheme-serno.diff BuildRequires: cracklib-devel BuildRequires: fdupes BuildRequires: libopenssl-devel @@ -71,7 +69,7 @@ This package contains the development headers for the library found in %lname. %prep -%autosetup -p1 -n %name-v%rversion +%autosetup -p1 -n %name-services-v%version # nudge atheme in the direction of using the system-provided libmowgli rm -Rf libmowgli-2 # ignore contrib modules