Compare commits
No commits in common. "8d57d01adbe09930a4ad9ee0fbe4594234bb475d" and "3d6c34640c1afd34dea60086f4f614253a8d3edf" have entirely different histories.
8d57d01adb
...
3d6c34640c
BIN
irssi-1.1.2.tar.xz
Normal file
BIN
irssi-1.1.2.tar.xz
Normal file
Binary file not shown.
@ -1,43 +0,0 @@
|
|||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index f03569e..53a9de6 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -650,6 +650,7 @@ for c in $CHAT_MODULES; do
|
|
||||||
done
|
|
||||||
|
|
||||||
FE_COMMON_LIBS="$FE_COMMON_LIBS../fe-common/core/libfe_common_core.a"
|
|
||||||
+AC_SUBST(FE_COMMON_LIBS)
|
|
||||||
|
|
||||||
dnl ** common libraries needed by frontends
|
|
||||||
COMMON_NOUI_LIBS="$CHAT_LIBS $CORE_LIBS"
|
|
||||||
diff --git a/src/fe-none/Makefile.am b/src/fe-none/Makefile.am
|
|
||||||
index bbcd63f..e8ce8d6 100644
|
|
||||||
--- a/src/fe-none/Makefile.am
|
|
||||||
+++ b/src/fe-none/Makefile.am
|
|
||||||
@@ -4,12 +4,13 @@ AM_CPPFLAGS = \
|
|
||||||
-I$(top_builddir) \
|
|
||||||
$(GLIB_CFLAGS)
|
|
||||||
|
|
||||||
-botti_DEPENDENCIES = @COMMON_NOUI_LIBS@
|
|
||||||
+botti_DEPENDENCIES = @COMMON_NOUI_LIBS@ @FE_COMMON_LIBS@
|
|
||||||
|
|
||||||
botti_LDADD = \
|
|
||||||
@COMMON_NOUI_LIBS@ \
|
|
||||||
@PERL_LINK_LIBS@ \
|
|
||||||
@PERL_LINK_FLAGS@ \
|
|
||||||
+ @FE_COMMON_LIBS@ \
|
|
||||||
@PROG_LIBS@
|
|
||||||
|
|
||||||
botti_SOURCES = \
|
|
||||||
diff --git a/src/fe-none/meson.build b/src/fe-none/meson.build
|
|
||||||
index 58df15f..8e32b94 100644
|
|
||||||
--- a/src/fe-none/meson.build
|
|
||||||
+++ b/src/fe-none/meson.build
|
|
||||||
@@ -11,6 +11,7 @@ executable('botti',
|
|
||||||
libconfig_a,
|
|
||||||
libcore_a,
|
|
||||||
libirc_a,
|
|
||||||
+ libfe_common_core_a,
|
|
||||||
],
|
|
||||||
install : true,
|
|
||||||
dependencies : dep
|
|
||||||
Binary file not shown.
@ -1,9 +1,3 @@
|
|||||||
#include <bits/wordsize.h>
|
#include <bits/wordsize.h>
|
||||||
|
|
||||||
#if __WORDSIZE == 32
|
|
||||||
#include "irssi-config-32.h"
|
|
||||||
#elif __WORDSIZE == 64
|
|
||||||
#include "irssi-config-64.h"
|
#include "irssi-config-64.h"
|
||||||
#else
|
|
||||||
#error "Unknown word size"
|
|
||||||
#endif
|
|
||||||
|
|||||||
19
irssi.spec
19
irssi.spec
@ -1,15 +1,13 @@
|
|||||||
%define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)
|
%define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)
|
||||||
|
|
||||||
Name: irssi
|
Name: irssi
|
||||||
Version: 1.4.5
|
Version: 1.1.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A modular char client.
|
Summary: A modular char client.
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://irssi.org/
|
URL: http://irssi.org/
|
||||||
Source0: https://github.com/irssi/irssi/releases/download/%{version}/irssi-%{version}.tar.xz
|
Source0: https://github.com/irssi/irssi/releases/download/%{version}/irssi-%{version}.tar.xz
|
||||||
Source1: irssi-config.h
|
Source1: irssi-config.h
|
||||||
Patch0: irssi-1.4.1-botti-perl-link-fix.patch
|
|
||||||
|
|
||||||
BuildRequires: ncurses-devel openssl-devel zlib-devel autoconf automake libtool
|
BuildRequires: ncurses-devel openssl-devel zlib-devel autoconf automake libtool
|
||||||
BuildRequires: pkgconfig glib2-devel perl-devel perl-generators perl(ExtUtils::Embed)
|
BuildRequires: pkgconfig glib2-devel perl-devel perl-generators perl(ExtUtils::Embed)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
@ -59,20 +57,7 @@ chmod -R u+w $RPM_BUILD_ROOT%{perl_vendorarch}
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/irssi/
|
%{_includedir}/irssi/
|
||||||
%{_libdir}/pkgconfig/irssi-1.pc
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 23 2024 liyanan <liyanan61@h-partners.com> - 1.4.5-1
|
|
||||||
- Update to 1.4.5
|
|
||||||
|
|
||||||
* Wed Apr 12 2023 yaoxin <yao_xin001@hoperun.com> - 1.4.4-1
|
|
||||||
- Update to 1.4.4
|
|
||||||
|
|
||||||
* Wed Sep 22 2021 lingsheng <lingsheng@huawei.com> - 1.1.2-4
|
|
||||||
- Execute setlocale before printing
|
|
||||||
|
|
||||||
* Thu Feb 04 2021 wangyue <wangyue92@huawei.com> - 1.1.2-3
|
|
||||||
- fix CVE-2019-13045
|
|
||||||
|
|
||||||
* Wed Apr 22 2020 chengzihan <chengzihan2@huawei.com> - 1.1.2-2
|
* Wed Apr 22 2020 chengzihan <chengzihan2@huawei.com> - 1.1.2-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user