SHA256
1
0
forked from pool/atheme

- Update to release 7.2.11

OBS-URL: https://build.opensuse.org/package/show/server:irc/atheme?expand=0&rev=81
This commit is contained in:
Jan Engelhardt 2021-02-28 09:52:25 +00:00 committed by Git OBS Bridge
parent 7a87f1b464
commit a4fec20d6d
5 changed files with 22 additions and 31 deletions

View File

@ -1,22 +0,0 @@
From: Jan Engelhardt <jengelh@inai.de>
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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19e576515279feda0c57cd6f541f67f6e1791647e40345e69c0419eea7288081
size 1075352

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cceceb285283509c9f6dcb20eeb9b816db373a81b55fe49bc11a774b501d687d
size 21061364

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Feb 28 09:46:34 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- 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 <jengelh@inai.de>

View File

@ -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