1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-29 07:24:04 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Barton
0f717bfd77 ngIRCd Release 26 2020-06-20 15:54:19 +02:00
Alexander Barton
ed9d8e7950 INSTALL.md: Add instructions for ArchLinux (pacman) 2020-06-20 15:54:02 +02:00
6 changed files with 18 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
-- ChangeLog --
ngIRCd 26
ngIRCd 26 (2020-06-20)
ngIRCd 26~rc2 (2020-06-11)
- Add AppStream metadata file (contrib/de.barton.ngircd.metainfo.xml).

View File

@@ -206,6 +206,14 @@ build the sources including all optional features and to run the test suite:
libident-dev libpam-dev pkg-config libwrap0-dev libz-dev telnet
```
#### ArchLinux based distributions
``` shell
pacman -S --needed \
autoconf automake expect gcc gnutls inetutils libident libwrap \
make pam pkg-config zlib
```
### `./autogen.sh`
The first step, to run `./autogen.sh`, is *only* necessary if the `configure`

2
NEWS
View File

@@ -8,7 +8,7 @@
-- NEWS --
ngIRCd 26
ngIRCd 26 (2020-06-20)
ngIRCd 26~rc2 (2020-06-11)
- Add AppStream metadata file (contrib/de.barton.ngircd.metainfo.xml).

View File

@@ -1,3 +1,9 @@
ngircd (26-0ab1) unstable; urgency=medium
* New "upstream" release: ngIRCd 26.
-- Alexander Barton <alex@barton.de> Sat, 20 Jun 2020 15:26:46 +0200
ngircd (26~rc2-0ab1) unstable; urgency=low
* New "upstream" release candidate 2 for ngIRCd Release 26.

View File

@@ -24,6 +24,7 @@
</provides>
<launchable type="service">ngircd</launchable>
<releases>
<release version="26" date="2020-06-20" />
<release version="26~rc2" date="2020-06-11" type="development" />
<release version="26~rc1" date="2020-05-10" type="development" />
<release version="25" date="2019-01-23" />

View File

@@ -1,5 +1,5 @@
%define name ngircd
%define version 26~rc2
%define version 26
%define release 1
%define prefix %{_prefix}