Commit graph

160 commits

Author SHA1 Message Date
Debarshi Ray
2ed876ab6a XChat is dead. The recommended replacement is HexChat. 2017-08-28 15:48:43 +02:00
Fedora Release Engineering
f53ba75ca8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 10:31:08 +00:00
Fedora Release Engineering
4a0b3cbf2c - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 21:56:21 +00:00
Petr Písař
510a56a993 perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> 2017-07-12 14:48:14 +02:00
Debarshi Ray
bb0ad34d74 Port to OpenSSL 1.1.0
https://bugzilla.redhat.com/show_bug.cgi?id=1387521
2017-06-26 15:57:07 +02:00
Jitka Plesnikova
545da57f6b Perl 5.26 rebuild 2017-06-04 06:26:38 +02:00
Fedora Release Engineering
bf11ff54a8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 17:42:08 +00:00
Petr Písař
87c1e65b45 Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-06-24 09:24:58 +02:00
Jitka Plesnikova
0eccc38e1b Perl 5.24 rebuild 2016-05-17 04:07:22 +02:00
Fedora Release Engineering
6b338b7bdb - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:19:25 +00:00
Dennis Gilmore
7584871ee3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 03:47:46 +00:00
Jitka Plesnikova
44d47014c0 Perl 5.22 rebuild 2015-06-05 11:20:23 +02:00
Richard Hughes
219aca351a Add an AppData file for the software center 2015-03-26 16:46:27 +00:00
Debarshi Ray
0d239d37de Do not force SSLv3, also allow TLSv1_X (#1091544) 2014-10-29 11:40:25 +01:00
Debarshi Ray
dd89cb4a15 Fix the dates 2014-10-29 11:39:34 +01:00
Jitka Plesnikova
6d9b58520b Perl 5.20 rebuild 2014-08-27 13:08:57 +02:00
Kevin Fenzi
8ea1b71f1f Rebuild for rpm bug 1131892 2014-08-20 17:33:45 -06:00
81db550b6b - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 09:24:29 +00:00
Dennis Gilmore
3479acb826 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 00:21:01 -05:00
Jaroslav Škarvada
b609cb4208 - Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86 2014-05-21 11:54:25 +02:00
Dennis Gilmore
a69bdbc58b - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 02:42:21 -05:00
Petr Písař
682808ebcb Perl 5.18 rebuild 2013-07-17 22:12:25 +02:00
Debarshi Ray
0bc4fc5696 Use XDG_CONFIG_HOME instead of home for config files
(http://sourceforge.net/p/xchat/bugs/1506/)
- Use name and generic name correctly in desktop file
  (http://sourceforge.net/p/xchat/bugs/1397/)
2013-06-10 14:48:29 +02:00
Debarshi Ray
a9a3f193bb Add BR on gettext-devel 2013-06-10 13:47:51 +02:00
Debarshi Ray
3a9424b4ae Add hi-res icons (http://sourceforge.net/p/xchat/bugs/1504/) 2013-06-10 13:47:45 +02:00
Dennis Gilmore
0760657803 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:29:53 -06:00
Debarshi Ray
60eb3783a9 Make sure default settings work with gnome-shell (#880672) 2012-11-27 16:23:36 +01:00
Dennis Gilmore
b8b216379b - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 23:38:32 -05:00
Petr Písař
e0e71684a5 Perl 5.16 rebuild 2012-06-11 11:40:54 +02:00
Bruno Wolff III
217a377137 Adjust for glib changes
xchat was no longer building due to changes in glib such that
only glib.h can be included and g_thread_init no longer being
used (or needed).
2012-02-25 11:43:01 -06:00
Dennis Gilmore
7211423bd1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:40:13 -06:00
Adam Jackson
639f0ead5a Rebuild for new libpng 2011-12-06 01:33:07 -05:00
Marcela Mašláňová
0d213ed34c Perl mass rebuild 2011-06-17 12:45:47 +02:00
Christopher Aillon
082c71c274 Forgot to bump the release number... 2011-04-07 20:33:22 -07:00
Christopher Aillon
f0ad18da5d Link against libnotify
https://sourceforge.net/tracker/?func=detail&aid=3280223&group_id=239&atid=100239
2011-04-07 20:26:32 -07:00
Christopher Aillon
2227e38dca Update the dynamic libnotify check for the newer soname
See bug https://bugzilla.redhat.com/show_bug.cgi?id=693362

The xchat code currently does:

   nn_mod = g_module_open ("libnotify", G_MODULE_BIND_LAZY);

which looks for "libnotify" which fails, then "libnotify.so" which fails, then
"libnotify.la" which fails.

The above then looks for "/usr/lib64/libnotify.so".

On developer systems with libnotify-devel installed, this file exists, so it
happily loads libnotify support for us.  However, on user systems, it does not
exist which leads to that g_module_open call outright failing.  This explains
why it appeared to be working for me and presumably Owen too, but not for
the reporter.

Then, the xchat code tries to load the (wrong) versioned module.  Naturally,
that fails, too. At that point, it then falls back to use notify-send.

I'm not sure the motivations for dynamically loading the library instead of
linking directly, but I think a correct minimalistic fix is to do:

-     nn_mod = g_module_open ("libnotify", G_MODULE_BIND_LAZY);
+     nn_mod = g_module_open ("libnotify.so.4", G_MODULE_BIND_LAZY);

This adds the newest versioned library at the top of the check, and still keeps
the old versioned library.  However, it also removes the devel only library
from the list which reduces the chances that developers will be blind to this
issue in the future.  There's no real reason to look there anyway since users
just won't have that installed.

But this is all really just a hack.  The proper fix should be simply to link
directly against libnotify.  notify-send is part of libnotify anyway so it is
entirely reasonable to expect systems that have notify-send installed to also
have libnotify itself installed.
2011-04-07 16:28:32 -07:00
Dennis Gilmore
36c310cf82 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 21:45:58 -06:00
Kevin Kofler
32adcbbd98 * Fri Dec 10 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.8-6
- Requires: alsa-utils for aplay (#661957)
2010-12-10 16:36:31 +01:00
Owen W. Taylor
08a899eb7a Add patch to work with libnotify-0.7 2010-11-15 18:31:05 -05:00
Fedora Release Engineering
b75d014fe7 dist-git conversion 2010-07-29 15:35:12 +00:00
4dc2ccedc9 - Rebuild against python 2.7 xchat-2_8_8-4_fc14 2010-07-27 14:57:13 +00:00
Kevin Kofler
0c5724ca09 - Rebuild again for perl-5.12.0 xchat-2_8_8-3_fc14 2010-06-03 23:37:36 +00:00
Kevin Kofler
77b88b18ed - --enable-ntlm (no longer enabled by default) xchat-2_8_8-2_fc14 2010-06-03 23:13:29 +00:00
Kevin Kofler
5fcbc4f24d - Update to 2.8.8 (#597735) xchat-2_8_8-1_fc14
- Use xz tarball (new in 2.8.8)
- Drop smallfixes, redhat-desktop (remaining part), shm-pixmaps and
    connect-mnemonic patches (all fixed upstream)
2010-06-03 22:23:50 +00:00
Marcela Mašláňová
a0db7a425e - Mass rebuild with perl-5.12.0 xchat-2_8_6-18_fc14 2010-06-02 09:16:04 +00:00
Kevin Kofler
33d39edf21 - Add port numbers for Freenode (Debarshi Ray) xchat-2_8_6-17_fc14
2.8.6-16
- Added IRCClient .desktop file subcategory (#485306)
- Added GTK .desktop file subcategory
- Added curly brackets to the name macro for consistency.
2010-04-21 07:03:34 +00:00
690f2692d2 Add patch to allow switching to next channel with activity F-13-split F-13-start xchat-2_8_6-15_fc13 2009-12-17 03:14:36 +00:00
Štěpán Kasal
11d2f71e5c - rebuild against perl 5.10.1 xchat-2_8_6-14_fc13 2009-12-07 00:22:13 +00:00
Bill Nottingham
0e2d55dec0 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:54 +00:00
Christopher Aillon
fb21e8a851 - Drop the antiquated OPN reference F-12-split F-12-start xchat-2_8_6-13_fc12 2009-09-10 19:52:20 +00:00