Overview

Request 445737 superseded

- Update to version 1.6.4:
-This line, and those below, will be ignored--

old: openSUSE:Factory/znc
new: server:irc/znc rev None
Index: znc.changes
===================================================================
--- znc.changes (revision 7)
+++ znc.changes (revision 50)
@@ -1,4 +1,19 @@
-------------------------------------------------------------------
+Wed Dec 14 10:45:20 UTC 2016 - mpluskal@suse.com
+
+- Update to version 1.6.4:
+ * Fixed build with OpenSSL 1.1. (#1310)
+ * Fixed build on Cygwin.
+ * Fixed a segfault after cloning a user. The bug was introduced in ZNC 1.6.0. (#1340)
+ * Fixed a segfault when deleting a user or network which is waiting for DNS during connection. The bug was introduced in ZNC 1.0. (#1342)
+ * Fixed a segfault which could be triggered using alias module. (#1347)
+ * Fixed an error in controlpanel module when setting the bindhost of another user.
+ * Fixed route_replies to not cause client to disconnect by timeout. (#1299)
+ * Fixed compatibility with the Gitter IRC bridge. (#1321)
+ * Fixed OnInvite for modpython and modperl. (#1283)
+ * Fixed external location of GoogleTest for make test.
+
+-------------------------------------------------------------------
Tue Mar 29 21:20:09 UTC 2016 - mpluskal@suse.com

- Update changelog with missed issue boo#973088 (update to 1.6.3)
Index: znc.spec
===================================================================
--- znc.spec (revision 7)
+++ znc.spec (revision 50)
@@ -17,7 +17,7 @@


Name: znc
-Version: 1.6.3
+Version: 1.6.4
Release: 0
Summary: Advanced IRC Bouncer
License: Apache-2.0
@@ -29,9 +29,10 @@
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: perl
-BuildRequires: pkg-config
+BuildRequires: pkgconfig
BuildRequires: systemd-rpm-macros
BuildRequires: pkgconfig(icu-uc)
+BuildRequires: pkgconfig(libsasl2)
BuildRequires: pkgconfig(libssl)
BuildRequires: pkgconfig(python3)
BuildRequires: pkgconfig(systemd)
@@ -42,11 +43,6 @@
Obsoletes: %{name}-extra < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%systemd_requires
-%if 0%{?suse_version} == 1310
-BuildRequires: cyrus-sasl-devel
-%else
-BuildRequires: pkgconfig(libsasl2)
-%endif

%description
ZNC is an IRC bounce with many advanced features like detaching, multiple
@@ -123,7 +119,7 @@
make %{?_smp_mflags} V=1

%install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
install -d -m 0755 %{buildroot}%{_var}/lib/%{name} %{buildroot}%{_sbindir}
ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
%fdupes -s %{buildroot}
Index: znc-1.6.4.tar.gz
===================================================================
Binary files znc-1.6.4.tar.gz (revision 50) added
Index: znc-1.6.4.tar.gz.sig
===================================================================
Binary files znc-1.6.4.tar.gz.sig (revision 50) added
Index: znc-1.6.3.tar.gz
===================================================================
Binary files znc-1.6.3.tar.gz (revision 7) deleted
Index: znc-1.6.3.tar.gz.sig
===================================================================
Binary files znc-1.6.3.tar.gz.sig (revision 7) deleted

Loading...
Request History
Martin Pluskal's avatar

pluskalm created request

- Update to version 1.6.4:
-This line, and those below, will be ignored--

old: openSUSE:Factory/znc
new: server:irc/znc rev None
Index: znc.changes
===================================================================
--- znc.changes (revision 7)
+++ znc.changes (revision 50)
@@ -1,4 +1,19 @@
-------------------------------------------------------------------
+Wed Dec 14 10:45:20 UTC 2016 - mpluskal@suse.com
+
+- Update to version 1.6.4:
+ * Fixed build with OpenSSL 1.1. (#1310)
+ * Fixed build on Cygwin.
+ * Fixed a segfault after cloning a user. The bug was introduced in ZNC 1.6.0. (#1340)
+ * Fixed a segfault when deleting a user or network which is waiting for DNS during connection. The bug was introduced in ZNC 1.0. (#1342)
+ * Fixed a segfault which could be triggered using alias module. (#1347)
+ * Fixed an error in controlpanel module when setting the bindhost of another user.
+ * Fixed route_replies to not cause client to disconnect by timeout. (#1299)
+ * Fixed compatibility with the Gitter IRC bridge. (#1321)
+ * Fixed OnInvite for modpython and modperl. (#1283)
+ * Fixed external location of GoogleTest for make test.
+
+-------------------------------------------------------------------
Tue Mar 29 21:20:09 UTC 2016 - mpluskal@suse.com

- Update changelog with missed issue boo#973088 (update to 1.6.3)
Index: znc.spec
===================================================================
--- znc.spec (revision 7)
+++ znc.spec (revision 50)
@@ -17,7 +17,7 @@


Name: znc
-Version: 1.6.3
+Version: 1.6.4
Release: 0
Summary: Advanced IRC Bouncer
License: Apache-2.0
@@ -29,9 +29,10 @@
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: perl
-BuildRequires: pkg-config
+BuildRequires: pkgconfig
BuildRequires: systemd-rpm-macros
BuildRequires: pkgconfig(icu-uc)
+BuildRequires: pkgconfig(libsasl2)
BuildRequires: pkgconfig(libssl)
BuildRequires: pkgconfig(python3)
BuildRequires: pkgconfig(systemd)
@@ -42,11 +43,6 @@
Obsoletes: %{name}-extra < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%systemd_requires
-%if 0%{?suse_version} == 1310
-BuildRequires: cyrus-sasl-devel
-%else
-BuildRequires: pkgconfig(libsasl2)
-%endif

%description
ZNC is an IRC bounce with many advanced features like detaching, multiple
@@ -123,7 +119,7 @@
make %{?_smp_mflags} V=1

%install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
install -d -m 0755 %{buildroot}%{_var}/lib/%{name} %{buildroot}%{_sbindir}
ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
%fdupes -s %{buildroot}
Index: znc-1.6.4.tar.gz
===================================================================
Binary files znc-1.6.4.tar.gz (revision 50) added
Index: znc-1.6.4.tar.gz.sig
===================================================================
Binary files znc-1.6.4.tar.gz.sig (revision 50) added
Index: znc-1.6.3.tar.gz
===================================================================
Binary files znc-1.6.3.tar.gz (revision 7) deleted
Index: znc-1.6.3.tar.gz.sig
===================================================================
Binary files znc-1.6.3.tar.gz.sig (revision 7) deleted


Factory Auto's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto added factory-repo-checker as a reviewer

Please review build success


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Saul Goodman's avatar

licensedigger accepted review


Factory Repo Checker's avatar

factory-repo-checker accepted review

Builds for repo server:irc/openSUSE_Tumbleweed


Yuchen Lin's avatar

maxlin_factory added as a reviewer

Being evaluated by staging project "openSUSE:Factory:Staging:adi:131"


Yuchen Lin's avatar

maxlin_factory accepted review

Picked openSUSE:Factory:Staging:adi:131


Martin Pluskal's avatar

pluskalm superseded request

superseded by 447596

openSUSE Build Service is sponsored by