Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-IO-Multiplex for 
openSUSE:Leap:16.0 checked in at 2025-04-15 15:14:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/perl-IO-Multiplex (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.perl-IO-Multiplex.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-IO-Multiplex"

Tue Apr 15 15:14:24 2025 rev:1 rq:1239467 version:1.16

Changes:
--------
New Changes file:

--- /dev/null   2025-04-02 01:05:25.176000000 +0200
+++ 
/work/SRC/openSUSE:Leap:16.0/.perl-IO-Multiplex.new.1907/perl-IO-Multiplex.changes
  2025-04-15 15:14:24.348530488 +0200
@@ -0,0 +1,93 @@
+-------------------------------------------------------------------
+Tue Apr 14 19:21:48 UTC 2015 - co...@suse.com
+
+- updated to 1.16
+   see /usr/share/doc/packages/perl-IO-Multiplex/Changes
+
+  1.16 Thu Apr  9 17:00:00 CET 2015
+       - Fix descriptor memory leak:
+         Make $mux->close actually untie *$fh
+  
+  1.15 Tue Mar 11 14:00:00 CET 2015
+       - Move untie patch to the right place.
+  
+  1.14 Mon Mar 30 11:00:00 CET 2015
+       - Fix 110_ntest to avoid reading from muxed handle.
+       - Apply patch to prevent untie warnings. 
+         rt.cpan.org#67846 [dmcbridep...@cpan.org Darin McBride]
+
+-------------------------------------------------------------------
+Fri Nov 18 11:10:43 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+-------------------------------------------------------------------
+Mon Apr 18 07:17:47 UTC 2011 - vci...@novell.com
+
+- update to 1.13
+       - fix handling of outbuf which contains '0'.
+         rt.cpan.org#67458 [Gordon Russell]
+- license correction (GPL+ or Artistic)
+
+-------------------------------------------------------------------
+Mon Feb 28 09:39:16 UTC 2011 - vci...@novell.com
+
+- update to 1.12
+       - fix MSWin32 complaints
+         rt.cpan.org#66096 [Mark Dootson]
+
+-------------------------------------------------------------------
+Tue Feb 22 09:50:34 UTC 2011 - vci...@novell.com
+
+- update to 1.11
+        - Avoid warning while adding pipe
+          rt.cpan.org#60068 [Khedin] and #16259
+       - Add EWOULDBLOCK and non-blocking mode for windows,
+         rt.cpan.org#23982 [j...@penilecolada.com]
+       - Typo "closeing", rt.cpan.org#21085 [D Steinbrunner]
+       - avoid shutdown after close,
+         rt.cpan.org#5715 [Lars Jensen] and #5885
+       - use length of outbuf, not exists to see if it is
+         empty. [Ersun Warncke]
+       - turn "use warnings" on
+
+-------------------------------------------------------------------
+Wed Dec  1 13:33:02 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Mon Nov 29 18:30:16 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Tue Oct 19 08:38:41 UTC 2010 - co...@novell.com
+
+- add perl as explicit buildrequire
+
+-------------------------------------------------------------------
+Sun Jan 10 15:43:32 CET 2010 - jeng...@medozas.de
+
+- enable parallel build
+
+-------------------------------------------------------------------
+Mon Oct  6 14:53:46 CEST 2008 - ani...@suse.cz
+
+- update to 1.10
+ * Update Copyright and License.
+ * Buttwag around minor Windows deficiencies.
+
+-------------------------------------------------------------------
+Wed Mar  7 10:43:14 CET 2007 - ani...@suse.cz
+
+- update to 1.09
+  * Detect readability for special IO::Socket::SSL
+    handles more accurately.
+  * Avoid "freed value in iteration" crashing.
+
+-------------------------------------------------------------------
+Wed Oct  4 13:55:41 CEST 2006 - ani...@suse.cz
+
+- package created [#207466] 
+

New:
----
  IO-Multiplex-1.16.tar.gz
  cpanspec.yml
  perl-IO-Multiplex.changes
  perl-IO-Multiplex.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-IO-Multiplex.spec ++++++
#
# spec file for package perl-IO-Multiplex
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           perl-IO-Multiplex
Version:        1.16
Release:        0
#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
%define cpan_name IO-Multiplex
Summary:        Manage IO on many file handles
License:        GPL-1.0+ or Artistic-1.0
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/IO-Multiplex/
Source0:        
http://www.cpan.org/authors/id/B/BB/BBB/%{cpan_name}-%{version}.tar.gz
Source1:        cpanspec.yml
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
%{perl_requires}

%description
It is object oriented in design, and will notify you of significant events
by calling methods on an object that you supply. If you are not using
objects, you can simply supply '__PACKAGE__' instead of an object
reference.

You may have one callback object registered for each file handle, or one
global one. Possibly both -- the per-file handle callback object will be
used instead of the global one.

Each file handle may also have a timer associated with it. A callback
function is called when the timer expires.

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README TODO

%changelog

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
license: GPL-1.0+ or Artistic-1.0
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

Reply via email to