ppisar uploaded Authen-SCRAM-0.005.tar.gz for perl-Authen-SCRAM

2015-03-27 Thread notifications
8af86d3644704c3abdddc4843ccc61f3  Authen-SCRAM-0.005.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Authen-SCRAM/Authen-SCRAM-0.005.tar.gz/8af86d3644704c3abdddc4843ccc61f3/Authen-SCRAM-0.005.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Authen-SCRAM (master). Import

2015-03-27 Thread notifications
From e1e4f98ca66b12ef077b143dc22a858fb2ad29e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 27 Mar 2015 08:28:09 +0100
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..d6d90f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Authen-SCRAM-0.005.tar.gz
diff --git a/perl-Authen-SCRAM.spec b/perl-Authen-SCRAM.spec
new file mode 100644
index 000..0f5e6fe
--- /dev/null
+++ b/perl-Authen-SCRAM.spec
@@ -0,0 +1,68 @@
+Name:   perl-Authen-SCRAM
+Version:0.005
+Release:1%{?dist}
+Summary:Salted Challenge Response Authentication Mechanism (RFC 5802)
+License:ASL 2.0
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Authen-SCRAM/
+Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Authen-SCRAM-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.17
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Authen::SASL::SASLprep)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Crypt::URandom)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(MIME::Base64)
+BuildRequires:  perl(Moo) = 1.001000
+BuildRequires:  perl(Moo::Role) = 1.001000
+BuildRequires:  perl(namespace::clean)
+BuildRequires:  perl(PBKDF2::Tiny) = 0.003
+BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(Types::Standard)
+# Optional run-time:
+# String::Compare::ConstantTime 0.310 do not build-require to exercise
+# fall-back code.
+# Tests:
+BuildRequires:  perl(base)
+# CPAN::Meta not useful
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::FailWarnings)
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::More) = 0.96
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+# Keep String::Compare::ConstantTime 0.310 optional
+
+%description
+These Perl modules implement the Salted Challenge Response Authentication
+Mechanism (SCRAM) from RFC 5802.
+
+%prep
+%setup -q -n Authen-SCRAM-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE 
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Mar 20 2015 Petr Pisar ppi...@redhat.com 0.005-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..d61 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8af86d3644704c3abdddc4843ccc61f3  Authen-SCRAM-0.005.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Authen-SCRAM.git/commit/?h=masterid=e1e4f98ca66b12ef077b143dc22a858fb2ad29e4
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Authen-SCRAM (master). Remove trailing white space

2015-03-27 Thread notifications
From bebb528221d5ddbfa4750988d0c02e0b05816bff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 27 Mar 2015 08:28:29 +0100
Subject: Remove trailing white space


diff --git a/perl-Authen-SCRAM.spec b/perl-Authen-SCRAM.spec
index 0f5e6fe..2f56af7 100644
--- a/perl-Authen-SCRAM.spec
+++ b/perl-Authen-SCRAM.spec
@@ -58,7 +58,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%license LICENSE 
+%license LICENSE
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Authen-SCRAM.git/commit/?h=masterid=bebb528221d5ddbfa4750988d0c02e0b05816bff
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

F-22 Branched report: 20150327 changes

2015-03-27 Thread Fedora Branched Report
Compose started at Fri Mar 27 07:15:03 UTC 2015
Broken deps for armhfp
--
[Sprog]
Sprog-0.14-27.fc20.noarch requires perl(:MODULE_COMPAT_5.18.0)
[aeskulap]
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libofstd.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires liboflog.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libijg8.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libijg16.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libijg12.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmnet.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmjpeg.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmimgle.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmimage.so.3.6
aeskulap-0.2.2-0.19beta1.fc22.armv7hl requires libdcmdata.so.3.6
[avro]
avro-mapred-1.7.5-9.fc22.noarch requires hadoop-mapreduce
avro-mapred-1.7.5-9.fc22.noarch requires hadoop-client
[bro]
broccoli-2.3-1.fc22.armv7hl requires bro-2.3
python-broccoli-2.3-1.fc22.armv7hl requires bro-2.3
[crystal]
crystal-2.2.1-2.fc22.armv7hl requires libkdecorations.so.4
[dnssec-check]
dnssec-check-1.14.0.1-4.fc20.armv7hl requires libval-threads.so.14
dnssec-check-1.14.0.1-4.fc20.armv7hl requires libsres.so.14
[gammaray]
gammaray-qt5-2.2.1-3.fc22.armv7hl requires qt5-qtbase(armv7hl-32) = 
0:5.4.0
[gcc-python-plugin]
gcc-python2-debug-plugin-0.13-2.fc22.armv7hl requires gcc = 
0:4.9.2-1.fc22
gcc-python2-plugin-0.13-2.fc22.armv7hl requires gcc = 0:4.9.2-1.fc22
gcc-python3-debug-plugin-0.13-2.fc22.armv7hl requires gcc = 
0:4.9.2-1.fc22
gcc-python3-plugin-0.13-2.fc22.armv7hl requires gcc = 0:4.9.2-1.fc22
[kde-style-skulpture]
kde-style-skulpture-0.2.4-9.fc22.armv7hl requires libkdecorations.so.4
[kdeartwork]
kdeartwork-14.12.1-1.fc22.armv7hl requires libkdecorations.so.4
kdeartwork-14.12.1-1.fc22.armv7hl requires kde-workspace = 0:4.11
kdeartwork-kxs-14.12.1-1.fc22.armv7hl requires kde-workspace = 0:4.11
kdeartwork-screensavers-14.12.1-1.fc22.armv7hl requires 
libkscreensaver.so.5
[kfilefactory]
kfilefactory-0.1.1-8.fc21.noarch requires kdebase-workspace
[kstars]
kstars-14.12.1-1.fc22.armv7hl requires libindi.so.0
[leksah]
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(utf8-string-0.3.7-013ef9ad8ac70ebb11df31f487b74f26)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(unix-2.6.0.1-7550b9ae9dbc74e4d6570cc239a29030)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(transformers-0.3.0.0-23508e0b4a1c1bc1cf2c2de3bb13e90c)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(time-1.4.0.1-970760bdd865d8b6cafac382276795a2)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(text-0.11.3.1-17cae9ba49c3f3d533bf78a6e387f543)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(strict-0.3.2-04f0cc1e99eff2196c0a7cd16d748b37)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(regex-tdfa-1.1.8-0b03687c4e38c00ef92e9445170081e2)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(regex-base-0.93.2-6a541a53412d1d7d310fa69bca50c85f)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(pretty-1.1.1.0-2de27f83b2c1c65d629a564e9e01b27d)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(parsec-3.1.3-a8bebef411959de671abb0f1f7da556f)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(old-time-1.1.0.1-29c02e2b3bbdfd9a5756f0c46f4d6071)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(network-2.4.1.2-82f6bcf79fe0252b3ab387e8dcb82e71)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(mtl-2.1.2-2f2cd438035824ec2bed4811930bc232)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(ltk-0.12.1.0-2fbb10498719be9dbdbb3d9f8adedbec)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(leksah-server-0.12.1.2-7dbd70c9f5e4dd8b3b5efcb6597b3bfd)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(hslogger-1.2.1-43834164508859009a3cc8aef7fd1e84)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(gtksourceview2-0.12.5.0-588b179d0562576f9afa46559cebf79f)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(gtk-0.12.5.0-2342a114ec8897cecfdda15ac92aed08)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(glib-0.12.5.0-1b94df160e141377711a221615168695)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(gio-0.12.5.0-b012293268f349d8f05c73d053798c7b)
ghc-leksah-devel-0.12.1.3-16.fc22.armv7hl requires 
ghc-devel(ghc-7.6.3-18fc786f8ad3478b9bb568d865b0e48d)

pkgdb_updater updated: description of perl-Package-New

2015-03-27 Thread notifications
pkgdb_updater updated: description of perl-Package-New
https://admin.fedoraproject.org/pkgdb/package/perl-Package-New/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pkgdb_updater updated: description of perl-PBKDF2-Tiny

2015-03-27 Thread notifications
pkgdb_updater updated: description of perl-PBKDF2-Tiny
https://admin.fedoraproject.org/pkgdb/package/perl-PBKDF2-Tiny/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pkgdb_updater updated: description of perl-Proc-Daemon

2015-03-27 Thread notifications
pkgdb_updater updated: description of perl-Proc-Daemon
https://admin.fedoraproject.org/pkgdb/package/perl-Proc-Daemon/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pkgdb_updater updated: description of perl-Algorithm-Cron

2015-03-27 Thread notifications
pkgdb_updater updated: description of perl-Algorithm-Cron
https://admin.fedoraproject.org/pkgdb/package/perl-Algorithm-Cron/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pkgdb_updater updated: description of perl-Daemon-Control

2015-03-27 Thread notifications
pkgdb_updater updated: description of perl-Daemon-Control
https://admin.fedoraproject.org/pkgdb/package/perl-Daemon-Control/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pkgdb_updater updated: description of perl-Text-Tabs+Wrap

2015-03-27 Thread notifications
pkgdb_updater updated: description of perl-Text-Tabs+Wrap
https://admin.fedoraproject.org/pkgdb/package/perl-Text-Tabs+Wrap/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pkgdb_updater updated: description of perl-Crypt-DH-GMP

2015-03-27 Thread notifications
pkgdb_updater updated: description of perl-Crypt-DH-GMP
https://admin.fedoraproject.org/pkgdb/package/perl-Crypt-DH-GMP/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pkgdb_updater updated: description of perl-Authen-SASL-SASLprep

2015-03-27 Thread notifications
pkgdb_updater updated: description of perl-Authen-SASL-SASLprep
https://admin.fedoraproject.org/pkgdb/package/perl-Authen-SASL-SASLprep/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1206408] perl-Net-SMTP-SSL-1.02 is available

2015-03-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1206408

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Net-SMTP-SSL-1.02-1.fc
   ||23
 Resolution|--- |RAWHIDE
Last Closed||2015-03-27 05:21:21



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-PDL

2015-03-27 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.7.0-8.fc22.x86_64 requires libproj.so.0()(64bit)
On i386:
perl-PDL-2.7.0-8.fc22.i686 requires libproj.so.0
On armhfp:
perl-PDL-2.7.0-8.fc22.armv7hl requires libproj.so.0
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata pushed to perl-Net-SMTP-SSL (master). 1.02 bump (..more)

2015-03-27 Thread notifications
From 686b2f54b5e854086ec07e6f568e8f22cae8c72a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Fri, 27 Mar 2015 10:20:54 +0100
Subject: 1.02 bump

- Modernize the spec

diff --git a/.gitignore b/.gitignore
index 5f1cde3..451e21b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Net-SMTP-SSL-1.01.tar.gz
+/Net-SMTP-SSL-1.02.tar.gz
diff --git a/perl-Net-SMTP-SSL.spec b/perl-Net-SMTP-SSL.spec
index 67f51d9..11b99f3 100644
--- a/perl-Net-SMTP-SSL.spec
+++ b/perl-Net-SMTP-SSL.spec
@@ -1,19 +1,21 @@
-Name: perl-Net-SMTP-SSL
-Version: 1.01
-Release: 18%{?dist}
-Summary: SSL support for Net::SMTP
-Group: Development/Libraries
-License: GPL+ or Artistic
-URL: http://search.cpan.org/dist/Net-SMTP-SSL/
-Source0: 
http://www.cpan.org/modules/by-module/Net/Net-SMTP-SSL-%{version}.tar.gz
-BuildArch: noarch
-BuildRequires: perl(ExtUtils::MakeMaker)
-# Run-time:
-BuildRequires: perl(Net::SMTP)
-BuildRequires: perl(IO::Socket::SSL)
-# Tests:
-BuildRequires: perl(Test::More)
-Requires: perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+Name:   perl-Net-SMTP-SSL
+Version:1.02
+Release:1%{?dist}
+Summary:SSL support for Net::SMTP
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/Net-SMTP-SSL/
+Source0:
http://www.cpan.org/modules/by-module/Net/Net-SMTP-SSL-%{version}.tar.gz
+BuildArch:  noarch
+# Build
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(strict)
+# Runtime
+BuildRequires:  perl(IO::Socket::SSL)
+BuildRequires:  perl(Net::SMTP)
+# Tests only
+BuildRequires:  perl(Test::More) = 0.47
+Requires: perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo $version))
 
 %description
 Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its
@@ -23,17 +25,15 @@ network operations.
 %setup -q -n Net-SMTP-SSL-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT
+make pure_install DESTDIR=%{buildroot}
+chmod -R u+w %{buildroot}
 
 %check
-make %{?_smp_mflags} test
+make test
 
 %files
 %doc README Changes
@@ -43,6 +43,10 @@ make %{?_smp_mflags} test
 %{_mandir}/man3/Net::SMTP::SSL.3*
 
 %changelog
+* Fri Mar 27 2015 Petr Å abata con...@redhat.com - 1.02-1
+- 1.02 bump
+- Modernize the spec
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 1.01-18
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index b8fee51..edbca69 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba039288ebf7a343feecacd374da8c1a  Net-SMTP-SSL-1.01.tar.gz
+e67b4d842a51b9a453aeeaeed45fb8e1  Net-SMTP-SSL-1.02.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-SMTP-SSL.git/commit/?h=masterid=686b2f54b5e854086ec07e6f568e8f22cae8c72a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

psabata uploaded Net-SMTP-SSL-1.02.tar.gz for perl-Net-SMTP-SSL

2015-03-27 Thread notifications
e67b4d842a51b9a453aeeaeed45fb8e1  Net-SMTP-SSL-1.02.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Net-SMTP-SSL/Net-SMTP-SSL-1.02.tar.gz/e67b4d842a51b9a453aeeaeed45fb8e1/Net-SMTP-SSL-1.02.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: A proposal for Fedora updates

2015-03-27 Thread Alexander Bokovoy

On Thu, 26 Mar 2015, Kevin Fenzi wrote:

On Thu, 26 Mar 2015 23:15:16 + (UTC)
Bojan Smojver bo...@rexursive.com wrote:


Corey Sheldon sheldon.corey at gmail.com writes:

 those ARE mirror list links the master mirror servers to be exact.

Really not a file distribution problem I'm trying to get at here. If
you check out these two URLs:

https://admin.fedoraproject.org/updates/FEDORA-2015-4457/kernel-3.19.2-201.fc21
https://admin.fedoraproject.org/updates/FEDORA-2015-4600/firefox-36.0.4-1.fc21

You will see what I'm talking about. It takes several days for RPMs
to move from pending to actual something status.


Normally that is not the case.

However, this week we have had a pile of issues getting updates to
push out.

Finally the push Dennis started on Tuesday went out today.

He's doing another one now and hopefully we will be back on track.

If you wish to test something before it's fully pushed to testing, you
can download it directly from the buildsystem via the web interface,
koji command line or bodhi client command line.

Any way to get the push actually working? I've submitted yesterday a
security update mid day EST for F21 and F22 and it is not yet even
considered for a push ~14-15 hours after. 


https://admin.fedoraproject.org/updates/freeipa-4.1.4-1.fc21,slapi-nis-0.54.2-1.fc21
https://admin.fedoraproject.org/updates/freeipa-4.1.4-1.fc22,slapi-nis-0.54.2-1.fc22

--
/ Alexander Bokovoy
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

pghmcfc uploaded Data-Tumbler-0.010.tar.gz for perl-Data-Tumbler

2015-03-27 Thread notifications
24d7c87e952894eab95a4ba6bef42f3b  Data-Tumbler-0.010.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Data-Tumbler/Data-Tumbler-0.010.tar.gz/24d7c87e952894eab95a4ba6bef42f3b/Data-Tumbler-0.010.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-Data-Tumbler (master). Update to 0.010 (..more)

2015-03-27 Thread notifications
From de9ed877b2c062857424e2631d5755e404db48bb Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 27 Mar 2015 12:01:54 +
Subject: Update to 0.010

- New upstream release 0.010
  - Relax minimum perl to 5.6 since it runs fine in LMU on 5.6
  - Add POD sections for author, support, copyright, ...
  - Fix tests for $]  5.008

diff --git a/perl-Data-Tumbler.spec b/perl-Data-Tumbler.spec
index ddb5388..875a6ad 100644
--- a/perl-Data-Tumbler.spec
+++ b/perl-Data-Tumbler.spec
@@ -1,5 +1,5 @@
 Name:  perl-Data-Tumbler
-Version:   0.008
+Version:   0.010
 Release:   1%{?dist}
 Summary:   Dynamic generation of nested combinations
 License:   GPL+ or Artistic
@@ -67,6 +67,12 @@ make test
 %{_mandir}/man3/Data::Tumbler.3*
 
 %changelog
+* Fri Mar 27 2015 Paul Howarth p...@city-fan.org - 0.010-1
+- Update to 0.010
+  - Relax minimum perl to 5.6 since it runs fine in LMU on 5.6
+  - Add POD sections for author, support, copyright, ...
+  - Fix tests for $]  5.008
+
 * Tue Jan  6 2015 Paul Howarth p...@city-fan.org - 0.008-1
 - Update to 0.008
   - Reflect CPAN RT#100805 recommendation in LICENSE
diff --git a/sources b/sources
index 8ca63db..c96c2d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a58a827922a44c8e405f1907d510b02  Data-Tumbler-0.008.tar.gz
+24d7c87e952894eab95a4ba6bef42f3b  Data-Tumbler-0.010.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Data-Tumbler.git/commit/?h=masterid=de9ed877b2c062857424e2631d5755e404db48bb
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: A proposal for Fedora updates

2015-03-27 Thread Alexander Bokovoy

On Fri, 27 Mar 2015, Kevin Fenzi wrote:

On Fri, 27 Mar 2015 10:42:07 +0200
Alexander Bokovoy aboko...@redhat.com wrote:


Any way to get the push actually working? I've submitted yesterday a
security update mid day EST for F21 and F22 and it is not yet even
considered for a push ~14-15 hours after.

https://admin.fedoraproject.org/updates/freeipa-4.1.4-1.fc21,slapi-nis-0.54.2-1.fc21
https://admin.fedoraproject.org/updates/freeipa-4.1.4-1.fc22,slapi-nis-0.54.2-1.fc22


Please see my long post eariler in the thread about this.

There is a f21 texlive update pending. As soon as thats signed things
will get pushed.

Sorry we can't push things as fast as you would like.

We could drop drpms?

Or i386 and multilib?

My primary worry is CVE handling. These delays are not helping in
getting security fixes delivered. I'm not fighting for dropping certain
type of content but rather for prioritization.

--
/ Alexander Bokovoy
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: [GSoC'15] Btrfs content-based-storage mode

2015-03-27 Thread Michael Catanzaro
On Thu, 2015-03-26 at 22:30 -0400, harshad shirwadkar wrote:
 Thanks, and I am on top of it. Will post here, once I upload it to
 Google Melange.

Hopefully you've done this already, but if not make sure you do so
*today* as today is the deadline, and if your application isn't in
Melange you haven't applied.


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1199543] perl-DBI ships with a module released under Artistic (only) license

2015-03-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1199543

Martin Kyral mky...@redhat.com changed:

   What|Removed |Added

 CC||mky...@redhat.com
 QA Contact|qe-baseos-a...@redhat.com   |mky...@redhat.com



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-Data-Tumbler (perl-Data-Tumbler-0.010-1.fc22). Update to 0.010 (..more)

2015-03-27 Thread notifications
From de9ed877b2c062857424e2631d5755e404db48bb Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 27 Mar 2015 12:01:54 +
Subject: Update to 0.010

- New upstream release 0.010
  - Relax minimum perl to 5.6 since it runs fine in LMU on 5.6
  - Add POD sections for author, support, copyright, ...
  - Fix tests for $]  5.008

diff --git a/perl-Data-Tumbler.spec b/perl-Data-Tumbler.spec
index ddb5388..875a6ad 100644
--- a/perl-Data-Tumbler.spec
+++ b/perl-Data-Tumbler.spec
@@ -1,5 +1,5 @@
 Name:  perl-Data-Tumbler
-Version:   0.008
+Version:   0.010
 Release:   1%{?dist}
 Summary:   Dynamic generation of nested combinations
 License:   GPL+ or Artistic
@@ -67,6 +67,12 @@ make test
 %{_mandir}/man3/Data::Tumbler.3*
 
 %changelog
+* Fri Mar 27 2015 Paul Howarth p...@city-fan.org - 0.010-1
+- Update to 0.010
+  - Relax minimum perl to 5.6 since it runs fine in LMU on 5.6
+  - Add POD sections for author, support, copyright, ...
+  - Fix tests for $]  5.008
+
 * Tue Jan  6 2015 Paul Howarth p...@city-fan.org - 0.008-1
 - Update to 0.008
   - Reflect CPAN RT#100805 recommendation in LICENSE
diff --git a/sources b/sources
index 8ca63db..c96c2d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a58a827922a44c8e405f1907d510b02  Data-Tumbler-0.008.tar.gz
+24d7c87e952894eab95a4ba6bef42f3b  Data-Tumbler-0.010.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Data-Tumbler.git/commit/?h=perl-Data-Tumbler-0.010-1.fc22id=de9ed877b2c062857424e2631d5755e404db48bb
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-Data-Tumbler (perl-Data-Tumbler-0.010-1.fc23). Update to 0.010 (..more)

2015-03-27 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-Data-Tumbler.git/commit/?h=perl-Data-Tumbler-0.010-1.fc23id=de9ed877b2c062857424e2631d5755e404db48bb
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: A proposal for Fedora updates

2015-03-27 Thread Kevin Fenzi
On Thu, 26 Mar 2015 23:55:31 + (UTC)
Bojan Smojver bo...@rexursive.com wrote:

 M. Edward (Ed) Borasky znmeb at znmeb.net writes:
 
  As a bleeding-edge user I'd be in favor of this, although I thought
  that was what 'updates-testing' was.
 
 Maybe I'm misunderstanding how things work, but I think every package
 in updates-testing is signed by a human, on an offline machine
 (i.e. someone has to walk the RPM to it using physical media, sign it
 and then bring it back and upload it), which may be causing some of
 these delays. So, I was thinking of a more relaxed signing key, which
 would used directly by the build system after people build the
 packages. Virus and malware scanning at this point would be useful,
 of course, but would not catch everything - that's for sure.
 
 PS. Apologies if the above is misinformation. Going from memory here,
 from the days of that Fedora compromise a few years ago.

This is indeed not really correct. ;) 

Let me go over the current process and what takes time: 

* releng person gathers list of pending update requests from bodhi.
  (a few minutes)

* releng person looks over list for anything out of the ordinary or
  off. (another few minutes)

* releng person tells sigul to sign that list of packages and write out
  the signed ones in koji. The releng person talks to the sigul bridge
  and the sigul vault (which is not reachable via ssh) talks to the
  bridge.

  The time here varies a lot. On a normal day it wouldn't take that
  long. If there are updates to some packages with tons of subpackages
  (like texlive that has 5000 or so, root with 1000s, or a kde or gnome
  'mega' update with 1000 or so) it will take longer. One big
  bottleneck here is that sigul has a 'batch mode' that allows you to
  tell it to sign a bunch of rpms at once, but it locks up often, so we
  can't really use it. Which means we need to run it one at a time mode
  where it makes a connection, does a bunch of handshaking, signs 1 rpm
  and tears it all down. I recently looked and this 1 at a time mode
  gets us about 20rpms/minute or so (of course this also varies when
  you have a rpm thats like texlive src.rpm or webkitgtk4-debuginfo or
  0ad thats gigantic it takes a while to transfer the rpm around).
  Batch mode would get us around 100/minute or more. We have some
  Google Summer Of Code proposals to work on sigul and hopefully solve
  this lockup issue. So, this step could take a hour or several hours. 

* Once all packages are signed, releng person again asks bodhi for a
  list of pending updates, and of course since our updates flow is set
  to 11, there's a bunch more now. So, repeat the first 3 steps above
  until you manage to get everything signed and ready. Usually this
  repeat gets smaller and smaller as you catch up to new submissions.
  So, usually takes just 15min or something. (unless there's texlive or
  the like).

* The push is started in bodhi. When we are not in freeze we typically
  just do all the branches at once. This allows for less babysitting
  time needed and ensures a common blob of packages go out (ie, if we
  only did f22 then f21, there could be a newer update in f21 submitted
  after we did f22 and cause update path issues, etc). (a few minutes)
  So, currently thats f22, f21, f20. 

* bodhi fires off (one at a time) mashes for each of the repos. This is
  the step that takes by far the most time and wouldn't really be
  helped by having another repo. mash in turn: gathers all the
  packages from koji, checks signatures, makes drpms, does multilib for
  x86_64, etc. 
  
  Part of the problem here is people don't realize how vast our pile of
  updates is. Just in terms of disk: 

141G/mnt/koji/mash/updates/f20-updates-150326.1141/f20-updates
35G 
/mnt/koji/mash/updates/f20-updates-testing-150325.1649/f20-updates-testing
87G /mnt/koji/mash/updates/f21-updates-150324.2207/f21-updates
33G 
/mnt/koji/mash/updates/f21-updates-testing-150325.1806/f21-updates-testing
60G 
/mnt/koji/mash/updates/f22-updates-testing-150325.1444/f22-updates-testing

  In terms of files: 

/mnt/koji/mash/updates/f20-updates-150326.1141/f20-updates: 159131
/mnt/koji/mash/updates/f20-updates-testing-150325.1649/f20-updates-testing:58444
/mnt/koji/mash/updates/f21-updates-150324.2207/f21-updates:65604
/mnt/koji/mash/updates/f21-updates-testing-150325.1806/f21-updates-testing:15223
/mnt/koji/mash/updates/f22-updates-testing-150325.1444/f22-updates-testing:33378

  The things that would help us here would be: 

  bodhi2 finally landing, as it has support for doing multithreaded
  mashing and could thus fire off mashes for all the repos at once (or
  some subset of them as needed), which would give us parallel instead
  of serial. 

  We landed support in rawhide/f22 composes for doing multithreading on
  drpm creation. I'm not sure thats enabled for f20/f21 or how hard it
  would be to do so in bodhi1, but that might be a win if we can do it. 

  Less updates or no 

pghmcfc pushed to perl-Data-Tumbler (f22). Update to 0.010 (..more)

2015-03-27 Thread notifications
From de9ed877b2c062857424e2631d5755e404db48bb Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 27 Mar 2015 12:01:54 +
Subject: Update to 0.010

- New upstream release 0.010
  - Relax minimum perl to 5.6 since it runs fine in LMU on 5.6
  - Add POD sections for author, support, copyright, ...
  - Fix tests for $]  5.008

diff --git a/perl-Data-Tumbler.spec b/perl-Data-Tumbler.spec
index ddb5388..875a6ad 100644
--- a/perl-Data-Tumbler.spec
+++ b/perl-Data-Tumbler.spec
@@ -1,5 +1,5 @@
 Name:  perl-Data-Tumbler
-Version:   0.008
+Version:   0.010
 Release:   1%{?dist}
 Summary:   Dynamic generation of nested combinations
 License:   GPL+ or Artistic
@@ -67,6 +67,12 @@ make test
 %{_mandir}/man3/Data::Tumbler.3*
 
 %changelog
+* Fri Mar 27 2015 Paul Howarth p...@city-fan.org - 0.010-1
+- Update to 0.010
+  - Relax minimum perl to 5.6 since it runs fine in LMU on 5.6
+  - Add POD sections for author, support, copyright, ...
+  - Fix tests for $]  5.008
+
 * Tue Jan  6 2015 Paul Howarth p...@city-fan.org - 0.008-1
 - Update to 0.008
   - Reflect CPAN RT#100805 recommendation in LICENSE
diff --git a/sources b/sources
index 8ca63db..c96c2d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a58a827922a44c8e405f1907d510b02  Data-Tumbler-0.008.tar.gz
+24d7c87e952894eab95a4ba6bef42f3b  Data-Tumbler-0.010.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Data-Tumbler.git/commit/?h=f22id=de9ed877b2c062857424e2631d5755e404db48bb
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: A proposal for Fedora updates

2015-03-27 Thread Kevin Fenzi
On Fri, 27 Mar 2015 10:42:07 +0200
Alexander Bokovoy aboko...@redhat.com wrote:

 Any way to get the push actually working? I've submitted yesterday a
 security update mid day EST for F21 and F22 and it is not yet even
 considered for a push ~14-15 hours after. 
 
 https://admin.fedoraproject.org/updates/freeipa-4.1.4-1.fc21,slapi-nis-0.54.2-1.fc21
 https://admin.fedoraproject.org/updates/freeipa-4.1.4-1.fc22,slapi-nis-0.54.2-1.fc22

Please see my long post eariler in the thread about this. 

There is a f21 texlive update pending. As soon as thats signed things
will get pushed. 

Sorry we can't push things as fast as you would like. 

We could drop drpms?

Or i386 and multilib?

kevin


pgpllg8ybNI4T.pgp
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: A proposal for Fedora updates

2015-03-27 Thread Kevin Fenzi
On Fri, 27 Mar 2015 15:03:59 +0200
Alexander Bokovoy aboko...@redhat.com wrote:

 My primary worry is CVE handling. These delays are not helping in
 getting security fixes delivered. I'm not fighting for dropping
 certain type of content but rather for prioritization.

Right, as I noted at the end of that other long mail, there's
discussion about a 'urgent updates' repo for security updates.

The initial thought was that it would just contain 'urgent' level
stuff, not high or moderate, but it's not set in stone yet. 

Also, do realize we have had cases where fixes to security issues were
rushed out and ended up being broken/not really having been tested
because everyone was rushing so much. 

kevin


pgpnomgIGHFQY.pgp
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: A proposal for Fedora updates

2015-03-27 Thread Kalev Lember

On 03/27/2015 01:59 PM, Kevin Fenzi wrote:

We could drop drpms?


Do they have to be generated at the same time as the normal push? Could
maybe do a push, sync it to mirrors, and then a separate process runs
and generates drpms and syncs them out to mirrors separately afterwards?

This would allow speeding up the push, while keeping the drpms. They'd
appear a few hours later than regular rpms, but I doubt that would be
much of an issue.

--
Kalev
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: A proposal for Fedora updates

2015-03-27 Thread Alexander Bokovoy

On Fri, 27 Mar 2015, Kevin Fenzi wrote:

On Fri, 27 Mar 2015 15:03:59 +0200
Alexander Bokovoy aboko...@redhat.com wrote:


My primary worry is CVE handling. These delays are not helping in
getting security fixes delivered. I'm not fighting for dropping
certain type of content but rather for prioritization.


Right, as I noted at the end of that other long mail, there's
discussion about a 'urgent updates' repo for security updates.

The initial thought was that it would just contain 'urgent' level
stuff, not high or moderate, but it's not set in stone yet.

Also, do realize we have had cases where fixes to security issues were
rushed out and ended up being broken/not really having been tested
because everyone was rushing so much.

Is there a way to see if there are going to be huge updates?
Perhaps it would help to plan around pushing relatively more important
updates by seeing what is the load on the machinery. In this particular
case I'm after we have CVEs to publish co-related with RHEL advisory
which went out yesterday so Fedora updates just got into a wave of
texlive, but for future doing FreeIPA releases we may simply see if
moving release a day or two into future would allow us to escape the
wave.

--
/ Alexander Bokovoy
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: [GSoC'15] Btrfs content-based-storage mode

2015-03-27 Thread Corey Sheldon
Deadline is 1900UTC today as Micheal mentioned at time of this email its
 1340UTC

Corey W Sheldon
Freelance IT Consultant, Multi-Discipline Tutor
(p) 310.909.7672
G+: https://www.plus.google.com/+CoreySheldon
LinkedIn: https://www.linkedin.com/profile/view?id=70127804
Github: https://www.github.com/linux-modder
Facebook: https://www.facebook.com/corey.sheldon
Several Communities on Stack Exchange https://www.stackexchange.com

http://www.facebook.com/1stclassmobileshine

Tutoring in person or via any of the following platforms:
HackHands https://www.hackhands.com
Wizpert https://www.wizperts.com
FieldNation https://www.fieldnation.com
AirPair https://www.airpair.com
TrueLancer

{PayPal,Google Wallet/Play store, Apple Pay}
-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1

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
=v6Cq
-END PGP PUBLIC KEY BLOCK-





On Fri, Mar 27, 2015 at 8:10 AM, Michael Catanzaro mcatanz...@gnome.org
wrote:

 On Thu, 2015-03-26 at 22:30 -0400, harshad shirwadkar wrote:
  Thanks, and I am on top of it. Will post here, once I upload it to
  Google Melange.

 Hopefully you've done this already, but if not make sure you do so
 *today* as today is the deadline, and if your application isn't in
 Melange you haven't applied.


 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: 

ppisar uploaded MongoDB-v0.708.0.0.tar.gz for perl-MongoDB

2015-03-27 Thread notifications
72dfd57225f2d0cabdb2ce668473d0da  MongoDB-v0.708.0.0.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-MongoDB/MongoDB-v0.708.0.0.tar.gz/72dfd57225f2d0cabdb2ce668473d0da/MongoDB-v0.708.0.0.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Texlive packaging (Was: A proposal for Fedora updates)

2015-03-27 Thread Jason L Tibbitts III
 KL == Kalev Lember kalevlem...@gmail.com writes:

KL If texlive packaging is causing issues with update pushes, could
KL maybe ask the texlive maintainers to rework the packaging?

The texlive packaging is basically the way they were required to do it
way back when.  It used to be just a big ol' texlive package with only
a few subpackages that bundled up countless different upstream
packages.  Now it's a big ol' texlive srpm that bundles countless
different upstreams, but then splits each of those upstreams into a
subpackage.  A better way from a packaging standpoint, but not the
happiest outcome for our infrastructure folks.

And in a lot of ways it's similar to how Perl works, where there's a big
distribution that contains some stuff, and a bunch of collected
packages which are also available from separate upstreams.  However,
imagine how much the world would hurt if we just had one SRPM for CPAN
with thousands of subpackages.

What texlive needs now is to have a bunch of the packages split out.
They all have separate upstream tarballs and such and most don't change,
well, ever.  But that means a thousand package reviews.  So, fun.  And
every time you split one out you have to re-rev the entire texlive
world.

Even if we split out the largest, uhh, 50 texlive components, that would
still make only a tiny dent in the number of packages that would have to
be mashed when the main texlive package updates.

And from what I've seen, most texlive updaates aren't made due to
changes in some subsidiary texlive package, but becuase of structural
changes to the main texlive package.  And I'm not sure if that would
also require bumping the subsidiary packages.

But, sure, if someone cares about texlive, try to split out one or two
of the major packages.  See how it works and if it helps.  (Though one
package can't really help measurably; you'd have to do a hundred.)  You
can always merge them back in later if it turns out to be a horrible
idea.

 - J
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

spot pushed to perl-UNIVERSAL-can (master). update to 1.20140328

2015-03-27 Thread notifications
From 322860beabd40f58efe3971a662b5a9329a58775 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 13:49:15 -0400
Subject: update to 1.20140328


diff --git a/.gitignore b/.gitignore
index f6a17cf..f4968b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 UNIVERSAL-can-1.15.tar.gz
 /UNIVERSAL-can-1.20120726.tar.gz
+/UNIVERSAL-can-1.20140328.tar.gz
diff --git a/perl-UNIVERSAL-can.spec b/perl-UNIVERSAL-can.spec
index 6f97088..ebf4961 100644
--- a/perl-UNIVERSAL-can.spec
+++ b/perl-UNIVERSAL-can.spec
@@ -1,6 +1,6 @@
 Name:   perl-UNIVERSAL-can
-Version:1.20120726
-Release:6%{?dist}
+Version:1.20140328
+Release:1%{?dist}
 Summary:Hack around people calling UNIVERSAL::can() as a function
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -47,6 +47,9 @@ PERL_RUN_ALL_TESTS=1 make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.20140328-1
+- update to 1.20140328
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.20120726-6
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index bb1adc5..30c8bac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6fd9ece12720615f9f081073dc2aedbb  UNIVERSAL-can-1.20120726.tar.gz
+7b89d16d59f0d27e45b25fd31300334e  UNIVERSAL-can-1.20140328.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-UNIVERSAL-can.git/commit/?h=masterid=322860beabd40f58efe3971a662b5a9329a58775
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot uploaded UNIVERSAL-can-1.20140328.tar.gz for perl-UNIVERSAL-can

2015-03-27 Thread notifications
7b89d16d59f0d27e45b25fd31300334e  UNIVERSAL-can-1.20140328.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-UNIVERSAL-can/UNIVERSAL-can-1.20140328.tar.gz/7b89d16d59f0d27e45b25fd31300334e/UNIVERSAL-can-1.20140328.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot uploaded Tie-IxHash-1.23.tar.gz for perl-Tie-IxHash

2015-03-27 Thread notifications
8393f2ced231533c3e714abad582f291  Tie-IxHash-1.23.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Tie-IxHash/Tie-IxHash-1.23.tar.gz/8393f2ced231533c3e714abad582f291/Tie-IxHash-1.23.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Texlive packaging

2015-03-27 Thread Jason L Tibbitts III
 KL == Kalev Lember kalevlem...@gmail.com writes:

KL What do you mean with were required to ?

There were many discussions during and after the big texlive license
audit as to how to properly package the software.  I can no longer
remember exact dates because it's been a while; maybe someone else has a
better memory.

Personally I preferred the thousand package review scenario, but that
never happened.  Having a small number of subpackages, however, was
never really something we on the packaging committee, at least, would
have allowed.  But after that, we had no real input on how the actual
package was structured.  It certainly could have been done in a better
manner than a 16MB, machine generated spec.  Intervention there would
have to have been made by the package reviewer, and that didn't happen.

 - J
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

spot pushed to perl-UNIVERSAL-can (f22). update to 1.20140328

2015-03-27 Thread notifications
From 98dcaeb259caa6e1384ac8f8f830138a71b56fbf Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 13:50:07 -0400
Subject: update to 1.20140328


diff --git a/perl-UNIVERSAL-can.spec b/perl-UNIVERSAL-can.spec
index 6f97088..ebf4961 100644
--- a/perl-UNIVERSAL-can.spec
+++ b/perl-UNIVERSAL-can.spec
@@ -1,6 +1,6 @@
 Name:   perl-UNIVERSAL-can
-Version:1.20120726
-Release:6%{?dist}
+Version:1.20140328
+Release:1%{?dist}
 Summary:Hack around people calling UNIVERSAL::can() as a function
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -47,6 +47,9 @@ PERL_RUN_ALL_TESTS=1 make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.20140328-1
+- update to 1.20140328
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.20120726-6
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index bb1adc5..30c8bac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6fd9ece12720615f9f081073dc2aedbb  UNIVERSAL-can-1.20120726.tar.gz
+7b89d16d59f0d27e45b25fd31300334e  UNIVERSAL-can-1.20140328.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-UNIVERSAL-can.git/commit/?h=f22id=98dcaeb259caa6e1384ac8f8f830138a71b56fbf
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: A proposal for Fedora updates

2015-03-27 Thread Kevin Fenzi
On Fri, 27 Mar 2015 15:40:44 +0200
Alexander Bokovoy aboko...@redhat.com wrote:

 Is there a way to see if there are going to be huge updates?

Not that I know of. We have something like 1500 package maintainers and
~17,000 packages. Some of them are large, some of them update more
often than others, etc. 

 Perhaps it would help to plan around pushing relatively more important
 updates by seeing what is the load on the machinery. In this
 particular case I'm after we have CVEs to publish co-related with
 RHEL advisory which went out yesterday so Fedora updates just got
 into a wave of texlive, but for future doing FreeIPA releases we may
 simply see if moving release a day or two into future would allow us
 to escape the wave.

Yeah, I'm not sure how to coordinate that. I guess we could ask
maintainers of those large packages to tell us when they are going to
update... or ask them to do their builds and wait a few days before
submitting the update (as then you could just watch for fedmsg on
them). 

However, I'll note that the recent texlive updates were security as
well. ;) 

kevin


pgp73HRs3vpwo.pgp
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Texlive packaging (Was: A proposal for Fedora updates)

2015-03-27 Thread Kalev Lember
On 03/27/2015 05:49 PM, Jason L Tibbitts III wrote:
 KL == Kalev Lember kalevlem...@gmail.com writes:
 
 KL If texlive packaging is causing issues with update pushes, could
 KL maybe ask the texlive maintainers to rework the packaging?
 
 The texlive packaging is basically the way they were required to do it
 way back when.

What do you mean with were required to ?

 It used to be just a big ol' texlive package with only
 a few subpackages that bundled up countless different upstream
 packages.  Now it's a big ol' texlive srpm that bundles countless
 different upstreams, but then splits each of those upstreams into a
 subpackage.  A better way from a packaging standpoint, but not the
 happiest outcome for our infrastructure folks.

I strongly disagree that it's better from a packaging standpoint. I
tried to open texlive spec file in Firefox earlier and it just froze up,
trying to load the 16 MB file. This is a good example how to not do
packaging. It just scares away anyone from touching the spec file.

Debian seems to have found a nice middle ground, where they have 4
source packages, each producing a small number of binary packages
(that's the number in parenthesis):

https://packages.debian.org/source/jessie/texlive-base (20)
https://packages.debian.org/source/jessie/texlive-bin (8)
https://packages.debian.org/source/jessie/texlive-extra (24)
https://packages.debian.org/source/jessie/texlive-lang (61)

-- 
Kalev
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Texlive packaging

2015-03-27 Thread Matthew Miller
On Fri, Mar 27, 2015 at 12:34:58PM -0500, Jason L Tibbitts III wrote:
 Personally I preferred the thousand package review scenario, but that
 never happened.  Having a small number of subpackages, however, was
 never really something we on the packaging committee, at least, would
 have allowed.  But after that, we had no real input on how the actual
 package was structured.  It certainly could have been done in a better
 manner than a 16MB, machine generated spec.  Intervention there would
 have to have been made by the package reviewer, and that didn't happen.

Basically, this is an end-run around the requirement of doing
individual package reviews for a zillion completely separate packages,
right?

Since this approach really has disproportionately large negative impact
on the rest of the distro, it seems like we should find a better way.
(Maybe even a separate texlive repo and git branches, still hosted by
Fedora and built in koji, but allowing machine-generated CTAN packages?

-- 
Matthew Miller
mat...@fedoraproject.org
Fedora Project Leader
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

spot pushed to perl-Tie-IxHash (master). update to 1.23

2015-03-27 Thread notifications
From e14033e98ac81a8264994d4965d0ec8bcf58bee5 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 13:52:51 -0400
Subject: update to 1.23


diff --git a/.gitignore b/.gitignore
index edea83c..5eac017 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Tie-IxHash-1.22.tar.gz
+/Tie-IxHash-1.23.tar.gz
diff --git a/perl-Tie-IxHash.spec b/perl-Tie-IxHash.spec
index 0c1e502..0556f2f 100644
--- a/perl-Tie-IxHash.spec
+++ b/perl-Tie-IxHash.spec
@@ -1,13 +1,12 @@
 Name:   perl-Tie-IxHash
-Version:1.22
-Release:17%{?dist}
+Version:1.23
+Release:1%{?dist}
 Summary:Ordered associative arrays for Perl
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Tie-IxHash/
 Source0:
http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Tie-IxHash-%{version}.tar.gz
-Patch0: Tie-IxHash-1.22-Makefile.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
@@ -28,9 +27,6 @@ familiar perl array operations can also be performed on the 
IxHash.
 %prep
 %setup -q -n Tie-IxHash-%{version}
 
-# Fix Makefile.PL to work with old ExtUtils::MakeMaker versions
-%patch0 -p1
-
 # Fix line endings
 sed -i -e 's/\r$//' Changes README
 
@@ -64,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.23-1
+- update to 1.23
+
 * Sun Sep 07 2014 Jitka Plesnikova jples...@redhat.com - 1.22-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 9c86543..12b9266 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aae2e62df7e016fd3e8fdaaea71b0b41  Tie-IxHash-1.22.tar.gz
+8393f2ced231533c3e714abad582f291  Tie-IxHash-1.23.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tie-IxHash.git/commit/?h=masterid=e14033e98ac81a8264994d4965d0ec8bcf58bee5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Tie-IxHash (f22). update to 1.23

2015-03-27 Thread notifications
From 5f57c12a30d3b59c42805be0f9f302f43e74835b Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 13:55:39 -0400
Subject: update to 1.23


diff --git a/perl-Tie-IxHash.spec b/perl-Tie-IxHash.spec
index 0c1e502..0556f2f 100644
--- a/perl-Tie-IxHash.spec
+++ b/perl-Tie-IxHash.spec
@@ -1,13 +1,12 @@
 Name:   perl-Tie-IxHash
-Version:1.22
-Release:17%{?dist}
+Version:1.23
+Release:1%{?dist}
 Summary:Ordered associative arrays for Perl
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Tie-IxHash/
 Source0:
http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Tie-IxHash-%{version}.tar.gz
-Patch0: Tie-IxHash-1.22-Makefile.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
@@ -28,9 +27,6 @@ familiar perl array operations can also be performed on the 
IxHash.
 %prep
 %setup -q -n Tie-IxHash-%{version}
 
-# Fix Makefile.PL to work with old ExtUtils::MakeMaker versions
-%patch0 -p1
-
 # Fix line endings
 sed -i -e 's/\r$//' Changes README
 
@@ -64,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.23-1
+- update to 1.23
+
 * Sun Sep 07 2014 Jitka Plesnikova jples...@redhat.com - 1.22-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 9c86543..12b9266 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aae2e62df7e016fd3e8fdaaea71b0b41  Tie-IxHash-1.22.tar.gz
+8393f2ced231533c3e714abad582f291  Tie-IxHash-1.23.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tie-IxHash.git/commit/?h=f22id=5f57c12a30d3b59c42805be0f9f302f43e74835b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: A proposal for Fedora updates

2015-03-27 Thread Sérgio Basto
On Sex, 2015-03-27 at 09:06 +1100, Bojan Smojver wrote:
 Hi there,
 
 I've been a bit perplexed by the Fedora updates recently (talking about
 F-21 specifically). Many of them appear to be obsolete the moment they
 hit stable, sometimes even testing.
 
 Take the kernel, for instance. 3.19.2-201.fc21 replaced the previous
 build in bodhi on the 24th. It is still not in testing as I'm writing
 this (although the updates system says it is). Take Firefox. Submitted
 on 23rd, took 3 days to appear anywhere where regular folks can test
 it (which is actually stable). Then there are updates (e.g. dovecot)
 that have been built in koji, but appear nowhere, probably because
 person that built it forgot to submit it.
 
 Can we create a fedora-updates-newbuild repo or something, which would
 have a different key used for signing (i.e. not the one where a human
 does the signing) and could be accessed using yum pretty much
 immediately after the build has been created and flagged to go into this
 repo if it succeeds?
 
 So, something like:
 
 fedpkg build --push-to-newbuild
 
 Stoopid? Irrelevant? Exists but I'm not aware of it?

as I point out here [1] , I think: The push to testing should be more
quickly than push to stable. Also if we got a faster push to testing we
can also do another rule: Can't push to stable without push to testing
first .  

[1]
https://lists.fedoraproject.org/pipermail/devel/2015-February/207667.html


Best regards,
-- 
Sérgio M. B.

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

spot uploaded Wx-0.9927.tar.gz for perl-Wx

2015-03-27 Thread notifications
ef05f2f1fc0c3ccb1d4d1aa3896196f9  Wx-0.9927.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Wx/Wx-0.9927.tar.gz/ef05f2f1fc0c3ccb1d4d1aa3896196f9/Wx-0.9927.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Wx (master). 0.9927

2015-03-27 Thread notifications
From 7eefddd5538224f20c53721bfdcb45c88bfa9d8c Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 11:42:14 -0400
Subject: 0.9927


diff --git a/.gitignore b/.gitignore
index 5f00b0e..7dacbba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ Wx-0.92.tar.gz
 /Wx-0.9922.tar.gz
 /Wx-0.9923.tar.gz
 /Wx-0.9926.tar.gz
+/Wx-0.9927.tar.gz
diff --git a/perl-Wx.spec b/perl-Wx.spec
index d10dbaa..7fd597d 100644
--- a/perl-Wx.spec
+++ b/perl-Wx.spec
@@ -11,14 +11,13 @@
 # cat provides.txt | uniq | sort -n
 
 Name:   perl-Wx
-Version:0.9926
+Version:0.9927
 Release:1%{?dist}
 Summary:Interface to the wxWidgets cross-platform GUI toolkit
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Wx/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MD/MDOOTSON/Wx-%{version}.tar.gz
-Patch0:perl-Wx-0.9926-no-wxComboBox-RemoveSelection.patch
 BuildRequires:  wxGTK-devel
 BuildRequires:  perl(Alien::wxWidgets) = 0.25
 BuildRequires:  perl(Data::Dumper)
@@ -82,7 +81,6 @@ Provides: perl(Wx::CHMHelpController)
 Provides: perl(Wx::Choice)
 Provides: perl(Wx::Choicebook)
 Provides: perl(Wx::ClassInfo)
-Provides: perl(Wx::ClassInfo)
 Provides: perl(Wx::Client)
 Provides: perl(Wx::ClientDC)
 Provides: perl(Wx::Clipboard)
@@ -194,14 +192,12 @@ Provides: perl(Wx::FindReplaceData)
 Provides: perl(Wx::FindReplaceDialog)
 Provides: perl(Wx::FlagsProperty)
 Provides: perl(Wx::FlexGridSizer)
-Provides: perl(Wx::FlexGridSizer)
 Provides: perl(Wx::FloatProperty)
 Provides: perl(Wx::FocusEvent)
 Provides: perl(Wx::Font)
 Provides: perl(Wx::FontData)
 Provides: perl(Wx::FontDialog)
 Provides: perl(Wx::FontEnumerator)
-Provides: perl(Wx::FontEnumerator)
 Provides: perl(Wx::FontMapper)
 Provides: perl(Wx::FontPickerCtrl)
 Provides: perl(Wx::FontPickerEvent)
@@ -227,7 +223,6 @@ Provides: perl(Wx::GraphicsPen)
 Provides: perl(Wx::GraphicsRenderer)
 Provides: perl(Wx::Grid)
 Provides: perl(Wx::GridBagSizer)
-Provides: perl(Wx::GridBagSizer)
 Provides: perl(Wx::GridCellAttr)
 Provides: perl(Wx::GridCellAutoWrapStringEditor)
 Provides: perl(Wx::GridCellAutoWrapStringRenderer)
@@ -298,7 +293,6 @@ Provides: perl(Wx::Image)
 Provides: perl(Wx::ImageFileProperty)
 Provides: perl(Wx::ImageHandler)
 Provides: perl(Wx::ImageList)
-Provides: perl(Wx::ImageList)
 Provides: perl(Wx::IndividualLayoutConstraint)
 Provides: perl(Wx::InfoBar)
 Provides: perl(Wx::InitDialogEvent)
@@ -309,8 +303,6 @@ Provides: perl(Wx::IPaddress)
 Provides: perl(Wx::IPV4address)
 Provides: perl(Wx::IPV6address)
 Provides: perl(Wx::ItemContainer)
-Provides: perl(Wx::ItemContainer)
-Provides: perl(Wx::ItemContainerImmutable)
 Provides: perl(Wx::ItemContainerImmutable)
 Provides: perl(Wx::JoystickEvent)
 Provides: perl(Wx::JPEGHandler)
@@ -410,7 +402,6 @@ Provides: perl(Wx::PGVIterator)
 Provides: perl(Wx::PGWindowList)
 Provides: perl(Wx::PickerBase)
 Provides: perl(Wx::PlArtProvider)
-Provides: perl(Wx::PlArtProvider)
 Provides: perl(Wx::PlCommand)
 Provides: perl(Wx::PlCommandEvent)
 Provides: perl(Wx::PlDataObjectSimple)
@@ -456,7 +447,6 @@ Provides: perl(Wx::PrintDialogData)
 Provides: perl(Wx::Printer)
 Provides: perl(Wx::PrinterDC)
 Provides: perl(Wx::PrintFactory)
-Provides: perl(Wx::PrintFactory)
 Provides: perl(Wx::Printout)
 Provides: perl(Wx::PrintPaperDatabase)
 Provides: perl(Wx::PrintPaperType)
@@ -467,7 +457,6 @@ Provides: perl(Wx::ProgressDialog)
 Provides: perl(Wx::PropertyAccessor)
 Provides: perl(Wx::PropertyCategory)
 Provides: perl(Wx::PropertyGrid)
-Provides: perl(Wx::PropertyGrid)
 Provides: perl(Wx::PropertyGridEvent)
 Provides: perl(Wx::PropertyGridHitTestResult)
 Provides: perl(Wx::PropertyGridIterator)
@@ -543,8 +532,6 @@ Provides: perl(Wx::SingleInstanceChecker)
 Provides: perl(Wx::Size)
 Provides: perl(Wx::SizeEvent)
 Provides: perl(Wx::Sizer)
-Provides: perl(Wx::Sizer)
-Provides: perl(Wx::SizerItem)
 Provides: perl(Wx::SizerItem)
 Provides: perl(Wx::Slider)
 Provides: perl(Wx::SockAddress)
@@ -586,7 +573,6 @@ Provides: perl(Wx::TextAttrEx)
 Provides: perl(Wx::TextCtrl)
 Provides: perl(Wx::TextCtrlBase)
 Provides: perl(Wx::TextCtrlIface)
-Provides: perl(Wx::TextCtrlIface)
 Provides: perl(Wx::TextDataObject)
 Provides: perl(Wx::TextDropTarget)
 Provides: perl(Wx::TextEntryDialog)
@@ -624,13 +610,9 @@ Provides: perl(Wx::UpdateUIEvent)
 Provides: perl(Wx::URLDataObject)
 Provides: perl(Wx::Validator)
 Provides: perl(Wx::VarHScrollHelper)
-Provides: perl(Wx::VarHScrollHelper)
-Provides: perl(Wx::VarHVScrollHelper)
 Provides: perl(Wx::VarHVScrollHelper)
 Provides: perl(Wx::Variant)
 Provides: perl(Wx::VarScrollHelperBase)
-Provides: perl(Wx::VarScrollHelperBase)
-Provides: perl(Wx::VarVScrollHelper)
 Provides: perl(Wx::VarVScrollHelper)
 Provides: perl(Wx::VideoMode)
 Provides: perl(Wx::View)
@@ -673,7 +655,6 @@ you can download it from http://wxperl.sourceforge.net/.
 
 %prep
 %setup -q -n 

[Bug 1206423] perl-Wx-0.9927 is available

2015-03-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1206423

Tom spot Callaway tcall...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2015-03-27 11:42:41



--- Comment #2 from Tom spot Callaway tcall...@redhat.com ---
0.9927 in rawhide.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: A proposal for Fedora updates

2015-03-27 Thread Kalev Lember
On 03/27/2015 05:22 PM, Kevin Fenzi wrote:
 However, I'll note that the recent texlive updates were security as
 well. ;) 

If texlive packaging is causing issues with update pushes, could maybe
ask the texlive maintainers to rework the packaging?

Right now texlive has a 16 MB (!) spec file, producing a total of 5160
binary rpms each build.

-- 
Kalev
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: A proposal for Fedora updates

2015-03-27 Thread Jason L Tibbitts III
 KF == Kevin Fenzi ke...@scrye.com writes:

KF Right, as I noted at the end of that other long mail, there's
KF discussion about a 'urgent updates' repo for security updates.

Why not, when going to mash, mash only updates marked a security and get
those out immediately, then mash everyhing else.  Is there a concern
about dependencies in that case?

 - J
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: [GSoC'15] Btrfs content-based-storage mode

2015-03-27 Thread harshad shirwadkar
Hello,

I applied on Melange yesterday, now I am waiting for mentors.

Thanks,
Harshad.

On Fri, Mar 27, 2015 at 9:40 AM, Corey Sheldon sheldon.co...@gmail.com wrote:
 Deadline is 1900UTC today as Micheal mentioned at time of this email its
 1340UTC

 Corey W Sheldon
 Freelance IT Consultant, Multi-Discipline Tutor
 (p) 310.909.7672
 G+:
 LinkedIn:
 Github:
 Facebook:
 Several Communities on Stack Exchange


 Tutoring in person or via any of the following platforms:
 HackHands
 Wizpert
 FieldNation
 AirPair
 TrueLancer

 {PayPal,Google Wallet/Play store, Apple Pay}
 -BEGIN PGP PUBLIC KEY BLOCK-
 Version: GnuPG v1

 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
 =v6Cq
 -END PGP PUBLIC KEY BLOCK-





 On Fri, Mar 27, 2015 at 8:10 AM, Michael Catanzaro mcatanz...@gnome.org
 wrote:

 On Thu, 2015-03-26 at 22:30 -0400, harshad shirwadkar wrote:
  Thanks, and I am on top of it. Will post here, once I upload it to
  Google Melange.

 Hopefully you've done this already, but if not make sure you do so
 *today* as today is the deadline, and if your application isn't in
 Melange you haven't applied.


 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct



 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
-- 
devel mailing list
devel@lists.fedoraproject.org

Re: A proposal for Fedora updates

2015-03-27 Thread Kevin Fenzi
On Fri, 27 Mar 2015 10:35:50 -0500
Jason L Tibbitts III ti...@math.uh.edu wrote:

  KF == Kevin Fenzi ke...@scrye.com writes:
 
 KF Right, as I noted at the end of that other long mail, there's
 KF discussion about a 'urgent updates' repo for security updates.
 
 Why not, when going to mash, mash only updates marked a security and
 get those out immediately, then mash everyhing else.  Is there a
 concern about dependencies in that case?

Several problems with that (at least): 

* Mash has no ability/code to tell when something is a 'security
  update'. It operates on koji tags. So, I suppose we could make a
  f21-security-updates tag for it to operate on, but that would add a
  bunch of complexity to an already complex process and we would have
  to figure out the movement into and out of that tag, etc. 

* Yes, there's a concern about deps. This is also an issue/concern for
  the 'urgent updates' repo. 

kevin


pgpcCKxVx9rk8.pgp
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: A proposal for Fedora updates

2015-03-27 Thread Kevin Fenzi
On Fri, 27 Mar 2015 14:31:35 +0100
Kalev Lember kalevlem...@gmail.com wrote:

 On 03/27/2015 01:59 PM, Kevin Fenzi wrote:
  We could drop drpms?
 
 Do they have to be generated at the same time as the normal push?
 Could maybe do a push, sync it to mirrors, and then a separate
 process runs and generates drpms and syncs them out to mirrors
 separately afterwards?
 
 This would allow speeding up the push, while keeping the drpms. They'd
 appear a few hours later than regular rpms, but I doubt that would be
 much of an issue.

I'm not sure if this is possible, it might be, it might not. 

The drpm creation is part of the createrepo step inside mash.
I'm not sure if just that part of it could be moved out to something
else or not. 

Might be worth a RFE on the mash trac?

kevin


pgpkDCP0CZEdH.pgp
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

spot pushed to perl-Mail-Box (f22). 2.118

2015-03-27 Thread notifications
From 7141ca82992b6b3bd69225f4391cf456db6be5a2 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:16:26 -0400
Subject: 2.118


diff --git a/perl-Mail-Box.spec b/perl-Mail-Box.spec
index a20138a..a8a80e1 100644
--- a/perl-Mail-Box.spec
+++ b/perl-Mail-Box.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mail-Box
-Version:2.107
-Release:8%{?dist}
+Version:2.118
+Release:1%{?dist}
 Summary:Manage a mailbox, a folder with messages
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -17,7 +17,7 @@ BuildRequires:  perl(Errno), perl(Object::Realize::Later), 
perl(Mail::Address),
 BuildRequires:  perl(Sys::Hostname), perl(Test::More), perl(Test::Harness), 
perl(MIME::Base64)
 BuildRequires:  perl(URI), perl(IO::Scalar), perl(Digest::HMAC_MD5), 
perl(User::Identity)
 BuildRequires:  perl(Time::Zone), perl(Email::Simple), perl(Text::Autoformat)
-BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod), perl(Devel::GlobalDestruction)
 # Email::Abstract requires Mail::Message from this package
 %if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(Email::Abstract)
@@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 2.118-1
+- update to 2.118
+
 * Sun Sep 07 2014 Jitka Plesnikova jples...@redhat.com - 2.107-8
 - Perl 5.20 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index 92f9108..93a5131 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6df8b045f82a3cafc1df4e934f881a2d  Mail-Box-2.107.tar.gz
+aaf4f039d98e8f8feb8d300f34392554  Mail-Box-2.118.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Mail-Box.git/commit/?h=f22id=7141ca82992b6b3bd69225f4391cf456db6be5a2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Lingua-EN-Inflect-Number (f22). update to 1.11

2015-03-27 Thread notifications
From 8c625e28c3355cc1f4feb99ce56729e4492a9a8c Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:18:28 -0400
Subject: update to 1.11


diff --git a/perl-Lingua-EN-Inflect-Number.spec 
b/perl-Lingua-EN-Inflect-Number.spec
index d99e539..1a53754 100644
--- a/perl-Lingua-EN-Inflect-Number.spec
+++ b/perl-Lingua-EN-Inflect-Number.spec
@@ -1,6 +1,6 @@
 Name:   perl-Lingua-EN-Inflect-Number
-Version:1.1
-Release:24%{?dist}
+Version:1.11
+Release:1%{?dist}
 Summary:Force number of words to singular or plural
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.11-1
+- update to 1.11
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.1-24
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 963b574..d5ab4ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bcee940ef603da93e7da11d8eecad409  Lingua-EN-Inflect-Number-1.1.tar.gz
+14856b8dd22585780ac39c7a1fedc260  Lingua-EN-Inflect-Number-1.11.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Lingua-EN-Inflect-Number.git/commit/?h=f22id=8c625e28c3355cc1f4feb99ce56729e4492a9a8c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Lingua-EN-Inflect-Number (master). update to 1.11

2015-03-27 Thread notifications
From 2b6958f5e415924748351ec844b08a52d005c46a Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:18:10 -0400
Subject: update to 1.11


diff --git a/.gitignore b/.gitignore
index a2137f4..a412947 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Lingua-EN-Inflect-Number-1.1.tar.gz
+/Lingua-EN-Inflect-Number-1.11.tar.gz
diff --git a/perl-Lingua-EN-Inflect-Number.spec 
b/perl-Lingua-EN-Inflect-Number.spec
index d99e539..1a53754 100644
--- a/perl-Lingua-EN-Inflect-Number.spec
+++ b/perl-Lingua-EN-Inflect-Number.spec
@@ -1,6 +1,6 @@
 Name:   perl-Lingua-EN-Inflect-Number
-Version:1.1
-Release:24%{?dist}
+Version:1.11
+Release:1%{?dist}
 Summary:Force number of words to singular or plural
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.11-1
+- update to 1.11
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.1-24
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 963b574..d5ab4ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bcee940ef603da93e7da11d8eecad409  Lingua-EN-Inflect-Number-1.1.tar.gz
+14856b8dd22585780ac39c7a1fedc260  Lingua-EN-Inflect-Number-1.11.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Lingua-EN-Inflect-Number.git/commit/?h=masterid=2b6958f5e415924748351ec844b08a52d005c46a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot uploaded IO-CaptureOutput-1.1104.tar.gz for perl-IO-CaptureOutput

2015-03-27 Thread notifications
5c98f4ed8e6aa5237e610b5865f275e9  IO-CaptureOutput-1.1104.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-IO-CaptureOutput/IO-CaptureOutput-1.1104.tar.gz/5c98f4ed8e6aa5237e610b5865f275e9/IO-CaptureOutput-1.1104.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-IO-Interface (f22). update to 1.09

2015-03-27 Thread notifications
From 9636917c7c968688faa0baeb7de3baffed69c1c2 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:24:09 -0400
Subject: update to 1.09


diff --git a/perl-IO-Interface.spec b/perl-IO-Interface.spec
index 445bef0..5c6f817 100644
--- a/perl-IO-Interface.spec
+++ b/perl-IO-Interface.spec
@@ -1,15 +1,12 @@
 Name:   perl-IO-Interface
-Version:1.05
-Release:16%{?dist}
+Version:1.09
+Release:1%{?dist}
 Summary:Perl extension for accessing network card configuration 
information
-
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/IO-Interface/
 Source0:
http://www.cpan.org/authors/id/L/LD/LDS/IO-Interface-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
@@ -19,42 +16,30 @@ be used to retrieve and change information about the network
 interfaces on your system.  In addition to the object-oriented access
 methods, you can use a function-oriented style.
 
-
 %prep
 %setup -q -n IO-Interface-%{version}
 
-
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
-make %{?_smp_mflags}
-
+%{__perl} Build.PL installdirs=vendor optimize=$RPM_OPT_FLAGS
+./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null ';'
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
-make test
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
+./Build test
 
 %files
-%defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README.md
 %{perl_vendorarch}/IO/
 %{perl_vendorarch}/auto/IO/
 %{_mandir}/man3/*.3pm*
 
-
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.09-1
+- update to 1.09
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.05-16
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 339fc99..32def3b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ac2e6bac4d385a01355acea8b6190cc  IO-Interface-1.05.tar.gz
+806f97aff5a7361b6f54cd494f4cc9fd  IO-Interface-1.09.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-Interface.git/commit/?h=f22id=9636917c7c968688faa0baeb7de3baffed69c1c2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-IO-Interface (master). update to 1.09

2015-03-27 Thread notifications
From 80d420a8143983fb0f8b2e804421e00e3e24 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:23:52 -0400
Subject: update to 1.09


diff --git a/.gitignore b/.gitignore
index eb5e82d..315521a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 IO-Interface-1.05.tar.gz
+/IO-Interface-1.09.tar.gz
diff --git a/perl-IO-Interface.spec b/perl-IO-Interface.spec
index 445bef0..5c6f817 100644
--- a/perl-IO-Interface.spec
+++ b/perl-IO-Interface.spec
@@ -1,15 +1,12 @@
 Name:   perl-IO-Interface
-Version:1.05
-Release:16%{?dist}
+Version:1.09
+Release:1%{?dist}
 Summary:Perl extension for accessing network card configuration 
information
-
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/IO-Interface/
 Source0:
http://www.cpan.org/authors/id/L/LD/LDS/IO-Interface-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
@@ -19,42 +16,30 @@ be used to retrieve and change information about the network
 interfaces on your system.  In addition to the object-oriented access
 methods, you can use a function-oriented style.
 
-
 %prep
 %setup -q -n IO-Interface-%{version}
 
-
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
-make %{?_smp_mflags}
-
+%{__perl} Build.PL installdirs=vendor optimize=$RPM_OPT_FLAGS
+./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null ';'
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
-make test
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
+./Build test
 
 %files
-%defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README.md
 %{perl_vendorarch}/IO/
 %{perl_vendorarch}/auto/IO/
 %{_mandir}/man3/*.3pm*
 
-
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.09-1
+- update to 1.09
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.05-16
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 339fc99..32def3b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ac2e6bac4d385a01355acea8b6190cc  IO-Interface-1.05.tar.gz
+806f97aff5a7361b6f54cd494f4cc9fd  IO-Interface-1.09.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-Interface.git/commit/?h=masterid=80d420a8143983fb0f8b2e804421e00e3e24
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-IO-CaptureOutput (f22). update to 1.1104

2015-03-27 Thread notifications
From e17238cf1374caea8e9ef589226c8723ed7c52d1 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:27:09 -0400
Subject: update to 1.1104


diff --git a/perl-IO-CaptureOutput.spec b/perl-IO-CaptureOutput.spec
index 05cb862..d861cab 100644
--- a/perl-IO-CaptureOutput.spec
+++ b/perl-IO-CaptureOutput.spec
@@ -1,6 +1,6 @@
 Name:   perl-IO-CaptureOutput
-Version:1.1102
-Release:13%{?dist}
+Version:1.1104
+Release:1%{?dist}
 Summary:Capture STDOUT/STDERR from sub-processes and XS/C modules
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -15,7 +15,7 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Temp) = 0.16
 # Tests:
-BuildRequires:  perl(File::Spec) = 3.27
+# BuildRequires:  perl(File::Spec) = 3.27
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Test::More) = 0.62
 # Optional test:
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.1104-1
+- update to 1.1104
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 1.1102-13
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 001b3d4..e9636c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-367b3c0eb33a4b600de4009b0445ae0d  IO-CaptureOutput-1.1102.tar.gz
+5c98f4ed8e6aa5237e610b5865f275e9  IO-CaptureOutput-1.1104.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-CaptureOutput.git/commit/?h=f22id=e17238cf1374caea8e9ef589226c8723ed7c52d1
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-IO-CaptureOutput (master). update to 1.1104

2015-03-27 Thread notifications
From 43a9cadb510a2f664c75c06ea4b288b0aca2a1c0 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:26:52 -0400
Subject: update to 1.1104


diff --git a/.gitignore b/.gitignore
index 9e113e9..ce76e69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 IO-CaptureOutput-1.1102.tar.gz
+/IO-CaptureOutput-1.1104.tar.gz
diff --git a/perl-IO-CaptureOutput.spec b/perl-IO-CaptureOutput.spec
index 05cb862..d861cab 100644
--- a/perl-IO-CaptureOutput.spec
+++ b/perl-IO-CaptureOutput.spec
@@ -1,6 +1,6 @@
 Name:   perl-IO-CaptureOutput
-Version:1.1102
-Release:13%{?dist}
+Version:1.1104
+Release:1%{?dist}
 Summary:Capture STDOUT/STDERR from sub-processes and XS/C modules
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -15,7 +15,7 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Temp) = 0.16
 # Tests:
-BuildRequires:  perl(File::Spec) = 3.27
+# BuildRequires:  perl(File::Spec) = 3.27
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Test::More) = 0.62
 # Optional test:
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.1104-1
+- update to 1.1104
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 1.1102-13
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 001b3d4..e9636c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-367b3c0eb33a4b600de4009b0445ae0d  IO-CaptureOutput-1.1102.tar.gz
+5c98f4ed8e6aa5237e610b5865f275e9  IO-CaptureOutput-1.1104.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-CaptureOutput.git/commit/?h=masterid=43a9cadb510a2f664c75c06ea4b288b0aca2a1c0
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Texlive packaging

2015-03-27 Thread Matthew Miller
On Fri, Mar 27, 2015 at 08:28:21PM +0100, drago01 wrote:
 Actually machine generated isn't per se bad  ... it saves a lot of
 effort and should be done more (for other packages too where
 possible).
 Why waste man power for something that can be automated?
 
 As for tex ... we could have a srpm for each one (machine generated
 there is no reason it has to be one srpm) would also mean that only
 the packages where something changes end up getting updated.

Right, as I understand it, the gigantic single SRPM is to avoid the
normal requirement that each individual package have its own manual
review. For thousands of packages, that's quite a burden.

But the workaround, while not violating any specific guidelines,
doesn't _really_ have any more careful individual review of each of its
parts — it's not a gain. And it has negative side-effects.

If FPC would be open to bulk-approving machine-generated individual
spec files (given, say, they're provably all following the template,
which would be reviewed), and rel-eng has some way of bulk-adding the
necessary branches and builds, that really seems like a step forward to
me.

Am I missing something?

 

-- 
Matthew Miller
mat...@fedoraproject.org
Fedora Project Leader
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

spot uploaded Lingua-EN-Inflect-Number-1.11.tar.gz for perl-Lingua-EN-Inflect-Number

2015-03-27 Thread notifications
14856b8dd22585780ac39c7a1fedc260  Lingua-EN-Inflect-Number-1.11.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Lingua-EN-Inflect-Number/Lingua-EN-Inflect-Number-1.11.tar.gz/14856b8dd22585780ac39c7a1fedc260/Lingua-EN-Inflect-Number-1.11.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Mail-Box (master). 2.118

2015-03-27 Thread notifications
From 018e9a9a1146eca5d2d085a9c9fb6c3158d00d74 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:16:07 -0400
Subject: 2.118


diff --git a/.gitignore b/.gitignore
index 7b389e6..f411999 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Mail-Box-2.095.tar.gz
 /Mail-Box-2.097.tar.gz
 /Mail-Box-2.102.tar.gz
 /Mail-Box-2.107.tar.gz
+/Mail-Box-2.118.tar.gz
diff --git a/perl-Mail-Box.spec b/perl-Mail-Box.spec
index a20138a..a8a80e1 100644
--- a/perl-Mail-Box.spec
+++ b/perl-Mail-Box.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mail-Box
-Version:2.107
-Release:8%{?dist}
+Version:2.118
+Release:1%{?dist}
 Summary:Manage a mailbox, a folder with messages
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -17,7 +17,7 @@ BuildRequires:  perl(Errno), perl(Object::Realize::Later), 
perl(Mail::Address),
 BuildRequires:  perl(Sys::Hostname), perl(Test::More), perl(Test::Harness), 
perl(MIME::Base64)
 BuildRequires:  perl(URI), perl(IO::Scalar), perl(Digest::HMAC_MD5), 
perl(User::Identity)
 BuildRequires:  perl(Time::Zone), perl(Email::Simple), perl(Text::Autoformat)
-BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod), perl(Devel::GlobalDestruction)
 # Email::Abstract requires Mail::Message from this package
 %if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(Email::Abstract)
@@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 2.118-1
+- update to 2.118
+
 * Sun Sep 07 2014 Jitka Plesnikova jples...@redhat.com - 2.107-8
 - Perl 5.20 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index 92f9108..93a5131 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6df8b045f82a3cafc1df4e934f881a2d  Mail-Box-2.107.tar.gz
+aaf4f039d98e8f8feb8d300f34392554  Mail-Box-2.118.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Mail-Box.git/commit/?h=masterid=018e9a9a1146eca5d2d085a9c9fb6c3158d00d74
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot uploaded IO-Interface-1.09.tar.gz for perl-IO-Interface

2015-03-27 Thread notifications
806f97aff5a7361b6f54cd494f4cc9fd  IO-Interface-1.09.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-IO-Interface/IO-Interface-1.09.tar.gz/806f97aff5a7361b6f54cd494f4cc9fd/IO-Interface-1.09.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Texlive packaging

2015-03-27 Thread drago01
On Fri, Mar 27, 2015 at 6:46 PM, Matthew Miller
mat...@fedoraproject.org wrote:
 On Fri, Mar 27, 2015 at 12:34:58PM -0500, Jason L Tibbitts III wrote:
 Personally I preferred the thousand package review scenario, but that
 never happened.  Having a small number of subpackages, however, was
 never really something we on the packaging committee, at least, would
 have allowed.  But after that, we had no real input on how the actual
 package was structured.  It certainly could have been done in a better
 manner than a 16MB, machine generated spec.  Intervention there would
 have to have been made by the package reviewer, and that didn't happen.

 Basically, this is an end-run around the requirement of doing
 individual package reviews for a zillion completely separate packages,
 right?

 Since this approach really has disproportionately large negative impact
 on the rest of the distro, it seems like we should find a better way.
 (Maybe even a separate texlive repo and git branches, still hosted by
 Fedora and built in koji, but allowing machine-generated CTAN packages?

Actually machine generated isn't per se bad  ... it saves a lot of
effort and should be done more (for other packages too where
possible).
Why waste man power for something that can be automated?

As for tex ... we could have a srpm for each one (machine generated
there is no reason it has to be one srpm) would also mean that only
the packages where something changes end up getting updated.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

spot uploaded Tie-DBI-1.06.tar.gz for perl-Tie-DBI

2015-03-27 Thread notifications
a163c45daaad78a510c7ec6333545810  Tie-DBI-1.06.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Tie-DBI/Tie-DBI-1.06.tar.gz/a163c45daaad78a510c7ec6333545810/Tie-DBI-1.06.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Text-WikiFormat (master). update to 0.81

2015-03-27 Thread notifications
From 6266a4ca787103af78a813b3a4829176ee08f3ab Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:25:47 -0400
Subject: update to 0.81


diff --git a/.gitignore b/.gitignore
index f5b1bfb..e16e472 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Text-WikiFormat-0.79.tar.gz
+/Text-WikiFormat-0.81.tar.gz
diff --git a/perl-Text-WikiFormat.spec b/perl-Text-WikiFormat.spec
index f71c38a..3448ca9 100644
--- a/perl-Text-WikiFormat.spec
+++ b/perl-Text-WikiFormat.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-WikiFormat
-Version:0.79
-Release:17%{?dist}
+Version:0.81
+Release:1%{?dist}
 Summary:Translate Wiki formatted text into other formats
 
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 0.81-1
+- update to 0.81
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.79-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 238a5a9..d34a8f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f3e888ff898f67332216c4a25523f30  Text-WikiFormat-0.79.tar.gz
+c6c942fbae3483cc660b1ebf7abfd2c6  Text-WikiFormat-0.81.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-WikiFormat.git/commit/?h=masterid=6266a4ca787103af78a813b3a4829176ee08f3ab
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Text-WikiFormat (f22). update to 0.81

2015-03-27 Thread notifications
From 55f9aedcb08d53b920d4bf4edf45590e288dcf21 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:26:09 -0400
Subject: update to 0.81


diff --git a/perl-Text-WikiFormat.spec b/perl-Text-WikiFormat.spec
index f71c38a..3448ca9 100644
--- a/perl-Text-WikiFormat.spec
+++ b/perl-Text-WikiFormat.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-WikiFormat
-Version:0.79
-Release:17%{?dist}
+Version:0.81
+Release:1%{?dist}
 Summary:Translate Wiki formatted text into other formats
 
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 0.81-1
+- update to 0.81
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.79-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 238a5a9..d34a8f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f3e888ff898f67332216c4a25523f30  Text-WikiFormat-0.79.tar.gz
+c6c942fbae3483cc660b1ebf7abfd2c6  Text-WikiFormat-0.81.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-WikiFormat.git/commit/?h=f22id=55f9aedcb08d53b920d4bf4edf45590e288dcf21
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Test-Number-Delta (master). update to 1.06

2015-03-27 Thread notifications
From 8a788827d6fe26c97b671dce9562d28f0c8e2c80 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:35:55 -0400
Subject: update to 1.06


diff --git a/.gitignore b/.gitignore
index 8ce5078..424a416 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-Number-Delta-1.03.tar.gz
+/Test-Number-Delta-1.06.tar.gz
diff --git a/perl-Test-Number-Delta.spec b/perl-Test-Number-Delta.spec
index 8e1b037..a1f9dd8 100644
--- a/perl-Test-Number-Delta.spec
+++ b/perl-Test-Number-Delta.spec
@@ -1,16 +1,13 @@
 Name:   perl-Test-Number-Delta
-Version:1.03
-Release:17%{?dist}
+Version:1.06
+Release:1%{?dist}
 Summary:Compare the difference between numbers against a given 
tolerance
-
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Test-Number-Delta/
 Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Test-Number-Delta-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:  noarch
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::Builder) = 0.32
 BuildRequires:  perl(Test::Builder::Tester) = 1.02
 BuildRequires:  perl(Test::Pod)
@@ -30,32 +27,32 @@ a function for use with Test::Harness.
 
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %check
-AUTHOR_TESTING=1 ./Build test
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+AUTHOR_TESTING=1 make test
 
 
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE Todo
+%doc Changes
+%license LICENSE
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.06-1
+- update to 1.06
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.03-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 5157e66..d3aa5ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17d3eec2d5bbe012c4a797af8e75ae39  Test-Number-Delta-1.03.tar.gz
+f0d420e7f679a0bc593713d21c25f51e  Test-Number-Delta-1.06.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Number-Delta.git/commit/?h=masterid=8a788827d6fe26c97b671dce9562d28f0c8e2c80
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot uploaded Test-Cmd-1.08.tar.gz for perl-Test-Cmd

2015-03-27 Thread notifications
d6de8b9c163dff5c1067162a7993c887  Test-Cmd-1.08.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Cmd/Test-Cmd-1.08.tar.gz/d6de8b9c163dff5c1067162a7993c887/Test-Cmd-1.08.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Template-Toolkit (f22). 2.26

2015-03-27 Thread notifications
From cb648e90f148be8d36bcf1e13f945ef5ecb3b96f Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:52:50 -0400
Subject: 2.26


diff --git a/perl-Template-Toolkit.spec b/perl-Template-Toolkit.spec
index 677ef50..f8794e3 100644
--- a/perl-Template-Toolkit.spec
+++ b/perl-Template-Toolkit.spec
@@ -1,6 +1,6 @@
 Name:   perl-Template-Toolkit
-Version:2.25
-Release:5%{?dist}
+Version:2.26
+Release:1%{?dist}
 Summary:Template processing system
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -104,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 2.26-1
+- update to 2.26
+
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 2.25-5
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 629c551..9c65c51 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-6be78743caf5fafe8de4a17c2d0c72ff  Template-Toolkit-2.25.tar.gz
 434a70bb50915e5c2baf5c3fd6ce673e  TT_v224_html_docs.tar.gz
+4c289856ebee446ebbe2629b24f0734b  Template-Toolkit-2.26.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Template-Toolkit.git/commit/?h=f22id=cb648e90f148be8d36bcf1e13f945ef5ecb3b96f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Template-Toolkit (master). 2.26

2015-03-27 Thread notifications
From 5e1c2148678d38ae5b1cd9348e219dbf817e5092 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:51:38 -0400
Subject: 2.26


diff --git a/.gitignore b/.gitignore
index 861132e..7ac94fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ TT_v222_html_docs.tar.gz
 /Template-Toolkit-2.24.tar.gz
 /TT_v224_html_docs.tar.gz
 /Template-Toolkit-2.25.tar.gz
+/Template-Toolkit-2.26.tar.gz
diff --git a/perl-Template-Toolkit.spec b/perl-Template-Toolkit.spec
index 677ef50..f8794e3 100644
--- a/perl-Template-Toolkit.spec
+++ b/perl-Template-Toolkit.spec
@@ -1,6 +1,6 @@
 Name:   perl-Template-Toolkit
-Version:2.25
-Release:5%{?dist}
+Version:2.26
+Release:1%{?dist}
 Summary:Template processing system
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -104,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 2.26-1
+- update to 2.26
+
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 2.25-5
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 629c551..9c65c51 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-6be78743caf5fafe8de4a17c2d0c72ff  Template-Toolkit-2.25.tar.gz
 434a70bb50915e5c2baf5c3fd6ce673e  TT_v224_html_docs.tar.gz
+4c289856ebee446ebbe2629b24f0734b  Template-Toolkit-2.26.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Template-Toolkit.git/commit/?h=masterid=5e1c2148678d38ae5b1cd9348e219dbf817e5092
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-String-Format (f22). 1.17

2015-03-27 Thread notifications
From 9a9cb4c09f324e72b4a028d3bfd1484bbb1e38dd Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:58:20 -0400
Subject: 1.17


diff --git a/perl-String-Format.spec b/perl-String-Format.spec
index 9ed3df6..479fcc4 100644
--- a/perl-String-Format.spec
+++ b/perl-String-Format.spec
@@ -1,6 +1,6 @@
 Name:   perl-String-Format
-Version:1.16
-Release:15%{?dist}
+Version:1.17
+Release:1%{?dist}
 Summary:Sprintf-like string formatting capabilities with arbitrary 
format definitions
 
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ make test
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.17-1
+- update to 1.17
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.16-15
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 39ec909..3565cd0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c4214b891648bbbf74b3ecf5c8207d8  String-Format-1.16.tar.gz
+5635b975740122bab326ff2186cc97fb  String-Format-1.17.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-String-Format.git/commit/?h=f22id=9a9cb4c09f324e72b4a028d3bfd1484bbb1e38dd
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Net-Domain-TLD (f22). update to 1.73

2015-03-27 Thread notifications
From effbfcda1eafb8d745fa46cdd5e9e8cc1e9dc3e9 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:09:44 -0400
Subject: update to 1.73


diff --git a/perl-Net-Domain-TLD.spec b/perl-Net-Domain-TLD.spec
index 511c1d5..9f4ac5a 100644
--- a/perl-Net-Domain-TLD.spec
+++ b/perl-Net-Domain-TLD.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-Domain-TLD
-Version:1.70
-Release:3%{?dist}
+Version:1.73
+Release:1%{?dist}
 Summary:Work with TLD names
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.73-1
+- update to 1.73
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.70-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index d1a6dab..ebc9c81 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-025709d5c48461ff8b647254ac3cffbc  Net-Domain-TLD-1.70.tar.gz
+cc11bb4afb92c120f43ff62fde07cb8b  Net-Domain-TLD-1.73.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-Domain-TLD.git/commit/?h=f22id=effbfcda1eafb8d745fa46cdd5e9e8cc1e9dc3e9
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Captive portal detection on wired connections - bug or feature?

2015-03-27 Thread Pádraig Brady
On 26/03/15 17:50, Dan Williams wrote:
 On Thu, 2015-03-26 at 18:29 +0200, Alexander Ploumistos wrote:
 On Thu, Mar 26, 2015 at 6:24 PM, Bastien Nocera bnoc...@redhat.com wrote:

 You can edit /etc/NetworkManager/conf.d/20-connectivity-fedora.conf to
 disable it.


 Is there a *proper* way to do that so that there aren't any conflicts with
 future updates, e.g. commenting the lines out, removing/renaming the file,
 setting the interval to 0, etc.?
 
 As Adam implied, you can add your own, higher-numbered file with the
 same options and NM will use those in preference to the Fedora-installed
 one.  See 'man NetworkManager.conf' for specifics.
 
 ---
If a default NetworkManager.conf is provided by your
 distribution's packages, you should not modify it, since your changes
 may get overwritten by
package updates. Instead, you can add additional .conf files to
 the conf.d directory. These will be read in order, with later files
 overriding
earlier ones.
 ---
 
 Sorting of filenames is strcmp()-style, so 90-my-stuff.conf takes
 precedence over 10-bad-stuff.conf.

There are still quite a few unknowns.
To summarise, does this locally disable?

  crudini --set /etc/NetworkManager/conf.d/21-connectivity-local.conf 
connectivity interval 0
  systemctl reload NetworkManager

thanks,
Pádraig.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

spot pushed to perl-Tie-DBI (f22). update to 1.06

2015-03-27 Thread notifications
From 7eaf61fb29e8ae2928d48e84fcf920773901a98f Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:23:02 -0400
Subject: update to 1.06


diff --git a/perl-Tie-DBI.spec b/perl-Tie-DBI.spec
index c13ffba..ba519fe 100644
--- a/perl-Tie-DBI.spec
+++ b/perl-Tie-DBI.spec
@@ -1,6 +1,6 @@
 Name:   perl-Tie-DBI
-Version:1.05
-Release:12%{?dist}
+Version:1.06
+Release:1%{?dist}
 Summary:Tie hashes to DBI relational databases
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.06-1
+- update to 1.06
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 1.05-12
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index ced4dd7..e32f45e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8bef1b1e4db79d1dcc871e87fbc68536  Tie-DBI-1.05.tar.gz
+a163c45daaad78a510c7ec6333545810  Tie-DBI-1.06.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tie-DBI.git/commit/?h=f22id=7eaf61fb29e8ae2928d48e84fcf920773901a98f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot uploaded Text-WikiFormat-0.81.tar.gz for perl-Text-WikiFormat

2015-03-27 Thread notifications
c6c942fbae3483cc660b1ebf7abfd2c6  Text-WikiFormat-0.81.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Text-WikiFormat/Text-WikiFormat-0.81.tar.gz/c6c942fbae3483cc660b1ebf7abfd2c6/Text-WikiFormat-0.81.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot uploaded Text-Template-1.46.tar.gz for perl-Text-Template

2015-03-27 Thread notifications
912ce180e05d99a169f20aaf4fbf8b8f  Text-Template-1.46.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Text-Template/Text-Template-1.46.tar.gz/912ce180e05d99a169f20aaf4fbf8b8f/Text-Template-1.46.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot uploaded Test-MockModule-0.09.tar.gz for perl-Test-MockModule

2015-03-27 Thread notifications
0006964fcda710fcf2832924cdb67546  Test-MockModule-0.09.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-MockModule/Test-MockModule-0.09.tar.gz/0006964fcda710fcf2832924cdb67546/Test-MockModule-0.09.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Test-MockModule (master). update to 0.09

2015-03-27 Thread notifications
From 4046004494803386deba4b6351a9fa002c3bd6d9 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:41:25 -0400
Subject: update to 0.09


diff --git a/.gitignore b/.gitignore
index 59f55b3..94deb53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-MockModule-0.05.tar.gz
+/Test-MockModule-0.09.tar.gz
diff --git a/perl-Test-MockModule.spec b/perl-Test-MockModule.spec
index f20e320..44becdb 100644
--- a/perl-Test-MockModule.spec
+++ b/perl-Test-MockModule.spec
@@ -1,16 +1,15 @@
 Name:   perl-Test-MockModule
-Version:0.05
-Release:22%{?dist}
+Version:0.09
+Release:1%{?dist}
 Summary:Override subroutines in a module for unit testing
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Test-MockModule/
 Source0:
http://search.cpan.org/CPAN/authors/id/S/SI/SIMONFLK/Test-MockModule-%{version}.tar.gz
-
 BuildArch:  noarch
 BuildRequires:  perl(CGI)
 BuildRequires:  perl(Test::More), perl(Test::Pod), perl(Test::Pod::Coverage)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Module::Build), perl(SUPER)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
 %description
@@ -20,26 +19,26 @@ Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} 
-V:version`; echo $version))
 %setup -q -n Test-MockModule-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
-make test
+./Build test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
+%license LICENSE
 %{perl_vendorlib}/Test
 %{_mandir}/man3/*.3*
 
-
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 0.09-1
+- update to 0.09
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.05-22
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 7425703..0c215e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1b013aeeb221f83e7f325a2f98169296  Test-MockModule-0.05.tar.gz
+0006964fcda710fcf2832924cdb67546  Test-MockModule-0.09.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-MockModule.git/commit/?h=masterid=4046004494803386deba4b6351a9fa002c3bd6d9
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Test-Cmd (f22). update to 1.08

2015-03-27 Thread notifications
From 6207c67c2f7cb112d4415b0af8e219daca84260d Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:44:27 -0400
Subject: update to 1.08


diff --git a/perl-Test-Cmd.spec b/perl-Test-Cmd.spec
index 94568e2..6f99894 100644
--- a/perl-Test-Cmd.spec
+++ b/perl-Test-Cmd.spec
@@ -1,17 +1,15 @@
 Name:   perl-Test-Cmd
-Version:1.05
-Release:17%{?dist}
+Version:1.08
+Release:1%{?dist}
 Summary:Perl module for portable testing of commands and scripts
-
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Test-Cmd/
-Source0:
http://www.cpan.org/authors/id/K/KN/KNIGHT/Test-Cmd-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Source0:
http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Test-Cmd-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(Algorithm::DiffOld)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Test::Pod)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   perl(Algorithm::DiffOld)
 
@@ -54,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.08-1
+- update to 1.08
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.05-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 2190c36..36ecde6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-462ed981f09e02a5d9bdfb309425ede0  Test-Cmd-1.05.tar.gz
+d6de8b9c163dff5c1067162a7993c887  Test-Cmd-1.08.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Cmd.git/commit/?h=f22id=6207c67c2f7cb112d4415b0af8e219daca84260d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Test-Cmd (master). update to 1.08

2015-03-27 Thread notifications
From 839d66b5c13d359ec4adfadb16e8e29669f20d39 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:44:10 -0400
Subject: update to 1.08


diff --git a/.gitignore b/.gitignore
index 247d91e..130cb3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-Cmd-1.05.tar.gz
+/Test-Cmd-1.08.tar.gz
diff --git a/perl-Test-Cmd.spec b/perl-Test-Cmd.spec
index 94568e2..6f99894 100644
--- a/perl-Test-Cmd.spec
+++ b/perl-Test-Cmd.spec
@@ -1,17 +1,15 @@
 Name:   perl-Test-Cmd
-Version:1.05
-Release:17%{?dist}
+Version:1.08
+Release:1%{?dist}
 Summary:Perl module for portable testing of commands and scripts
-
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Test-Cmd/
-Source0:
http://www.cpan.org/authors/id/K/KN/KNIGHT/Test-Cmd-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Source0:
http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Test-Cmd-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(Algorithm::DiffOld)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Test::Pod)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   perl(Algorithm::DiffOld)
 
@@ -54,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.08-1
+- update to 1.08
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.05-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 2190c36..36ecde6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-462ed981f09e02a5d9bdfb309425ede0  Test-Cmd-1.05.tar.gz
+d6de8b9c163dff5c1067162a7993c887  Test-Cmd-1.08.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Cmd.git/commit/?h=masterid=839d66b5c13d359ec4adfadb16e8e29669f20d39
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot uploaded Template-Toolkit-2.26.tar.gz for perl-Template-Toolkit

2015-03-27 Thread notifications
4c289856ebee446ebbe2629b24f0734b  Template-Toolkit-2.26.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Template-Toolkit/Template-Toolkit-2.26.tar.gz/4c289856ebee446ebbe2629b24f0734b/Template-Toolkit-2.26.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot uploaded Mail-Box-2.118.tar.gz for perl-Mail-Box

2015-03-27 Thread notifications
aaf4f039d98e8f8feb8d300f34392554  Mail-Box-2.118.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Mail-Box/Mail-Box-2.118.tar.gz/aaf4f039d98e8f8feb8d300f34392554/Mail-Box-2.118.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Tie-DBI (master). update to 1.06

2015-03-27 Thread notifications
From f94e51f198d7ce36ff2690287d63118ff486c2ef Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:20:43 -0400
Subject: update to 1.06


diff --git a/.gitignore b/.gitignore
index 2dc7737..b16fbd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Tie-DBI-1.05.tar.gz
+/Tie-DBI-1.06.tar.gz
diff --git a/perl-Tie-DBI.spec b/perl-Tie-DBI.spec
index c13ffba..ba519fe 100644
--- a/perl-Tie-DBI.spec
+++ b/perl-Tie-DBI.spec
@@ -1,6 +1,6 @@
 Name:   perl-Tie-DBI
-Version:1.05
-Release:12%{?dist}
+Version:1.06
+Release:1%{?dist}
 Summary:Tie hashes to DBI relational databases
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.06-1
+- update to 1.06
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 1.05-12
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index ced4dd7..e32f45e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8bef1b1e4db79d1dcc871e87fbc68536  Tie-DBI-1.05.tar.gz
+a163c45daaad78a510c7ec6333545810  Tie-DBI-1.06.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tie-DBI.git/commit/?h=masterid=f94e51f198d7ce36ff2690287d63118ff486c2ef
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Text-Template (master). 1.46

2015-03-27 Thread notifications
From e83c6377159b453c8259c7d38f4f34ea741433c8 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:29:14 -0400
Subject: 1.46


diff --git a/.gitignore b/.gitignore
index e0ed52d..ee2aa26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Text-Template-1.45.tar.gz
+/Text-Template-1.46.tar.gz
diff --git a/perl-Text-Template.spec b/perl-Text-Template.spec
index 25636da..410c39c 100644
--- a/perl-Text-Template.spec
+++ b/perl-Text-Template.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-Template
-Version:1.45
-Release:18%{?dist}
+Version:1.46
+Release:1%{?dist}
 Summary:Expand template text with embedded Perl
 
 Group:  Development/Libraries
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callawau s...@fedoraproject.org - 1.46-1
+- update to 1.46
+
 * Fri Mar 06 2015 Petr Pisar ppi...@redhat.com - 1.45-18
 - Correct license declaration to ((GPL+ or Artistic) and (GPLv2+ or Artistic))
   (bug #1198991)
diff --git a/sources b/sources
index 4c0a520..3c833a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd22441c1ab0870c012225c9a585e262  Text-Template-1.45.tar.gz
+912ce180e05d99a169f20aaf4fbf8b8f  Text-Template-1.46.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Template.git/commit/?h=masterid=e83c6377159b453c8259c7d38f4f34ea741433c8
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Captive portal detection on wired connections - bug or feature?

2015-03-27 Thread Dan Williams
On Fri, 2015-03-27 at 20:30 +0200, Alexander Ploumistos wrote:
 On Fri, Mar 27, 2015 at 8:09 PM, Pádraig Brady p...@draigbrady.com wrote:
  There are still quite a few unknowns.
  To summarise, does this locally disable?
 
crudini --set /etc/NetworkManager/conf.d/21-connectivity-local.conf 
  connectivity interval 0
systemctl reload NetworkManager
 
 Take a look at
 https://blogs.gnome.org/dcbw/2015/02/16/networkmanager-for-administrators-part-1
 it's Dan Williams' blog post I mentioned earlier. According to that,
 your command should work.
 As stated before, all the options are documented in the
 NetworkManager.conf manpage.

Also note that NM 1.2 will have SIGHUP-style reloading of the
connectivity config parameters, so when that shows up you won't need the
wield the restart hammer.  1.0 and earlier do need a restart to notice.

Dan

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

spot pushed to perl-String-Format (master). 1.17

2015-03-27 Thread notifications
From 0a5dec974af983ee037edf83a3267a23b4f613f7 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:58:03 -0400
Subject: 1.17


diff --git a/.gitignore b/.gitignore
index dc5d03c..986045d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 String-Format-1.16.tar.gz
+/String-Format-1.17.tar.gz
diff --git a/perl-String-Format.spec b/perl-String-Format.spec
index 9ed3df6..479fcc4 100644
--- a/perl-String-Format.spec
+++ b/perl-String-Format.spec
@@ -1,6 +1,6 @@
 Name:   perl-String-Format
-Version:1.16
-Release:15%{?dist}
+Version:1.17
+Release:1%{?dist}
 Summary:Sprintf-like string formatting capabilities with arbitrary 
format definitions
 
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ make test
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.17-1
+- update to 1.17
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.16-15
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 39ec909..3565cd0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c4214b891648bbbf74b3ecf5c8207d8  String-Format-1.16.tar.gz
+5635b975740122bab326ff2186cc97fb  String-Format-1.17.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-String-Format.git/commit/?h=masterid=0a5dec974af983ee037edf83a3267a23b4f613f7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot uploaded String-Format-1.17.tar.gz for perl-String-Format

2015-03-27 Thread notifications
5635b975740122bab326ff2186cc97fb  String-Format-1.17.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-String-Format/String-Format-1.17.tar.gz/5635b975740122bab326ff2186cc97fb/String-Format-1.17.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Set-Scalar (f22). 1.29

2015-03-27 Thread notifications
From eade228c6294d112e90fbdea377f9d0b446c2288 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:02:49 -0400
Subject: 1.29


diff --git a/perl-Set-Scalar.spec b/perl-Set-Scalar.spec
index c0ed030..f28c125 100644
--- a/perl-Set-Scalar.spec
+++ b/perl-Set-Scalar.spec
@@ -1,14 +1,11 @@
 Name:   perl-Set-Scalar
-Version:1.25
-Release:13%{?dist}
+Version:1.29
+Release:1%{?dist}
 Summary:Basic set operations
-
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Set-Scalar/
-Source0:
http://www.cpan.org/authors/id/J/JH/JHI/Set-Scalar-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Source0:
http://search.cpan.org/CPAN/authors/id/D/DA/DAVIDO/Set-Scalar-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -16,40 +13,31 @@ Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} 
-V:version`; echo $versi
 %description
 %{summary}.
 
-
 %prep
 %setup -q -n Set-Scalar-%{version}
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
 make test
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog README
 %{perl_vendorlib}/Set/
 %{_mandir}/man3/*.3pm*
 
-
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.29-1
+- update to 1.29
+
 * Tue Aug 26 2014 Jitka Plesnikova jples...@redhat.com - 1.25-13
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 3fb007f..7ec7f71 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-749349bb42757f46d25593e89444872e  Set-Scalar-1.25.tar.gz
+4af73c0d6f562d1eddd4ebf6014ac67f  Set-Scalar-1.29.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Set-Scalar.git/commit/?h=f22id=eade228c6294d112e90fbdea377f9d0b446c2288
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Set-Scalar (master). 1.29

2015-03-27 Thread notifications
From 13016f0894f40f32414586f1ae05ae3b6cfaec65 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:02:32 -0400
Subject: 1.29


diff --git a/.gitignore b/.gitignore
index ad75ac8..ff03ddc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Set-Scalar-1.25.tar.gz
+/Set-Scalar-1.29.tar.gz
diff --git a/perl-Set-Scalar.spec b/perl-Set-Scalar.spec
index c0ed030..f28c125 100644
--- a/perl-Set-Scalar.spec
+++ b/perl-Set-Scalar.spec
@@ -1,14 +1,11 @@
 Name:   perl-Set-Scalar
-Version:1.25
-Release:13%{?dist}
+Version:1.29
+Release:1%{?dist}
 Summary:Basic set operations
-
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Set-Scalar/
-Source0:
http://www.cpan.org/authors/id/J/JH/JHI/Set-Scalar-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Source0:
http://search.cpan.org/CPAN/authors/id/D/DA/DAVIDO/Set-Scalar-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -16,40 +13,31 @@ Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} 
-V:version`; echo $versi
 %description
 %{summary}.
 
-
 %prep
 %setup -q -n Set-Scalar-%{version}
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
 make test
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog README
 %{perl_vendorlib}/Set/
 %{_mandir}/man3/*.3pm*
 
-
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.29-1
+- update to 1.29
+
 * Tue Aug 26 2014 Jitka Plesnikova jples...@redhat.com - 1.25-13
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 3fb007f..7ec7f71 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-749349bb42757f46d25593e89444872e  Set-Scalar-1.25.tar.gz
+4af73c0d6f562d1eddd4ebf6014ac67f  Set-Scalar-1.29.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Set-Scalar.git/commit/?h=masterid=13016f0894f40f32414586f1ae05ae3b6cfaec65
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot uploaded Set-Scalar-1.29.tar.gz for perl-Set-Scalar

2015-03-27 Thread notifications
4af73c0d6f562d1eddd4ebf6014ac67f  Set-Scalar-1.29.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Set-Scalar/Set-Scalar-1.29.tar.gz/4af73c0d6f562d1eddd4ebf6014ac67f/Set-Scalar-1.29.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Pod-POM (f22). update to 0.29

2015-03-27 Thread notifications
From 8c36c107272982a146317fa08939eb5ddc7bb840 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:05:12 -0400
Subject: update to 0.29


diff --git a/perl-Pod-POM.spec b/perl-Pod-POM.spec
index 51d18c3..de0ee4f 100644
--- a/perl-Pod-POM.spec
+++ b/perl-Pod-POM.spec
@@ -1,8 +1,8 @@
 %{!?perl_vendorlib: %define perl_vendorlib %(eval `%{__perl} 
-V:installvendorlib`; echo $installvendorlib)}
 
 Name:   perl-Pod-POM
-Version:0.27
-Release:13%{?dist}
+Version:0.29
+Release:1%{?dist}
 
 Summary:Object-oriented interface to Perl POD documents
 
@@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 0.29-1
+- update to 0.29
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.27-13
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 8da0644..f139722 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8cff81ea5d86cf4b0377f655ce759bdd  Pod-POM-0.27.tar.gz
+ef3a8d4b6bd3576340c136d4b3e3fef1  Pod-POM-0.29.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Pod-POM.git/commit/?h=f22id=8c36c107272982a146317fa08939eb5ddc7bb840
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Pod-POM (master). update to 0.29

2015-03-27 Thread notifications
From 71e774852ba326872b2079794ad682216e7fa16a Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:04:55 -0400
Subject: update to 0.29


diff --git a/.gitignore b/.gitignore
index c1342a0..1995eac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Pod-POM-0.27.tar.gz
+/Pod-POM-0.29.tar.gz
diff --git a/perl-Pod-POM.spec b/perl-Pod-POM.spec
index 51d18c3..de0ee4f 100644
--- a/perl-Pod-POM.spec
+++ b/perl-Pod-POM.spec
@@ -1,8 +1,8 @@
 %{!?perl_vendorlib: %define perl_vendorlib %(eval `%{__perl} 
-V:installvendorlib`; echo $installvendorlib)}
 
 Name:   perl-Pod-POM
-Version:0.27
-Release:13%{?dist}
+Version:0.29
+Release:1%{?dist}
 
 Summary:Object-oriented interface to Perl POD documents
 
@@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 0.29-1
+- update to 0.29
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.27-13
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 8da0644..f139722 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8cff81ea5d86cf4b0377f655ce759bdd  Pod-POM-0.27.tar.gz
+ef3a8d4b6bd3576340c136d4b3e3fef1  Pod-POM-0.29.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Pod-POM.git/commit/?h=masterid=71e774852ba326872b2079794ad682216e7fa16a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot uploaded Pod-POM-0.29.tar.gz for perl-Pod-POM

2015-03-27 Thread notifications
ef3a8d4b6bd3576340c136d4b3e3fef1  Pod-POM-0.29.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Pod-POM/Pod-POM-0.29.tar.gz/ef3a8d4b6bd3576340c136d4b3e3fef1/Pod-POM-0.29.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Object-Realize-Later (f22). update to 0.19

2015-03-27 Thread notifications
From 57f36e00a77a6c8c3951c3c82a5a2567c98fd4ee Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:07:34 -0400
Subject: update to 0.19


diff --git a/perl-Object-Realize-Later.spec b/perl-Object-Realize-Later.spec
index 71aed77..9dfcbbe 100644
--- a/perl-Object-Realize-Later.spec
+++ b/perl-Object-Realize-Later.spec
@@ -1,13 +1,13 @@
 Name:   perl-Object-Realize-Later
-Version:0.18
-Release:19%{?dist}
+Version:0.19
+Release:1%{?dist}
 Summary:Delayed creation of objects
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Object-Realize-Later/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/Object-Realize-Later-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Scalar::Util), perl(Test::Pod)
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Scalar::Util)
 BuildArch:  noarch
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 0.19-1
+- update to 0.19
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.18-19
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 085b5e6..3217475 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec109cd68b40cf25090cc52b6cfbabaf  Object-Realize-Later-0.18.tar.gz
+86bdb21f60d25914449bd630c0047656  Object-Realize-Later-0.19.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Object-Realize-Later.git/commit/?h=f22id=57f36e00a77a6c8c3951c3c82a5a2567c98fd4ee
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Net-Domain-TLD (master). update to 1.73

2015-03-27 Thread notifications
From dfff8c212608766fc45b1a38aef69a33c4e84d10 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 15:09:26 -0400
Subject: update to 1.73


diff --git a/.gitignore b/.gitignore
index d89436d..07b94ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Net-Domain-TLD-1.68.tar.gz
 /Net-Domain-TLD-1.69.tar.gz
 /Net-Domain-TLD-1.70.tar.gz
+/Net-Domain-TLD-1.73.tar.gz
diff --git a/perl-Net-Domain-TLD.spec b/perl-Net-Domain-TLD.spec
index 511c1d5..9f4ac5a 100644
--- a/perl-Net-Domain-TLD.spec
+++ b/perl-Net-Domain-TLD.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-Domain-TLD
-Version:1.70
-Release:3%{?dist}
+Version:1.73
+Release:1%{?dist}
 Summary:Work with TLD names
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callaway s...@fedoraproject.org - 1.73-1
+- update to 1.73
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.70-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index d1a6dab..ebc9c81 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-025709d5c48461ff8b647254ac3cffbc  Net-Domain-TLD-1.70.tar.gz
+cc11bb4afb92c120f43ff62fde07cb8b  Net-Domain-TLD-1.73.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-Domain-TLD.git/commit/?h=masterid=dfff8c212608766fc45b1a38aef69a33c4e84d10
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot uploaded Net-Domain-TLD-1.73.tar.gz for perl-Net-Domain-TLD

2015-03-27 Thread notifications
cc11bb4afb92c120f43ff62fde07cb8b  Net-Domain-TLD-1.73.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Net-Domain-TLD/Net-Domain-TLD-1.73.tar.gz/cc11bb4afb92c120f43ff62fde07cb8b/Net-Domain-TLD-1.73.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Captive portal detection on wired connections - bug or feature?

2015-03-27 Thread Alexander Ploumistos
On Fri, Mar 27, 2015 at 8:09 PM, Pádraig Brady p...@draigbrady.com wrote:
 There are still quite a few unknowns.
 To summarise, does this locally disable?

   crudini --set /etc/NetworkManager/conf.d/21-connectivity-local.conf 
 connectivity interval 0
   systemctl reload NetworkManager

Take a look at
https://blogs.gnome.org/dcbw/2015/02/16/networkmanager-for-administrators-part-1
it's Dan Williams' blog post I mentioned earlier. According to that,
your command should work.
As stated before, all the options are documented in the
NetworkManager.conf manpage.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

spot pushed to perl-Text-Template (f22). 1.46

2015-03-27 Thread notifications
From 4a1b9aeb7a45d0382f4d78c449ec956227d83a8d Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 27 Mar 2015 14:30:04 -0400
Subject: 1.46


diff --git a/perl-Text-Template.spec b/perl-Text-Template.spec
index c3bf408..410c39c 100644
--- a/perl-Text-Template.spec
+++ b/perl-Text-Template.spec
@@ -1,10 +1,13 @@
 Name:   perl-Text-Template
-Version:1.45
-Release:17%{?dist}
+Version:1.46
+Release:1%{?dist}
 Summary:Expand template text with embedded Perl
 
 Group:  Development/Libraries
-License:GPL+ or Artistic
+# See CPAN RT#102523
+# lib/Text/Template.pm: (GPL+ or Artistic) and (GPLv2+ or Artistic)
+# other files:  (GPLv2+ or Artistic)
+License:(GPL+ or Artistic) and (GPLv2+ or Artistic)
 URL:http://search.cpan.org/dist/Text-Template/
 Source0:
http://www.cpan.org/authors/id/M/MJ/MJD/Text-Template-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -63,6 +66,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 27 2015 Tom Callawau s...@fedoraproject.org - 1.46-1
+- update to 1.46
+
+* Fri Mar 06 2015 Petr Pisar ppi...@redhat.com - 1.45-18
+- Correct license declaration to ((GPL+ or Artistic) and (GPLv2+ or Artistic))
+  (bug #1198991)
+
 * Thu Jan 15 2015 Petr Pisar ppi...@redhat.com - 1.45-17
 - Specify all dependencies
 
diff --git a/sources b/sources
index 4c0a520..3c833a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd22441c1ab0870c012225c9a585e262  Text-Template-1.45.tar.gz
+912ce180e05d99a169f20aaf4fbf8b8f  Text-Template-1.46.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Template.git/commit/?h=f22id=4a1b9aeb7a45d0382f4d78c449ec956227d83a8d
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

  1   2   >