[rpms/perl-Astro-FITS-CFITSIO] PR #1: Update to 1.16

2023-01-22 Thread Orion Poplawski

orion merged a pull-request against the project: `perl-Astro-FITS-CFITSIO` that 
you are following.

Merged pull-request:

``
Update to 1.16
``

https://src.fedoraproject.org/rpms/perl-Astro-FITS-CFITSIO/pull-request/1
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[rpms/perl-Astro-FITS-CFITSIO] PR #1: Update to 1.16

2022-08-29 Thread Orion Poplawski

orion opened a new pull-request against the project: `perl-Astro-FITS-CFITSIO` 
that you are following:
``
Update to 1.16
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/perl-Astro-FITS-CFITSIO/pull-request/1
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


loadable library and perl binaries are mismatched

2017-04-12 Thread Orion Poplawski
32-bit rawhide/f26 builds of perl-Cflow failed with:

Cflow.c: loadable library and perl binaries are mismatched (got handshake key
0x7e00080, needed 0x7f00080)

other arches are okay.  Why?

https://koji.fedoraproject.org/koji/taskinfo?taskID=18953377

Thanks.

-- 
Orion Poplawski
Technical Manager  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[perl-Log-Trivial] Remove all .list files (bug #1204878)

2015-03-23 Thread Orion Poplawski
commit 0c42c871ad2fab43c0d198cd428ce28b4254d837
Author: Orion Poplawski 
Date:   Mon Mar 23 12:32:55 2015 -0600

Remove all .list files (bug #1204878)

 perl-Log-Trivial.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Log-Trivial.spec b/perl-Log-Trivial.spec
index 66001c8..91687a8 100644
--- a/perl-Log-Trivial.spec
+++ b/perl-Log-Trivial.spec
@@ -1,6 +1,6 @@
 Name:   perl-Log-Trivial
 Version:0.40
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Very simple tool for writing very simple log files
 License:LGPLv3
 Group:  Development/Libraries
@@ -43,7 +43,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 
 %check
 #These are empty and interfere with the distribution test
-rm debug*.list
+rm *.list
 ./Build test
 
 %clean
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 23 2015 Orion Poplawski  - 0.40-2
+- Remove all .list files (bug #1204878)
+
 * Fri Mar 20 2015 Orion Poplawski  - 0.40-1
 - Update to 0.40
 
--
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

[perl-Log-Trivial] Add more BRs for tests

2015-03-20 Thread Orion Poplawski
commit eca37f524aa4734f7564de70e078ec765e970bb6
Author: Orion Poplawski 
Date:   Fri Mar 20 08:52:55 2015 -0600

Add more BRs for tests

 perl-Log-Trivial.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/perl-Log-Trivial.spec b/perl-Log-Trivial.spec
index 18eea71..66001c8 100644
--- a/perl-Log-Trivial.spec
+++ b/perl-Log-Trivial.spec
@@ -13,12 +13,13 @@ BuildRequires:  perl(Module::Build)
 #For tests - mandatory
 BuildRequires:  perl(Test::More)
 #For tests - optional
-#BuildRequires:  perl(Test::Signature)
+BuildRequires:  perl(Test::Signature)
 BuildRequires:  perl(IO::Capture::Stderr)
 BuildRequires:  perl(Test::Warn)
-#BuildRequires:  perl(Test::Kwalitee)
+BuildRequires:  perl(Test::Kwalitee)
 #This tries to get a public key - not sure how to handle this
 BuildRequires:  perl(Test::Distribution)
+BuildRequires:  perl(YAML)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
--
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

[perl-Log-Trivial] Update to 0.40

2015-03-20 Thread Orion Poplawski
commit 656e9bf1ea5c901ec9ab68b0dbd1fbae41d0dfc9
Author: Orion Poplawski 
Date:   Fri Mar 20 08:45:30 2015 -0600

Update to 0.40

 .gitignore|  1 +
 perl-Log-Trivial.spec | 10 ++
 sources   |  2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c6b4b22..0479702 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Log-Trivial-0.31.tar.gz
+/Log-Trivial-0.40.tar.gz
diff --git a/perl-Log-Trivial.spec b/perl-Log-Trivial.spec
index b1e981a..18eea71 100644
--- a/perl-Log-Trivial.spec
+++ b/perl-Log-Trivial.spec
@@ -1,8 +1,8 @@
 Name:   perl-Log-Trivial
-Version:0.31
-Release:17%{?dist}
+Version:0.40
+Release:1%{?dist}
 Summary:Very simple tool for writing very simple log files
-License:GPLv3+
+License:LGPLv3
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Log-Trivial/
 Source0:
http://www.cpan.org/authors/id/A/AT/ATRICKETT/Log-Trivial-%{version}.tar.gz
@@ -49,12 +49,14 @@ rm debug*.list
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 20 2015 Orion Poplawski  - 0.40-1
+- Update to 0.40
+
 * Thu Aug 28 2014 Jitka Plesnikova  - 0.31-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index ae7f0fa..68bcf32 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8618cf5e6ffb68d0056b9c9cfc8c56e8  Log-Trivial-0.31.tar.gz
+fd0369290514d6b816b0d25ffce19301  Log-Trivial-0.40.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

File Log-Trivial-0.40.tar.gz uploaded to lookaside cache by orion

2015-03-20 Thread Orion Poplawski
A file has been added to the lookaside cache for perl-Log-Trivial:

fd0369290514d6b816b0d25ffce19301  Log-Trivial-0.40.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

[perl-Time-Period/epel7] 1.23 bump

2015-01-30 Thread Orion Poplawski
Summary of changes:

  6efe552... 1.23 bump (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

perl packages in EPEL

2014-12-02 Thread Orion Poplawski
There are a *lot* of orphaned packages in EPEL what will be retired (removed)
shortly if no one steps up to maintain them.  Iain is the current EPEL
maintainer on most of them, but I understand that he doesn't really have time
for packaging anymore.  Is someone else from the perl SIG willing to step up
and be the POC?

https://fedoraproject.org/wiki/EPEL_Bug_Day_2014#Orphaned_Packages

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

Looks for new torque maintainers

2014-09-05 Thread Orion Poplawski
The torque package is in need of new maintainers for Fedora and EPEL.  I'm 
reaching out to you as your packages have dependencies on torque and so 
figured that might be a good place to start.


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

[abi-compliance-checker/el6] (3 commits) ...Merge branch 'master' into el6

2014-03-04 Thread Orion Poplawski
Summary of changes:

  db635be... Update to latest bugfix release. (*)
  627f21e... Add changelog. (*)
  affd320... Merge branch 'master' into el6

(*) This commit already existed in another branch; no separate mail sent
--
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

[abi-compliance-checker/el6: 3/3] Merge branch 'master' into el6

2014-03-04 Thread Orion Poplawski
commit affd320c58d807dcade3a24a234f6e4484679b90
Merge: d56a6a3 627f21e
Author: Orion Poplawski 
Date:   Tue Mar 4 11:39:17 2014 -0700

Merge branch 'master' into el6

 .gitignore  |2 ++
 abi-compliance-checker.spec |7 +--
 sources |3 ++-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
--
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

[abi-compliance-checker/epel7] (2 commits) ...Add changelog.

2014-03-04 Thread Orion Poplawski
Summary of changes:

  db635be... Update to latest bugfix release. (*)
  627f21e... Add changelog. (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

[perl-File-ReadBackwards/epel7] (3 commits) ...Update to 1.05

2014-01-28 Thread Orion Poplawski
Summary of changes:

  828dc42... Perl 5.18 rebuild (*)
  7c4db90... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  9073f73... Update to 1.05 (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

perl-File-ReadBackwards on EPEL7

2014-01-28 Thread Orion Poplawski
FYI - I'm requesting an EPEL7 branch for perl-File-ReadBackwards and will be
doing a build.

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

[perl-XML-RSS/epel7] (2 commits) ...1.54 bump

2014-01-15 Thread Orion Poplawski
Summary of changes:

  d5790c5... Perl 5.18 rebuild (*)
  a4372d2... 1.54 bump (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

[abi-compliance-checker/el6: 2/2] Merge remote-tracking branch 'origin/master' into el6

2013-10-23 Thread Orion Poplawski
commit d56a6a3fda69e1a5e0b22c10feef42d1be5c7327
Merge: 696b428 d57e1fb
Author: Orion Poplawski 
Date:   Wed Oct 23 14:42:08 2013 -0600

Merge remote-tracking branch 'origin/master' into el6

 .gitignore  |1 +
 abi-compliance-checker.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
--
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

[abi-compliance-checker/el6] (2 commits) ...Merge remote-tracking branch 'origin/master' into el6

2013-10-23 Thread Orion Poplawski
Summary of changes:

  d57e1fb... Update to latest bugfix release. (*)
  d56a6a3... Merge remote-tracking branch 'origin/master' into el6

(*) This commit already existed in another branch; no separate mail sent
--
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

[abi-compliance-checker/el6: 2/2] Merge remote-tracking branch 'origin/master' into el6

2013-09-30 Thread Orion Poplawski
commit 696b4280cdad03c491e6a0529ac812b17f431f69
Merge: 23cc08d e1df248
Author: Orion Poplawski 
Date:   Mon Sep 30 21:26:06 2013 -0600

Merge remote-tracking branch 'origin/master' into el6

 .gitignore  |1 +
 ChangeLog   |3 +++
 abi-compliance-checker.spec |5 -
 sources |2 +-
 4 files changed, 9 insertions(+), 2 deletions(-)
---
--
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

[abi-compliance-checker/el6] (2 commits) ...Merge remote-tracking branch 'origin/master' into el6

2013-09-30 Thread Orion Poplawski
Summary of changes:

  e1df248... Update to latest bugfix release. (*)
  696b428... Merge remote-tracking branch 'origin/master' into el6

(*) This commit already existed in another branch; no separate mail sent
--
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

File Net-Patricia-1.21.tar.gz uploaded to lookaside cache by orion

2013-09-09 Thread Orion Poplawski
A file has been added to the lookaside cache for perl-Net-Patricia:

6335733b1f217d388015863c9fc0468d  Net-Patricia-1.21.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: Bundled Flash

2013-08-20 Thread Orion Poplawski

On 08/15/2013 02:45 PM, T.C. Hollingsworth wrote:

It's come to my attention that a number of packages contain Flash (.swf) files,
but absolutely none of them have BuildRequires on a free software Flash
toolchain, nor do any of them seem to be shipping the source for these files.
:-(

It has never been permissible to included prebuilt files of this nature in
Fedora [1], and FPC unequivocally stated during today's meeting that they have
no interest in making an exception for this.

Please remove this prohibited content from your packages, or ensure that any
included .swf files are built from source using a free software toolchain like
`swfc` during the %build phase.  A list of affected packages sorted by owner is
included below, and I'll be filing bugs for these soon.

-T.C.

[1] 
https://fedoraproject.org/wiki/Packaging:Guidelines#No_inclusion_of_pre-built_binaries_or_libraries




orion ckeditor


Thanks.  Turns out ckeditor also had a raw .fla file.  I don't know if any 
package would have a .fla without a .swf, but it might be worth checking for.



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

[abi-compliance-checker/el6: 6/6] Drop Fedora only changelog entries

2013-08-11 Thread Orion Poplawski
commit 5741b0e3a9dc10d26f0073f00231fce65cdc6cee
Author: Orion Poplawski 
Date:   Sun Aug 11 16:34:22 2013 -0600

Drop Fedora only changelog entries

 abi-compliance-checker.spec |6 --
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/abi-compliance-checker.spec b/abi-compliance-checker.spec
index 54d362a..166b094 100644
--- a/abi-compliance-checker.spec
+++ b/abi-compliance-checker.spec
@@ -44,12 +44,6 @@ perl Makefile.pl -install --prefix=%{_prefix} 
--destdir=%{buildroot}
 * Sat Aug 10 2013 Richard Shaw  - 1.99.8.2-1
 - Update to latest bugfix release.
 
-* Sat Aug 03 2013 Fedora Release Engineering  
- 1.99.7-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Thu Jul 18 2013 Petr Pisar  - 1.99.7-2
-- Perl 5.18 rebuild
-
 * Fri Jun 29 2013 Richard Shaw  - 1.99.7-1
 - Update to latest bugfix release.
 
--
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

[abi-compliance-checker/el6] (6 commits) ...Drop Fedora only changelog entries

2013-08-11 Thread Orion Poplawski
Summary of changes:

  7892c01... Perl 5.18 rebuild (*)
  3d5b84a... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  69c9ab5... Update to latest bugfix release. (*)
  bc97c6d... Update to latest bugfix release. (*)
  a5c9982... Merge branch 'master' into el6
  5741b0e... Drop Fedora only changelog entries

(*) This commit already existed in another branch; no separate mail sent
--
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

[abi-compliance-checker/el6: 5/6] Merge branch 'master' into el6

2013-08-11 Thread Orion Poplawski
commit a5c9982bc34ee887ca7ad6dc1d7bf9b7c5b08a38
Merge: 03ece7e bc97c6d
Author: Orion Poplawski 
Date:   Sun Aug 11 16:33:36 2013 -0600

Merge branch 'master' into el6

 .gitignore  |2 ++
 abi-compliance-checker.spec |   11 ++-
 sources |2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
--
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

[abi-compliance-checker/el6] (2 commits) ...Merge branch 'master' into el6

2013-07-11 Thread Orion Poplawski
Summary of changes:

  e908fd5... Update to latest bugfix release. (*)
  03ece7e... Merge branch 'master' into el6

(*) This commit already existed in another branch; no separate mail sent
--
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

[abi-compliance-checker/el6: 2/2] Merge branch 'master' into el6

2013-07-11 Thread Orion Poplawski
commit 03ece7ee5a6a9105d358be45aa2a1bd182ff55a0
Merge: f6bf88f e908fd5
Author: Orion Poplawski 
Date:   Thu Jul 11 20:50:38 2013 -0600

Merge branch 'master' into el6

 .gitignore  |1 +
 abi-compliance-checker.spec |8 +++-
 sources |2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
--
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

[abi-compliance-checker/el6: 2/2] Merge remote-tracking branch 'origin/master' into el6

2013-06-10 Thread Orion Poplawski
commit f6bf88ff0dc60b839a66f26228d940974934175c
Merge: dd7fc9d 1b6f669
Author: Orion Poplawski 
Date:   Mon Jun 10 09:17:01 2013 -0600

Merge remote-tracking branch 'origin/master' into el6

 .gitignore  |1 +
 abi-compliance-checker.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
--
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

[abi-compliance-checker/el6] (2 commits) ...Merge remote-tracking branch 'origin/master' into el6

2013-06-10 Thread Orion Poplawski
Summary of changes:

  1b6f669... Update to latest bugfix release. (*)
  f6bf88f... Merge remote-tracking branch 'origin/master' into el6

(*) This commit already existed in another branch; no separate mail sent
--
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

[abi-compliance-checker/el6: 2/2] Merge remote-tracking branch 'origin/master' into el6

2013-05-29 Thread Orion Poplawski
commit dd7fc9d1969da740da8795b122c8250f9f00b243
Merge: 820ac96 fcd38d5
Author: Orion Poplawski 
Date:   Wed May 29 09:24:44 2013 -0600

Merge remote-tracking branch 'origin/master' into el6

 .gitignore  |1 +
 abi-compliance-checker.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
--
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

[abi-compliance-checker/el6] (2 commits) ...Merge remote-tracking branch 'origin/master' into el6

2013-05-29 Thread Orion Poplawski
Summary of changes:

  fcd38d5... Update to latest upstream release. (*)
  dd7fc9d... Merge remote-tracking branch 'origin/master' into el6

(*) This commit already existed in another branch; no separate mail sent
--
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

[abi-compliance-checker/el6: 2/2] Merge remote-tracking branch 'origin/master' into el6 Drop gcc-c++ version for el6 Conflicts: abi-c

2013-05-03 Thread Orion Poplawski
commit 820ac96e8a5ae6cd99749017596e52bbbc88e5ce
Merge: 44c263d 563d493
Author: Orion Poplawski 
Date:   Fri May 3 16:50:40 2013 -0600

Merge remote-tracking branch 'origin/master' into el6
Drop gcc-c++ version for el6
Conflicts:
abi-compliance-checker.spec

 abi-compliance-checker.spec |9 +++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --cc abi-compliance-checker.spec
index eef3d07,1ea26c1..6b96661
--- a/abi-compliance-checker.spec
+++ b/abi-compliance-checker.spec
@@@ -8,8 -8,11 +8,10 @@@ URL:http://ispras.linuxbase
  Source0:
https://github.com/lvc/%{name}/downloads/%{name}-%{version}.tar.gz
  
  BuildArch:  noarch
- Requires:   gcc
 -Requires:   gcc >= 4.5
 -Requires:   gcc-c++ >= 4.5
++Requires:   gcc-c++
  Requires:   binutils
+ Requires:   ctags >= 5.8
+ Requires:   ccache > 3.1.2
  
  %{?perl_default_filter}
  
--
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

[abi-compliance-checker/el6] (2 commits) ...Merge remote-tracking branch 'origin/master' into el6 Drop gcc-c++ version for el6 Conflicts: abi-c

2013-05-03 Thread Orion Poplawski
Summary of changes:

  563d493... Add package requires for gcc-c++, ctags, ccache. (*)
  820ac96... Merge remote-tracking branch 'origin/master' into el6 Drop 

(*) This commit already existed in another branch; no separate mail sent
--
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

[perl-Net-IP-CMatch] Add BR perl(ExtUtils::MakeMaker)

2013-02-17 Thread Orion Poplawski
commit 60dae144a01908f18a1858bc23ac8a715f9f0981
Author: Orion Poplawski 
Date:   Sun Feb 17 19:39:41 2013 -0700

Add BR perl(ExtUtils::MakeMaker)

 perl-Net-IP-CMatch.spec |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-IP-CMatch.spec b/perl-Net-IP-CMatch.spec
index 05cf3b3..8d472ef 100644
--- a/perl-Net-IP-CMatch.spec
+++ b/perl-Net-IP-CMatch.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-IP-CMatch
 Version:0.02
-Release:19%{?dist}
+Release:20%{?dist}
 Summary:Efficiently match IP addresses against IP ranges with C
 
 Group:  Development/Libraries
@@ -8,6 +8,7 @@ License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Net-IP-CMatch/
 Source0:
http://search.cpan.org/CPAN/authors/id/B/BE/BEAU/Net-IP-CMatch-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -56,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Feb 17 2013 - Orion Poplawski  - 0.02-20
+- Add BR perl(ExtUtils::MakeMaker)
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 0.02-19
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
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

[perl-String-Approx] Update to 3.27 Add BR for perl(ExtUtils::MakeMaker)

2013-02-17 Thread Orion Poplawski
commit 836a44007192081d9461cf760c5e1ff6cf1613ff
Author: Orion Poplawski 
Date:   Sun Feb 17 19:37:04 2013 -0700

Update to 3.27
Add BR for perl(ExtUtils::MakeMaker)

 .gitignore  |1 +
 perl-String-Approx.spec |   11 ---
 sources |2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 747af55..15f6417 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 String-Approx-3.26.tar.gz
+/String-Approx-3.27.tar.gz
diff --git a/perl-String-Approx.spec b/perl-String-Approx.spec
index e93f352..613780f 100644
--- a/perl-String-Approx.spec
+++ b/perl-String-Approx.spec
@@ -1,6 +1,6 @@
 Name:   perl-String-Approx
-Version:3.26
-Release:16%{?dist}
+Version:3.27
+Release:1%{?dist}
 Summary:Perl extension for approximate matching (fuzzy matching)
 License:LGPLv2+ or Artistic
 Group:  Development/Libraries
@@ -8,6 +8,7 @@ URL:http://search.cpan.org/dist/String-Approx/
 Source0:
http://www.cpan.org/authors/id/J/JH/JHI/String-Approx-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -48,13 +49,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Artistic BUGS ChangeLog COPYRIGHT COPYRIGHT.agrep LGPL PROBLEMS README 
README.apse
+%doc Artistic ChangeLog COPYRIGHT COPYRIGHT.agrep LGPL PROBLEMS README 
README.apse
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/String*
 %{_mandir}/man3/*
 
 
 %changelog
+* Sun Feb 17 2013 Orion Poplawski  3.27-1
+- Update to 3.27
+- Add BR for perl(ExtUtils::MakeMaker)
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 3.26-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 401cacb..2353b85 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc14d72986431025125d4970dd6b7f88  String-Approx-3.26.tar.gz
+3cade9960a9af1943d6f50b2f1a0e903  String-Approx-3.27.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

File String-Approx-3.27.tar.gz uploaded to lookaside cache by orion

2013-02-17 Thread Orion Poplawski
A file has been added to the lookaside cache for perl-String-Approx:

3cade9960a9af1943d6f50b2f1a0e903  String-Approx-3.27.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

[abi-compliance-checker/el6: 2/2] Merge branch 'master' into el6

2012-12-18 Thread Orion Poplawski
commit 9dfbc9a50cf75d307c17b9b666f0da760c6340fc
Merge: ead66f4 fd4129d
Author: Orion Poplawski 
Date:   Tue Dec 18 19:47:03 2012 -0700

Merge branch 'master' into el6

 .gitignore  |1 +
 abi-compliance-checker.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
--
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

[abi-compliance-checker/el6] (2 commits) ...Merge branch 'master' into el6

2012-12-18 Thread Orion Poplawski
Summary of changes:

  fd4129d... Update to latest upstream release. (*)
  9dfbc9a... Merge branch 'master' into el6

(*) This commit already existed in another branch; no separate mail sent
--
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

[abi-compliance-checker/el6: 3/3] Merge remote-tracking branch 'origin/master' into el6 Update to 1.98.4

2012-10-22 Thread Orion Poplawski
commit c4ddc14a08ae914303d0fc58bcfd17678b86d17f
Merge: 7c50b1f 141241b
Author: Orion Poplawski 
Date:   Mon Oct 22 09:00:37 2012 -0600

Merge remote-tracking branch 'origin/master' into el6
Update to 1.98.4

 .gitignore  |1 +
 abi-compliance-checker.spec |8 +++-
 sources |2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
--
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

[abi-compliance-checker/el6] (3 commits) ...Merge remote-tracking branch 'origin/master' into el6 Update to 1.98.4

2012-10-22 Thread Orion Poplawski
Summary of changes:

  bdd3ec9... - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass (*)
  141241b... Update to latest upstream release. (*)
  c4ddc14... Merge remote-tracking branch 'origin/master' into el6 Updat

(*) This commit already existed in another branch; no separate mail sent
--
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

[perl-Net-Patricia] Update to 1.20

2012-10-11 Thread Orion Poplawski
commit 19cef78c2a4a2f68c643f128c4523693b6a710e1
Author: Orion Poplawski 
Date:   Thu Oct 11 16:52:28 2012 -0600

Update to 1.20

 .gitignore |1 +
 perl-Net-Patricia.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f08ea86..cf6f4c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Net-Patricia-1.17_01.tar.gz
 /Net-Patricia-1.18_80.tar.gz
 /Net-Patricia-1.18_81.tar.gz
 /Net-Patricia-1.19.tar.gz
+/Net-Patricia-1.20.tar.gz
diff --git a/perl-Net-Patricia.spec b/perl-Net-Patricia.spec
index 6dcd0dd..1b0cfb3 100644
--- a/perl-Net-Patricia.spec
+++ b/perl-Net-Patricia.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-Patricia
-Version:1.19
-Release:6%{?dist}
+Version:1.20
+Release:1%{?dist}
 Summary:Patricia Trie perl module for fast IP address lookups
 License:Distributable, see COPYING
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Oct 11 2012 Orion Poplawski  - 1.20-1
+- Update to 1.20
+
 * Fri Jul 20 2012 Fedora Release Engineering  
- 1.19-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index bd175b9..d6968a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe19e3ab96bdefc1184288067490290f  Net-Patricia-1.19.tar.gz
+d5499f5bc1d6c36538a84153095ea11f  Net-Patricia-1.20.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

File Net-Patricia-1.20.tar.gz uploaded to lookaside cache by orion

2012-10-11 Thread Orion Poplawski
A file has been added to the lookaside cache for perl-Net-Patricia:

d5499f5bc1d6c36538a84153095ea11f  Net-Patricia-1.20.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

[perl-PDL] Fix typo

2012-08-04 Thread Orion Poplawski
commit e90a5c89f976561fae4f879f737a5058b6a0baa3
Author: Orion Poplawski 
Date:   Sat Aug 4 21:42:09 2012 -0600

Fix typo

 perl-PDL.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-PDL.spec b/perl-PDL.spec
index 45e512c..915118a 100644
--- a/perl-PDL.spec
+++ b/perl-PDL.spec
@@ -10,7 +10,7 @@ Source0:
http://search.cpan.org/CPAN/authors/id/C/CH/CHM/PDL-%{version}.t
 # Patch0: perl-PDL-2.4.10-settings.patch
 Patch1: perl-PDL-2.4.7-hdf.patch
 # Drop project.h from Proj.pd, no longer part of proj
-Patch2: perl-PDl-proj.patch
+Patch2: perl-PDL-proj.patch
 BuildRequires:  perl(version)
 BuildRequires:  perl(ExtUtils::F77)
 BuildRequires:  perl(File::Spec)
--
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

[perl-PDL] Add patch to drop projects.h from Proj.pd

2012-08-04 Thread Orion Poplawski
commit 18606be4ec25a07bda2c154d138e5194f9f27641
Author: Orion Poplawski 
Date:   Sat Aug 4 21:37:22 2012 -0600

Add patch to drop projects.h from Proj.pd

 perl-PDL-proj.patch |   11 +++
 perl-PDL.spec   |8 +++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/perl-PDL-proj.patch b/perl-PDL-proj.patch
new file mode 100644
index 000..6ec8f43
--- /dev/null
+++ b/perl-PDL-proj.patch
@@ -0,0 +1,11 @@
+diff -up PDL-2.4.10/Lib/GIS/Proj/Proj.pd.proj PDL-2.4.10/Lib/GIS/Proj/Proj.pd
+--- PDL-2.4.10/Lib/GIS/Proj/Proj.pd.proj   2012-01-02 16:56:28.0 
-0700
 PDL-2.4.10/Lib/GIS/Proj/Proj.pd2012-08-04 21:33:10.290196121 -0600
+@@ -85,7 +85,6 @@ EODOC
+ # Header files:
+ #
+ pp_addhdr(<<'EOHDR');
+-#include "projects.h"
+ #include "proj_api.h"
+ #include 
+ 
diff --git a/perl-PDL.spec b/perl-PDL.spec
index 3b4c304..45e512c 100644
--- a/perl-PDL.spec
+++ b/perl-PDL.spec
@@ -1,6 +1,6 @@
 Name:   perl-PDL
 Version:2.4.10
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:The Perl Data Language
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -9,6 +9,8 @@ Source0:
http://search.cpan.org/CPAN/authors/id/C/CH/CHM/PDL-%{version}.t
 # Uncomment to enable PDL::IO::Browser
 # Patch0: perl-PDL-2.4.10-settings.patch
 Patch1: perl-PDL-2.4.7-hdf.patch
+# Drop project.h from Proj.pd, no longer part of proj
+Patch2: perl-PDl-proj.patch
 BuildRequires:  perl(version)
 BuildRequires:  perl(ExtUtils::F77)
 BuildRequires:  perl(File::Spec)
@@ -54,6 +56,7 @@ such commercial packages as IDL and MatLab.
 # Uncomment to enable PDL::IO::Browser
 # %patch0 -p1 -b .settings
 %patch1 -p1 -b .hdf
+%patch2 -p1 -b .proj
 
 %build
 CFLAGS="%{optflags} -Wno-unused"
@@ -90,6 +93,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Aug 04 2012 Orion Poplawski  - 2.4.10-4
+- Add patch to drop projects.h from Proj.pd
+
 * Fri Jul 20 2012 Fedora Release Engineering  
- 2.4.10-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
--
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

[abi-compliance-checker/el6: 3/3] Merge branch 'master' into el6 - update to latest upstream

2012-07-05 Thread Orion Poplawski
commit 7c50b1f98cd36b42bb6f19e38ea5a68341b7959f
Merge: af66862 a789537
Author: Orion Poplawski 
Date:   Thu Jul 5 16:10:58 2012 -0600

Merge branch 'master' into el6 - update to latest upstream

 .gitignore  |2 ++
 abi-compliance-checker.spec |8 +++-
 sources |2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
--
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

[abi-compliance-checker/el6] (3 commits) ...Merge branch 'master' into el6 - update to latest upstream

2012-07-05 Thread Orion Poplawski
Summary of changes:

  b618c32... Update to latest upstream release. (*)
  a789537... Update to latest upstream release. (*)
  7c50b1f... Merge branch 'master' into el6 - update to latest upstream

(*) This commit already existed in another branch; no separate mail sent
--
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

[abi-compliance-checker/el6: 2/2] Merge branch 'master' into el6 Update to 1.97.8

2012-06-11 Thread Orion Poplawski
commit af668624abadd8e38ca819e32d77757a651f0280
Merge: 6801853 4253cb9
Author: Orion Poplawski 
Date:   Mon Jun 11 09:19:55 2012 -0600

Merge branch 'master' into el6
Update to 1.97.8

 .gitignore  |1 +
 abi-compliance-checker.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
--
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

[abi-compliance-checker/el6] (2 commits) ...Merge branch 'master' into el6 Update to 1.97.8

2012-06-11 Thread Orion Poplawski
Summary of changes:

  4253cb9... Update to latest upstream release. (*)
  af66862... Merge branch 'master' into el6 Update to 1.97.8

(*) This commit already existed in another branch; no separate mail sent
--
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

[abi-compliance-checker/el6] Drop gcc version requirement

2012-06-05 Thread Orion Poplawski
commit 68018535d8d44bb876662c84af8928aa02b9d633
Author: Orion Poplawski 
Date:   Tue Jun 5 09:50:49 2012 -0600

Drop gcc version requirement

 abi-compliance-checker.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/abi-compliance-checker.spec b/abi-compliance-checker.spec
index ad57d08..9119f9e 100644
--- a/abi-compliance-checker.spec
+++ b/abi-compliance-checker.spec
@@ -8,7 +8,7 @@ URL:
http://ispras.linuxbase.org/index.php/ABI_compliance_checker
 Source0:
https://github.com/lvc/%{name}/downloads/%{name}-%{version}.tar.gz
 
 BuildArch:  noarch
-Requires:   gcc >= 4.5
+Requires:   gcc
 Requires:   binutils
 
 %{?perl_default_filter}
--
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

[perl-Boulder] Add BR perl-Pod-Perldoc for perldoc

2012-01-14 Thread Orion Poplawski
commit d1f5f6526d8db824f407df581891109a1a6b12b2
Author: Orion Poplawski 
Date:   Sat Jan 14 09:17:08 2012 -0700

Add BR perl-Pod-Perldoc for perldoc

 perl-Boulder.spec |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Boulder.spec b/perl-Boulder.spec
index 0757053..9bcd796 100644
--- a/perl-Boulder.spec
+++ b/perl-Boulder.spec
@@ -1,6 +1,6 @@
 Name:   perl-Boulder
 Version:1.30
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:An API for hierarchical tag/value structures
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -9,6 +9,7 @@ Source0:
http://www.cpan.org/modules/by-module/Boulder/Boulder-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker), perl(XML::Parser)
+BuildRequires:  perl-Pod-Perldoc
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -55,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 14 2012 Orion Poplawski  1.30-14
+- Add BR perl-Pod-Perldoc for perldoc
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 1.30-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
--
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

netcdf 4.1.2 and soname bump

2011-04-01 Thread Orion Poplawski
I'm going to be building netcdf 4.1.2 for rawhide (F16) shortly.  This has a 
soname bump.  I'm happy to rebuild dependent packages if you'd like.

Also, is there any interest in trying to get this into F15 at this point?

-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
--
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


[netcdf-perl] Rebuild for netcdf 4.1.2

2011-03-31 Thread Orion Poplawski
commit 5c93c5a386aa825b3d553571c16499e44511709d
Author: Orion Poplawski 
Date:   Thu Mar 31 12:23:34 2011 -0600

Rebuild for netcdf 4.1.2

 netcdf-perl.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/netcdf-perl.spec b/netcdf-perl.spec
index e2a15ff..dd1e37f 100644
--- a/netcdf-perl.spec
+++ b/netcdf-perl.spec
@@ -1,6 +1,6 @@
 Name:   netcdf-perl
 Version:1.2.4
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Perl extension module for scientific data access via the 
netCDF API
 
 Group:  Development/Libraries
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 31 2011 Orion Poplawski  - 1.2.4-7
+- Rebuild for netcdf 4.1.2
+
 * Tue Feb 08 2011 Fedora Release Engineering  
- 1.2.4-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
--
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


perl-Net-CIDR-Lite build for EL6

2010-07-01 Thread Orion Poplawski
Are you planning on building perl-Net-CIDR-Lite for EL-6 soon, or shall I 
build it?  Thanks!

-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
--
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


rpms/perl-Net-Patricia/EL-6 import.log, NONE, 1.1 .cvsignore, 1.6, 1.7 perl-Net-Patricia.spec, 1.13, 1.14 sources, 1.6, 1.7

2010-07-01 Thread Orion Poplawski
Author: orion

Update of /cvs/pkgs/rpms/perl-Net-Patricia/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8593/EL-6

Modified Files:
.cvsignore perl-Net-Patricia.spec sources 
Added Files:
import.log 
Log Message:
Update to 1.17_01 from devel


--- NEW FILE import.log ---
perl-Net-Patricia-1_17_01-1_fc14:EL-6:perl-Net-Patricia-1.17_01-1.fc14.src.rpm:1278010518


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Net-Patricia/EL-6/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore  24 Feb 2010 19:13:45 -  1.6
+++ .cvsignore  1 Jul 2010 18:55:29 -   1.7
@@ -1 +1 @@
-Net-Patricia-1.16.tar.gz
+Net-Patricia-1.17_01.tar.gz


Index: perl-Net-Patricia.spec
===
RCS file: /cvs/pkgs/rpms/perl-Net-Patricia/EL-6/perl-Net-Patricia.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- perl-Net-Patricia.spec  24 Feb 2010 19:13:45 -  1.13
+++ perl-Net-Patricia.spec  1 Jul 2010 18:55:29 -   1.14
@@ -1,13 +1,20 @@
 Name:   perl-Net-Patricia
-Version:1.16
+Version:1.17_01
 Release:1%{?dist}
 Summary:Patricia Trie perl module for fast IP address lookups
-License:GPLv2+
+License:Distributable, see COPYING
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Net-Patricia/
-Source0:
http://search.cpan.org/CPAN/authors/id/P/PH/PHILIPP/Net-Patricia-%{version}.tar.gz
-BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
-BuildRequires:  perl(ExtUtils::MakeMaker) perl(Socket6)
+Source0:
http://www.cpan.org/modules/by-module/Net/Net-Patricia-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Socket6)
+BuildRequires:  perl(version)
+BuildRequires:  perl(Net::CIDR::Lite) >= 0.20
+Requires:   perl(Socket6)
+Requires:   perl(version)
+Requires:   perl(Net::CIDR::Lite) >= 0.20
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -34,11 +41,11 @@ rm -rf $RPM_BUILD_ROOT
 
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f \
-  \( -name .packlist -o -name '*.bs' -size 0 \) -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
@@ -48,12 +55,27 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING Changes README
+%doc Changes COPYING README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Net*
 %{_mandir}/man3/*
 
 %changelog
+* Sun May 23 2010 Philip Prindeville  - 1.17_01-1
+- 1.17 was yanked from CPAN because of a missing update, hence 1.17_01.
+
+* Wed May 19 2010 Philip Prindeville  - 1.17-3
+- update changelog
+
+* Wed May 19 2010 Philip Prindeville  - 1.17-2
+- Refresh .spec file with cpanspec.
+
+* Wed May 19 2010 Philip Prindeville  - 1.17-1
+- new upstream version, official release
+
+* Tue May 04 2010 Marcela Maslanova  - 1.16-2
+- Mass rebuild with perl-5.12.0
+
 * Fri Feb 24 2010 Philip Prindeville  - 1.16-1
 - new upstream version, official release
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Net-Patricia/EL-6/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources 24 Feb 2010 19:13:45 -  1.6
+++ sources 1 Jul 2010 18:55:29 -   1.7
@@ -1 +1 @@
-0b3d6bdc2426ababe0c95304fd58d6eb  Net-Patricia-1.16.tar.gz
+4ee634972ffaacf120e1cfcb8ff29d1a  Net-Patricia-1.17_01.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