[Bug 1239198] New: RequestTracker Not Properly Configured with SELinux

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

Bug ID: 1239198
   Summary: RequestTracker Not Properly Configured with SELinux
   Product: Fedora
   Version: 21
 Component: rt
  Assignee: rc040...@freenet.de
  Reporter: j...@josephdwagner.info
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
rc040...@freenet.de, ti...@math.uh.edu



Description of problem:
RequestTracker requires write access to /var/lib/rt for cache and session state
information.

Error from audit.log:
type=AVC msg=audit(1435994355.726:771): avc:  denied  { getattr } for  pid=6386
comm=/usr/sbin/rt-se path=/var/cache/rt/mason_data/obj/.__obj_create_marker
dev=vda2 ino=662318 scontext=system_u:system_r:httpd_t:s0
tcontext=system_u:object_r:var_t:s0 tclass=file permissive=0
type=AVC msg=audit(1435994355.726:772): avc:  denied  { write } for  pid=6386
comm=/usr/sbin/rt-se name=.__obj_create_marker dev=vda2 ino=662318
scontext=system_u:system_r:httpd_t:s0 tcontext=system_u:object_r:var_t:s0
tclass=file permissive=0

How reproducible: 100%

Steps to Reproduce:
1. Take a working rt installation.
2. Reset labels on /var/lib/rt to defaults.
3. Go to website in browser.

Actual results:
An error message about an internal error.

Expected results:
A working system.

Additional info:
Problem can be fixed by running:
# chcon -R -t httpd_sys_rw_content_t /var/cache/rt
However, this only hold until the next relabel/restorecon.

-- 
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 1239198] RequestTracker Not Properly Configured with SELinux

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

Jason Tibbitts ti...@math.uh.edu changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2015-07-04 10:32:44



--- Comment #1 from Jason Tibbitts ti...@math.uh.edu ---
Note that selinux policy issues should be filed against selinux-policy.  There
is, however, a longstanding ticket on this already.

Also, a note that you can make the context change permanent with

semanage fcontext -a -t httpd_sys_rw_content_t ' /var/cache/rt(/.*)?'
restorecon -R -v /var/cache/rt

*** This bug has been marked as a duplicate of bug 1185500 ***

-- 
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 1237371] perl-CDB_File-0.98 is available

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



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
mmckinst's perl-CDB_File-0.98-9.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=666916

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

mmckinst pushed to perl-CDB_File (f22). Perl 5.22 rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=f22id=d9cd0b2a16f9461aa43304337edd1fca868ae1ff
--
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

mmckinst pushed to perl-CDB_File (f21). upgrade to 0.98 (BZ#1237371)

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=f21id=f8ce51ced02e15b154c7d0eae5dc04f4badb3d95
--
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

mmckinst pushed to perl-CDB_File (el6). merge

2015-07-04 Thread notifications
From 798e121599e89f6c90bb09d977b6686794d830cf Mon Sep 17 00:00:00 2001
From: mmckinst mmcki...@fedroa14.markmck.com
Date: Wed, 19 Jan 2011 18:23:58 -0500
Subject: Initial import (#656084).


diff --git a/.gitignore b/.gitignore
index e69de29..1eeddea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/CDB_File-0.96.tar.gz
diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
new file mode 100644
index 000..8da3c06
--- /dev/null
+++ b/perl-CDB_File.spec
@@ -0,0 +1,58 @@
+%{?perl_default_filter}
+
+Name:   perl-CDB_File
+Version:0.96
+Release:2%{?dist}
+Summary:Perl extension for access to cdb databases
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/CDB_File/
+Source0:
http://www.cpan.org/authors/id/M/MS/MSERGEANT/CDB_File-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Test)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+CDB_File is a module which provides a Perl interface to Dan Berstein's
+cdb package. cdb is a fast, reliable, lightweight package for creating and 
+reading constant databases.
+
+%prep
+%setup -q -n CDB_File-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
+
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc ACKNOWLEDGE CHANGES COPYRIGHT README
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/CDB_File*
+%{perl_vendorarch}/bun-x.pl
+%{_mandir}/man3/*
+
+%changelog
+* Sat Nov 27 2010 Mark McKinstry mmcki...@nexcess.net 0.96-2
+- add perl(Exporter) and perl(Test) as build requirements
+* Mon Nov 22 2010 Mark McKinstry mmcki...@nexcess.net 0.96-1
+- Initial packaging using cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..46b9469 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+898ed12e7548930f178dba5ec4a193d3  CDB_File-0.96.tar.gz
-- 
cgit v0.10.2


From 16a2bf91884f30bb87fa0c6660914752fc24bb32 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Tue, 8 Feb 2011 11:05:49 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 8da3c06..074db38 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.96
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.96-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
 * Sat Nov 27 2010 Mark McKinstry mmcki...@nexcess.net 0.96-2
 - add perl(Exporter) and perl(Test) as build requirements
 * Mon Nov 22 2010 Mark McKinstry mmcki...@nexcess.net 0.96-1
-- 
cgit v0.10.2


From 9e0750b7245eadf9288b0aa51d64bb944ec2648c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?=
 mmasl...@redhat.com
Date: Wed, 15 Jun 2011 09:15:50 +0200
Subject: Perl mass rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 074db38..723c247 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.96
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 15 2011 Marcela Mašláňová mmasl...@redhat.com - 0.96-4
+- Perl mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.96-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-- 
cgit v0.10.2


From b9d64781dbcf62eb997cfea31624cb6b4f363f21 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 13 Jan 2012 06:25:13 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 723c247..e1e4aa2 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.96
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 

mmckinst pushed to perl-CDB_File (epel7). Perl 5.22 rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=epel7id=d9cd0b2a16f9461aa43304337edd1fca868ae1ff
--
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

mmckinst pushed to perl-CDB_File (el6). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=25959618e8c12800d21e5b6a4f0480f5044e58b5
--
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

mmckinst pushed to perl-CDB_File (f21). fix changelog to reflect release version I forgot to change

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=f21id=d922ad1e06c8e75b9f283b8756c0283ea3f26a0a
--
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

mmckinst pushed to perl-CDB_File (el6). - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=0933bed5b3795ee9726144f3b4bac637f76ac58f
--
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

mmckinst pushed to perl-CDB_File (el6). Perl 5.20 rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=217d4510da3374fd5830421442c982e2eb33cb6f
--
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

mmckinst pushed to perl-CDB_File (el6). Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl-CDB_File into el6

2015-07-04 Thread notifications
From d922ad1e06c8e75b9f283b8756c0283ea3f26a0a Mon Sep 17 00:00:00 2001
From: Mark McKinstry mmcki...@umich.edu
Date: Sat, 4 Jul 2015 14:48:09 +
Subject: fix changelog to reflect release version I forgot to change


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index e0ed2ea..6ea6a5f 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -52,7 +52,7 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
-* Sat Jul 04 2015 Mark McKinstry mmcki...@nexcess.net - 0.98-1
+* Sat Jul 04 2015 Mark McKinstry mmcki...@nexcess.net - 0.98-9
 - upgrade to 0.98 (BZ#1237371)
 
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.97-9
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=6f0ed278ae31a5e28032647b43c9143f5f2c46fe
--
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

mmckinst pushed to perl-CDB_File (el6). - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=383b3c1bdde2c989a2d2b749f795071c4a5b8ce7
--
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

mmckinst pushed to perl-CDB_File (el5). fix changelog to reflect release version I forgot to change

2015-07-04 Thread notifications
From d922ad1e06c8e75b9f283b8756c0283ea3f26a0a Mon Sep 17 00:00:00 2001
From: Mark McKinstry mmcki...@umich.edu
Date: Sat, 4 Jul 2015 14:48:09 +
Subject: fix changelog to reflect release version I forgot to change


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index e0ed2ea..6ea6a5f 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -52,7 +52,7 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
-* Sat Jul 04 2015 Mark McKinstry mmcki...@nexcess.net - 0.98-1
+* Sat Jul 04 2015 Mark McKinstry mmcki...@nexcess.net - 0.98-9
 - upgrade to 0.98 (BZ#1237371)
 
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.97-9
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=d922ad1e06c8e75b9f283b8756c0283ea3f26a0a
--
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

mmckinst pushed to perl-CDB_File (f22). fix changelog to reflect release version I forgot to change

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=f22id=d922ad1e06c8e75b9f283b8756c0283ea3f26a0a
--
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

mmckinst pushed to perl-CDB_File (epel7). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=epel7id=25959618e8c12800d21e5b6a4f0480f5044e58b5
--
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

mmckinst pushed to perl-CDB_File (el6). upgrade to 0.97

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=3e5aec1bdbae6a774f57d1396c553acfd9b81cf7
--
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

mmckinst pushed to perl-CDB_File (epel7). fix changelog to reflect release version I forgot to change

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=epel7id=d922ad1e06c8e75b9f283b8756c0283ea3f26a0a
--
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

mmckinst pushed to perl-CDB_File (f22). upgrade to 0.98 (BZ#1237371)

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=f22id=f8ce51ced02e15b154c7d0eae5dc04f4badb3d95
--
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

mmckinst pushed to perl-CDB_File (f22). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=f22id=25959618e8c12800d21e5b6a4f0480f5044e58b5
--
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

mmckinst pushed to perl-CDB_File (epel7). upgrade to 0.98 (BZ#1237371)

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=epel7id=f8ce51ced02e15b154c7d0eae5dc04f4badb3d95
--
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

mmckinst pushed to perl-CDB_File (f21). Perl 5.20 rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=f21id=217d4510da3374fd5830421442c982e2eb33cb6f
--
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

mmckinst pushed to perl-CDB_File (el6). - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=8f1ff07d84158481daccf48ec5a2fe9ccd5058e6
--
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

mmckinst pushed to perl-CDB_File (f21). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=f21id=25959618e8c12800d21e5b6a4f0480f5044e58b5
--
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

mmckinst pushed to perl-CDB_File (el6). Perl 5.22 rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=d9cd0b2a16f9461aa43304337edd1fca868ae1ff
--
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

mmckinst pushed to perl-CDB_File (f21). Perl 5.22 rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=f21id=d9cd0b2a16f9461aa43304337edd1fca868ae1ff
--
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

mmckinst pushed to perl-CDB_File (master). fix changelog to reflect release version I forgot to change

2015-07-04 Thread notifications
From d922ad1e06c8e75b9f283b8756c0283ea3f26a0a Mon Sep 17 00:00:00 2001
From: Mark McKinstry mmcki...@umich.edu
Date: Sat, 4 Jul 2015 14:48:09 +
Subject: fix changelog to reflect release version I forgot to change


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index e0ed2ea..6ea6a5f 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -52,7 +52,7 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
-* Sat Jul 04 2015 Mark McKinstry mmcki...@nexcess.net - 0.98-1
+* Sat Jul 04 2015 Mark McKinstry mmcki...@nexcess.net - 0.98-9
 - upgrade to 0.98 (BZ#1237371)
 
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.97-9
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=masterid=d922ad1e06c8e75b9f283b8756c0283ea3f26a0a
--
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 1237371] perl-CDB_File-0.98 is available

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



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-CDB_File-0.98-9.el5 has been submitted as an update for Fedora EPEL 5.
https://admin.fedoraproject.org/updates/perl-CDB_File-0.98-9.el5

-- 
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 1237371] perl-CDB_File-0.98 is available

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



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-CDB_File-0.98-9.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-CDB_File-0.98-9.fc22

-- 
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 1237371] perl-CDB_File-0.98 is available

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



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-CDB_File-0.98-9.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/perl-CDB_File-0.98-9.el6

-- 
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 1237371] perl-CDB_File-0.98 is available

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



--- Comment #7 from Fedora Update System upda...@fedoraproject.org ---
perl-CDB_File-0.98-9.el7 has been submitted as an update for Fedora EPEL 7.
https://admin.fedoraproject.org/updates/perl-CDB_File-0.98-9.el7

-- 
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 1237371] perl-CDB_File-0.98 is available

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



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-CDB_File-0.98-9.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-CDB_File-0.98-9.fc21

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

mmckinst pushed to perl-CDB_File (el5). - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

2015-07-04 Thread notifications
From 16a2bf91884f30bb87fa0c6660914752fc24bb32 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Tue, 8 Feb 2011 11:05:49 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 8da3c06..074db38 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.96
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.96-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
 * Sat Nov 27 2010 Mark McKinstry mmcki...@nexcess.net 0.96-2
 - add perl(Exporter) and perl(Test) as build requirements
 * Mon Nov 22 2010 Mark McKinstry mmcki...@nexcess.net 0.96-1
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=16a2bf91884f30bb87fa0c6660914752fc24bb32
--
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 1239248] New: perl-Archive-Extract-0.76 is available

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

Bug ID: 1239248
   Summary: perl-Archive-Extract-0.76 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Archive-Extract
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com



Latest upstream release: 0.76
Current version/release in rawhide: 0.74-5.fc23
URL: http://search.cpan.org/dist/Archive-Extract/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
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 1239253] perl-Test-Pod-1.51 is available

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



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Failed to kick off scratch build.

cmd:  spectool -g /var/tmp/thn-gRkuqx/perl-Test-Pod.spec
return code:  22
stdout:
Getting
http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-1.51.tar.gz to
./Test-Pod-1.51.tar.gz

stderr:
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed

  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0

  0 00 00 0  0  0 --:--:--  0:00:01 --:--:-- 0
  0 00 00 0  0  0 --:--:--  0:00:01 --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found

-- 
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 1239253] New: perl-Test-Pod-1.51 is available

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

Bug ID: 1239253
   Summary: perl-Test-Pod-1.51 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Test-Pod
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, st...@silug.org



Latest upstream release: 1.51
Current version/release in rawhide: 1.50-3.fc23
URL: http://search.cpan.org/dist/Test-Pod/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

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

Broken dependencies: perl-SystemC-Vregs

2015-07-04 Thread buildsys


perl-SystemC-Vregs has broken dependencies in the epel-5 tree:
On ppc:
emacs-vregs-mode-1.463-1.el5.noarch requires emacs(bin) = 0:22.1
On x86_64:
emacs-vregs-mode-1.463-1.el5.noarch requires emacs(bin) = 0:22.1
On i386:
emacs-vregs-mode-1.463-1.el5.noarch requires emacs(bin) = 0:22.1
Please resolve this as soon as possible.


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

Broken dependencies: perl-XML-Xerces

2015-07-04 Thread buildsys


perl-XML-Xerces has broken dependencies in the epel-5 tree:
On ppc:
perl-XML-Xerces-2.7.0_0-4.el5.ppc requires libxerces-c.so.27
On x86_64:
perl-XML-Xerces-2.7.0_0-4.el5.x86_64 requires libxerces-c.so.27()(64bit)
On i386:
perl-XML-Xerces-2.7.0_0-4.el5.i386 requires libxerces-c.so.27
Please resolve this as soon as possible.


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

Broken dependencies: perl-XML-Xerces

2015-07-04 Thread buildsys


perl-XML-Xerces has broken dependencies in the epel-5 tree:
On ppc:
perl-XML-Xerces-2.7.0_0-4.el5.ppc requires libxerces-c.so.27
On x86_64:
perl-XML-Xerces-2.7.0_0-4.el5.x86_64 requires libxerces-c.so.27()(64bit)
On i386:
perl-XML-Xerces-2.7.0_0-4.el5.i386 requires libxerces-c.so.27
Please resolve this as soon as possible.


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

[Bug 1239214] New: perl-Lingua-EN-Numbers-Ordinate-1.04 is available

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

Bug ID: 1239214
   Summary: perl-Lingua-EN-Numbers-Ordinate-1.04 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Lingua-EN-Numbers-Ordinate
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 1.04
Current version/release in rawhide: 1.03-4.fc23
URL: http://search.cpan.org/dist/Lingua-EN-Numbers-Ordinate/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
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 1239214] perl-Lingua-EN-Numbers-Ordinate-1.04 is available

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



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Failed to kick off scratch build.

cmd:  spectool -g /var/tmp/thn-fuRpRG/perl-Lingua-EN-Numbers-Ordinate.spec
return code:  22
stdout:
Getting
http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/Lingua-EN-Numbers-Ordinate-1.04.tar.gz
to ./Lingua-EN-Numbers-Ordinate-1.04.tar.gz

stderr:
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed

  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0

  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found

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

Broken dependencies: perl-Task-Catalyst

2015-07-04 Thread buildsys


perl-Task-Catalyst has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-CGI-Application-Structured-Tools

2015-07-04 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the rawhide 
tree:
On x86_64:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: polymake

2015-07-04 Thread buildsys


polymake has broken dependencies in the rawhide tree:
On x86_64:
polymake-2.13-22.git20141013.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.x86_64 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
polymake-2.13-22.git20141013.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.i686 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.i686 requires libperl.so.5.20
On armhfp:
polymake-2.13-22.git20141013.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.armv7hl requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Test-AutoBuild

2015-07-04 Thread buildsys


perl-Test-AutoBuild has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-AutoBuild-1.2.4-15.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-AutoBuild-1.2.4-15.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-AutoBuild-1.2.4-15.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Gtk3-WebKit

2015-07-04 Thread buildsys


perl-Gtk3-WebKit has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Devel-FindRef

2015-07-04 Thread buildsys


perl-Devel-FindRef has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-FindRef-1.44-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-MongoDB

2015-07-04 Thread buildsys


perl-MongoDB has broken dependencies in the rawhide tree:
On x86_64:
perl-MongoDB-0.702.2-5.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-MongoDB-0.702.2-5.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-MongoDB-0.702.2-5.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Test-Vars

2015-07-04 Thread buildsys


perl-Test-Vars has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Data-Alias

2015-07-04 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Alias-1.18-4.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Data-Alias-1.18-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Alias-1.18-4.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Data-Dump-Streamer

2015-07-04 Thread buildsys


perl-Data-Dump-Streamer has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Carp-REPL

2015-07-04 Thread buildsys


perl-Carp-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On i386:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On armhfp:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
Please resolve this as soon as possible.


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

Broken dependencies: perl-CatalystX-REPL

2015-07-04 Thread buildsys


perl-CatalystX-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

Broken dependencies: perl-B-Hooks-OP-Check-EntersubForCV

2015-07-04 Thread buildsys


perl-B-Hooks-OP-Check-EntersubForCV has broken dependencies in the rawhide tree:
On x86_64:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
libperl.so.5.20
On armhfp:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Test-Apocalypse

2015-07-04 Thread buildsys


perl-Test-Apocalypse has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Gtk3

2015-07-04 Thread buildsys


perl-Gtk3 has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Task-Kensho-Testing

2015-07-04 Thread buildsys


perl-Task-Kensho-Testing has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Method-Signatures

2015-07-04 Thread buildsys


perl-Method-Signatures has broken dependencies in the rawhide tree:
On x86_64:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
Please resolve this as soon as possible.


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

Broken dependencies: perl-Devel-BeginLift

2015-07-04 Thread buildsys


perl-Devel-BeginLift has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-Devel-Cover

2015-07-04 Thread buildsys


perl-Devel-Cover has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-Cover-1.18-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-Cover-1.18-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-Cover-1.18-1.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.armv7hl requires libperl.so.5.20
Please resolve this as soon as possible.


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

Broken dependencies: perl-POE-API-Peek

2015-07-04 Thread buildsys


perl-POE-API-Peek has broken dependencies in the rawhide tree:
On x86_64:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
Please resolve this as soon as possible.


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

mmckinst uploaded CDB_File-0.98.tar.gz for perl-CDB_File

2015-07-04 Thread notifications
a57941adc4cefd49751f872678f5304b  CDB_File-0.98.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-CDB_File/CDB_File-0.98.tar.gz/md5/a57941adc4cefd49751f872678f5304b/CDB_File-0.98.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

mmckinst pushed to perl-CDB_File (master). upgrade to 0.98 (BZ#1237371)

2015-07-04 Thread notifications
From f8ce51ced02e15b154c7d0eae5dc04f4badb3d95 Mon Sep 17 00:00:00 2001
From: Mark McKinstry mmcki...@umich.edu
Date: Sat, 4 Jul 2015 14:07:11 +
Subject: upgrade to 0.98 (BZ#1237371)


diff --git a/.gitignore b/.gitignore
index 220c201..1e0743e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /CDB_File-0.96.tar.gz
 /CDB_File-0.97.tar.gz
+/CDB_File-0.98.tar.gz
diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 018a035..e0ed2ea 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -1,7 +1,7 @@
 %{?perl_default_filter}
 
 Name:   perl-CDB_File
-Version:0.97
+Version:0.98
 Release:9%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jul 04 2015 Mark McKinstry mmcki...@nexcess.net - 0.98-1
+- upgrade to 0.98 (BZ#1237371)
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.97-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index ec98ece..64218b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22fd84f6b2176528001835eae706e66d  CDB_File-0.97.tar.gz
+a57941adc4cefd49751f872678f5304b  CDB_File-0.98.tar.gz
-- 
cgit v0.10.2



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

mmckinst pushed to perl-CDB_File (el5). merge

2015-07-04 Thread notifications
From 798e121599e89f6c90bb09d977b6686794d830cf Mon Sep 17 00:00:00 2001
From: mmckinst mmcki...@fedroa14.markmck.com
Date: Wed, 19 Jan 2011 18:23:58 -0500
Subject: Initial import (#656084).


diff --git a/.gitignore b/.gitignore
index e69de29..1eeddea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/CDB_File-0.96.tar.gz
diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
new file mode 100644
index 000..8da3c06
--- /dev/null
+++ b/perl-CDB_File.spec
@@ -0,0 +1,58 @@
+%{?perl_default_filter}
+
+Name:   perl-CDB_File
+Version:0.96
+Release:2%{?dist}
+Summary:Perl extension for access to cdb databases
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/CDB_File/
+Source0:
http://www.cpan.org/authors/id/M/MS/MSERGEANT/CDB_File-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Test)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+CDB_File is a module which provides a Perl interface to Dan Berstein's
+cdb package. cdb is a fast, reliable, lightweight package for creating and 
+reading constant databases.
+
+%prep
+%setup -q -n CDB_File-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
+
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc ACKNOWLEDGE CHANGES COPYRIGHT README
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/CDB_File*
+%{perl_vendorarch}/bun-x.pl
+%{_mandir}/man3/*
+
+%changelog
+* Sat Nov 27 2010 Mark McKinstry mmcki...@nexcess.net 0.96-2
+- add perl(Exporter) and perl(Test) as build requirements
+* Mon Nov 22 2010 Mark McKinstry mmcki...@nexcess.net 0.96-1
+- Initial packaging using cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..46b9469 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+898ed12e7548930f178dba5ec4a193d3  CDB_File-0.96.tar.gz
-- 
cgit v0.10.2


From 16a2bf91884f30bb87fa0c6660914752fc24bb32 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Tue, 8 Feb 2011 11:05:49 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 8da3c06..074db38 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.96
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.96-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
 * Sat Nov 27 2010 Mark McKinstry mmcki...@nexcess.net 0.96-2
 - add perl(Exporter) and perl(Test) as build requirements
 * Mon Nov 22 2010 Mark McKinstry mmcki...@nexcess.net 0.96-1
-- 
cgit v0.10.2


From 9e0750b7245eadf9288b0aa51d64bb944ec2648c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?=
 mmasl...@redhat.com
Date: Wed, 15 Jun 2011 09:15:50 +0200
Subject: Perl mass rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 074db38..723c247 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.96
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 15 2011 Marcela Mašláňová mmasl...@redhat.com - 0.96-4
+- Perl mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.96-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-- 
cgit v0.10.2


From b9d64781dbcf62eb997cfea31624cb6b4f363f21 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 13 Jan 2012 06:25:13 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 723c247..e1e4aa2 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.96
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 

mmckinst pushed to perl-CDB_File (el5). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-07-04 Thread notifications
From 25959618e8c12800d21e5b6a4f0480f5044e58b5 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Thu, 18 Jun 2015 01:22:39 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 0830c0a..018a035 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.97
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.97-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Wed Jun 03 2015 Jitka Plesnikova jples...@redhat.com - 0.97-8
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=25959618e8c12800d21e5b6a4f0480f5044e58b5
--
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

mmckinst pushed to perl-CDB_File (el5). - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2015-07-04 Thread notifications
From 0933bed5b3795ee9726144f3b4bac637f76ac58f Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Sat, 3 Aug 2013 12:35:44 -0500
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 9ad2539..7281f02 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.97
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.97-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
 * Wed Jul 17 2013 Petr Pisar ppi...@redhat.com - 0.97-3
 - Perl 5.18 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=0933bed5b3795ee9726144f3b4bac637f76ac58f
--
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

mmckinst pushed to perl-CDB_File (el5). Perl 5.18 rebuild

2015-07-04 Thread notifications
From 1909b9de62de51fee3a3b0c729a671ffbd18d3d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 17 Jul 2013 13:47:13 +0200
Subject: Perl 5.18 rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 72ac671..9ad2539 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.97
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 17 2013 Petr Pisar ppi...@redhat.com - 0.97-3
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.97-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=1909b9de62de51fee3a3b0c729a671ffbd18d3d4
--
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

mmckinst pushed to perl-CDB_File (el6). Perl 5.16 rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=aae25b29feb05cf9da1b6c991834b56c5f54a626
--
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

mmckinst pushed to perl-CDB_File (el6). Perl mass rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=9e0750b7245eadf9288b0aa51d64bb944ec2648c
--
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

mmckinst pushed to perl-CDB_File (el6). Perl 5.18 rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=1909b9de62de51fee3a3b0c729a671ffbd18d3d4
--
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

mmckinst pushed to perl-CDB_File (el6). - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=16a2bf91884f30bb87fa0c6660914752fc24bb32
--
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

mmckinst pushed to perl-CDB_File (el5). - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

2015-07-04 Thread notifications
From b9d64781dbcf62eb997cfea31624cb6b4f363f21 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 13 Jan 2012 06:25:13 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 723c247..e1e4aa2 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.96
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.96-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
 * Wed Jun 15 2011 Marcela Mašláňová mmasl...@redhat.com - 0.96-4
 - Perl mass rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=b9d64781dbcf62eb997cfea31624cb6b4f363f21
--
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

mmckinst pushed to perl-CDB_File (el5). Initial import (#656084).

2015-07-04 Thread notifications
From 798e121599e89f6c90bb09d977b6686794d830cf Mon Sep 17 00:00:00 2001
From: mmckinst mmcki...@fedroa14.markmck.com
Date: Wed, 19 Jan 2011 18:23:58 -0500
Subject: Initial import (#656084).


diff --git a/.gitignore b/.gitignore
index e69de29..1eeddea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/CDB_File-0.96.tar.gz
diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
new file mode 100644
index 000..8da3c06
--- /dev/null
+++ b/perl-CDB_File.spec
@@ -0,0 +1,58 @@
+%{?perl_default_filter}
+
+Name:   perl-CDB_File
+Version:0.96
+Release:2%{?dist}
+Summary:Perl extension for access to cdb databases
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/CDB_File/
+Source0:
http://www.cpan.org/authors/id/M/MS/MSERGEANT/CDB_File-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Test)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+CDB_File is a module which provides a Perl interface to Dan Berstein's
+cdb package. cdb is a fast, reliable, lightweight package for creating and 
+reading constant databases.
+
+%prep
+%setup -q -n CDB_File-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
+
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc ACKNOWLEDGE CHANGES COPYRIGHT README
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/CDB_File*
+%{perl_vendorarch}/bun-x.pl
+%{_mandir}/man3/*
+
+%changelog
+* Sat Nov 27 2010 Mark McKinstry mmcki...@nexcess.net 0.96-2
+- add perl(Exporter) and perl(Test) as build requirements
+* Mon Nov 22 2010 Mark McKinstry mmcki...@nexcess.net 0.96-1
+- Initial packaging using cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..46b9469 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+898ed12e7548930f178dba5ec4a193d3  CDB_File-0.96.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=798e121599e89f6c90bb09d977b6686794d830cf
--
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

mmckinst pushed to perl-CDB_File (el5). Perl mass rebuild

2015-07-04 Thread notifications
From 9e0750b7245eadf9288b0aa51d64bb944ec2648c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?=
 mmasl...@redhat.com
Date: Wed, 15 Jun 2011 09:15:50 +0200
Subject: Perl mass rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 074db38..723c247 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.96
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 15 2011 Marcela Mašláňová mmasl...@redhat.com - 0.96-4
+- Perl mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.96-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=9e0750b7245eadf9288b0aa51d64bb944ec2648c
--
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

mmckinst pushed to perl-CDB_File (el5). - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

2015-07-04 Thread notifications
From 8f1ff07d84158481daccf48ec5a2fe9ccd5058e6 Mon Sep 17 00:00:00 2001
From: Peter Robinson pbrobin...@fedoraproject.org
Date: Sun, 17 Aug 2014 15:30:55 +
Subject: - Rebuilt for
 https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index e468fc8..993789c 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.97
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Aug 17 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.97-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
 * Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.97-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=8f1ff07d84158481daccf48ec5a2fe9ccd5058e6
--
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

mmckinst pushed to perl-CDB_File (el5). - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

2015-07-04 Thread notifications
From 64a7a39b2beda2eddf3ef8ec3821faad30caa2e4 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Thu, 14 Feb 2013 04:24:14 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index c6578f2..72ac671 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.97
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.97-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
 * Wed Dec  5 2012 Mark McKinstry mmcki...@nexcess.net - 0.97-1
 - upgrade to 0.97
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=64a7a39b2beda2eddf3ef8ec3821faad30caa2e4
--
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

mmckinst pushed to perl-CDB_File (el5). Perl 5.20 rebuild

2015-07-04 Thread notifications
From 217d4510da3374fd5830421442c982e2eb33cb6f Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Wed, 27 Aug 2014 13:13:24 +0200
Subject: Perl 5.20 rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 993789c..416553a 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.97
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.97-7
+- Perl 5.20 rebuild
+
 * Sun Aug 17 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.97-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=217d4510da3374fd5830421442c982e2eb33cb6f
--
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

mmckinst pushed to perl-CDB_File (el5). upgrade to 0.97

2015-07-04 Thread notifications
From 3e5aec1bdbae6a774f57d1396c553acfd9b81cf7 Mon Sep 17 00:00:00 2001
From: Mark McKinstry mmcki...@umich.edu
Date: Tue, 4 Dec 2012 20:47:10 -0500
Subject: upgrade to 0.97


diff --git a/.gitignore b/.gitignore
index 1eeddea..220c201 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /CDB_File-0.96.tar.gz
+/CDB_File-0.97.tar.gz
diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 9013dfa..c6578f2 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -1,8 +1,8 @@
 %{?perl_default_filter}
 
 Name:   perl-CDB_File
-Version:0.96
-Release:7%{?dist}
+Version:0.97
+Release:1%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -11,7 +11,7 @@ Source0:
http://www.cpan.org/authors/id/M/MS/MSERGEANT/CDB_File-%{version
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(Test)
+BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Dec  5 2012 Mark McKinstry mmcki...@nexcess.net - 0.97-1
+- upgrade to 0.97
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.96-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
@@ -69,5 +72,6 @@ rm -rf %{buildroot}
 
 * Sat Nov 27 2010 Mark McKinstry mmcki...@nexcess.net 0.96-2
 - add perl(Exporter) and perl(Test) as build requirements
+
 * Mon Nov 22 2010 Mark McKinstry mmcki...@nexcess.net 0.96-1
 - Initial packaging using cpanspec 1.78.
diff --git a/sources b/sources
index 46b9469..ec98ece 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-898ed12e7548930f178dba5ec4a193d3  CDB_File-0.96.tar.gz
+22fd84f6b2176528001835eae706e66d  CDB_File-0.97.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=3e5aec1bdbae6a774f57d1396c553acfd9b81cf7
--
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

mmckinst pushed to perl-CDB_File (el5). - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

2015-07-04 Thread notifications
From 383b3c1bdde2c989a2d2b749f795071c4a5b8ce7 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 20 Jul 2012 05:53:18 -0500
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index f8b276b..9013dfa 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.96
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.96-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
 * Fri Jun 08 2012 Petr Pisar ppi...@redhat.com - 0.96-6
 - Perl 5.16 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=383b3c1bdde2c989a2d2b749f795071c4a5b8ce7
--
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

mmckinst pushed to perl-CDB_File (el5). Perl 5.16 rebuild

2015-07-04 Thread notifications
From aae25b29feb05cf9da1b6c991834b56c5f54a626 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 8 Jun 2012 15:43:40 +0200
Subject: Perl 5.16 rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index e1e4aa2..f8b276b 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.96
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 08 2012 Petr Pisar ppi...@redhat.com - 0.96-6
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.96-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=aae25b29feb05cf9da1b6c991834b56c5f54a626
--
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

mmckinst pushed to perl-CDB_File (el5). - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

2015-07-04 Thread notifications
From ece7955496e35ae0da570e89c6ca1c0b71d0acfa Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 6 Jun 2014 19:49:06 -0500
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 7281f02..e468fc8 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.97
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.97-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.97-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=ece7955496e35ae0da570e89c6ca1c0b71d0acfa
--
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

mmckinst pushed to perl-CDB_File (el5). upgrade to 0.98 (BZ#1237371)

2015-07-04 Thread notifications
From f8ce51ced02e15b154c7d0eae5dc04f4badb3d95 Mon Sep 17 00:00:00 2001
From: Mark McKinstry mmcki...@umich.edu
Date: Sat, 4 Jul 2015 14:07:11 +
Subject: upgrade to 0.98 (BZ#1237371)


diff --git a/.gitignore b/.gitignore
index 220c201..1e0743e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /CDB_File-0.96.tar.gz
 /CDB_File-0.97.tar.gz
+/CDB_File-0.98.tar.gz
diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 018a035..e0ed2ea 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -1,7 +1,7 @@
 %{?perl_default_filter}
 
 Name:   perl-CDB_File
-Version:0.97
+Version:0.98
 Release:9%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jul 04 2015 Mark McKinstry mmcki...@nexcess.net - 0.98-1
+- upgrade to 0.98 (BZ#1237371)
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.97-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index ec98ece..64218b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22fd84f6b2176528001835eae706e66d  CDB_File-0.97.tar.gz
+a57941adc4cefd49751f872678f5304b  CDB_File-0.98.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=f8ce51ced02e15b154c7d0eae5dc04f4badb3d95
--
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

mmckinst pushed to perl-CDB_File (el6). - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=b9d64781dbcf62eb997cfea31624cb6b4f363f21
--
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

mmckinst pushed to perl-CDB_File (el5). Perl 5.22 rebuild

2015-07-04 Thread notifications
From d9cd0b2a16f9461aa43304337edd1fca868ae1ff Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Wed, 3 Jun 2015 16:16:35 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-CDB_File.spec b/perl-CDB_File.spec
index 416553a..0830c0a 100644
--- a/perl-CDB_File.spec
+++ b/perl-CDB_File.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-CDB_File
 Version:0.97
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Perl extension for access to cdb databases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 03 2015 Jitka Plesnikova jples...@redhat.com - 0.97-8
+- Perl 5.22 rebuild
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.97-7
 - Perl 5.20 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el5id=d9cd0b2a16f9461aa43304337edd1fca868ae1ff
--
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

mmckinst pushed to perl-CDB_File (el6). upgrade to 0.98 (BZ#1237371)

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=f8ce51ced02e15b154c7d0eae5dc04f4badb3d95
--
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

mmckinst pushed to perl-CDB_File (el6). fix changelog to reflect release version I forgot to change

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=d922ad1e06c8e75b9f283b8756c0283ea3f26a0a
--
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

mmckinst pushed to perl-CDB_File (el6). - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=ece7955496e35ae0da570e89c6ca1c0b71d0acfa
--
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

mmckinst pushed to perl-CDB_File (el6). Initial import (#656084).

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=798e121599e89f6c90bb09d977b6686794d830cf
--
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

mmckinst pushed to perl-CDB_File (el6). - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

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

http://pkgs.fedoraproject.org/cgit/perl-CDB_File.git/commit/?h=el6id=64a7a39b2beda2eddf3ef8ec3821faad30caa2e4
--
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 1239210] perl-CPANPLUS-0.9154 is available

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



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Failed to kick off scratch build.

list index out of range

-- 
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 1239210] New: perl-CPANPLUS-0.9154 is available

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

Bug ID: 1239210
   Summary: perl-CPANPLUS-0.9154 is available
   Product: Fedora
   Version: rawhide
 Component: perl-CPANPLUS
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com



Latest upstream release: 0.9154
Current version/release in rawhide: 0.91.52-7.fc23
URL: http://search.cpan.org/dist/CPANPLUS/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

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