From 085c858c44ecc9d7c2e8fd8d093ffbc12eb90244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 9 Nov 2016 18:11:37 +0100 Subject: Start version 5.0 --- packaging/biboumi.spec.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packaging/biboumi.spec.cmake') diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index 0747d34..55d7631 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -59,6 +59,9 @@ make check %{?_smp_mflags} %changelog +* ${RPM_DATE} Le Coz Florent - ${RPM_VERSION}-1 +- Build latest git revision + * Wed Nov 9 2016 Le Coz Florent - 4.0-1 - Update to 4.0 sources -- cgit v1.2.3 From ea65b43cc2ad17879332941293ead8e36a219800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 26 Apr 2017 20:56:01 +0200 Subject: Release version 4.2 --- packaging/biboumi.spec.cmake | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packaging/biboumi.spec.cmake') diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index 55d7631..fcf90c0 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -62,6 +62,12 @@ make check %{?_smp_mflags} * ${RPM_DATE} Le Coz Florent - ${RPM_VERSION}-1 - Build latest git revision +* Wed Apr 26 2017 Le Coz Florent - 4.2-1 +- Fix a build issue when LiteSQL is absent from the system + +* Tue Mar 21 2017 Le Coz Florent - 4.1-1 +- Update to 4.1 sources: compatibility with botan 2.0 + * Wed Nov 9 2016 Le Coz Florent - 4.0-1 - Update to 4.0 sources -- cgit v1.2.3 From 0a8a77e64ce4c314d8e6fa9eda8fc47f8cdef080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Tue, 2 May 2017 14:46:03 +0200 Subject: Fix a segmentation fault when connecting to a server without a port fix #3260 --- packaging/biboumi.spec.cmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packaging/biboumi.spec.cmake') diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index fcf90c0..a92f9dc 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -62,6 +62,10 @@ make check %{?_smp_mflags} * ${RPM_DATE} Le Coz Florent - ${RPM_VERSION}-1 - Build latest git revision +* Wed May 2 2017 Le Coz Florent - 4.3-1 +- Fix a segmentation fault that occured when trying to connect + to an IRC server without any port configured. + * Wed Apr 26 2017 Le Coz Florent - 4.2-1 - Fix a build issue when LiteSQL is absent from the system -- cgit v1.2.3 From 2588efb6ba9afe121d22624c78ad54583b19aaab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Thu, 4 May 2017 00:08:42 +0200 Subject: Include the policy files into the rpm --- packaging/biboumi.spec.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'packaging/biboumi.spec.cmake') diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index a92f9dc..c17ead8 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -56,6 +56,7 @@ make check %{?_smp_mflags} %doc README.rst COPYING doc/biboumi.1.rst %{_unitdir}/%{name}.service %config(noreplace) %{biboumi_confdir}/biboumi.cfg +%config(noreplace) %{biboumi_confdir}/*policy.txt %changelog -- cgit v1.2.3 From 154c12f363e5b99b18420980c5f19bb206738d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Sun, 21 May 2017 12:05:24 +0200 Subject: =?UTF-8?q?The=20RPM=20doesn=E2=80=99t=20contain=20biboumi.cfg=20a?= =?UTF-8?q?nymore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packaging/biboumi.spec.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'packaging/biboumi.spec.cmake') diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index c17ead8..bfcef4d 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -55,7 +55,6 @@ make check %{?_smp_mflags} %{_mandir}/man1/%{name}.1* %doc README.rst COPYING doc/biboumi.1.rst %{_unitdir}/%{name}.service -%config(noreplace) %{biboumi_confdir}/biboumi.cfg %config(noreplace) %{biboumi_confdir}/*policy.txt -- cgit v1.2.3 From 23a3372144215c9ba7a30d599164677284813fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 24 May 2017 13:36:00 +0200 Subject: Release version 5.0 --- packaging/biboumi.spec.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging/biboumi.spec.cmake') diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index bfcef4d..dccd2f9 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -59,8 +59,8 @@ make check %{?_smp_mflags} %changelog -* ${RPM_DATE} Le Coz Florent - ${RPM_VERSION}-1 -- Build latest git revision +* Wed May 24 Le Coz Florent - 5.0-1 +- Update to version 5.0 * Wed May 2 2017 Le Coz Florent - 4.3-1 - Fix a segmentation fault that occured when trying to connect -- cgit v1.2.3