eseyman pushed to perl-Hash-Layout (f23). Initial import

2015-07-17 Thread notifications
From e555c5dca6a5182fc74a11f575f3669d9e6a9c28 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman emman...@seyman.fr
Date: Fri, 17 Jul 2015 13:26:15 +0200
Subject: Initial import


diff --git a/.gitignore b/.gitignore
index e69de29..d2d9841 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Hash-Layout-1.02.tar.gz
diff --git a/perl-Hash-Layout.spec b/perl-Hash-Layout.spec
new file mode 100644
index 000..9b9b280
--- /dev/null
+++ b/perl-Hash-Layout.spec
@@ -0,0 +1,64 @@
+Name:   perl-Hash-Layout
+Version:1.02
+Release:2%{?dist}
+Summary:Hashes with predefined levels, composite keys and default 
values
+License:GPL+ or Artistic
+
+URL:http://search.cpan.org/dist/Hash-Layout/
+Source0:
http://www.cpan.org/authors/id/V/VA/VANSTYN/Hash-Layout-%{version}.tar.gz
+
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(Clone)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(Hash::Merge::Simple)
+BuildRequires:  perl(Moo)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Types::Standard)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%{?perl_default_filter}
+
+%description
+Hash::Layout provides deep hashes with a predefined number of levels which
+you can access using special composite keys. These are essentially string
+paths that inflate into actual hash keys according to the defined levels
+and delimiter mappings, which can be the same or different for each level.
+This is useful both for shorter keys as well as merge/fallback to default
+values, such as when defining overlapping configs ranging from broad to
+narrowing scope.
+
+%prep
+%setup -q -n Hash-Layout-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+RELEASE_TESTING=1 make test
+
+%files
+%doc Changes README README.md
+%license LICENSE
+%{perl_vendorlib}/Hash*
+%{_mandir}/man3/Hash*
+
+%changelog
+* Tue Jul 14 2015 Emmanuel Seyman emman...@seyman.fr - 1.02-2
+- Take into account review comments (#1242663)
+
+* Sat Jul 11 2015 Emmanuel Seyman emman...@seyman.fr 1.02-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..b87810c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+98fe2e95bbbc8018faa6d8fa758947f3  Hash-Layout-1.02.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Hash-Layout.git/commit/?h=f23id=e555c5dca6a5182fc74a11f575f3669d9e6a9c28
--
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 1131085] perl-Task-Kensho-Toolchain-0.38 is available

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1131085

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Depends On||1243915




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1243915
[Bug 1243915] Review Request: perl-Pinto - Curate a repository of Perl
modules
-- 
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

eseyman pushed to perl-Hash-Layout (f22). Initial import

2015-07-17 Thread notifications
From e555c5dca6a5182fc74a11f575f3669d9e6a9c28 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman emman...@seyman.fr
Date: Fri, 17 Jul 2015 13:26:15 +0200
Subject: Initial import


diff --git a/.gitignore b/.gitignore
index e69de29..d2d9841 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Hash-Layout-1.02.tar.gz
diff --git a/perl-Hash-Layout.spec b/perl-Hash-Layout.spec
new file mode 100644
index 000..9b9b280
--- /dev/null
+++ b/perl-Hash-Layout.spec
@@ -0,0 +1,64 @@
+Name:   perl-Hash-Layout
+Version:1.02
+Release:2%{?dist}
+Summary:Hashes with predefined levels, composite keys and default 
values
+License:GPL+ or Artistic
+
+URL:http://search.cpan.org/dist/Hash-Layout/
+Source0:
http://www.cpan.org/authors/id/V/VA/VANSTYN/Hash-Layout-%{version}.tar.gz
+
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(Clone)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(Hash::Merge::Simple)
+BuildRequires:  perl(Moo)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Types::Standard)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%{?perl_default_filter}
+
+%description
+Hash::Layout provides deep hashes with a predefined number of levels which
+you can access using special composite keys. These are essentially string
+paths that inflate into actual hash keys according to the defined levels
+and delimiter mappings, which can be the same or different for each level.
+This is useful both for shorter keys as well as merge/fallback to default
+values, such as when defining overlapping configs ranging from broad to
+narrowing scope.
+
+%prep
+%setup -q -n Hash-Layout-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+RELEASE_TESTING=1 make test
+
+%files
+%doc Changes README README.md
+%license LICENSE
+%{perl_vendorlib}/Hash*
+%{_mandir}/man3/Hash*
+
+%changelog
+* Tue Jul 14 2015 Emmanuel Seyman emman...@seyman.fr - 1.02-2
+- Take into account review comments (#1242663)
+
+* Sat Jul 11 2015 Emmanuel Seyman emman...@seyman.fr 1.02-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..b87810c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+98fe2e95bbbc8018faa6d8fa758947f3  Hash-Layout-1.02.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Hash-Layout.git/commit/?h=f22id=e555c5dca6a5182fc74a11f575f3669d9e6a9c28
--
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: Problem with multiple monitors

2015-07-17 Thread Petr Hracek

I have installed only libinput

synclient output is:
Parameter settings:
LeftEdge= 1751
RightEdge   = 5191
TopEdge = 1624
BottomEdge  = 4282
FingerLow   = 25
FingerHigh  = 30
MaxTapTime  = 180
MaxTapMove  = 222
MaxDoubleTapTime= 100
SingleTapTimeout= 180
ClickTime   = 100
EmulateMidButtonTime= 75
EmulateTwoFingerMinZ= 282
EmulateTwoFingerMinW= 7
VertScrollDelta = 101
HorizScrollDelta= 101
VertEdgeScroll  = 0
HorizEdgeScroll = 0
CornerCoasting  = 0
VertTwoFingerScroll = 1
HorizTwoFingerScroll= 1
MinSpeed= 1
MaxSpeed= 1.75
AccelFactor = 0.0395883
TouchpadOff = 2
LockedDrags = 0
LockedDragTimeout   = 5000
RTCornerButton  = 0
RBCornerButton  = 0
LTCornerButton  = 0
LBCornerButton  = 0
TapButton1  = 0
TapButton2  = 0
TapButton3  = 0
ClickFinger1= 1
ClickFinger2= 1
ClickFinger3= 1
CircularScrolling   = 0
CircScrollDelta = 0.1
CircScrollTrigger   = 0
CircularPad = 0
PalmDetect  = 0
PalmMinWidth= 10
PalmMinZ= 200
CoastingSpeed   = 20
CoastingFriction= 50
PressureMotionMinZ  = 30
PressureMotionMaxZ  = 160
PressureMotionMinFactor = 1
PressureMotionMaxFactor = 1
GrabEventDevice = 0
TapAndDragGesture   = 1
AreaLeftEdge= 0
AreaRightEdge   = 0
AreaTopEdge = 0
AreaBottomEdge  = 0
HorizHysteresis = 25
VertHysteresis  = 25
ClickPad= 0


How to do a switch to VTs?

In BZ which you mentioned I did not find it:(

Greetings
Petr

On 07/16/2015 04:28 PM, Alexander Ploumistos wrote:
I can't tell you anything about your first problem, but the second one 
sounds similar to this one (last paragraph):

https://bugzilla.redhat.com/show_bug.cgi?id=1225629#c0
Have you tried switching VTs to the one hosting the previous session?





--
Petr Hracek
Software Engineer
Developer Experience
Red Hat, Inc
Mob: +420777056169
email: phra...@redhat.com

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

F-23 Branched report: 20150717 changes

2015-07-17 Thread Fedora Branched Report
Compose started at Fri Jul 17 07:15:03 UTC 2015
New package: go-srpm-macros-1-1.fc23
 RPM macros for building Golang packages for various architectures

New package: golang-github-hashicorp-serf-0-0.2.git4bd6183.fc23
 Service orchestration and management tool http://www.serfdom.io

New package: nodejs-native-or-bluebird-1.2.0-2.fc23
 Use either the native Promise or Bluebird

New package: nuget-2.8.5-2.fc23
 Package manager for .Net/Mono development platform

New package: nunit-2.6.4-7.fc23
 Unit test framework for CLI

New package: php-zetacomponents-console-tools-1.7-3.fc23
 Zeta ConsoleTools Component

New package: php-zetacomponents-graph-1.5.2-3.fc23
 Zeta Graph Component

New package: yubico-piv-tool-1.0.1-1.fc23
 Tool for interacting with the PIV applet on a YubiKey NEO

Removed package:  aqute-bndlib-1.50.0-12.fc23
Removed package:  tesla-tycho-support-0.16.0-1.fc23

Updated Packages:

OpenImageIO-1.5.17-1.fc23
-
* Thu Jul 16 2015 Richard Shaw hobbes1...@gmail.com - 1.5.17-1
- Update to latest upstream release.


Size change: -2414482 bytes

anaconda-23.16-1.fc23
-
* Thu Jul 16 2015 Brian C. Lane b...@redhat.com - 23.16-1
- fix storage writing for live and ostree installs (#1236937) (awilliam)
- Add O_CREAT to the open flags when extracting rpm files. (dshea)
- Move ostree gobject version check next to the import (#1243543) (bcl)
- Remove rpmfluff from the buildrequires. (dshea)
- Only import readline if readline is necessary. (dshea)
- use the right baseurl in run_install_test.sh. (clumens)
- Don't copy the environment when starting metacity. (dshea)
- Fix the use of a temporary file in SimpleConfig.write (dshea)
- Add a test for SimpleConfig.write(use_tmp=True). (dshea)
- Remove an unnecessary chmod when creating chrony.conf (dshea)
- Fix some bad uses of chmod. (dshea)
- Add a function to open a file with specific permission bits (dshea)
- Don't ask to start vnc if user specifies text mode. (#1202277)
  (sbueno+anaconda)
- New Anaconda documentation - 23.15 (bcl)
- Add a helper for building Sphinx docs using mock. (bcl)
- Update Sphinx configuration for python3 (bcl)
- Running without a GUI can also raise ValueError in errors.py (bcl)
- parse-kickstart_test.py: fix driverdisk_test() (wwoods)
- Fix the spelling of version (dshea)


Size change: 3146 bytes

aqute-bnd-2.4.1-1.fc23
--
* Wed Jul 08 2015 Michael Simacek msima...@redhat.com - 2.4.1-1
- Update to upstream version 2.4.1


Size change: 150373980 bytes

audit-2.4.3-1.fc23
--
* Thu Jul 16 2015 Steve Grubb sgr...@redhat.com 2.4.3-1
- New upstream bugfix release
- Adds python3 support


Size change: 46019 bytes

avalon-framework-4.3-14.fc23

* Thu Jul 16 2015 Michael Simacek msima...@redhat.com - 0:4.3-14
- Build against aqute-bnd-2.4.1


Size change: 101 bytes

avalon-logkit-2.1-22.fc23
-
* Thu Jul 16 2015 Michael Simacek msima...@redhat.com - 0:2.1-22
- Build against aqute-bnd-2.4.1


Size change: 96 bytes

blivet-gui-0.3.4-1.fc23
---
* Thu Jul 16 2015 Vojtech Trefny vtre...@redhat.com - 0.3.4-1
- Pylint fixes (vtrefny)
- Use pocketlint for blivet-gui (vtrefny)
- Recreate list of actions using Glade (vtrefny)
- Completely separate toolbar for blivet actions and for device actions 
(vtrefny)
- Add device information button to DeviceToolbar (vtrefny)
- Separate ActionsToolbar and DeviceToolbar (vtrefny)
- New UI, part 1 (vtrefny)
- Use gi.require_version when importing from gi.repository (vtrefny)
- Few pylint overrides and fixes (vtrefny)
- Reimplement AddDisklabelDialog using Glade (vtrefny)
- Add unittest to test AdvancedOptions from AddDialog (vtrefny)
- Add test rule to Makefile (vtrefny)
- Add unittest to test SizeChooserArea from AddDialog (vtrefny)
- Move SizeChooserArea to own module (vtrefny)
- Fix name suggestion for thinlvs (vtrefny)
- Fix progress bar fraction during applying changes (vtrefny)
- Do not allow editing of non-existing LVM VGs (vtrefny)
- EditDialog: Do not allow select None as format (vtrefny)
- Fix removing parents for encrypted devices and btrfs volumes (vtrefny)
- Delete existing partition table when adding btrfs as a disklabel (vtrefny)
- Align target size before resizing partitions (#1207798) (vtrefny)
- Fix device visualisation selection after window resize (vtrefny)
- Allow adding encrypted logical partitions (vtrefny)
- DeviceInfoDialog: auto-ellipsize long labels (vtrefny)
- Do not display disks without disklabel in AddDialog (vtrefny)
- Move exception catching to add_device method (vtrefny)
- Do not allow adding new LV to an incomplete VG (vtrefny)
- Do not allow to create an extended partition on GPT disks (vtrefny)


Size change: 917 bytes

bouncycastle-1.52-6.fc23

* Thu Jul 16 2015 Michael Simacek msima...@redhat.com - 1.52-6
- Use 

rawhide report: 20150717 changes

2015-07-17 Thread Fedora Rawhide Report
Compose started at Fri Jul 17 05:15:03 UTC 2015
New package: golang-github-hashicorp-serf-0-0.2.git4bd6183.fc24
 Service orchestration and management tool http://www.serfdom.io


Updated Packages:

OpenImageIO-1.5.17-1.fc24
-
* Thu Jul 16 2015 Richard Shaw hobbes1...@gmail.com - 1.5.17-1
- Update to latest upstream release.


Size change: -2415587 bytes

anaconda-23.16-1.fc24
-
* Thu Jul 16 2015 Brian C. Lane b...@redhat.com - 23.16-1
- fix storage writing for live and ostree installs (#1236937) (awilliam)
- Add O_CREAT to the open flags when extracting rpm files. (dshea)
- Move ostree gobject version check next to the import (#1243543) (bcl)
- Remove rpmfluff from the buildrequires. (dshea)
- Only import readline if readline is necessary. (dshea)
- use the right baseurl in run_install_test.sh. (clumens)
- Don't copy the environment when starting metacity. (dshea)
- Fix the use of a temporary file in SimpleConfig.write (dshea)
- Add a test for SimpleConfig.write(use_tmp=True). (dshea)
- Remove an unnecessary chmod when creating chrony.conf (dshea)
- Fix some bad uses of chmod. (dshea)
- Add a function to open a file with specific permission bits (dshea)
- Don't ask to start vnc if user specifies text mode. (#1202277)
  (sbueno+anaconda)
- New Anaconda documentation - 23.15 (bcl)
- Add a helper for building Sphinx docs using mock. (bcl)
- Update Sphinx configuration for python3 (bcl)
- Running without a GUI can also raise ValueError in errors.py (bcl)
- parse-kickstart_test.py: fix driverdisk_test() (wwoods)
- Fix the spelling of version (dshea)


Size change: 2042 bytes

audit-2.4.3-1.fc24
--
* Thu Jul 16 2015 Steve Grubb sgr...@redhat.com 2.4.3-1
- New upstream bugfix release
- Adds python3 support


Size change: 44916 bytes

calligra-l10n-2.9.6-1.fc24
--
* Thu Jul 16 2015 Rex Dieter rdie...@fedoraproject.org 2.9.6-1
- 2.9.6 (+tr)


Size change: 385894 bytes

debbuild-0.11.2-1.fc24
--
* Thu Jul 16 2015 Neal Gompa ngompa13{%}gmail{*}com - 0.11.2-1
- Update to 0.11.2


Size change: 573 bytes

eclipse-4.5.0-6.fc24

* Thu Jul 16 2015 Alexander Kurtakov akurt...@redhat.com 1:4.5.0-6
- Eclipse.ini has no place in swt subpackage.


Size change: 126 bytes

gdesklets-0.36.3-22.fc24

* Thu Jul 16 2015 Sérgio Basto ser...@serjux.com - 0.36.3-22
- Removed 182_181.diff


Size change: -654 bytes

git-2.4.6-1.fc24

* Thu Jul 16 2015 Petr Stodulka pstod...@redhat.com - 2.4.6-1
- New upstream release 2.4.6


Size change: -982 bytes

glassfish-pfl-3.2.0-0.9.b001.fc24
-
* Thu Jul 16 2015 gil cattaneo punto...@libero.it 3.2.0-0.9.b001
- use aqute-bnd 2.4.1
- introduce license macro


Size change: -1129 bytes

glite-lb-logger-msg-1.2.13-5.fc24
-
* Thu Jul 16 2015 František Dvořák val...@civ.zcu.cz - 1.2.13-5
- Patch to build cms client with proper flags (enable PIE)


Size change: -406 bytes

gnome-screensaver-3.6.1-12.fc24
---
* Fri Jul 17 2015 Yaakov Selkowitz yselk...@redhat.com - 3.6.1-12
- Fix SIGSEGV in gs_fade_reset (#1244084)


Size change: -80 bytes

koji-1.10.0-1.fc24
--
* Thu Jul 16 2015 Dennis Gilmore den...@ausil.us - 1.10.0=1
- update to 1.10.0 release


Size change: -93 bytes

perl-Panotools-Script-0.28-6.fc24
-
* Thu Jul 16 2015 Bruno Postle br...@postle.net - 0.28-6
- require perl(Math::Trig)


Size change: -972 bytes

polari-3.17.3-1.fc24

* Fri Jul 17 2015 Florian Müllner fmuell...@redhat.com - 3.17.3-1
- Update to 3.17.3


Size change: 1841 bytes

py3status-2.4-1.fc24

* Thu Jul 16 2015 Jakub Jedelsky jakub.jedel...@gmail.com - 2.4-1
- update to version 2.4


Size change: 10389 bytes

python-blivet-1.9-1.fc24

* Thu Jul 16 2015 Brian C. Lane b...@redhat.com - 1.9-1
- Apply default size for new partition earlier in constructor. (dlehman)
- Don't pass model to md fwraid constructor. (#1242610) (dlehman)


Size change: -111 bytes

qt5-qtbase-5.5.0-8.fc24
---
* Wed Jul 15 2015 Rex Dieter rdie...@fedoraproject.org 5.5.0-8
- %build: hack around 'make docs' failures (on f22+)

* Wed Jul 15 2015 Jan Grulich jgrul...@redhat.com 5.5.0-7
- restore previously dropped patches

* Tue Jul 14 2015 Rex Dieter rdie...@fedoraproject.org 5.5.0-6
- disable bootstrap again


Size change: 8775 bytes

qt5-qttools-5.5.0-2.fc24

* Thu Jul 16 2015 Rex Dieter rdie...@fedoraproject.org 5.5.0-2
- qt5-designer, qt5-linguist, qt5-qhelpgenerator subpkgs

* Wed Jul 01 2015 Helio Chissini de Castro he...@kde.org 5.5.0-1
- New final upstream release Qt 5.5.0


Size change: -787 bytes

qt5-qtwayland-5.5.0-3.fc24
--
* Thu Jul 16 2015 Rex Dieter rdie...@fedoraproject.org 5.5.0-3
- tighten qtbase dep 

pghmcfc pushed to perl-AnyEvent (perl-AnyEvent-7.11-1.fc24). Update to 7.11 (..more)

2015-07-17 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-AnyEvent.git/commit/?h=perl-AnyEvent-7.11-1.fc24id=12c96bb665e0b2132db0c1dd6270eb1635b3cb53
--
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-AnyEvent (perl-AnyEvent-7.11-1.fc23). Update to 7.11 (..more)

2015-07-17 Thread notifications
From 12c96bb665e0b2132db0c1dd6270eb1635b3cb53 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 17 Jul 2015 14:03:16 +0100
Subject: Update to 7.11

- New upstream release 7.11
  - AnyEvent::Socket::parse_ipv6 could accept malformed ipv6 addresses (extra
:: at end and similar cases)
  - Add a more explicit warning to AnyEvent::Handle that it doesn't work on
files; people keep getting confused
  - New function AnyEvent::Socket::tcp_bind
  - New functions AnyEvent::fh_block and AnyEvent::fh_unblock
  - Aligned ipv6 address formatting with RFC 5952 (by not shortening a single
:0: to ::)
  - Added stability canary support

diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec
index b4f9f3e..fbf8524 100644
--- a/perl-AnyEvent.spec
+++ b/perl-AnyEvent.spec
@@ -4,8 +4,8 @@
 %global debug_package %{nil}
 
 Name:   perl-AnyEvent
-Version:7.09
-Release:4%{?dist}
+Version:7.11
+Release:1%{?dist}
 Summary:Framework for multiple event loops
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -13,6 +13,11 @@ URL:http://search.cpan.org/dist/AnyEvent/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-%{version}%{?subver}.tar.gz
 
 # Build requirements
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Canary::Stability)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 
 # Module requirements
@@ -115,11 +120,12 @@ export PERL_ANYEVENT_LOOP_TESTS=1
 make test
 
 
-# Support use of %%license on older distributions
-%{!?_licensedir:%global license %%doc}
-
 %files
+%if 0%{?_licensedir:1}
 %license COPYING
+%else
+%doc COPYING
+%endif
 %doc Changes README
 %{perl_vendorarch}/AE.pm
 %{perl_vendorarch}/AnyEvent.pm
@@ -156,6 +162,18 @@ make test
 
 
 %changelog
+* Fri Jul 17 2015 Paul Howarth p...@city-fan.org - 7.11-1
+- Update to 7.11
+  - AnyEvent::Socket::parse_ipv6 could accept malformed ipv6 addresses (extra
+:: at end and similar cases)
+  - Add a more explicit warning to AnyEvent::Handle that it doesn't work on
+files; people keep getting confused
+  - New function AnyEvent::Socket::tcp_bind
+  - New functions AnyEvent::fh_block and AnyEvent::fh_unblock
+  - Aligned ipv6 address formatting with RFC 5952 (by not shortening a single
+:0: to ::)
+  - Added stability canary support
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 7.09-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 53c6942..21466e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b5b2aa93ce7927dd0b5a21992202ab5d  AnyEvent-7.09.tar.gz
+1130bca8746121d035dbc13d52e14ebe  AnyEvent-7.11.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-AnyEvent.git/commit/?h=perl-AnyEvent-7.11-1.fc23id=12c96bb665e0b2132db0c1dd6270eb1635b3cb53
--
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

jplesnik uploaded Catalyst-Model-LDAP-0.17.tar.gz for perl-Catalyst-Model-LDAP

2015-07-17 Thread notifications
65c33994df6ee13d330e99fe071d903d  Catalyst-Model-LDAP-0.17.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Catalyst-Model-LDAP/Catalyst-Model-LDAP-0.17.tar.gz/md5/65c33994df6ee13d330e99fe071d903d/Catalyst-Model-LDAP-0.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

pghmcfc pushed to perl-AnyEvent (f23). Update to 7.11 (..more)

2015-07-17 Thread notifications
From 12c96bb665e0b2132db0c1dd6270eb1635b3cb53 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 17 Jul 2015 14:03:16 +0100
Subject: Update to 7.11

- New upstream release 7.11
  - AnyEvent::Socket::parse_ipv6 could accept malformed ipv6 addresses (extra
:: at end and similar cases)
  - Add a more explicit warning to AnyEvent::Handle that it doesn't work on
files; people keep getting confused
  - New function AnyEvent::Socket::tcp_bind
  - New functions AnyEvent::fh_block and AnyEvent::fh_unblock
  - Aligned ipv6 address formatting with RFC 5952 (by not shortening a single
:0: to ::)
  - Added stability canary support

diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec
index b4f9f3e..fbf8524 100644
--- a/perl-AnyEvent.spec
+++ b/perl-AnyEvent.spec
@@ -4,8 +4,8 @@
 %global debug_package %{nil}
 
 Name:   perl-AnyEvent
-Version:7.09
-Release:4%{?dist}
+Version:7.11
+Release:1%{?dist}
 Summary:Framework for multiple event loops
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -13,6 +13,11 @@ URL:http://search.cpan.org/dist/AnyEvent/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-%{version}%{?subver}.tar.gz
 
 # Build requirements
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Canary::Stability)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 
 # Module requirements
@@ -115,11 +120,12 @@ export PERL_ANYEVENT_LOOP_TESTS=1
 make test
 
 
-# Support use of %%license on older distributions
-%{!?_licensedir:%global license %%doc}
-
 %files
+%if 0%{?_licensedir:1}
 %license COPYING
+%else
+%doc COPYING
+%endif
 %doc Changes README
 %{perl_vendorarch}/AE.pm
 %{perl_vendorarch}/AnyEvent.pm
@@ -156,6 +162,18 @@ make test
 
 
 %changelog
+* Fri Jul 17 2015 Paul Howarth p...@city-fan.org - 7.11-1
+- Update to 7.11
+  - AnyEvent::Socket::parse_ipv6 could accept malformed ipv6 addresses (extra
+:: at end and similar cases)
+  - Add a more explicit warning to AnyEvent::Handle that it doesn't work on
+files; people keep getting confused
+  - New function AnyEvent::Socket::tcp_bind
+  - New functions AnyEvent::fh_block and AnyEvent::fh_unblock
+  - Aligned ipv6 address formatting with RFC 5952 (by not shortening a single
+:0: to ::)
+  - Added stability canary support
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 7.09-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 53c6942..21466e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b5b2aa93ce7927dd0b5a21992202ab5d  AnyEvent-7.09.tar.gz
+1130bca8746121d035dbc13d52e14ebe  AnyEvent-7.11.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-AnyEvent.git/commit/?h=f23id=12c96bb665e0b2132db0c1dd6270eb1635b3cb53
--
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

jplesnik pushed to perl-Catalyst-Model-LDAP (master). 0.17 bump

2015-07-17 Thread notifications
From 4f1fa162f9a94e1895e2c2b26278639e2ef73aa2 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Fri, 17 Jul 2015 15:42:26 +0200
Subject: 0.17 bump


diff --git a/.gitignore b/.gitignore
index d8c3d40..2f0b4df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Catalyst-Model-LDAP-0.16.tar.gz
+/Catalyst-Model-LDAP-0.17.tar.gz
diff --git a/perl-Catalyst-Model-LDAP.spec b/perl-Catalyst-Model-LDAP.spec
index bc145c4..a465b20 100644
--- a/perl-Catalyst-Model-LDAP.spec
+++ b/perl-Catalyst-Model-LDAP.spec
@@ -1,44 +1,51 @@
 Name:   perl-Catalyst-Model-LDAP
-Version:0.16
-Release:21%{?dist}
+Version:0.17
+Release:1%{?dist}
 Summary:LDAP model class for Catalyst
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Catalyst-Model-LDAP/
 Source0:
http://www.cpan.org/authors/id/D/DA/DANIELTWC/Catalyst-Model-LDAP-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl = 1:5.8.1
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Catalyst) = 5.62
+BuildRequires:  perl(Catalyst::Controller)
 BuildRequires:  perl(Catalyst::Model)
 BuildRequires:  perl(Catalyst::Test)
 BuildRequires:  perl(Class::Accessor::Fast)
-BuildRequires:  perl(Class::C3)
+BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Data::Page)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(MRO::Compat)
+BuildRequires:  perl(Net::FTP)
 BuildRequires:  perl(Net::LDAP) = 0.34
 BuildRequires:  perl(Net::LDAP::Constant)
 BuildRequires:  perl(Net::LDAP::Control::Sort)
 BuildRequires:  perl(Net::LDAP::Control::VLV)
 BuildRequires:  perl(Net::LDAP::Entry)
 BuildRequires:  perl(Net::LDAP::Search)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod) = 1.14
 BuildRequires:  perl(Test::Pod::Coverage) = 1.04
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 
 Requires:   perl(Catalyst) = 5.62
-Requires:   perl(Catalyst::Model)
-Requires:   perl(Class::Accessor::Fast)
-Requires:   perl(Class::C3)
-Requires:   perl(Data::Page)
 Requires:   perl(Net::LDAP) = 0.34
-Requires:   perl(Net::LDAP::Constant)
-Requires:   perl(Net::LDAP::Control::Sort)
-Requires:   perl(Net::LDAP::Control::VLV)
-Requires:   perl(Net::LDAP::Entry)
-Requires:   perl(Net::LDAP::Search)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Net::LDAP\\)\s*$
 
 %description
 This is the Net::LDAP model class for Catalyst. It is nothing more than a
@@ -48,32 +55,28 @@ simple wrapper for Net::LDAP.
 %setup -q -n Catalyst-Model-LDAP-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
+make pure_install DESTDIR=$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 \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 TEST_POD=1 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 17 2015 Jitka Plesnikova jples...@redhat.com - 0.17-1
+- 0.17 bump
+- Modernize spec
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.16-21
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index b927281..652de5a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ccbf7239d3bed85fe3f588a28a5c268  Catalyst-Model-LDAP-0.16.tar.gz
+65c33994df6ee13d330e99fe071d903d  Catalyst-Model-LDAP-0.17.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Catalyst-Model-LDAP.git/commit/?h=masterid=4f1fa162f9a94e1895e2c2b26278639e2ef73aa2
--
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

berrange uploaded sources for perl-Sys-Virt

2015-07-17 Thread notifications
5987ef8ca5ce49559dbcff446d46a40e  sources

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Sys-Virt/sources/md5/5987ef8ca5ce49559dbcff446d46a40e/sources
--
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 uploaded MooX-ConfigFromFile-0.007.tar.gz for perl-MooX-ConfigFromFile

2015-07-17 Thread notifications
5afdbfcbe77c51a979507d341cf691c3  MooX-ConfigFromFile-0.007.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-MooX-ConfigFromFile/MooX-ConfigFromFile-0.007.tar.gz/md5/5afdbfcbe77c51a979507d341cf691c3/MooX-ConfigFromFile-0.007.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

[Bug 1233659] Upgrade perl-Catalyst-Model-LDAP to 0.17

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233659

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Catalyst-Model-LDAP-0.
   ||17-1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2015-07-17 09:49:57



-- 
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

berrange uploaded Sys-Virt-1.2.17.tar.gz for perl-Sys-Virt

2015-07-17 Thread notifications
c6f1d23361e17ced91f77cd6bd18a14b  Sys-Virt-1.2.17.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Sys-Virt/Sys-Virt-1.2.17.tar.gz/md5/c6f1d23361e17ced91f77cd6bd18a14b/Sys-Virt-1.2.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

berrange pushed to perl-Sys-Virt (master). Update to 1.2.17 release

2015-07-17 Thread notifications
From 4dcdc74bc13a3b6f74ac500a317adbdd07054f1a Mon Sep 17 00:00:00 2001
From: Daniel P. Berrange berra...@redhat.com
Date: Fri, 17 Jul 2015 14:35:12 +0100
Subject: Update to 1.2.17 release


diff --git a/perl-Sys-Virt.spec b/perl-Sys-Virt.spec
index 08dd883..18b2eff 100644
--- a/perl-Sys-Virt.spec
+++ b/perl-Sys-Virt.spec
@@ -1,6 +1,6 @@
 Name:   perl-Sys-Virt
-Version:1.2.16
-Release:3%{?dist}
+Version:1.2.17
+Release:1%{?dist}
 Summary:Represent and manage a libvirt hypervisor connection
 License:GPLv2+ or Artistic
 Group:  Development/Libraries
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 17 2015 Daniel P. Berrange berra...@redhat.com - 1.2.17-1
+- Update to 1.2.17 release
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.2.16-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index a3fff5d..7ad6c27 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d545084b1bb6b9c15771c3d590c9b62  Sys-Virt-1.2.16.tar.gz
+c6f1d23361e17ced91f77cd6bd18a14b  Sys-Virt-1.2.17.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Sys-Virt.git/commit/?h=masterid=4dcdc74bc13a3b6f74ac500a317adbdd07054f1a
--
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 uploaded AnyEvent-7.11.tar.gz for perl-AnyEvent

2015-07-17 Thread notifications
1130bca8746121d035dbc13d52e14ebe  AnyEvent-7.11.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-AnyEvent/AnyEvent-7.11.tar.gz/md5/1130bca8746121d035dbc13d52e14ebe/AnyEvent-7.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

Re: Problem with multiple monitors

2015-07-17 Thread Alexander Ploumistos
OK, first things first. This is a quick but relatively comprehensive
overview of ttys, vts etc.:
https://mostlylinux.wordpress.com/troubleshooting/ttysessions/

In my rhbz post, I wrote that when your system is set to boot into
graphical mode, when you kill the wayland server (or gdm I suppose),
gdm spawns a new login manager session, while the previous Xorg
instance with your desktop environment is left running. So you can
keep killing wayland (or perhaps gdm?), getting to a new login prompt
and starting new X sessions, until you run out of ttys. I believe that
is what you are experiencing, i.e. when you dock the laptop, gdm hangs
up and respawns.

You can check with something like
ps ax | grep -E X|wayland

and see what is running on which tty.

For example, if you get something similar to

1812 tty2 Sl+0:35 /usr/libexec/Xorg vt2 -displayfd 3 -auth
/run/user/1000/gdm/Xauthority -nolisten tcp -background none -noreset
-keeptty -verbose 3
3016 tty4 Sl+0:22 /usr/libexec/Xorg vt4 -displayfd 3 -auth
/run/user/1000/gdm/Xauthority -nolisten tcp -background none -noreset
-keeptty -verbose 3

you can tell that you have one graphical session running on tty2 and
another one on tty4 and you can switch between them with Ctrl+Alt+F4
and Ctrl+Alt+F2.

Perhaps someone knowledgeable can give a more accurate description.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

ppisar pushed to perl-MooX-Options (master). Update to 4.018

2015-07-17 Thread notifications
From aa31065b07a2ffa6e807f92f02b600092512d0ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 17 Jul 2015 15:17:59 +0200
Subject: Update to 4.018


diff --git a/.gitignore b/.gitignore
index d7499ad..95a2c9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /MooX-Options-4.012.tar.gz
 /MooX-Options-4.013.tar.gz
 /MooX-Options-4.015.tar.gz
+/MooX-Options-4.018.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..4aab163
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter(spelling-error .* eXtension);
diff --git a/perl-MooX-Options.spec b/perl-MooX-Options.spec
index 99debe8..b5886c0 100644
--- a/perl-MooX-Options.spec
+++ b/perl-MooX-Options.spec
@@ -1,53 +1,72 @@
 Name:   perl-MooX-Options
-Version:4.015
-Release:3%{?dist}
+Version:4.018
+Release:1%{?dist}
 Summary:Explicit Options eXtension for Object Class
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/MooX-Options/
-Source0:
http://www.cpan.org/modules/by-module/MooX/MooX-Options-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/C/CE/CELOGEEK/MooX-Options-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
 BuildRequires:  perl
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(Data::Record)
 BuildRequires:  perl(feature)
+BuildRequires:  perl(Getopt::Long) = 2.43
+BuildRequires:  perl(Getopt::Long::Descriptive) = 0.099
+BuildRequires:  perl(JSON)
+# 1.003001 from Moo in META.json which is not used
+BuildRequires:  perl(Moo::Role) = 1.003001
+BuildRequires:  perl(MooX::ConfigFromFile::Role)
+BuildRequires:  perl(MRO::Compat)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(parent)
+BuildRequires:  perl(Path::Class) = 0.32
+BuildRequires:  perl(Pod::Usage)
+BuildRequires:  perl(Regexp::Common)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Text::LineFold)
+# Optional run-time:
+BuildRequires:  perl(Term::Size::Any)
+# Tests:
+BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(FindBin)
-BuildRequires:  perl(Getopt::Long) = 2.38
-BuildRequires:  perl(Getopt::Long::Descriptive) = 0.091
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IPC::Open3)
-BuildRequires:  perl(JSON)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Mo)
+BuildRequires:  perl(Mo::coerce)
+BuildRequires:  perl(Mo::default)
+BuildRequires:  perl(Mo::required)
 BuildRequires:  perl(Moo) = 1.003001
-BuildRequires:  perl(Moo::Role)
-BuildRequires:  perl(MooX::ConfigFromFile)
 BuildRequires:  perl(Moose)
-BuildRequires:  perl(MRO::Compat)
 BuildRequires:  perl(namespace::clean)
-BuildRequires:  perl(overload)
-BuildRequires:  perl(parent)
-BuildRequires:  perl(Path::Class) = 0.32
-BuildRequires:  perl(Pod::Usage)
-BuildRequires:  perl(Regexp::Common)
 BuildRequires:  perl(Role::Tiny::With)
-BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(strict)
-BuildRequires:  perl(Term::Size::Any)
-BuildRequires:  perl(Text::LineFold)
 BuildRequires:  perl(Test::More) = 0.94
 # Test::Requires could be patched out, but is required for t/00-compile.t to 
succeed, even when t/pod test is not run
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Test::Trap)
-BuildRequires:  perl(Text::WrapI18N)
 BuildRequires:  perl(Try::Tiny)
-BuildRequires:  perl(warnings)
-Requires:   perl(Moo) = 1.003001
-Requires:   perl(MooX::ConfigFromFile)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+# Optional tests:
+# English not used
+BuildRequires:  perl(MooX::Cmd) = 0.07
+# Pod::Coverage::TrustPod not used
+# Test::Kwalitee::Extra not used
+# Test::Pod 1.46 not used
+# Test::Pod::Coverage 1.08 not used
+# Test::Vars not used
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+# 1.003001 from Moo in META.json which is not used
+Requires:   perl(Moo::Role) = 1.003001
+Requires:   perl(MooX::ConfigFromFile::Role)
+
+# Remove under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Getopt::Long::Descriptive|Moo::Role)\\)$
 
 %description
 Create a command line tool with your Mo, Moo, Moose objects.
@@ -57,28 +76,27 @@ Create a command line tool with your Mo, Moo, Moose objects.
 chmod -c -x lib/MooX/Options.pm
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
 %files
-%if 0%{?_licensedir:1}
 %license LICENSE
-%else
-%doc LICENSE
-%endif
 %doc Changes etc README
 %{perl_vendorlib}/*
 

pghmcfc pushed to perl-AnyEvent (master). Update to 7.11 (..more)

2015-07-17 Thread notifications
From 12c96bb665e0b2132db0c1dd6270eb1635b3cb53 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Fri, 17 Jul 2015 14:03:16 +0100
Subject: Update to 7.11

- New upstream release 7.11
  - AnyEvent::Socket::parse_ipv6 could accept malformed ipv6 addresses (extra
:: at end and similar cases)
  - Add a more explicit warning to AnyEvent::Handle that it doesn't work on
files; people keep getting confused
  - New function AnyEvent::Socket::tcp_bind
  - New functions AnyEvent::fh_block and AnyEvent::fh_unblock
  - Aligned ipv6 address formatting with RFC 5952 (by not shortening a single
:0: to ::)
  - Added stability canary support

diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec
index b4f9f3e..fbf8524 100644
--- a/perl-AnyEvent.spec
+++ b/perl-AnyEvent.spec
@@ -4,8 +4,8 @@
 %global debug_package %{nil}
 
 Name:   perl-AnyEvent
-Version:7.09
-Release:4%{?dist}
+Version:7.11
+Release:1%{?dist}
 Summary:Framework for multiple event loops
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -13,6 +13,11 @@ URL:http://search.cpan.org/dist/AnyEvent/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-%{version}%{?subver}.tar.gz
 
 # Build requirements
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Canary::Stability)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 
 # Module requirements
@@ -115,11 +120,12 @@ export PERL_ANYEVENT_LOOP_TESTS=1
 make test
 
 
-# Support use of %%license on older distributions
-%{!?_licensedir:%global license %%doc}
-
 %files
+%if 0%{?_licensedir:1}
 %license COPYING
+%else
+%doc COPYING
+%endif
 %doc Changes README
 %{perl_vendorarch}/AE.pm
 %{perl_vendorarch}/AnyEvent.pm
@@ -156,6 +162,18 @@ make test
 
 
 %changelog
+* Fri Jul 17 2015 Paul Howarth p...@city-fan.org - 7.11-1
+- Update to 7.11
+  - AnyEvent::Socket::parse_ipv6 could accept malformed ipv6 addresses (extra
+:: at end and similar cases)
+  - Add a more explicit warning to AnyEvent::Handle that it doesn't work on
+files; people keep getting confused
+  - New function AnyEvent::Socket::tcp_bind
+  - New functions AnyEvent::fh_block and AnyEvent::fh_unblock
+  - Aligned ipv6 address formatting with RFC 5952 (by not shortening a single
+:0: to ::)
+  - Added stability canary support
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 7.09-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 53c6942..21466e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b5b2aa93ce7927dd0b5a21992202ab5d  AnyEvent-7.09.tar.gz
+1130bca8746121d035dbc13d52e14ebe  AnyEvent-7.11.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-AnyEvent.git/commit/?h=masterid=12c96bb665e0b2132db0c1dd6270eb1635b3cb53
--
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 1186281] perl-MooX-Options-4.018 is available

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1186281

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||ppi...@redhat.com
   Assignee|dd...@cpan.org  |ppi...@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

[Bug 1186281] perl-MooX-Options-4.018 is available

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1186281



--- Comment #5 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ppisar's perl-MooX-Options-4.018-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=669557

-- 
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

[Bug 1186281] perl-MooX-Options-4.018 is available

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1186281

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-MooX-Options-4.018-1.f
   ||c24
 Resolution|--- |RAWHIDE
Last Closed||2015-07-17 09:26:03



-- 
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

[389-devel] please review: Ticket 48179 - When starting a replica agreement a deadlock can occur with an op updating nsuniqueid index

2015-07-17 Thread Mark Reynolds

https://fedorahosted.org/389/ticket/48179

https://fedorahosted.org/389/attachment/ticket/48179/0001-Ticket-48179-Starting-a-replica-agreement-can-lead-t.patch
--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

ppisar pushed to perl-Math-BaseCnv (master). Specify all dependencies

2015-07-17 Thread notifications
From b85b725c3dbe7c5aaca23566c2943b58810151c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 17 Jul 2015 09:04:04 +0200
Subject: Specify all dependencies


diff --git a/perl-Math-BaseCnv.spec b/perl-Math-BaseCnv.spec
index 0e4e968..30497aa 100644
--- a/perl-Math-BaseCnv.spec
+++ b/perl-Math-BaseCnv.spec
@@ -1,6 +1,6 @@
 Name:   perl-Math-BaseCnv
 Version:1.8.B59BrZX
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Fast functions to CoNVert between number Bases
 
 Group:  Development/Libraries
@@ -10,7 +10,20 @@ Source0:
http://search.cpan.org/CPAN/authors/id/P/PI/PIP/Math-BaseCnv-%{v
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Math::BigInt)
+BuildRequires:  perl(Memoize)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Tests:
+BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -58,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 17 2015 Petr Pisar ppi...@redhat.com - 1.8.B59BrZX-13
+- Specify all dependencies (bug #1243855)
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.8.B59BrZX-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Math-BaseCnv.git/commit/?h=masterid=b85b725c3dbe7c5aaca23566c2943b58810151c5
--
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 1221412] perl-IO-Socket-Timeout-0.29 is available

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1221412

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-IO-Socket-Timeout-0.29
   ||-1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2015-07-17 04:38:14



-- 
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: Bizarre koji error

2015-07-17 Thread Jakub Jelen

On 07/17/2015 01:44 AM, Kevin Fenzi wrote:

On Thu, 16 Jul 2015 08:22:36 +0200
Jakub Jelen jje...@redhat.com wrote:


It happened to me yesterday also during updates. Usually first and
the second attempt failed and then it succeed so I managed to push
all updates I wanted during day. Is the cause know at the moment?

Yes, it was a selinux labeling issue.

It should have been fixed after yesterday morning.

Are you still seeing a problem?

kevin

Yesterday it worked well for me. Thank you for information.

--
Jakub Jelen

--
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 1221417] perl-PerlIO-via-Timeout-0.30 is available

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1221417



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-PerlIO-via-Timeout-0.30-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=669467

-- 
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

jplesnik uploaded IO-Socket-Timeout-0.29.tar.gz for perl-IO-Socket-Timeout

2015-07-17 Thread notifications
c8b320b9893b12e1fa6b1ed9b63f691b  IO-Socket-Timeout-0.29.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-IO-Socket-Timeout/IO-Socket-Timeout-0.29.tar.gz/md5/c8b320b9893b12e1fa6b1ed9b63f691b/IO-Socket-Timeout-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

ppisar pushed to perl-VOMS-Lite (master). Specify all dependencies

2015-07-17 Thread notifications
From 1efaabb1996ee300563dcd159c39114c8adabd29 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 17 Jul 2015 10:08:06 +0200
Subject: Specify all dependencies


diff --git a/perl-VOMS-Lite.spec b/perl-VOMS-Lite.spec
index 193e20b..3c49989 100644
--- a/perl-VOMS-Lite.spec
+++ b/perl-VOMS-Lite.spec
@@ -1,7 +1,7 @@
 
 Name:   perl-VOMS-Lite
 Version:0.20
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Perl extension for VOMS Attribute certificate creation
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -10,23 +10,50 @@ Source0:
ftp://ftp.funet.fi/pub/CPAN/authors/id/M/MI/MIKEJ/VOMS-Lite-%{ve
 Source1:voms.config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+%if 0%{?el4}%{?el5}
+BuildRequires:  sed
+%endif
+BuildRequires:  perl(Crypt::CBC)
 BuildRequires:  perl(Crypt::DES_EDE3)
-BuildRequires:  perl(Digest::MD2)
+# Data::Dumper not used at tests
+# DBI not used at tests
+BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(Digest::SHA1)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(IO::Socket::SSL)
-BuildRequires:  perl(Regexp::Common)
-BuildRequires:  perl(Term::ReadKey)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Copy)
+# HTTP::Daemon::SSL not used at tests
+# HTTP::Response not used at tests
+# HTTP::Status not used at tests
+# IO::Socket not used at tests
+# IO::Socket::SSL not used at tests
+BuildRequires:  perl(Math::BigInt)
+BuildRequires:  perl(MIME::Base64)
+# Pod::Simple::Text not used at tests
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Sys::Hostname)
+# Term::ReadKey not used at tests
+BuildRequires:  perl(Time::Local)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# XML::Parser not used at tests
+# Optional run-time:
+# Digest::MD2 not used at tests
 BuildRequires:  perl(Math::BigInt::GMP)
-BuildRequires:  perl(Crypt::CBC)
-Requires:   perl(Math::BigInt::GMP)
+# Tests:
+%tests_req  perl(Cwd)
+%tests_req  perl(Sys::Hostname)
+%tests_req  perl(Test)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   perl(Crypt::DES_EDE3)
+Requires:   perl(Pod::Simple::Text)
+# Optional run-time:
 Requires:   perl(Digest::MD2)
-Requires:   perl(Digest::SHA1)
-Requires:   perl(IO::Socket::SSL)
-Requires:   perl(Regexp::Common)
-Requires:   perl(Term::ReadKey)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Math::BigInt::GMP)
 
 # RPM 4.8 style
 # Remove WIN32::API from the requires. It is only ever loaded 
@@ -157,6 +184,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jul 17 2015 Petr Pisar ppi...@redhat.com - 0.20-6
+- Specify all dependencies (bug #1243858)
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.20-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-VOMS-Lite.git/commit/?h=masterid=1efaabb1996ee300563dcd159c39114c8adabd29
--
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 1243871] perl-Net-SNMP-6.0.1-13.fc24 FTBFS: undeclared dependency on Math::BigInt

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1243871

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|tcall...@redhat.com |ppi...@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

[Bug 1243858] perl-VOMS-Lite-0.20-5.fc24 FTBFS: undeclared dependency on Math::BigInt

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1243858

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-VOMS-Lite-0.20-6.fc23
 Resolution|--- |NEXTRELEASE
Last Closed||2015-07-17 04:36:45



-- 
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

[Bug 1243867] perl-Panotools-Script-0.28-5.fc24 FTBFS: undeclared dependency on Math::Trig

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1243867

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |MODIFIED
   Fixed In Version||perl-Panotools-Script-0.28-
   ||6.fc24



-- 
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

[Bug 1243855] perl-Math-BaseCnv-1.8.B59BrZX-12.fc24 FTBFS: undeclared dependency on

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1243855

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Math-BaseCnv-1.8.B59Br
   ||ZX-13.fc23
 Resolution|--- |NEXTRELEASE
Last Closed||2015-07-17 03:12:31



-- 
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

[Bug 1243858] perl-VOMS-Lite-0.20-5.fc24 FTBFS: undeclared dependency on Math::BigInt

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1243858

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|steve.tray...@cern.ch   |ppi...@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

jplesnik uploaded PerlIO-via-Timeout-0.30.tar.gz for perl-PerlIO-via-Timeout

2015-07-17 Thread notifications
c93048b9a72f66f5e991a6b9f41119d2  PerlIO-via-Timeout-0.30.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-PerlIO-via-Timeout/PerlIO-via-Timeout-0.30.tar.gz/md5/c93048b9a72f66f5e991a6b9f41119d2/PerlIO-via-Timeout-0.30.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: Improving our processes for new contributors.

2015-07-17 Thread Michael Schwendt
On Thu, 16 Jul 2015 23:13:20 +, Zbigniew Jędrzejewski-Szmek wrote:

 So multiple people arrive at the similar workflow independently...
 I really think that something like this should be available
 out of the box for new fedora packagers. Probably as part of fedpkg,
 but can be somewhere else.

Consider filing a RFE about rpm to modify the default rpmbuild tree
structure. It may be rejected, because it could be that there are users
who like the default.

Or a RFE for rpmdevtools' rpmdev-setuptree command, which creates
a ~/.rpmmacros setting %_topdir. It could easily redefine other path
macros, too.

But else, I don't think this would improve the process for new contributors
significantly. As one can see, the new contributors manage to submit packages
into the queue, and they even point at koji test-builds. One problem is that
a growing number of package submitters stop at that point instead of trying
to follow the process guidelines -- which recommends providing some more things
ahead of time.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

jplesnik pushed to perl-IO-Socket-Timeout (master). 0.29 bump

2015-07-17 Thread notifications
From b860732210cf983df8af8551a808a4551fdc585b Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Fri, 17 Jul 2015 10:29:55 +0200
Subject: 0.29 bump


diff --git a/.gitignore b/.gitignore
index 9480411..47c3fd6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /IO-Socket-Timeout-0.24.tar.gz
 /IO-Socket-Timeout-0.25.tar.gz
 /IO-Socket-Timeout-0.27.tar.gz
+/IO-Socket-Timeout-0.29.tar.gz
diff --git a/perl-IO-Socket-Timeout.spec b/perl-IO-Socket-Timeout.spec
index 8224b00..2a0d9d1 100644
--- a/perl-IO-Socket-Timeout.spec
+++ b/perl-IO-Socket-Timeout.spec
@@ -1,6 +1,6 @@
 Name:   perl-IO-Socket-Timeout
-Version:0.27
-Release:4%{?dist}
+Version:0.29
+Release:1%{?dist}
 Summary:IO::Socket with read/write timeout
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -9,13 +9,16 @@ Source0:
http://www.cpan.org/modules/by-module/IO/IO-Socket-Timeout-%{ver
 # includes Test::More with a higher version than available for epel6
 Patch1: test_simple_include.patch
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(bytes)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
-BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Errno)
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(FindBin)
@@ -23,15 +26,14 @@ BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IO::Socket)
 BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(PerlIO::via::Timeout) = 0.28
+BuildRequires:  perl(PerlIO::via::Timeout) = 0.30
 BuildRequires:  perl(POSIX)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Socket)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Synopsis)
 BuildRequires:  perl(Test::TCP)
 BuildRequires:  perl(warnings)
-Requires:   perl(PerlIO::via::Timeout) = 0.28
+Requires:   perl(PerlIO::via::Timeout) = 0.30
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %{?perl_default_filter}
@@ -65,11 +67,15 @@ make test
 %endif
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 17 2015 Jitka Plesnikova jples...@redhat.com - 0.29-1
+- 0.29 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.27-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index dc92041..51a01c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e22f5f17b5a8e99f9647ebb120af8cd  IO-Socket-Timeout-0.27.tar.gz
+c8b320b9893b12e1fa6b1ed9b63f691b  IO-Socket-Timeout-0.29.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-Socket-Timeout.git/commit/?h=masterid=b860732210cf983df8af8551a808a4551fdc585b
--
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-VOMS-Lite (f23). Specify all dependencies

2015-07-17 Thread notifications
From 1efaabb1996ee300563dcd159c39114c8adabd29 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 17 Jul 2015 10:08:06 +0200
Subject: Specify all dependencies


diff --git a/perl-VOMS-Lite.spec b/perl-VOMS-Lite.spec
index 193e20b..3c49989 100644
--- a/perl-VOMS-Lite.spec
+++ b/perl-VOMS-Lite.spec
@@ -1,7 +1,7 @@
 
 Name:   perl-VOMS-Lite
 Version:0.20
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Perl extension for VOMS Attribute certificate creation
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -10,23 +10,50 @@ Source0:
ftp://ftp.funet.fi/pub/CPAN/authors/id/M/MI/MIKEJ/VOMS-Lite-%{ve
 Source1:voms.config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+%if 0%{?el4}%{?el5}
+BuildRequires:  sed
+%endif
+BuildRequires:  perl(Crypt::CBC)
 BuildRequires:  perl(Crypt::DES_EDE3)
-BuildRequires:  perl(Digest::MD2)
+# Data::Dumper not used at tests
+# DBI not used at tests
+BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(Digest::SHA1)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(IO::Socket::SSL)
-BuildRequires:  perl(Regexp::Common)
-BuildRequires:  perl(Term::ReadKey)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Copy)
+# HTTP::Daemon::SSL not used at tests
+# HTTP::Response not used at tests
+# HTTP::Status not used at tests
+# IO::Socket not used at tests
+# IO::Socket::SSL not used at tests
+BuildRequires:  perl(Math::BigInt)
+BuildRequires:  perl(MIME::Base64)
+# Pod::Simple::Text not used at tests
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Sys::Hostname)
+# Term::ReadKey not used at tests
+BuildRequires:  perl(Time::Local)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# XML::Parser not used at tests
+# Optional run-time:
+# Digest::MD2 not used at tests
 BuildRequires:  perl(Math::BigInt::GMP)
-BuildRequires:  perl(Crypt::CBC)
-Requires:   perl(Math::BigInt::GMP)
+# Tests:
+%tests_req  perl(Cwd)
+%tests_req  perl(Sys::Hostname)
+%tests_req  perl(Test)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   perl(Crypt::DES_EDE3)
+Requires:   perl(Pod::Simple::Text)
+# Optional run-time:
 Requires:   perl(Digest::MD2)
-Requires:   perl(Digest::SHA1)
-Requires:   perl(IO::Socket::SSL)
-Requires:   perl(Regexp::Common)
-Requires:   perl(Term::ReadKey)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Math::BigInt::GMP)
 
 # RPM 4.8 style
 # Remove WIN32::API from the requires. It is only ever loaded 
@@ -157,6 +184,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jul 17 2015 Petr Pisar ppi...@redhat.com - 0.20-6
+- Specify all dependencies (bug #1243858)
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.20-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-VOMS-Lite.git/commit/?h=f23id=1efaabb1996ee300563dcd159c39114c8adabd29
--
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 1221417] perl-PerlIO-via-Timeout-0.30 is available

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1221417

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-PerlIO-via-Timeout-0.3
   ||0-1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2015-07-17 04:07:58



-- 
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

[Bug 1221412] perl-IO-Socket-Timeout-0.29 is available

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1221412



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-IO-Socket-Timeout-0.29-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=669471

-- 
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

[Bug 1243849] perl-Convert-PEM-0.08-17.fc24 FTBFS: Undeclared dependency on Math::BigInt

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1243849

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Convert-PEM-0.08-18.fc
   ||23
 Resolution|--- |NEXTRELEASE
Last Closed||2015-07-17 04:59:41



-- 
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

[Bug 1243855] perl-Math-BaseCnv-1.8.B59BrZX-12.fc24 FTBFS: undeclared dependency on

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1243855

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|xav...@bachelot.org |ppi...@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

ppisar pushed to perl-Math-BaseCnv (f23). Specify all dependencies

2015-07-17 Thread notifications
From b85b725c3dbe7c5aaca23566c2943b58810151c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 17 Jul 2015 09:04:04 +0200
Subject: Specify all dependencies


diff --git a/perl-Math-BaseCnv.spec b/perl-Math-BaseCnv.spec
index 0e4e968..30497aa 100644
--- a/perl-Math-BaseCnv.spec
+++ b/perl-Math-BaseCnv.spec
@@ -1,6 +1,6 @@
 Name:   perl-Math-BaseCnv
 Version:1.8.B59BrZX
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Fast functions to CoNVert between number Bases
 
 Group:  Development/Libraries
@@ -10,7 +10,20 @@ Source0:
http://search.cpan.org/CPAN/authors/id/P/PI/PIP/Math-BaseCnv-%{v
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Math::BigInt)
+BuildRequires:  perl(Memoize)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Tests:
+BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -58,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 17 2015 Petr Pisar ppi...@redhat.com - 1.8.B59BrZX-13
+- Specify all dependencies (bug #1243855)
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.8.B59BrZX-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Math-BaseCnv.git/commit/?h=f23id=b85b725c3dbe7c5aaca23566c2943b58810151c5
--
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

jplesnik pushed to perl-PerlIO-via-Timeout (master). 0.30 bump

2015-07-17 Thread notifications
From 3cb1b03b55426295b3237011125a2b889a84622d Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Fri, 17 Jul 2015 09:59:56 +0200
Subject: 0.30 bump


diff --git a/.gitignore b/.gitignore
index 65176d3..40615d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /PerlIO-via-Timeout-0.29.tar.gz
+/PerlIO-via-Timeout-0.30.tar.gz
diff --git a/perl-PerlIO-via-Timeout.spec b/perl-PerlIO-via-Timeout.spec
index 814888e..ea54523 100644
--- a/perl-PerlIO-via-Timeout.spec
+++ b/perl-PerlIO-via-Timeout.spec
@@ -1,6 +1,6 @@
 Name:   perl-PerlIO-via-Timeout
-Version:0.29
-Release:5%{?dist}
+Version:0.30
+Release:1%{?dist}
 Summary:PerlIO layer that adds read  write timeout to a handle
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -9,19 +9,23 @@ Source0:
http://www.cpan.org/modules/by-module/PerlIO/PerlIO-via-Timeout-
 # includes Test::More with a higher version than available for epel6
 Patch1: test_simple_include.patch
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Errno)
 BuildRequires:  perl(Exporter) = 5.57
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IPC::Open3)
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
 BuildRequires:  perl(Pod::Coverage::TrustPod)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::TCP)
+BuildRequires:  perl(Time::HiRes)
 BuildRequires:  perl(warnings)
 Requires:   perl(Exporter) = 5.57
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -63,6 +67,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 17 2015 Jitka Plesnikova jples...@redhat.com - 0.30-1
+- 0.30 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.29-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 158252e..e4384bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d11a404ef25fde310e1798c8702ce61  PerlIO-via-Timeout-0.29.tar.gz
+c93048b9a72f66f5e991a6b9f41119d2  PerlIO-via-Timeout-0.30.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-PerlIO-via-Timeout.git/commit/?h=masterid=3cb1b03b55426295b3237011125a2b889a84622d
--
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-Net-SNMP (f23). Specify all dependencies

2015-07-17 Thread notifications
From ba44af43fd1541820508898b418abbd8fa450bf6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 17 Jul 2015 10:41:04 +0200
Subject: Specify all dependencies


diff --git a/perl-Net-SNMP.spec b/perl-Net-SNMP.spec
index 4500a29..e8ac266 100644
--- a/perl-Net-SNMP.spec
+++ b/perl-Net-SNMP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-SNMP
 Version:6.0.1
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:Object oriented interface to SNMP
 
 Group:  Development/Libraries
@@ -10,14 +10,43 @@ Source0:
http://search.cpan.org/CPAN/authors/id/D/DT/DTOWN/Net-SNMP-v%{ve
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
-BuildRequires:  perl(Crypt::DES)
-BuildRequires:  perl(Digest::HMAC)
-BuildRequires:  perl(Digest::SHA1)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(bytes)
+# Carp not used at tests
+# Crypt::DES 2.03 not used at tests
+# Digest::HMAC 1.00 not used at tests
+# Digest::MD5 2.11 not used at tests
+# Digest::SHA1 1.02 not used at tests
+BuildRequires:  perl(Errno)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(IO::Socket)
+BuildRequires:  perl(Math::BigInt)
+# Socket6 0.23 not used at tests
+# Optional run-time:
+# Crypt::Rijndael 1.02 not used at tests
+# Sys::Hostname not used at tests
+# Tests:
+BuildRequires:  perl(Test)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-#Requires:   perl(Crypt::Rijndael)
-# This is autodetected.
-#Requires:   perl(Socket6)
+Requires:   perl(Carp)
+Requires:   perl(Crypt::DES) = 2.03
+Requires:   perl(Digest::HMAC) = 1.00
+Requires:   perl(Digest::MD5) = 2.11
+Requires:   perl(Digest::SHA1) = 1.02
+# Optional run-time:
+# Crypt::Rijndael 1.02
+
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Crypt::DES|Digest::HMAC|Digest::MD5|Digest::SHA1)\\)$
 
 %description
 The Net::SNMP module implements an object oriented interface to the
@@ -66,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 17 2015 Petr Pisar ppi...@redhat.com - 6.0.1-14
+- Specify all dependencies (bug #1243871)
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 6.0.1-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-SNMP.git/commit/?h=f23id=ba44af43fd1541820508898b418abbd8fa450bf6
--
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-Net-SNMP (master). Specify all dependencies

2015-07-17 Thread notifications
From ba44af43fd1541820508898b418abbd8fa450bf6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 17 Jul 2015 10:41:04 +0200
Subject: Specify all dependencies


diff --git a/perl-Net-SNMP.spec b/perl-Net-SNMP.spec
index 4500a29..e8ac266 100644
--- a/perl-Net-SNMP.spec
+++ b/perl-Net-SNMP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-SNMP
 Version:6.0.1
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:Object oriented interface to SNMP
 
 Group:  Development/Libraries
@@ -10,14 +10,43 @@ Source0:
http://search.cpan.org/CPAN/authors/id/D/DT/DTOWN/Net-SNMP-v%{ve
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
-BuildRequires:  perl(Crypt::DES)
-BuildRequires:  perl(Digest::HMAC)
-BuildRequires:  perl(Digest::SHA1)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(bytes)
+# Carp not used at tests
+# Crypt::DES 2.03 not used at tests
+# Digest::HMAC 1.00 not used at tests
+# Digest::MD5 2.11 not used at tests
+# Digest::SHA1 1.02 not used at tests
+BuildRequires:  perl(Errno)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(IO::Socket)
+BuildRequires:  perl(Math::BigInt)
+# Socket6 0.23 not used at tests
+# Optional run-time:
+# Crypt::Rijndael 1.02 not used at tests
+# Sys::Hostname not used at tests
+# Tests:
+BuildRequires:  perl(Test)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-#Requires:   perl(Crypt::Rijndael)
-# This is autodetected.
-#Requires:   perl(Socket6)
+Requires:   perl(Carp)
+Requires:   perl(Crypt::DES) = 2.03
+Requires:   perl(Digest::HMAC) = 1.00
+Requires:   perl(Digest::MD5) = 2.11
+Requires:   perl(Digest::SHA1) = 1.02
+# Optional run-time:
+# Crypt::Rijndael 1.02
+
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Crypt::DES|Digest::HMAC|Digest::MD5|Digest::SHA1)\\)$
 
 %description
 The Net::SNMP module implements an object oriented interface to the
@@ -66,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 17 2015 Petr Pisar ppi...@redhat.com - 6.0.1-14
+- Specify all dependencies (bug #1243871)
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 6.0.1-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Net-SNMP.git/commit/?h=masterid=ba44af43fd1541820508898b418abbd8fa450bf6
--
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: F23 Self Contained Change: RPM MPI Requires Provides

2015-07-17 Thread Orion Poplawski
On 07/14/2015 08:09 AM, Sandro Mani wrote:
 
 
 On 09.07.2015 23:17, Orion Poplawski wrote:
 On 07/09/2015 03:06 PM, Sandro Mani wrote:

 Ah yes sorry didn't read the contents of fileattrs/libsymlink.attr properly.
 But couldn't that be handled with a

 %__libsymlink_path   ^.*\.so$
 %__libsymlink_flags magic_and_path

 instead of the %__libsymlink_exclude_path in libsymlink.attr?

 Could be.  File a bug against redhat-rpm-config for that then.

 FWIW, filed as #1241737, waiting for a reply.

And quickly applied.  Excellent, thanks.


-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Summary of Thursday's call between GNOME and NM devels and Default DNS resolver change owners

2015-07-17 Thread Tomas Hozza
Hello all.

I would like to share the outcome of the discussion between GNOME and NM 
developers
and the Default DNS resolver [1] Change for F23.

The full summary can be found here [2] and recording here [3] is anyone is 
interested.


Integration points:
- Captive portal detection
- Captive portal handling
- User interaction


Points we agreed on:
* Captive portal detecion
  * NM side
* NM will be the only daemon doing Captive portal detection
* NM moves connectivity check before NM_DEVICE_STATE_ACTIVATED, emits 
signal before network is up
* If portal has been detected, NM blocks NM_DEVICE_STATE_ACTIVATED for a 
specific device until there is no more portal
* NM regularly does the Captive portal detection (connectivity check) to 
determine if the login using GNOME was already done
* Once the login was done and Internet connectivity is detected, NM 
triggers some event in nm-dispatcher (or something like that)
  * GNOME side
* GNOME Shell does not do detection itself, but relies on the NM (as 
already done)
* GNOME is watching the change of connectivity state property in NM
  * dnssec-trigger side
* Does not do any detection
* does not do any user interaction
* Only relies on events triggered by NM and acts based on the connectivity 
status

* Captive portal handling (login)
  * GNOME side
* If Captive portal is detected, then browser window is launched
* The browser window ls launched with LD_PRELOAD 
(https://github.com/hadess/resolvconf-override) as resolv.conf override
* GNOME should fetch the connection-provided DNS servers using NM API 
(existing) and use those for LD_PRELOAD solution
  * dnssec-trigger side
* does not do any user interaction
* Only relies on events triggered by NM and acts based on the connectivity 
status

* User interface / user interaction
  * Fedora Workstation product
* GNOME shell
  * informs the user about the Captive portal
  * launches the window 
* dnssec-trigger
  * the applet will be split into separate package and not installed by 
default (already done)
  * if all falbacks fail, it switches automatically to Insecure mode (no 
DNSSEC validation) without user interaction
* automatic switch to insecure mode will be possible to turn off using 
configuration file for expert users
* a notification can be emited about switching to insecure mode (so far 
by default OFF)
  * Other desktops / Spins
* dnssec-trigger applet
  * should handle the UI that is usually handled by GNOME Shell (if there 
is not any specific Spin implementation to do that, i.e. if GNOME is not in use)
  * Captive portal detection will be still done in NM

* under discussion:
  * notification can be turned OFF by default, but configurable in config file 
for expert users - unfortunatelly this will not create pressure on admins to 
fix the networks
  * alternative: display a message which will say that local network is broken 
and that admin should be woken up:
* 'Your network is seriously broken. Go and kick your network admin NOW!
* This broken network will stop working from Fedora 24 on because it does 
not support DNSSEC. (Tell this to your admin!)'


[1] https://fedoraproject.org/wiki/Changes/Default_Local_DNS_Resolver
[2] https://www.piratepad.ca/p/default-dns-resolver-f23
[3] https://bluejeans.com/s/8pTY/


Regards,
-- 
Tomas Hozza
Software Engineer - EMEA ENG Developer Experience

PGP: 1D9F3C2D
Red Hat Inc. http://cz.redhat.com
-- 
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: F23 Self Contained Change: RPM MPI Requires Provides

2015-07-17 Thread Sandro Mani



On 17.07.2015 17:40, Orion Poplawski wrote:

On 07/14/2015 08:09 AM, Sandro Mani wrote:


On 09.07.2015 23:17, Orion Poplawski wrote:

On 07/09/2015 03:06 PM, Sandro Mani wrote:

Ah yes sorry didn't read the contents of fileattrs/libsymlink.attr properly.
But couldn't that be handled with a

%__libsymlink_path   ^.*\.so$
%__libsymlink_flags magic_and_path

instead of the %__libsymlink_exclude_path in libsymlink.attr?


Could be.  File a bug against redhat-rpm-config for that then.


FWIW, filed as #1241737, waiting for a reply.

And quickly applied.  Excellent, thanks.


Yep - I'm now building things in copr [1].


[1] https://copr.fedoraproject.org/coprs/smani/rpm-mpi-hooks-testing/
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

jplesnik uploaded Redis-1.979.tar.gz for perl-Redis

2015-07-17 Thread notifications
22860774ab8ecc8a8a7d4a714d01cf57  Redis-1.979.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Redis/Redis-1.979.tar.gz/md5/22860774ab8ecc8a8a7d4a714d01cf57/Redis-1.979.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

[Bug 1221841] perl-Redis-1.979 is available

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1221841



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-Redis-1.979-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=669494

-- 
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

[Bug 1243871] perl-Net-SNMP-6.0.1-13.fc24 FTBFS: undeclared dependency on Math::BigInt

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1243871

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Net-SNMP-6.0.1-14.fc23
 Resolution|--- |NEXTRELEASE
Last Closed||2015-07-17 05:22:54



-- 
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

jehane pushed to fusioninventory-agent (f22). commenting unused buildrequires

2015-07-17 Thread notifications
From df7a1db4165dd9b3752353dda82e8c9d07c0ce31 Mon Sep 17 00:00:00 2001
From: jehane maria...@tuxette.fr
Date: Sun, 29 Mar 2015 09:54:43 +0200
Subject: commenting unused buildrequires


diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec
index 560f63c..3c5008c 100644
--- a/fusioninventory-agent.spec
+++ b/fusioninventory-agent.spec
@@ -20,32 +20,32 @@ Source1:   %{name}.cron
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 BuildRequires: perl(inc::Module::Install)
 BuildRequires: systemd
-BuildRequires: perl(Test::Compile)
-BuildRequires: perl(Test::More)
-BuildRequires: perl(Test::Deep)
-BuildRequires: perl(Test::Exception)
-BuildRequires: perl(Test::NoWarnings)
-BuildRequires: perl(Test::MockModule)
-BuildRequires: perl(Test::MockObject::Extends)
-BuildRequires: perl(Test::HTTP::Server::Simple)
-BuildRequires: perl(UNIVERSAL::require)
-BuildRequires: perl(XML::TreePP)
-BuildRequires: perl(IPC::Run)
-BuildRequires: perl(Net::IP)
-BuildRequires: perl(Net::SNMP)
-BuildRequires: perl(Thread::Queue)
-BuildRequires: perl(Parse::EDID)
-BuildRequires: perl(JSON)
-BuildRequires: perl(HTTP::Proxy)
-BuildRequires: perl(HTTP::Daemon)
-BuildRequires: perl(HTTP::Server::Simple)
-BuildRequires: perl(File::Copy::Recursive)
-BuildRequires: perl(IO::Capture::Stderr)
-BuildRequires: perl(POE)
-BuildRequires: perl(POE::Component::Client::Ping)
-BuildRequires: perl(Sys::Syslog)
-BuildRequires: perl(LWP::Protocol::https)
-BuildRequires: perl(HTTP::Server::Simple::Authen)
+#BuildRequires: perl(Test::Compile)
+#BuildRequires: perl(Test::More)
+#BuildRequires: perl(Test::Deep)
+#BuildRequires: perl(Test::Exception)
+#BuildRequires: perl(Test::NoWarnings)
+#BuildRequires: perl(Test::MockModule)
+#BuildRequires: perl(Test::MockObject::Extends)
+#BuildRequires: perl(Test::HTTP::Server::Simple)
+#BuildRequires: perl(UNIVERSAL::require)
+#BuildRequires: perl(XML::TreePP)
+#BuildRequires: perl(IPC::Run)
+#BuildRequires: perl(Net::IP)
+#BuildRequires: perl(Net::SNMP)
+#BuildRequires: perl(Thread::Queue)
+#BuildRequires: perl(Parse::EDID)
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(HTTP::Proxy)
+#BuildRequires: perl(HTTP::Daemon)
+#BuildRequires: perl(HTTP::Server::Simple)
+#BuildRequires: perl(File::Copy::Recursive)
+#BuildRequires: perl(IO::Capture::Stderr)
+#BuildRequires: perl(POE)
+#BuildRequires: perl(POE::Component::Client::Ping)
+#BuildRequires: perl(Sys::Syslog)
+#BuildRequires: perl(LWP::Protocol::https)
+#BuildRequires: perl(HTTP::Server::Simple::Authen)
 
 Requires:  perl-FusionInventory-Agent = %{version}-%{release}
 Requires:  logrotate
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/fusioninventory-agent.git/commit/?h=f22id=df7a1db4165dd9b3752353dda82e8c9d07c0ce31
--
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

jehane pushed to fusioninventory-agent (f22). Perl 5.22 rebuild

2015-07-17 Thread notifications
From 6fa60836953ffef266ecfd25cd1df52b52f9df3f Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Sat, 6 Jun 2015 09:30:22 +0200
Subject: Perl 5.22 rebuild


diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec
index 58d1d5c..2d58ded 100644
--- a/fusioninventory-agent.spec
+++ b/fusioninventory-agent.spec
@@ -10,7 +10,7 @@ License: GPLv2+
 URL: http://fusioninventory.org/
 
 Version: 2.3.16
-Release: 2%{?dist}
+Release: 3%{?dist}
 #BuildArch:   noarch
 Source0: 
http://search.cpan.org/CPAN/authors/id/G/GR/GROUSSE/FusionInventory-Agent-%{version}%{?prever}.tar.gz
 Source1:   %{name}.cron
@@ -309,6 +309,9 @@ install -m 644 -D contrib/yum-plugin/%{name}.conf 
%{buildroot}%{_sysconfdir}/yum
 
 
 %changelog
+* Sat Jun 06 2015 Jitka Plesnikova jples...@redhat.com - 2.3.16-3
+- Perl 5.22 rebuild
+
 * Sun Mar 29 2015 Marianne Lombard jeh...@fedoraproject.org - 2.3.16-2
 - commenting un-used BuildRequires
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/fusioninventory-agent.git/commit/?h=f22id=6fa60836953ffef266ecfd25cd1df52b52f9df3f
--
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

jehane pushed to fusioninventory-agent (f22). adding changelog

2015-07-17 Thread notifications
From edc4ff8d411fddc95661899fe54020368d376f33 Mon Sep 17 00:00:00 2001
From: jehane maria...@tuxette.fr
Date: Sun, 29 Mar 2015 09:56:14 +0200
Subject: adding changelog


diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec
index 3c5008c..58d1d5c 100644
--- a/fusioninventory-agent.spec
+++ b/fusioninventory-agent.spec
@@ -10,7 +10,7 @@ License: GPLv2+
 URL: http://fusioninventory.org/
 
 Version: 2.3.16
-Release: 1%{?dist}
+Release: 2%{?dist}
 #BuildArch:   noarch
 Source0: 
http://search.cpan.org/CPAN/authors/id/G/GR/GROUSSE/FusionInventory-Agent-%{version}%{?prever}.tar.gz
 Source1:   %{name}.cron
@@ -309,6 +309,9 @@ install -m 644 -D contrib/yum-plugin/%{name}.conf 
%{buildroot}%{_sysconfdir}/yum
 
 
 %changelog
+* Sun Mar 29 2015 Marianne Lombard jeh...@fedoraproject.org - 2.3.16-2
+- commenting un-used BuildRequires
+
 * Sun Mar 1 2015 Marianne Lombard jeh...@fedoraprojetc.org - 2.3.16
 - update to 2.3.16
 - adding BuildRequires needed by test
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/fusioninventory-agent.git/commit/?h=f22id=edc4ff8d411fddc95661899fe54020368d376f33
--
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

jehane pushed to fusioninventory-agent (f22). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-07-17 Thread notifications
From e9f58b4c5fa912e9400a6c18d1a85160e0988e0a Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Wed, 17 Jun 2015 06:51:34 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec
index 2d58ded..9147080 100644
--- a/fusioninventory-agent.spec
+++ b/fusioninventory-agent.spec
@@ -10,7 +10,7 @@ License: GPLv2+
 URL: http://fusioninventory.org/
 
 Version: 2.3.16
-Release: 3%{?dist}
+Release: 4%{?dist}
 #BuildArch:   noarch
 Source0: 
http://search.cpan.org/CPAN/authors/id/G/GR/GROUSSE/FusionInventory-Agent-%{version}%{?prever}.tar.gz
 Source1:   %{name}.cron
@@ -309,6 +309,9 @@ install -m 644 -D contrib/yum-plugin/%{name}.conf 
%{buildroot}%{_sysconfdir}/yum
 
 
 %changelog
+* Wed Jun 17 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.3.16-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Sat Jun 06 2015 Jitka Plesnikova jples...@redhat.com - 2.3.16-3
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/fusioninventory-agent.git/commit/?h=f22id=e9f58b4c5fa912e9400a6c18d1a85160e0988e0a
--
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

jehane pushed to fusioninventory-agent (f22). bugfix

2015-07-17 Thread notifications
From da9733962964b3a56251a98492cd10e362f0cc5f Mon Sep 17 00:00:00 2001
From: jehane maria...@tuxette.fr
Date: Thu, 9 Jul 2015 13:55:00 +0200
Subject: bugfix


diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec
index 9147080..75572f2 100644
--- a/fusioninventory-agent.spec
+++ b/fusioninventory-agent.spec
@@ -10,7 +10,7 @@ License: GPLv2+
 URL: http://fusioninventory.org/
 
 Version: 2.3.16
-Release: 4%{?dist}
+Release: 5%{?dist}
 #BuildArch:   noarch
 Source0: 
http://search.cpan.org/CPAN/authors/id/G/GR/GROUSSE/FusionInventory-Agent-%{version}%{?prever}.tar.gz
 Source1:   %{name}.cron
@@ -195,7 +195,7 @@ cat EOF | tee %{name}.conf
 # Add tools directory if needed (tw_cli, hpacucli, ipssend, ...)
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 # Global options (debug for verbose log, rpc-trust-localhost for yum-plugin)
-FUSINVOPT=--debug 
+OPTIONS=--debug 
 
 EOF
 
@@ -309,6 +309,9 @@ install -m 644 -D contrib/yum-plugin/%{name}.conf 
%{buildroot}%{_sysconfdir}/yum
 
 
 %changelog
+* Wed Jul 8 2015 Marianne Lombard jeh...@fedoraproject.org - 2.3.16-5
+- fix for #1240964 
+
 * Wed Jun 17 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.3.16-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/fusioninventory-agent.git/commit/?h=f22id=da9733962964b3a56251a98492cd10e362f0cc5f
--
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

jplesnik pushed to perl-Redis (master). 1.979 bump

2015-07-17 Thread notifications
From dd3a035ba7b47984ecc5e10334ebda295572a77e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Fri, 17 Jul 2015 13:03:44 +0200
Subject: 1.979 bump


diff --git a/.gitignore b/.gitignore
index 5eceec7..1ea772c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Redis-1.975.tar.gz
 /Redis-1.976.tar.gz
 /Redis-1.978.tar.gz
+/Redis-1.979.tar.gz
diff --git a/perl-Redis.spec b/perl-Redis.spec
index ede0339..57cd18f 100644
--- a/perl-Redis.spec
+++ b/perl-Redis.spec
@@ -1,6 +1,6 @@
 Name:   perl-Redis
-Version:1.978
-Release:3%{?dist}
+Version:1.979
+Release:1%{?dist}
 Summary:Perl binding for Redis database
 License:ASL 2.0
 Group:  Development/Libraries
@@ -28,7 +28,7 @@ BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IO::Select)
 BuildRequires:  perl(IO::Socket::INET)
-BuildRequires:  perl(IO::Socket::Timeout) = 0.22
+BuildRequires:  perl(IO::Socket::Timeout) = 0.29
 BuildRequires:  perl(IO::Socket::UNIX)
 BuildRequires:  perl(IO::String)
 BuildRequires:  perl(IPC::Cmd)
@@ -38,8 +38,8 @@ BuildRequires:  perl(lib)
 %else
 BuildRequires:  perl(Net::EmptyPort)
 %endif
-BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Pod::Coverage::TrustPod)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
 %if 0%{?el6}
@@ -69,7 +69,7 @@ BuildRequires:  perl(vars)
 %endif
 BuildRequires:  redis
 Requires:   perl(Time::HiRes)
-Requires:   perl(IO::Socket::Timeout) = 0.22
+Requires:   perl(IO::Socket::Timeout) = 0.29
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -112,11 +112,15 @@ RELEASE_TESTING=1 make test
 kill -TERM `cat $RPM_BUILD_ROOT/redis.pid`
 
 %files
-%doc Changes LICENSE README scripts tools
+%license LICENSE
+%doc Changes README scripts tools
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 17 2015 Jitka Plesnikova jples...@redhat.com - 1.979-1
+- 1.979 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.978-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 2dacaf0..2d0fe9d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e75fb67eb8cc29feb8cf28a35028bbf8  Redis-1.978.tar.gz
+22860774ab8ecc8a8a7d4a714d01cf57  Redis-1.979.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Redis.git/commit/?h=masterid=dd3a035ba7b47984ecc5e10334ebda295572a77e
--
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 1221841] perl-Redis-1.979 is available

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1221841

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
 Resolution|--- |RAWHIDE
Last Closed||2015-07-17 07:26:25



-- 
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

eseyman pushed to perl-Hash-Layout (master). Initial import

2015-07-17 Thread notifications
From e555c5dca6a5182fc74a11f575f3669d9e6a9c28 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman emman...@seyman.fr
Date: Fri, 17 Jul 2015 13:26:15 +0200
Subject: Initial import


diff --git a/.gitignore b/.gitignore
index e69de29..d2d9841 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Hash-Layout-1.02.tar.gz
diff --git a/perl-Hash-Layout.spec b/perl-Hash-Layout.spec
new file mode 100644
index 000..9b9b280
--- /dev/null
+++ b/perl-Hash-Layout.spec
@@ -0,0 +1,64 @@
+Name:   perl-Hash-Layout
+Version:1.02
+Release:2%{?dist}
+Summary:Hashes with predefined levels, composite keys and default 
values
+License:GPL+ or Artistic
+
+URL:http://search.cpan.org/dist/Hash-Layout/
+Source0:
http://www.cpan.org/authors/id/V/VA/VANSTYN/Hash-Layout-%{version}.tar.gz
+
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(Clone)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(Hash::Merge::Simple)
+BuildRequires:  perl(Moo)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Types::Standard)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%{?perl_default_filter}
+
+%description
+Hash::Layout provides deep hashes with a predefined number of levels which
+you can access using special composite keys. These are essentially string
+paths that inflate into actual hash keys according to the defined levels
+and delimiter mappings, which can be the same or different for each level.
+This is useful both for shorter keys as well as merge/fallback to default
+values, such as when defining overlapping configs ranging from broad to
+narrowing scope.
+
+%prep
+%setup -q -n Hash-Layout-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+RELEASE_TESTING=1 make test
+
+%files
+%doc Changes README README.md
+%license LICENSE
+%{perl_vendorlib}/Hash*
+%{_mandir}/man3/Hash*
+
+%changelog
+* Tue Jul 14 2015 Emmanuel Seyman emman...@seyman.fr - 1.02-2
+- Take into account review comments (#1242663)
+
+* Sat Jul 11 2015 Emmanuel Seyman emman...@seyman.fr 1.02-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..b87810c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+98fe2e95bbbc8018faa6d8fa758947f3  Hash-Layout-1.02.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Hash-Layout.git/commit/?h=masterid=e555c5dca6a5182fc74a11f575f3669d9e6a9c28
--
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

eseyman uploaded Hash-Layout-1.02.tar.gz for perl-Hash-Layout

2015-07-17 Thread notifications
98fe2e95bbbc8018faa6d8fa758947f3  Hash-Layout-1.02.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Hash-Layout/Hash-Layout-1.02.tar.gz/md5/98fe2e95bbbc8018faa6d8fa758947f3/Hash-Layout-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: gpg keys of older/newer fedora versions

2015-07-17 Thread Paul Wouters

On Fri, 17 Jul 2015, Zbigniew Jędrzejewski-Szmek wrote:


[In light of https://bugzilla.redhat.com/show_bug.cgi?id=1241383]

'dnf install --installroot=... --releasever=XX dnf' can be used to bootstrap
a Fedora chroot. The only snag is that --nogpg is often recommended, because
fedora-repos only provides the GPG keys for the current and next release.

It would be convenient (and safe!) to provide keys for past and future releases,
so such bootstrapping can be done without either importing the keys manually
and/or using --nogpg.

I thought I'd ask here first: is there a strong reason *not* to include those 
keys?


I see no reason not to do that. We were also going to put those keys
into DNS, pendig some changes of the OPENPGPKEY ietf draft document.

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

[EPEL-devel] Fedora EPEL 7 updates-testing report

2015-07-17 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 246  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3989/cross-binutils-2.23.88.0.1-2.el7.1
 130  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1087/dokuwiki-0-0.24.20140929c.el7
 113  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1421/quassel-0.11.0-2.el7
  51  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6262/cabal-install-1.16.1.0-1.el7,haskell-platform-2013.2.0.0-39.el7
  37  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1545/strongswan-5.3.2-1.el7
  26  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6813/chicken-4.9.0.1-4.el7
  16  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7005/python-pip-7.1.0-1.el7
   8  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7017/rubygem-moped-1.5.3-1.el7
   8  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7025/php-horde-Horde-Auth-2.1.10-1.el7,php-horde-Horde-Core-2.20.6-1.el7,php-horde-Horde-Icalendar-2.1.1-1.el7,php-horde-Horde-Form-2.0.10-1.el7
   3  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7154/hostapd-2.4-3.el7
   3  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7143/nx-libs-3.5.0.32-1.el7
   3  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7138/roundcubemail-1.1.2-1.el7
   2  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7194/libunwind-1.1-10.el7
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7196/ipython-3.2.1-1.el7
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7232/zabbix22-2.2.9-1.el7


The following builds have been pushed to Fedora EPEL 7 updates-testing

debbuild-0.11.2-1.el7
glite-jobid-api-c-2.2.13-3.el7
glite-jobid-api-cpp-1.3.10-2.el7
glite-lb-client-6.0.10-5.el7
glite-lb-common-9.1.1-4.el7
glite-lb-logger-2.4.23-3.el7
glite-lb-logger-msg-1.2.13-5.el7
glite-lb-server-3.0.18-8.el7
glite-lb-state-machine-2.0.9-3.el7
glite-lb-utils-2.3.11-3.el7
glite-lbjp-common-db-3.2.11-3.el7
glite-lbjp-common-gsoap-plugin-3.2.12-7.el7
glite-lbjp-common-gss-3.2.16-3.el7
glite-lbjp-common-jp-interface-2.3.11-3.el7
glite-lbjp-common-log-1.3.11-3.el7
glite-lbjp-common-maildir-2.3.11-3.el7
glite-lbjp-common-server-bones-2.3.11-3.el7
glite-lbjp-common-trio-2.3.13-3.el7
koji-1.10.0-1.el7
tunir-0.6-3.el7
zabbix22-2.2.9-1.el7

Details about builds:



 debbuild-0.11.2-1.el7 (FEDORA-EPEL-2015-7234)
 Build Debian-compatible .deb packages from RPM .spec files

Update Information:

Update to 0.11.2, fixes distro release autodetection  other things
Initial push of debbuild package

References:

  [ 1 ] Bug #1231262 - Review Request: debbuild - Build Debian-compatible .deb 
packages from RPM .spec files
https://bugzilla.redhat.com/show_bug.cgi?id=1231262




 glite-jobid-api-c-2.2.13-3.el7 (FEDORA-EPEL-2015-7235)
 C library handling gLite jobid

Update Information:

Build of gLite LB Grid Middleware for EPEL 7.




 glite-jobid-api-cpp-1.3.10-2.el7 (FEDORA-EPEL-2015-7235)
 Dummy base package for gLite jobid C++ API

Update Information:

Build of gLite LB Grid Middleware for EPEL 7.




 glite-lb-client-6.0.10-5.el7 (FEDORA-EPEL-2015-7235)
 gLite Logging and Bookkeeping client library

Update Information:

Build of gLite LB Grid Middleware for EPEL 7.




 glite-lb-common-9.1.1-4.el7 (FEDORA-EPEL-2015-7235)
 gLite Logging and Bookkeeping common headers and library

Update Information:

Build of gLite LB Grid Middleware for EPEL 7.




 glite-lb-logger-2.4.23-3.el7 (FEDORA-EPEL-2015-7235)
 gLite Logging 

Re: Summary of Thursday's call between GNOME and NM devels and Default DNS resolver change owners

2015-07-17 Thread Chuck Anderson
Looks great!  I've been using this daily on Fedora 21 and I have to
say it mostly works well EXCEPT for the captive portal detection stuff
which is just horrendously bad, so I'm happy to see a new design that
may work a lot better.

Will the below be substantially implemented and testable
by the July 28 Change CheckPoint: Completion deadline (testable)?
That is only 10 days away...

It would be great if the Change page could be updated with these plans
and the current status, how to test, etc.

Thanks!

On Fri, Jul 17, 2015 at 05:40:56PM +0200, Tomas Hozza wrote:
 Hello all.
 
 I would like to share the outcome of the discussion between GNOME and NM 
 developers
 and the Default DNS resolver [1] Change for F23.
 
 The full summary can be found here [2] and recording here [3] is anyone is 
 interested.
 
 
 Integration points:
 - Captive portal detection
 - Captive portal handling
 - User interaction
 
 
 Points we agreed on:
 * Captive portal detecion
   * NM side
 * NM will be the only daemon doing Captive portal detection
 * NM moves connectivity check before NM_DEVICE_STATE_ACTIVATED, emits 
 signal before network is up
 * If portal has been detected, NM blocks NM_DEVICE_STATE_ACTIVATED for a 
 specific device until there is no more portal
 * NM regularly does the Captive portal detection (connectivity check) to 
 determine if the login using GNOME was already done
 * Once the login was done and Internet connectivity is detected, NM 
 triggers some event in nm-dispatcher (or something like that)
   * GNOME side
 * GNOME Shell does not do detection itself, but relies on the NM (as 
 already done)
 * GNOME is watching the change of connectivity state property in NM
   * dnssec-trigger side
 * Does not do any detection
 * does not do any user interaction
 * Only relies on events triggered by NM and acts based on the 
 connectivity status
 
 * Captive portal handling (login)
   * GNOME side
 * If Captive portal is detected, then browser window is launched
 * The browser window ls launched with LD_PRELOAD 
 (https://github.com/hadess/resolvconf-override) as resolv.conf override
 * GNOME should fetch the connection-provided DNS servers using NM API 
 (existing) and use those for LD_PRELOAD solution
   * dnssec-trigger side
 * does not do any user interaction
 * Only relies on events triggered by NM and acts based on the 
 connectivity status
 
 * User interface / user interaction
   * Fedora Workstation product
 * GNOME shell
   * informs the user about the Captive portal
   * launches the window 
 * dnssec-trigger
   * the applet will be split into separate package and not installed by 
 default (already done)
   * if all falbacks fail, it switches automatically to Insecure mode 
 (no DNSSEC validation) without user interaction
 * automatic switch to insecure mode will be possible to turn off 
 using configuration file for expert users
 * a notification can be emited about switching to insecure mode (so 
 far by default OFF)
   * Other desktops / Spins
 * dnssec-trigger applet
   * should handle the UI that is usually handled by GNOME Shell (if there 
 is not any specific Spin implementation to do that, i.e. if GNOME is not in 
 use)
   * Captive portal detection will be still done in NM
 
 * under discussion:
   * notification can be turned OFF by default, but configurable in config 
 file for expert users - unfortunatelly this will not create pressure on 
 admins to fix the networks
   * alternative: display a message which will say that local network is 
 broken and that admin should be woken up:
 * 'Your network is seriously broken. Go and kick your network admin NOW!
 * This broken network will stop working from Fedora 24 on because it does 
 not support DNSSEC. (Tell this to your admin!)'
 
 
 [1] https://fedoraproject.org/wiki/Changes/Default_Local_DNS_Resolver
 [2] https://www.piratepad.ca/p/default-dns-resolver-f23
 [3] https://bluejeans.com/s/8pTY/
 
 
 Regards,
 -- 
 Tomas Hozza
 Software Engineer - EMEA ENG Developer Experience
 
 PGP: 1D9F3C2D
 Red Hat Inc. http://cz.redhat.com
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

gpg keys of older/newer fedora versions

2015-07-17 Thread Zbigniew Jędrzejewski-Szmek
[In light of https://bugzilla.redhat.com/show_bug.cgi?id=1241383]

'dnf install --installroot=... --releasever=XX dnf' can be used to bootstrap
a Fedora chroot. The only snag is that --nogpg is often recommended, because
fedora-repos only provides the GPG keys for the current and next release.

It would be convenient (and safe!) to provide keys for past and future releases,
so such bootstrapping can be done without either importing the keys manually
and/or using --nogpg.

I thought I'd ask here first: is there a strong reason *not* to include those 
keys?

Zbyszek
-- 
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: Summary of Thursday's call between GNOME and NM devels and Default DNS resolver change owners

2015-07-17 Thread Dan Williams
On Fri, 2015-07-17 at 13:22 -0400, Chuck Anderson wrote:
 Looks great!  I've been using this daily on Fedora 21 and I have to
 say it mostly works well EXCEPT for the captive portal detection stuff
 which is just horrendously bad, so I'm happy to see a new design that
 may work a lot better.

What doesn't work in your experience with the captive portal stuff?
Just wondering so we can improve it.  This plan doesn't necessarily make
anything about *detecting* a portal better, just the flow after one has
been detected.

Dan

 Will the below be substantially implemented and testable
 by the July 28 Change CheckPoint: Completion deadline (testable)?
 That is only 10 days away...
 
 It would be great if the Change page could be updated with these plans
 and the current status, how to test, etc.
 
 Thanks!
 
 On Fri, Jul 17, 2015 at 05:40:56PM +0200, Tomas Hozza wrote:
  Hello all.
  
  I would like to share the outcome of the discussion between GNOME and NM 
  developers
  and the Default DNS resolver [1] Change for F23.
  
  The full summary can be found here [2] and recording here [3] is anyone is 
  interested.
  
  
  Integration points:
  - Captive portal detection
  - Captive portal handling
  - User interaction
  
  
  Points we agreed on:
  * Captive portal detecion
* NM side
  * NM will be the only daemon doing Captive portal detection
  * NM moves connectivity check before NM_DEVICE_STATE_ACTIVATED, emits 
  signal before network is up
  * If portal has been detected, NM blocks NM_DEVICE_STATE_ACTIVATED for 
  a specific device until there is no more portal
  * NM regularly does the Captive portal detection (connectivity check) 
  to determine if the login using GNOME was already done
  * Once the login was done and Internet connectivity is detected, NM 
  triggers some event in nm-dispatcher (or something like that)
* GNOME side
  * GNOME Shell does not do detection itself, but relies on the NM (as 
  already done)
  * GNOME is watching the change of connectivity state property in NM
* dnssec-trigger side
  * Does not do any detection
  * does not do any user interaction
  * Only relies on events triggered by NM and acts based on the 
  connectivity status
  
  * Captive portal handling (login)
* GNOME side
  * If Captive portal is detected, then browser window is launched
  * The browser window ls launched with LD_PRELOAD 
  (https://github.com/hadess/resolvconf-override) as resolv.conf override
  * GNOME should fetch the connection-provided DNS servers using NM API 
  (existing) and use those for LD_PRELOAD solution
* dnssec-trigger side
  * does not do any user interaction
  * Only relies on events triggered by NM and acts based on the 
  connectivity status
  
  * User interface / user interaction
* Fedora Workstation product
  * GNOME shell
* informs the user about the Captive portal
* launches the window 
  * dnssec-trigger
* the applet will be split into separate package and not installed by 
  default (already done)
* if all falbacks fail, it switches automatically to Insecure mode 
  (no DNSSEC validation) without user interaction
  * automatic switch to insecure mode will be possible to turn off 
  using configuration file for expert users
  * a notification can be emited about switching to insecure mode (so 
  far by default OFF)
* Other desktops / Spins
  * dnssec-trigger applet
* should handle the UI that is usually handled by GNOME Shell (if 
  there is not any specific Spin implementation to do that, i.e. if GNOME is 
  not in use)
* Captive portal detection will be still done in NM
  
  * under discussion:
* notification can be turned OFF by default, but configurable in config 
  file for expert users - unfortunatelly this will not create pressure on 
  admins to fix the networks
* alternative: display a message which will say that local network is 
  broken and that admin should be woken up:
  * 'Your network is seriously broken. Go and kick your network admin NOW!
  * This broken network will stop working from Fedora 24 on because it 
  does not support DNSSEC. (Tell this to your admin!)'
  
  
  [1] https://fedoraproject.org/wiki/Changes/Default_Local_DNS_Resolver
  [2] https://www.piratepad.ca/p/default-dns-resolver-f23
  [3] https://bluejeans.com/s/8pTY/
  
  
  Regards,
  -- 
  Tomas Hozza
  Software Engineer - EMEA ENG Developer Experience
  
  PGP: 1D9F3C2D
  Red Hat Inc. http://cz.redhat.com


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

[Test-Announce] Fedora 23 Branched 20150717 nightly compose nominated for testing

2015-07-17 Thread adamwill
Announcing the creation of a new nightly release validation test event
for Fedora 23 Branched 20150717. Please help run some tests for this
nightly compose if you have time. For more information on nightly
release validation testing, see:
https://fedoraproject.org/wiki/QA:Release_validation_test_plan

Notable package version changes:
parted - 20150714: 3.2-9, 20150717: 3.2-10
python-blivet - 20150714: 1.8-1, 20150717: 1.9-1
anaconda - 20150714: 23.15-1, 20150717: 23.16-1

Test coverage information for the current release can be seen at:
https://www.happyassassin.net/testcase_stats/23

You can see all results, find testing instructions and image download
locations, and enter results on the Summary page:

https://fedoraproject.org/wiki/Test_Results:Fedora_23_Branched_20150717_Summary

The individual test result pages are:

https://fedoraproject.org/wiki/Test_Results:Fedora_23_Branched_20150717_Installation
https://fedoraproject.org/wiki/Test_Results:Fedora_23_Branched_20150717_Base
https://fedoraproject.org/wiki/Test_Results:Fedora_23_Branched_20150717_Server
https://fedoraproject.org/wiki/Test_Results:Fedora_23_Branched_20150717_Cloud
https://fedoraproject.org/wiki/Test_Results:Fedora_23_Branched_20150717_Desktop
https://fedoraproject.org/wiki/Test_Results:Fedora_23_Branched_20150717_Security_Lab
https://fedoraproject.org/wiki/Template:Fedora_23_Branched_20150717_Download

Thank you for testing!
-- 
Mail generated by relval: https://www.happyassassin.net/wikitcms/
On behalf of: adamwill
___
test-announce mailing list
test-annou...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/test-announce
-- 
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: Summary of Thursday's call between GNOME and NM devels and Default DNS resolver change owners

2015-07-17 Thread Chuck Anderson
On Fri, Jul 17, 2015 at 01:18:51PM -0500, Dan Williams wrote:
 On Fri, 2015-07-17 at 13:22 -0400, Chuck Anderson wrote:
  Looks great!  I've been using this daily on Fedora 21 and I have to
  say it mostly works well EXCEPT for the captive portal detection stuff
  which is just horrendously bad, so I'm happy to see a new design that
  may work a lot better.
 
 What doesn't work in your experience with the captive portal stuff?
 Just wondering so we can improve it.  This plan doesn't necessarily make
 anything about *detecting* a portal better, just the flow after one has
 been detected.

Usually, the dnssec-triggerd captive portal detection pops up a
dialog, and when I click log in nothing happens.  When I click
skip (sorry I might be forgetting the exact button names) then a
captive portal browser pops up (I think this is the normal Gnome or NM
one, again not sure).  Usually things work fine after logging in
there.

Yesterday I happened to be testing a captive portal implementation (a
new guest wireless system we are deploying) using my Fedora 21 laptop,
and whatever I did, I couldn't get dnssec-triggerd to cooperate.  I
had to shut it off completely, because I kept hitting SELinux issues.
Even after I did setenforce 0 I kept getting an authentication
dialog popup for ABRT and/or selinux-troubleshooter to be able to
read other people's reports or something to that effect.  I couldn't
get the darn thing to shut up, so I had to disable it.  I know there
is/was an outstanding SELinux issue with dnssec-triggerd sending a
signal to NM, so that might be fixed by now.

Now without dnssec-triggerd in the picture, the Gnome/NM captive
portal detection worked beautifully.

Even without the recent SELinux issues, dnssec-triggerd's captive
portal implementation has been iffy.  Sometimes it works, and
sometimes it doesn't.  I think there may be an issue with it trying to
launch the captive portal login browser, or timing issues between
Gnome/NM and dnssec-triggerd.

So I think the bulk of my troubles are the fighting between
dnssec-trigger's captive portal code and the Gnome/NM code.  But that
is exactly what you all agreed to address, so I'm happy that this will
be fixed.  I just hope it can all be implemented in time for the
Change Completion Deadline (10 days away).

Keep in mind all of my experience so far is on Fedora 21, so even F22
may have improved things already.

 
 Dan
 
  Will the below be substantially implemented and testable
  by the July 28 Change CheckPoint: Completion deadline (testable)?
  That is only 10 days away...
  
  It would be great if the Change page could be updated with these plans
  and the current status, how to test, etc.
  
  Thanks!
-- 
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: [EPEL-devel] python34 packages for EPEL

2015-07-17 Thread Orion Poplawski
On 07/17/2015 11:47 AM, Kevin Fenzi wrote:
 On Wed, 15 Jul 2015 16:41:13 -0600
 Orion Poplawski or...@cora.nwra.com wrote:
 
 Sorry for the cross posting - let's follow up on the EPEL list

 We now have python34 in EPEL (yay - thanks Matej and others!).
 Starting to look at packaging some modules.  We have
 https://fedoraproject.org/wiki/User:Bkabrda/EPEL7_Python3 as a
 starting point which looks pretty good.  One wrinkle though is that
 we have a bunch of python2 packages provided by RHEL that we'll want
 to provide python3X versions for in EPEL, but not ship python2
 versions.  So a question becomes, where do they get maintained?
 Either:

 - epel7 branch of the python-blah package in Fedora?
 - a new python3X-blah package?

 And if in an epel7 branch of an existing package, is it conceivable to
 maintain a common spec across EPEL and Fedora?
 
 I think we should do: 
 
 - If the package is in rhel already as a python2 only package: 
 new review for python3-whatever in epel. This way we don't have to be
 carefull to sync versions to the rhel version and wont interfere with
 it. The package in epel should only build the python3 version of
 course. 
 
 - If the package is not in rhel, just python-foo branched from fedora
   and we can try and share specs to build things. 
 
 kevin

If you look closely at my diff, you'll see that it doesn't ship a python2
version in epel.  But yeah, it may be cleaner to a separate package.  It will
be a lot of reviews, but hopefully pretty straightforward.



-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


Re: Summary of Thursday's call between GNOME and NM devels and Default DNS resolver change owners

2015-07-17 Thread Paul Wouters

On Fri, 17 Jul 2015, Chuck Anderson wrote:


What doesn't work in your experience with the captive portal stuff?



Usually, the dnssec-triggerd captive portal detection pops up a
dialog, and when I click log in nothing happens.  When I click
skip (sorry I might be forgetting the exact button names) then a
captive portal browser pops up (I think this is the normal Gnome or NM
one, again not sure).  Usually things work fine after logging in
there.


Yes, the xdg-open command that launches the captive portal login of
dnssec-trigger often does not get launched for me either. Usually
I already have firefox open, so i go to 1.2.3.4 or something to
trigger it.


Even without the recent SELinux issues, dnssec-triggerd's captive
portal implementation has been iffy.  Sometimes it works, and
sometimes it doesn't.  I think there may be an issue with it trying to
launch the captive portal login browser, or timing issues between
Gnome/NM and dnssec-triggerd.


Yeah, I am not entirely sure what's causing it either.

Paul
--
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: shared-mime-info and desktops

2015-07-17 Thread Kevin Fenzi
On Thu, 16 Jul 2015 12:33:52 -0500
Rex Dieter rdie...@math.unl.edu wrote:
 
 +1 I'm in favor, but ship it as mimeapps.list to comply with modern
 related standards, see:
 http://standards.freedesktop.org/mime-apps-spec/mime-apps-spec-1.0.html#file
 
 Proposal: ship a generic/default mimeapps.list initially based on
 content of gnome-mimeapps.list
 
 I'm volunteering to maintain it if/when decisions are made to stray
 from gnome-mimeapps.list at all.

Sounds great to me. 

Bastien? You ok with that? or still prefer not to have one?

kevin



pgpj3s7TL39FR.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

COPR fail to build on F20

2015-07-17 Thread مصعب الزعبي
DEBUG util.py:378:  failure: repodata/repomd.xml from updates: [Errno 256] No 
more mirrors to try.
DEBUG util.py:378:  
http://infrastructure.fedoraproject.org/pub/fedora/linux/updates/20/i386/repodata/repomd.xml:
 [Errno 14] HTTP Error 404 - Not Found

https://copr.fedoraproject.org/coprs/moceap/Ojuba/build/104585/


  -- 
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 1235709] variant test fails on big endian arches

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1235709

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Glib-1.310-2.fc22
 Resolution|--- |ERRATA
Last Closed||2015-07-17 22:01:45



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Glib-1.310-2.fc22 has been pushed to the Fedora 22 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
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

[Bug 1237123] perl-Encode-2.75 is available

2015-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1237123

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|perl-Encode-2.75-1.fc22 |perl-Encode-2.75-1.fc21



--- Comment #8 from Fedora Update System upda...@fedoraproject.org ---
perl-Encode-2.75-1.fc21 has been pushed to the Fedora 21 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
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: COPR fail to build on F20

2015-07-17 Thread Timotheus Pokorra
 DEBUG util.py:378:  failure: repodata/repomd.xml from updates: [Errno 256]
 No more mirrors to try.
 DEBUG util.py:378:
 http://infrastructure.fedoraproject.org/pub/fedora/linux/updates/20/i386/repodata/repomd.xml:
 [Errno 14] HTTP Error 404 - Not Found
F20 has reached end of life:
https://fedoraproject.org/wiki/End_of_life

Please target F22 instead.

Timotheus
-- 
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: shared-mime-info and desktops

2015-07-17 Thread Yaakov Selkowitz
On Thu, 2015-07-16 at 12:33 -0500, Rex Dieter wrote:
 +1 I'm in favor, but ship it as mimeapps.list to comply with modern related 
 standards, see:
 http://standards.freedesktop.org/mime-apps-spec/mime-apps-spec-1.0.html#file

The modern spec is what provides for desktop-specific defaults.

 Proposal: ship a generic/default mimeapps.list initially based on content of 
 gnome-mimeapps.list

A generic mimeapps.list would apply to *all* desktops, which doesn't
make much sense as the expected defaults on e.g. KDE would differ quite
a bit from GNOME.

IMO the steps to fix this are:

1) for *all* spec-compliant desktops (IOW all current GIO-based ones:
GNOME, MATE, LXDE, LXQt, XFCE) to ship their own desktop-specific
*-mimeapps.list.

2a) fix KDE to conform to the spec, OR

2b) store KDE's defaults in mimeapps.list, and make sure that the others
cover all the mimetypes provided thereby.

3) In mimeapps.list, add any Added/Removed Associations deemed
necessary.

-- 
Yaakov Selkowitz
Associate Software Engineer, ARM
Red Hat, Inc.


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

koji task vs. build

2015-07-17 Thread Tim Orling
I would like to build a package on koji to make available for a bodhi
override, but -- since I am not yet sponsored -- I suspect that I do not
have the proper permissions?

All my koji builds seem to be tasks...

Otherwise, I am missing something in the syntax and have not found the
right example/documentation.

Regards,

ttorling
-- 
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: [EPEL-devel] python34 packages for EPEL

2015-07-17 Thread Kevin Fenzi
On Fri, 17 Jul 2015 13:53:30 -0600
Orion Poplawski or...@cora.nwra.com wrote:

 If you look closely at my diff, you'll see that it doesn't ship a
 python2 version in epel.  But yeah, it may be cleaner to a separate
 package.  It will be a lot of reviews, but hopefully pretty
 straightforward.

yes, but that won't work. Koji operates on source packages. 

If python-foo is in epel, it doesnt/cannot use other parts of
python-foo from rhel. It's all or nothing. This is why we can't just
ship foo for ppc64 and keep using the rhel x86_64 one. ;( 

Anyhow, I don't think the reviews would be that big a deal for
interested folks. 

kevin


pgpf9rR0R1OTF.pgp
Description: OpenPGP digital signature
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


Re: gpg keys of older/newer fedora versions

2015-07-17 Thread Till Maas
On Fri, Jul 17, 2015 at 05:28:48PM +, Zbigniew Jędrzejewski-Szmek wrote:
 [In light of https://bugzilla.redhat.com/show_bug.cgi?id=1241383]
 
 'dnf install --installroot=... --releasever=XX dnf' can be used to bootstrap
 a Fedora chroot. The only snag is that --nogpg is often recommended, because
 fedora-repos only provides the GPG keys for the current and next release.

 I thought I'd ask here first: is there a strong reason *not* to include those 
 keys?

The mock package contains a huge collection of keys in /etc/pki/mock/
(Fedora, CentOS, EPEL, RHEL), maybe they could be split out in a
separate package to be used both by mock and dnf.

Regards
Till
-- 
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: [EPEL-devel] python34 packages for EPEL

2015-07-17 Thread Orion Poplawski
On 07/17/2015 02:05 PM, Kevin Fenzi wrote:
 On Fri, 17 Jul 2015 13:53:30 -0600
 Orion Poplawski or...@cora.nwra.com wrote:
 
 If you look closely at my diff, you'll see that it doesn't ship a
 python2 version in epel.  But yeah, it may be cleaner to a separate
 package.  It will be a lot of reviews, but hopefully pretty
 straightforward.
 
 yes, but that won't work. Koji operates on source packages. 
 
 If python-foo is in epel, it doesnt/cannot use other parts of
 python-foo from rhel. It's all or nothing. This is why we can't just
 ship foo for ppc64 and keep using the rhel x86_64 one. ;( 

Ah, thanks for the reminder.


-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


Re: shared-mime-info and desktops

2015-07-17 Thread Kevin Fenzi
On Fri, 17 Jul 2015 16:56:23 -0500
Yaakov Selkowitz yselk...@redhat.com wrote:

 On Thu, 2015-07-16 at 12:33 -0500, Rex Dieter wrote:
  +1 I'm in favor, but ship it as mimeapps.list to comply with modern
  related standards, see:
  http://standards.freedesktop.org/mime-apps-spec/mime-apps-spec-1.0.html#file
 
 The modern spec is what provides for desktop-specific defaults.
 
  Proposal: ship a generic/default mimeapps.list initially based on
  content of gnome-mimeapps.list
 
 A generic mimeapps.list would apply to *all* desktops, which doesn't
 make much sense as the expected defaults on e.g. KDE would differ
 quite a bit from GNOME.

Thats not how I read the spec. Wouldn't the specific desktop ones take
effect if they have a entry for that mime type and only fall through to
the generic one if they didn't list something? 

 IMO the steps to fix this are:
 
 1) for *all* spec-compliant desktops (IOW all current GIO-based ones:
 GNOME, MATE, LXDE, LXQt, XFCE) to ship their own desktop-specific
 *-mimeapps.list.

Sure. 
 
 2a) fix KDE to conform to the spec, OR

Where does KDE not conform? 

 2b) store KDE's defaults in mimeapps.list, and make sure that the
 others cover all the mimetypes provided thereby.
 
 3) In mimeapps.list, add any Added/Removed Associations deemed
 necessary.

kevin


pgpdXnur5oHJ8.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