forked from pool/atheme
Accepting request 877532 from server:irc
- Redownload atheme-services-v7.2.11.tar.xz because they changed it OBS-URL: https://build.opensuse.org/request/show/877532 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/atheme?expand=0&rev=25
This commit is contained in:
commit
f7135bec8b
@ -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
|
|
3
atheme-services-v7.2.11.tar.xz
Normal file
3
atheme-services-v7.2.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6b346a4328778f8236f492fa23fdc96cd2acebad4cfd30d6d7b04c583b49b32
|
||||||
|
size 1051436
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cceceb285283509c9f6dcb20eeb9b816db373a81b55fe49bc11a774b501d687d
|
|
||||||
size 21061364
|
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 7 18:21:21 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Redownload atheme-services-v7.2.11.tar.xz
|
||||||
|
because they changed it
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Mon Sep 14 07:58:12 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
11
atheme.spec
11
atheme.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package atheme
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,19 +18,17 @@
|
|||||||
|
|
||||||
Name: atheme
|
Name: atheme
|
||||||
%define lname libathemecore1
|
%define lname libathemecore1
|
||||||
%define rversion 7.2.10-r2
|
Version: 7.2.11
|
||||||
Version: 7.2.10.r2
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extensible IRC services
|
Summary: Extensible IRC services
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Networking/IRC
|
Group: Productivity/Networking/IRC
|
||||||
URL: https://atheme.github.io/atheme.html
|
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
|
Source9: example.conf
|
||||||
Patch1: atheme-lockmodes.diff
|
Patch1: atheme-lockmodes.diff
|
||||||
Patch2: atheme-nodate.diff
|
Patch2: atheme-nodate.diff
|
||||||
Patch3: atheme-serno.diff
|
|
||||||
BuildRequires: cracklib-devel
|
BuildRequires: cracklib-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
@ -71,7 +69,8 @@ This package contains the development headers for the library found
|
|||||||
in %lname.
|
in %lname.
|
||||||
|
|
||||||
%prep
|
%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
|
# nudge atheme in the direction of using the system-provided libmowgli
|
||||||
rm -Rf libmowgli-2
|
rm -Rf libmowgli-2
|
||||||
# ignore contrib modules
|
# ignore contrib modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user