1306bb9c49
Accepting request 732302 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/732302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=35
2019-09-23 10:38:48 +00:00
e77beed5ac
Accepting request 717516 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/717516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=34
2019-07-22 15:18:45 +00:00
Stephan Kulow
ebbc6ba288
Accepting request 680366 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/680366
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=33
2019-03-01 19:31:10 +00:00
9acfc2a84e
Accepting request 506078 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/506078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=32
2017-06-26 13:56:04 +00:00
3ac03e2554
Accepting request 430420 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/430420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=31
2016-09-30 13:32:32 +00:00
43f48ec0ad
Accepting request 332489 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/332489
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=30
2016-04-28 14:52:38 +00:00
4fc7318f2c
Accepting request 305198 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/305198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=29
2015-05-04 22:56:04 +00:00
2b91740ae7
Accepting request 296958 from devel:languages:perl
...
1
OBS-URL: https://build.opensuse.org/request/show/296958
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=28
2015-04-16 12:13:01 +00:00
Stephan Kulow
a30be89add
Accepting request 221598 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/221598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=26
2014-02-11 09:42:17 +00:00
Tomáš Chvátal
f42fd18cec
Accepting request 202221 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/202221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=25
2013-10-06 12:52:56 +00:00
Stephan Kulow
2d03bf2467
Accepting request 177340 from devel:languages:perl
...
- updated to 7.04
- debugging code left in.
- AnyEvent::Socket::inet_aton did not work when dns resolution was
used to find the addresses (analyzed and patch by Maxime Soulé).
- fix a memory leak in the /etc/hosts lookup code when hosts don't
resolve and are not in hosts (analyzed by sten). (forwarded request 177233 from coolo)
OBS-URL: https://build.opensuse.org/request/show/177340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=23
2013-06-05 15:47:06 +00:00
Ismail Dönmez
1c8210bd90
Accepting request 134032 from devel:languages:perl
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/134032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=21
2012-09-14 10:33:30 +00:00
Stephan Kulow
ad92726989
Accepting request 123242 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/123242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=19
2012-06-05 10:02:48 +00:00
Stephan Kulow
c7b1e7b978
Accepting request 103773 from devel:languages:perl
...
- updated to 6.14
- AnyEvent::Impl::Tk was broken due to a mysterious "die" inside,
probably an editing mistake (reported by Darin McBride).
- AnyEvent::Util::fork_call checked for POSIX availability in the wrong way,
causing it to fail if POSIX wasn't loaded already (analysed by Rock Power).
- AnyEvent::Handle::push_read (line => did pass $1 directly, so
regex-matching inside the callback would change the parameter, despite
$1 being dynamically scoped per-block. this perl bug is now being
worked around (testcase by Cindy Wang).
- $! was clobbered by subsequent calls in tcp_connect, due to
the postpone not saving/restoring it (analyzed by Richard Garnish).
- Tk cannot create windows when tainted unless you set a title, so
set a dummy title for AnyEvent's dummy mainwindow. How dummy.
- escape any nonprintable/nonascii characters when stringifying
backtraces.
- log the reason loading an interface module fails to load at level debug.
OBS-URL: https://build.opensuse.org/request/show/103773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=18
2012-02-14 10:25:35 +00:00
Stephan Kulow
e3f933a468
replace license with spdx.org variant
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=17
2011-12-06 17:37:21 +00:00
Stephan Kulow
3e0eae7e0d
Accepting request 92400 from devel:languages:perl
...
- update to 6.1
- INCOMPATIBLE CHANGE: the default log level is now "4" (error
and above), and some messages inside AnyEvent have been elevated
to higher log levels to print by default.
... see Changes
OBS-URL: https://build.opensuse.org/request/show/92400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=16
2011-11-21 11:34:49 +00:00
Lars Vogdt
6db60aa9e7
Accepting request 83385 from devel:languages:perl
...
- updated to 6.02
- log_to_syslog now accepts facility strings.
- log_to_syslog would not allow facilities - "$facility|$level"
*literally* means that string. sheesh.
- the CPAN parser got confused and thought we provide Sys::Syslog, try
to work around.
- renamed AnyEvent::Impl::FLTK2 to FLTK.
... for more see Changes
OBS-URL: https://build.opensuse.org/request/show/83385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=14
2011-09-19 21:08:28 +00:00
Sascha Peilicke
49b0f50ad8
Autobuild autoformatter for 79801
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=13
2011-08-26 08:23:16 +00:00
Sascha Peilicke
23196c7189
Accepting request 79801 from devel:languages:perl
...
fix deps, cpanspec
OBS-URL: https://build.opensuse.org/request/show/79801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=12
2011-08-26 08:23:06 +00:00
Sascha Peilicke
fd549375e5
Autobuild autoformatter for 74150
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=11
2011-07-05 12:03:10 +00:00
Sascha Peilicke
0388c8d00c
Accepting request 74150 from devel:languages:perl
...
OBS-URL: https://build.opensuse.org/request/show/74150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=10
2011-07-05 12:02:58 +00:00
Lars Vogdt
6214d454eb
Autobuild autoformatter for 54461
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=8
2010-12-05 20:34:52 +00:00
Lars Vogdt
5b6755b5de
Accepting request 54461 from devel:languages:perl
...
Accepted submit request 54461 from user coolo
OBS-URL: https://build.opensuse.org/request/show/54461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=7
2010-12-05 20:34:45 +00:00
OBS User autobuild
6c17c3d89d
Accepting request 43298 from devel:languages:perl
...
Copy from devel:languages:perl/perl-AnyEvent based on submit request 43298 from user computersalat
OBS-URL: https://build.opensuse.org/request/show/43298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=6
2010-07-19 13:09:53 +00:00