commit perl-pcsc for openSUSE:Factory

2017-08-01 Thread root
Hello community,

here is the log from the commit of package perl-pcsc for openSUSE:Factory 
checked in at 2017-08-01 09:25:37

Comparing /work/SRC/openSUSE:Factory/perl-pcsc (Old)
 and  /work/SRC/openSUSE:Factory/.perl-pcsc.new (New)


Package is "perl-pcsc"

Tue Aug  1 09:25:37 2017 rev:11 rq:513606 version:1.4.14

Changes:

--- /work/SRC/openSUSE:Factory/perl-pcsc/perl-pcsc.changes  2014-12-05 
21:04:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-pcsc.new/perl-pcsc.changes 2017-08-01 
09:26:08.957186338 +0200
@@ -1,0 +2,7 @@
+Mon Jul 31 16:53:57 CEST 2017 - sbra...@suse.com
+
+- Update to version 1.4.14:
+  * Error processing fixes.
+- Add gpg.keyring and pcsc-perl-1.4.14.tar.bz2.asc.
+
+---

Old:

  pcsc-perl-1.4.13.tar.bz2

New:

  pcsc-perl-1.4.14.tar.bz2
  pcsc-perl-1.4.14.tar.bz2.asc
  perl-pcsc.keyring



Other differences:
--
++ perl-pcsc.spec ++
--- /var/tmp/diff_new_pack.7IhvRM/_old  2017-08-01 09:26:09.537104607 +0200
+++ /var/tmp/diff_new_pack.7IhvRM/_new  2017-08-01 09:26:09.541104043 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-pcsc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,19 +18,22 @@
 
 %define cpan_name pcsc-perl
 Name:   perl-pcsc
-Version:1.4.13
+Version:1.4.14
 Release:0
 Summary:Perl interface to Smart Card Reader
 License:GPL-2.0+
 Group:  Development/Libraries/Perl
 Url:http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
 Source: 
http://ludovic.rousseau.free.fr/softwares/pcsc-perl/%{cpan_name}-%{version}.tar.bz2
+Source1:
http://ludovic.rousseau.free.fr/softwares/pcsc-perl/%{cpan_name}-%{version}.tar.bz2.asc
+Source2:%{name}.keyring
 BuildRequires:  perl
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libpcsclite)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1130
 BuildRequires:  perl-macros
+Requires:   perl-base = %{perl_version}
 %{perl_requires}
 %else
 Requires:   perl = %{perl_version}

++ pcsc-perl-1.4.13.tar.bz2 -> pcsc-perl-1.4.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pcsc-perl-1.4.13/Changelog 
new/pcsc-perl-1.4.14/Changelog
--- old/pcsc-perl-1.4.13/Changelog  2013-04-01 12:31:44.0 +0200
+++ new/pcsc-perl-1.4.14/Changelog  2015-11-19 17:23:08.0 +0100
@@ -1,3 +1,27 @@
+2015-11-19  author  
+
+   * README: Release 1.4.14
+
+   * PCSC.xs: Update copyright date
+
+   * PCSC.xs: _StringifyError(): cast Error in a (DWORD)
+
+   On Mac OS X El Capitan (at least) the value is extended to 64 bits and
+   is then wrong.
+
+   We get 0x80100068 instead of 0x80100068 and all the error codes
+   are all converted to the default error: "Unknown (reader specific ?) 
error..."
+
+2014-12-05  author  
+
+   * LICENCE: Update GNU GPL v2 license text
+
+   The FSF postal adress has changed.
+
+   Thanks to Martin Hauke for the bug report.
+
+   * README: Release 1.4.13
+
 2013-04-01  author  
 
* create_distrib.sh:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pcsc-perl-1.4.13/LICENCE new/pcsc-perl-1.4.14/LICENCE
--- old/pcsc-perl-1.4.13/LICENCE2006-06-18 18:41:19.0 +0200
+++ new/pcsc-perl-1.4.14/LICENCE2014-12-05 09:32:12.0 +0100
@@ -1,12 +1,12 @@
-   GNU GENERAL PUBLIC LICENSE
-  Version 2, June 1991
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-   Preamble
+Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -15,7 +15,7 @@
 General Public License applies to most of the Free Software
 Foundation's software and to any other program whose authors commit to
 using it.  (Some other Free Software 

commit perl-pcsc for openSUSE:Factory

2014-12-05 Thread h_root
Hello community,

here is the log from the commit of package perl-pcsc for openSUSE:Factory 
checked in at 2014-12-05 21:04:31

Comparing /work/SRC/openSUSE:Factory/perl-pcsc (Old)
 and  /work/SRC/openSUSE:Factory/.perl-pcsc.new (New)


Package is perl-pcsc

Changes:

--- /work/SRC/openSUSE:Factory/perl-pcsc/perl-pcsc.changes  2011-09-23 
12:39:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-pcsc.new/perl-pcsc.changes 2014-12-05 
21:04:23.0 +0100
@@ -1,0 +2,24 @@
+Wed Dec  3 21:21:44 UTC 2014 - mar...@gmx.de
+
+- update to version 1.4.13
+- corrected Source URL
+- ran spec-cleaner
+- removed patch: pcsc-perl-noSCardSetTimeout.patch (included in upstream since 
1.4.11)
+
+- Changes since 1.4.10:
+ * PCSC.pm: Support Perl 5.16
+   
+   Remove the warning:
+   defined(@array) is deprecated at /usr/lib/perl/5.16.3/Chipcard/PCSC.pm line 
69.
+ (Maybe you should just omit the defined()?)
+ 
+   Thanks to Viliam Pucik for the bug report
+ 
+ * PCSC.xs: Also check for SVt_PVIV and not just SVt_IV.
+ * PCSC.xs, PCSC.pm, test.pl: Use lines of less than 80 columns
+ * PCSCperl.h: SCardCancelTransaction() is no more present in pcsc-lite
+ * PCSC.pm, PCSC.pod, PCSC.xs, PCSCperl.h:
+SCardSetTimout is no more present in pcsc-lite  1.6.4
+It was a pcsc-lite specific and deprecated function
+
+---

Old:

  pcsc-perl-1.4.10.tar.bz2
  pcsc-perl-noSCardSetTimeout.patch

New:

  pcsc-perl-1.4.13.tar.bz2



Other differences:
--
++ perl-pcsc.spec ++
--- /var/tmp/diff_new_pack.CIF5ca/_old  2014-12-05 21:04:24.0 +0100
+++ /var/tmp/diff_new_pack.CIF5ca/_new  2014-12-05 21:04:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-pcsc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,30 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-
-Name:   perl-pcsc
 %define cpan_name pcsc-perl
+Name:   perl-pcsc
+Version:1.4.13
+Release:0
 Summary:Perl interface to Smart Card Reader
-Version:1.4.10
-Release:1
 License:GPL-2.0+
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/pcsc-perl/
-Source: %{cpan_name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE pcsc-perl-noSCardSetTimeout.patch sbra...@suse.cz -- Fix 
for the latest pcsc-lite.
-Patch:  pcsc-perl-noSCardSetTimeout.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
+Source: 
http://ludovic.rousseau.free.fr/softwares/pcsc-perl/%{cpan_name}-%{version}.tar.bz2
 BuildRequires:  perl
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(libpcsclite)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  1130
-%{perl_requires}
 BuildRequires:  perl-macros
+%{perl_requires}
 %else
 Requires: perl = %{perl_version}
 %endif
-BuildRequires:  pcsc-lite-devel pkg-config
-Requires:   libpcsclite1
 
 %description
 PC/SC represents an abstraction layer to smart card readers. It   
@@ -47,15 +43,14 @@

 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+make %{?_smp_mflags}
 
 %check
 # No daemon and no card in the sysroot = no test.
-#%{__make} test
+#make %{?_smp_mflags} test
 
 %install
 %perl_make_install
@@ -66,9 +61,6 @@
 touch %{name}.files
 %endif
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc Changelog LICENCE README
@@ -76,7 +68,7 @@
 %{perl_vendorarch}/Chipcard
 %{perl_vendorarch}/auto/Chipcard
 %doc %{_mandir}/man3/*
-/var/adm/perl-modules/%{name}
+%{_localstatedir}/adm/perl-modules/%{name}
 %endif
 
 %changelog

++ pcsc-perl-1.4.10.tar.bz2 - pcsc-perl-1.4.13.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pcsc-perl-1.4.10/Card/t/test.t 
new/pcsc-perl-1.4.13/Card/t/test.t
--- old/pcsc-perl-1.4.10/Card/t/test.t  2006-12-09 14:05:02.0 +0100
+++ new/pcsc-perl-1.4.13/Card/t/test.t  2013-04-01 12:20:38.0 +0200
@@ -18,7 +18,7 @@
 #along with this program; if not, write to the Free Software
 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-# $Id: test.t,v 

commit perl-pcsc for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-pcsc for openSUSE:Factory 
checked in at 2011-12-06 18:46:08

Comparing /work/SRC/openSUSE:Factory/perl-pcsc (Old)
 and  /work/SRC/openSUSE:Factory/.perl-pcsc.new (New)


Package is perl-pcsc, Maintainer is 

Changes:




Other differences:
--
++ perl-pcsc.spec ++
--- /var/tmp/diff_new_pack.tr3Elv/_old  2011-12-06 19:23:38.0 +0100
+++ /var/tmp/diff_new_pack.tr3Elv/_new  2011-12-06 19:23:38.0 +0100
@@ -23,7 +23,7 @@
 Summary:Perl interface to Smart Card Reader
 Version:1.4.10
 Release:1
-License:GPLv2+
+License:GPL-2.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/pcsc-perl/
 Source: %{cpan_name}-%{version}.tar.bz2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org