Re: Removing python-setuptools-devel backwards compat

2014-04-19 Thread Dan Scott
On Thu, Dec 5, 2013 at 4:43 PM, Toshio Kuratomi a.bad...@gmail.com wrote:
 On Mon, Nov 4, 2013 at 10:46 AM, Toshio Kuratomi a.bad...@gmail.com wrote:
  I'd like to drop the
 backwards compatibility Provides (and Obsoletes) from the python-setuptools
 package.  However, there are currently 166 packages BuildRequire'ing
 python-setuptools-devel.

 there's still 151 packages BuildRequireing python-setuptools-devel.

 I've now created a F21 Change page for this:
 https://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel

 The latest list of packages is at:
 https://fedoraproject.org/wiki/User:Toshio/Packages_which_BuildRequire_python-setuptools-devel

 Package owners were listed in the previous email:
 https://lists.fedoraproject.org/pipermail/devel/2013-November/191344.html

As I'm unfamiliar with EPEL, would the following change be the right
approach (per my current efforts on addressing Python3 support for
python-isodate in
https://bugzilla.redhat.com/show_bug.cgi?id=1031321):

-%if 0%{?fedora} = 11 || 0%{?rhel} = 6
-BuildRequires:  python-setuptools-devel
-%else
 BuildRequires:  python-setuptools
-%endif

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

Re: Reinstalling the bootloader

2014-04-08 Thread Dan Scott
On Apr 8, 2014 3:19 AM, Fred New fred.new2...@gmail.com wrote:

snip


  And since Windows on my system places itself first in the EFI boot list
  every time it
  is booted,

 That's likely an issue in your system's firmware or Windows install
 (somehow). It shouldn't be doing that.


 Yes, it seems that any time I touch my firmware configuration (BIOS
 settings) or interrupt the boot sequence to boot Windows (after I've
 managed to put Fedora first), the boot order resets to Windows first.
 It may not be Windows doing it. I cannot move Fedora to the top of
 the list using the BIOS settings, I need to use efibootmgr for that.
 (HP Envy 17-j007eo)

It may indeed be your firmware in your case, but Windows 8 does force
similar annoying behaviour if you have its fastboot option enabled. Turn
it off and you get to control your boot order again.

http://winaero.com/blog/how-to-disable-or-enable-fast-startup-in-windows-8-1/is
roughly what I recall doing.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Tests fail in mock env : unable to import BuildRequires Python module

2014-03-12 Thread Dan Scott
Per https://bugzilla.redhat.com/show_bug.cgi?id=1070074 I'm working on
updating python-rdflib to 4.1.1, but currently having trouble with a
new dependency on python-html5lib.

The problem is that running a mock build fails as a few tests claim
they were unable to import html5lib; this is perfectly consistent with
what I see when I run nosetests in a local rdflib source tree and
python-html5lib has not been installed. When I then install
python-html5lib and run nosetests locally, those tests pass.

The puzzling part is that the mock log shows that python-html5lib _is_
getting installed, so the html5lib module should be available to the
tests.

Does anyone have an idea of why the installed html5lib module isn't
being found in the mock environment?

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

Re: Tests fail in mock env : unable to import BuildRequires Python module

2014-03-12 Thread Dan Scott
On Mar 12, 2014 2:28 PM, Josh Stone jist...@redhat.com wrote:

 On 03/12/2014 10:42 AM, Dan Scott wrote:
  Per https://bugzilla.redhat.com/show_bug.cgi?id=1070074 I'm working on
  updating python-rdflib to 4.1.1, but currently having trouble with a
  new dependency on python-html5lib.
 
  The problem is that running a mock build fails as a few tests claim
  they were unable to import html5lib; this is perfectly consistent with
  what I see when I run nosetests in a local rdflib source tree and
  python-html5lib has not been installed. When I then install
  python-html5lib and run nosetests locally, those tests pass.
 
  The puzzling part is that the mock log shows that python-html5lib _is_
  getting installed, so the html5lib module should be available to the
  tests.
 
  Does anyone have an idea of why the installed html5lib module isn't
  being found in the mock environment?

 It doesn't help that rdflib is hiding the actual ImportError, but here's
 what I found using mock manually:

 $ mock init
 [...]
 $ mock install python-html5lib
 [...]
 $ mock shell pydoc html5lib
 [...]
 problem in html5lib - type 'exceptions.ImportError': No module named six

 Looks like python-html5lib should require python-six.

Awesome, thanks for providing a good tip for debugging problems like this
in the future!

I had tried running a few simple html5lib code examples without triggering
any exceptions, but obviously didn't hit the problematic code.

I'll dig back into python-html5lib and hopefully resolve this soon. First
epoch, now this :)
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Tests fail in mock env : unable to import BuildRequires Python module

2014-03-12 Thread Dan Scott
On Wed, Mar 12, 2014 at 2:41 PM, Dan Scott deni...@gmail.com wrote:

 On Mar 12, 2014 2:28 PM, Josh Stone jist...@redhat.com wrote:

 On 03/12/2014 10:42 AM, Dan Scott wrote:
  Per https://bugzilla.redhat.com/show_bug.cgi?id=1070074 I'm working on
  updating python-rdflib to 4.1.1, but currently having trouble with a
  new dependency on python-html5lib.

snip

 It doesn't help that rdflib is hiding the actual ImportError, but here's
 what I found using mock manually:

snip

 Looks like python-html5lib should require python-six.

snip

 I'll dig back into python-html5lib and hopefully resolve this soon. First
 epoch, now this :)

Filed https://bugzilla.redhat.com/show_bug.cgi?id=1075783 accordingly.
Thanks again!
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Major release number bump is lower than beta for html5lib module.

2014-03-04 Thread Dan Scott
On Mar 3, 2014 9:39 PM, Adam Williamson awill...@redhat.com wrote:

 On Mon, 2014-03-03 at 11:05 +0100, Kevin Kofler wrote:
  Reindl Harald wrote:
   yes it is a hack but better than fake version numbers to
   satisfy RPM and that is *the* reason epoch exists at all
 
  +1
 
  That Ubuntu-style apples-101.reallyoranges versioning is misleading and
  against Fedora packaging guidelines.

 Yeah, I'd agree with Harald and Kevin in this case: 1.0-0.2.999 is a
 horrible version string, I wouldn't have recommended it even if it had
 been possible. This kind of situation really is the one in which it *is*
 correct to use Epoch - when upstream versioning goes backwards, and
 upstream cannot change it.

Thanks all! Another piece of wisdom about RPM packaging best practices has
now been stowed away in my rapidly decaying neurons :)
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Security update process without CVEs

2014-01-21 Thread Dan Scott
Hi:

A few hours ago I submitted requests to push perl-MARC-XML directly to
stable (by filling out the fedpkg update request with type=security
and request=stable)

I tried following
https://fedoraproject.org/wiki/Security_Tracking_Bugs?rd=Security/TrackingBugs
but it appears to depend on waiting on a CVE, which upstream did not
yet have... but upstream had already pushed the new release to CPAN.

Despite requesting stable, though,
https://admin.fedoraproject.org/updates/perl-MARC-XML-1.0.2-1.fc19
shows that testing was requested.

Should I wait, then push to stable? Or is this going to go to stable
automatically?

My apologies if I screwed up, but it didn't seem like a good idea to
wait on the CVE...

Thanks,
Dan

P.S. Please find here more apologies about only packaging updates on
an irregular basis and therefore not being 100% plugged in :/
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Security update process without CVEs

2014-01-21 Thread Dan Scott
On Tue, Jan 21, 2014 at 4:32 PM, Kevin Fenzi ke...@scrye.com wrote:
 On Tue, 21 Jan 2014 16:26:19 -0500
 Dan Scott deni...@gmail.com wrote:

 Hi:

 A few hours ago I submitted requests to push perl-MARC-XML directly to
 stable (by filling out the fedpkg update request with type=security
 and request=stable)

 You cannot push any update directly to stable.

 Security updates have to go though the same process as any other
 update.

Okay, then I'll remove the conflicting information from
http://fedoraproject.org/wiki/Package_update_HOWTO that says: If you
feel that community testing is unnecessary for your update, you can
choose to push it straight to the stable fedora-updates repository
instead. Pushing directly to stable skips peer review and is strongly
discouraged!! Note that security updates follow a slightly different
process . (and which led me to the security update process that
assumes that the packager is coming at this after the CVE has already
been published and the Security Response Team has already opened a
bug, rather than the packager him-or-herself proactively handling the
issue).

Hmm. Why does the fedpkg update template even offer a stable
request option, then, if the only real option is testing?

snip more reassurance that security updates follow normal update process

 P.S. Please find here more apologies about only packaging updates on
 an irregular basis and therefore not being 100% plugged in :/

 It happens. Consider adding some co-maintainers to help out.

I'm not entirely sure how to interpret that suggestion. I jumped on
this within minutes of the upstream security release announcement, so
I don't think you're suggesting that I was slacking. It is my first
time handling a security release, and I ran into package update
instructions that conflicted with what I was experiencing, so I asked
questions to clarify that conflict--and I don't think they were stupid
questions. I tried asking on #fedora-devel (but was ignored) before
posting here for what I thought was a time-important matter due to the
security considerations. What kind of help would co-maintainers have
offered in this case?
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

File MARC-XML-1.0.2.tar.gz uploaded to lookaside cache by dscott

2014-01-21 Thread Dan Scott
A file has been added to the lookaside cache for perl-MARC-XML:

86c2e1c7254f5f9388d541ae33318718  MARC-XML-1.0.2.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-MARC-XML] Bump MARC::File::XML for 1.0.2

2014-01-21 Thread Dan Scott
commit dd1e1f541d84494f2fa80a5e8a61fb18861a66de
Author: Dan Scott d...@coffeecode.net
Date:   Tue Jan 21 14:14:46 2014 -0500

Bump MARC::File::XML for 1.0.2

Security release to prevent XML external entity exploit.

Signed-off-by: Dan Scott d...@coffeecode.net

 .gitignore |1 +
 perl-MARC-XML.spec |8 ++--
 sources|2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f477ab..03b1d7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /MARC-XML-0.93.tar.gz
 /MARC-XML-1.0.1.tar.gz
+/MARC-XML-1.0.2.tar.gz
diff --git a/perl-MARC-XML.spec b/perl-MARC-XML.spec
index 582eafb..8a9b48d 100644
--- a/perl-MARC-XML.spec
+++ b/perl-MARC-XML.spec
@@ -1,6 +1,6 @@
 Name:   perl-MARC-XML
-Version:1.0.1
-Release:2%{?dist}
+Version:1.0.2
+Release:1%{?dist}
 Summary:An extension to MARC::Record that supports an XML 
serialization of MARC
 
 Group:  Development/Libraries
@@ -56,6 +56,10 @@ make test
 %{_bindir}/*
 
 %changelog
+* Tue Jan 21 2014 Dan Scott d...@coffeecode.net - 1.0.2-1
+- Bump to 1.0.2
+- Security release: prevent XML external entity exploit
+
 * Sat Aug 03 2013 Petr Pisar ppi...@redhat.com - 1.0.1-2
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 95df316..9287cfd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5eb8f773badcee8fad2e49e96dfbe703  MARC-XML-1.0.1.tar.gz
+86c2e1c7254f5f9388d541ae33318718  MARC-XML-1.0.2.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-MARC-XML/f19] Perl 5.18 rebuild

2014-01-21 Thread Dan Scott
commit b95ed334cbe6257a2598e7791983ec72bbdc15d6
Author: Petr Písař ppi...@redhat.com
Date:   Sat Aug 3 15:46:52 2013 +0200

Perl 5.18 rebuild

 perl-MARC-XML.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-MARC-XML.spec b/perl-MARC-XML.spec
index 0d8c879..34b191e 100644
--- a/perl-MARC-XML.spec
+++ b/perl-MARC-XML.spec
@@ -1,6 +1,6 @@
 Name:   perl-MARC-XML
 Version:1.0.1
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:An extension to MARC::Record that supports an XML 
serialization of MARC
 
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ make test
 %{_bindir}/*
 
 %changelog
+* Sat Aug 03 2013 Petr Pisar ppi...@redhat.com - 1.0.1-2
+- Perl 5.18 rebuild
+
 * Wed Jul 24 2013 Dan Scott d...@coffeecode.net - 1.0.1-1
 - Version bump to 1.0.1
 - Performance and memory optimization by DOM processing instead of SAX
--
Fedora Extras Perl SIG
http://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-MARC-XML/f20] Bump MARC::File::XML for 1.0.2

2014-01-21 Thread Dan Scott
commit 5b78727b552976a2c74e252eb64f18e46ee63b4b
Author: Dan Scott d...@coffeecode.net
Date:   Tue Jan 21 14:14:46 2014 -0500

Bump MARC::File::XML for 1.0.2

Security release to prevent XML external entity exploit.

Signed-off-by: Dan Scott d...@coffeecode.net

 .gitignore |1 +
 perl-MARC-XML.spec |8 ++--
 sources|2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f477ab..03b1d7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /MARC-XML-0.93.tar.gz
 /MARC-XML-1.0.1.tar.gz
+/MARC-XML-1.0.2.tar.gz
diff --git a/perl-MARC-XML.spec b/perl-MARC-XML.spec
index 582eafb..8a9b48d 100644
--- a/perl-MARC-XML.spec
+++ b/perl-MARC-XML.spec
@@ -1,6 +1,6 @@
 Name:   perl-MARC-XML
-Version:1.0.1
-Release:2%{?dist}
+Version:1.0.2
+Release:1%{?dist}
 Summary:An extension to MARC::Record that supports an XML 
serialization of MARC
 
 Group:  Development/Libraries
@@ -56,6 +56,10 @@ make test
 %{_bindir}/*
 
 %changelog
+* Tue Jan 21 2014 Dan Scott d...@coffeecode.net - 1.0.2-1
+- Bump to 1.0.2
+- Security release: prevent XML external entity exploit
+
 * Sat Aug 03 2013 Petr Pisar ppi...@redhat.com - 1.0.1-2
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 95df316..9287cfd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5eb8f773badcee8fad2e49e96dfbe703  MARC-XML-1.0.1.tar.gz
+86c2e1c7254f5f9388d541ae33318718  MARC-XML-1.0.2.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 MARC-Record-2.0.6.tar.gz uploaded to lookaside cache by dscott

2014-01-20 Thread Dan Scott
A file has been added to the lookaside cache for perl-MARC-Record:

cf2ddaa83059c5f135b0ee9463520b88  MARC-Record-2.0.6.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-MARC-Record] Bump MARC::Record to 2.0.6 release

2014-01-20 Thread Dan Scott
commit e3d083ab88ffec2f5610e46659341d6d4ad495d9
Author: Dan Scott d...@coffeecode.net
Date:   Mon Jan 20 18:34:23 2014 -0500

Bump MARC::Record to 2.0.6 release

Signed-off-by: Dan Scott d...@coffeecode.net

 .gitignore|1 +
 perl-MARC-Record.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bec6ef1..ec77b77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ MARC-Record-2.0.0.tar.gz
 /MARC-Record-2.0.3.tar.gz
 /MARC-Record-2.0.4.tar.gz
 /MARC-Record-2.0.5.tar.gz
+/MARC-Record-2.0.6.tar.gz
diff --git a/perl-MARC-Record.spec b/perl-MARC-Record.spec
index 26d52bc..4b83559 100644
--- a/perl-MARC-Record.spec
+++ b/perl-MARC-Record.spec
@@ -1,6 +1,6 @@
 Name:   perl-MARC-Record
-Version:2.0.5
-Release:2%{?dist}
+Version:2.0.6
+Release:1%{?dist}
 Summary:Object-oriented abstraction of MARC record handling
 
 Group:  Development/Libraries
@@ -68,6 +68,9 @@ make test
 
 
 %changelog
+* Mon Jan 20 2014 Dan Scott d...@coffeecode.net - 2.0.6-1
+- Update to 2.0.6.
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.0.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 657e87b..d4b64e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84a5aea91617b7acf06ee0f246156899  MARC-Record-2.0.5.tar.gz
+cf2ddaa83059c5f135b0ee9463520b88  MARC-Record-2.0.6.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-MARC-Record/f20] Bump MARC::Record to 2.0.6 release

2014-01-20 Thread Dan Scott
commit e912af0663935e5217bf4e61acc9558c748a5c2a
Author: Dan Scott d...@coffeecode.net
Date:   Mon Jan 20 18:34:23 2014 -0500

Bump MARC::Record to 2.0.6 release

Signed-off-by: Dan Scott d...@coffeecode.net

 .gitignore|1 +
 perl-MARC-Record.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bec6ef1..ec77b77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ MARC-Record-2.0.0.tar.gz
 /MARC-Record-2.0.3.tar.gz
 /MARC-Record-2.0.4.tar.gz
 /MARC-Record-2.0.5.tar.gz
+/MARC-Record-2.0.6.tar.gz
diff --git a/perl-MARC-Record.spec b/perl-MARC-Record.spec
index 26d52bc..4b83559 100644
--- a/perl-MARC-Record.spec
+++ b/perl-MARC-Record.spec
@@ -1,6 +1,6 @@
 Name:   perl-MARC-Record
-Version:2.0.5
-Release:2%{?dist}
+Version:2.0.6
+Release:1%{?dist}
 Summary:Object-oriented abstraction of MARC record handling
 
 Group:  Development/Libraries
@@ -68,6 +68,9 @@ make test
 
 
 %changelog
+* Mon Jan 20 2014 Dan Scott d...@coffeecode.net - 2.0.6-1
+- Update to 2.0.6.
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.0.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 657e87b..d4b64e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84a5aea91617b7acf06ee0f246156899  MARC-Record-2.0.5.tar.gz
+cf2ddaa83059c5f135b0ee9463520b88  MARC-Record-2.0.6.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-MARC-Record/f19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2014-01-20 Thread Dan Scott
commit df6f8ce6a13f6c44903345afad9122a980405b97
Author: Dennis Gilmore den...@ausil.us
Date:   Sat Aug 3 17:56:47 2013 -0500

- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

 perl-MARC-Record.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-MARC-Record.spec b/perl-MARC-Record.spec
index f6efa97..26d52bc 100644
--- a/perl-MARC-Record.spec
+++ b/perl-MARC-Record.spec
@@ -1,6 +1,6 @@
 Name:   perl-MARC-Record
 Version:2.0.5
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Object-oriented abstraction of MARC record handling
 
 Group:  Development/Libraries
@@ -68,6 +68,9 @@ make test
 
 
 %changelog
+* Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.0.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
 * Sat Jul 20 2013 Petr Pisar ppi...@redhat.com - 2.0.5-1
 - 2.0.5 bump
 
--
Fedora Extras Perl SIG
http://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-MARC-Record/f19] Bump MARC::Record to 2.0.6 release

2014-01-20 Thread Dan Scott
commit 4ed7739794a13df7352b4a76635f6473c31394a1
Author: Dan Scott d...@coffeecode.net
Date:   Mon Jan 20 18:34:23 2014 -0500

Bump MARC::Record to 2.0.6 release

Signed-off-by: Dan Scott d...@coffeecode.net

 .gitignore|1 +
 perl-MARC-Record.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bec6ef1..ec77b77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ MARC-Record-2.0.0.tar.gz
 /MARC-Record-2.0.3.tar.gz
 /MARC-Record-2.0.4.tar.gz
 /MARC-Record-2.0.5.tar.gz
+/MARC-Record-2.0.6.tar.gz
diff --git a/perl-MARC-Record.spec b/perl-MARC-Record.spec
index 26d52bc..4b83559 100644
--- a/perl-MARC-Record.spec
+++ b/perl-MARC-Record.spec
@@ -1,6 +1,6 @@
 Name:   perl-MARC-Record
-Version:2.0.5
-Release:2%{?dist}
+Version:2.0.6
+Release:1%{?dist}
 Summary:Object-oriented abstraction of MARC record handling
 
 Group:  Development/Libraries
@@ -68,6 +68,9 @@ make test
 
 
 %changelog
+* Mon Jan 20 2014 Dan Scott d...@coffeecode.net - 2.0.6-1
+- Update to 2.0.6.
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.0.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 657e87b..d4b64e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84a5aea91617b7acf06ee0f246156899  MARC-Record-2.0.5.tar.gz
+cf2ddaa83059c5f135b0ee9463520b88  MARC-Record-2.0.6.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-MARC-Record/f19] Perl 5.18 rebuild

2014-01-20 Thread Dan Scott
commit 4a64218b5db4a89b4b972f53212820cfe8ca8804
Author: Petr Písař ppi...@redhat.com
Date:   Fri Jul 19 04:59:26 2013 +0200

Perl 5.18 rebuild

 perl-MARC-Record.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-MARC-Record.spec b/perl-MARC-Record.spec
index fe992c4..3c93b04 100644
--- a/perl-MARC-Record.spec
+++ b/perl-MARC-Record.spec
@@ -1,6 +1,6 @@
 Name:   perl-MARC-Record
 Version:2.0.4
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Object-oriented abstraction of MARC record handling
 
 Group:  Development/Libraries
@@ -63,6 +63,9 @@ make test
 
 
 %changelog
+* Fri Jul 19 2013 Petr Pisar ppi...@redhat.com - 2.0.4-2
+- Perl 5.18 rebuild
+
 * Sun Feb 10 2013 Dan Scott d...@coffeecode.net - 2.0.4-1
 - Update to 2.0.4.
 
--
Fedora Extras Perl SIG
http://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-MARC-Record/f19] 2.0.5 bump

2014-01-20 Thread Dan Scott
commit 214896574926dd1f6a067addd5a1db690ff9ba10
Author: Petr Písař ppi...@redhat.com
Date:   Sat Jul 20 17:22:04 2013 +0200

2.0.5 bump

 .gitignore|1 +
 perl-MARC-Record.spec |   12 ++--
 sources   |2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 934bb64..bec6ef1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 MARC-Record-2.0.0.tar.gz
 /MARC-Record-2.0.3.tar.gz
 /MARC-Record-2.0.4.tar.gz
+/MARC-Record-2.0.5.tar.gz
diff --git a/perl-MARC-Record.spec b/perl-MARC-Record.spec
index 3c93b04..f6efa97 100644
--- a/perl-MARC-Record.spec
+++ b/perl-MARC-Record.spec
@@ -1,6 +1,6 @@
 Name:   perl-MARC-Record
-Version:2.0.4
-Release:2%{?dist}
+Version:2.0.5
+Release:1%{?dist}
 Summary:Object-oriented abstraction of MARC record handling
 
 Group:  Development/Libraries
@@ -9,7 +9,9 @@ URL:http://search.cpan.org/dist/MARC-Record/
 Source0:
http://search.cpan.org/CPAN/authors/id/G/GM/GMCHARLT/MARC-Record-%{version}.tar.gz
 
 BuildArch:  noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
 # Run-time
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
@@ -17,6 +19,9 @@ BuildRequires:  perl(constant)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(integer)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 # Tests
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Spec)
@@ -63,6 +68,9 @@ make test
 
 
 %changelog
+* Sat Jul 20 2013 Petr Pisar ppi...@redhat.com - 2.0.5-1
+- 2.0.5 bump
+
 * Fri Jul 19 2013 Petr Pisar ppi...@redhat.com - 2.0.4-2
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 8990551..657e87b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-67b74d39a245f0d224b4ae4fec057dfe  MARC-Record-2.0.4.tar.gz
+84a5aea91617b7acf06ee0f246156899  MARC-Record-2.0.5.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 MARC-Charset-1.35.tar.gz uploaded to lookaside cache by dscott

2014-01-20 Thread Dan Scott
A file has been added to the lookaside cache for perl-MARC-Charset:

91bd9e001f6d8b621b173280be444cac  MARC-Charset-1.35.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-MARC-Charset] Bump for MARC::Charset 1.35

2014-01-20 Thread Dan Scott
commit af4e771e7e64335433153288d04ee7995eb9bc4e
Author: Dan Scott d...@coffeecode.net
Date:   Mon Jan 20 22:07:13 2014 -0500

Bump for MARC::Charset 1.35

Signed-off-by: Dan Scott d...@coffeecode.net

 .gitignore |1 +
 perl-MARC-Charset.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3accf59..4881d9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /MARC-Charset-1.33.tar.gz
+/MARC-Charset-1.35.tar.gz
diff --git a/perl-MARC-Charset.spec b/perl-MARC-Charset.spec
index 5c2543e..2370873 100644
--- a/perl-MARC-Charset.spec
+++ b/perl-MARC-Charset.spec
@@ -1,6 +1,6 @@
 Name:   perl-MARC-Charset
-Version:1.33
-Release:6%{?dist}
+Version:1.35
+Release:1%{?dist}
 Summary:Converts data encoded in MARC-8 to Unicode (UTF-8)
 
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 
 
 %changelog
+* Mon Jan 20 2014 Dan Scott d...@coffeecode.net - 1.35-1
+- Bump for 1.35
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.33-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 204429b..249cf50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-02882113257742eef9c11adf29a16854  MARC-Charset-1.33.tar.gz
+91bd9e001f6d8b621b173280be444cac  MARC-Charset-1.35.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-MARC-Charset/f20] Bump for MARC::Charset 1.35

2014-01-20 Thread Dan Scott
commit 358c5a91efe3ec175df47a4e4442c6ad54b746a9
Author: Dan Scott d...@coffeecode.net
Date:   Mon Jan 20 22:07:13 2014 -0500

Bump for MARC::Charset 1.35

Signed-off-by: Dan Scott d...@coffeecode.net

 .gitignore |1 +
 perl-MARC-Charset.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3accf59..4881d9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /MARC-Charset-1.33.tar.gz
+/MARC-Charset-1.35.tar.gz
diff --git a/perl-MARC-Charset.spec b/perl-MARC-Charset.spec
index 5c2543e..2370873 100644
--- a/perl-MARC-Charset.spec
+++ b/perl-MARC-Charset.spec
@@ -1,6 +1,6 @@
 Name:   perl-MARC-Charset
-Version:1.33
-Release:6%{?dist}
+Version:1.35
+Release:1%{?dist}
 Summary:Converts data encoded in MARC-8 to Unicode (UTF-8)
 
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 
 
 %changelog
+* Mon Jan 20 2014 Dan Scott d...@coffeecode.net - 1.35-1
+- Bump for 1.35
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.33-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 204429b..249cf50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-02882113257742eef9c11adf29a16854  MARC-Charset-1.33.tar.gz
+91bd9e001f6d8b621b173280be444cac  MARC-Charset-1.35.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-MARC-XML/f19] Bump to 1.0.1

2013-07-24 Thread Dan Scott
commit 6c1a7a75405173022784629b895662e78686d333
Author: Dan Scott d...@coffeecode.net
Date:   Wed Jul 24 17:21:11 2013 -0400

Bump to 1.0.1

Signed-off-by: Dan Scott d...@coffeecode.net

 .gitignore |1 +
 perl-MARC-XML.spec |   10 +++---
 sources|2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f68affa..9f477ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /MARC-XML-0.93.tar.gz
+/MARC-XML-1.0.1.tar.gz
diff --git a/perl-MARC-XML.spec b/perl-MARC-XML.spec
index 4c49ee6..0d8c879 100644
--- a/perl-MARC-XML.spec
+++ b/perl-MARC-XML.spec
@@ -1,6 +1,6 @@
 Name:   perl-MARC-XML
-Version:0.93
-Release:2%{?dist}
+Version:1.0.1
+Release:1%{?dist}
 Summary:An extension to MARC::Record that supports an XML 
serialization of MARC
 
 Group:  Development/Libraries
@@ -25,7 +25,7 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
-BuildRequires:  perl(XML::SAX)
+BuildRequires:  perl(XML::LibXML)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -56,6 +56,10 @@ make test
 %{_bindir}/*
 
 %changelog
+* Wed Jul 24 2013 Dan Scott d...@coffeecode.net - 1.0.1-1
+- Version bump to 1.0.1
+- Performance and memory optimization by DOM processing instead of SAX
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.93-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 5c342b0..95df316 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b7b3f188c1434394ee6c8b102d01fdb  MARC-XML-0.93.tar.gz
+5eb8f773badcee8fad2e49e96dfbe703  MARC-XML-1.0.1.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File MARC-XML-1.0.1.tar.gz uploaded to lookaside cache by dscott

2013-07-24 Thread Dan Scott
A file has been added to the lookaside cache for perl-MARC-XML:

5eb8f773badcee8fad2e49e96dfbe703  MARC-XML-1.0.1.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-MARC-XML] Bump to 1.0.1

2013-07-24 Thread Dan Scott
commit 59a90bdd61cdf2722a67c852f379fca1153d42c1
Author: Dan Scott d...@coffeecode.net
Date:   Wed Jul 24 16:47:02 2013 -0400

Bump to 1.0.1

Signed-off-by: Dan Scott d...@coffeecode.net

 .gitignore |1 +
 perl-MARC-XML.spec |   10 +++---
 sources|2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f68affa..9f477ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /MARC-XML-0.93.tar.gz
+/MARC-XML-1.0.1.tar.gz
diff --git a/perl-MARC-XML.spec b/perl-MARC-XML.spec
index 2f6b938..c230529 100644
--- a/perl-MARC-XML.spec
+++ b/perl-MARC-XML.spec
@@ -1,6 +1,6 @@
 Name:   perl-MARC-XML
-Version:0.93
-Release:3%{?dist}
+Version:1.0.1
+Release:1%{?dist}
 Summary:An extension to MARC::Record that supports an XML 
serialization of MARC
 
 Group:  Development/Libraries
@@ -25,7 +25,7 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
-BuildRequires:  perl(XML::SAX)
+BuildRequires:  perl(XML::LibXML)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -56,6 +56,10 @@ make test
 %{_bindir}/*
 
 %changelog
+* Wed Jul 24 2013 Dan Scott d...@coffeecode.net - 1.0.1-1
+- Version bump to 1.0.1
+- Performance and memory optimization by DOM processing instead of SAX
+
 * Wed Jul 24 2013 Petr Pisar ppi...@redhat.com - 0.93-3
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 5c342b0..95df316 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b7b3f188c1434394ee6c8b102d01fdb  MARC-XML-0.93.tar.gz
+5eb8f773badcee8fad2e49e96dfbe703  MARC-XML-1.0.1.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 MARC-Record-2.0.4.tar.gz uploaded to lookaside cache by dscott

2013-02-10 Thread Dan Scott
A file has been added to the lookaside cache for perl-MARC-Record:

67b74d39a245f0d224b4ae4fec057dfe  MARC-Record-2.0.4.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-MARC-Record] Update to 2.0.4

2013-02-10 Thread Dan Scott
commit 04360767aa6b1591e2850377e675bc59e1607395
Author: Dan Scott d...@coffeecode.net
Date:   Sun Feb 10 21:45:06 2013 -0500

Update to 2.0.4

 .gitignore|1 +
 perl-MARC-Record.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a8787c2..934bb64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 MARC-Record-2.0.0.tar.gz
 /MARC-Record-2.0.3.tar.gz
+/MARC-Record-2.0.4.tar.gz
diff --git a/perl-MARC-Record.spec b/perl-MARC-Record.spec
index f39843f..fe992c4 100644
--- a/perl-MARC-Record.spec
+++ b/perl-MARC-Record.spec
@@ -1,6 +1,6 @@
 Name:   perl-MARC-Record
-Version:2.0.3
-Release:3%{?dist}
+Version:2.0.4
+Release:1%{?dist}
 Summary:Object-oriented abstraction of MARC record handling
 
 Group:  Development/Libraries
@@ -63,6 +63,9 @@ make test
 
 
 %changelog
+* Sun Feb 10 2013 Dan Scott d...@coffeecode.net - 2.0.4-1
+- Update to 2.0.4.
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.0.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 7c9b47f..8990551 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7600e06046bdcc028386f0ec419cc9c  MARC-Record-2.0.3.tar.gz
+67b74d39a245f0d224b4ae4fec057dfe  MARC-Record-2.0.4.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-MARC-Record/f18] Update to 2.0.4

2013-02-10 Thread Dan Scott
commit ff87251d39068925ca896b6fdb1704e1fa02b0bf
Author: Dan Scott d...@coffeecode.net
Date:   Sun Feb 10 21:45:06 2013 -0500

Update to 2.0.4

 .gitignore|1 +
 perl-MARC-Record.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a8787c2..934bb64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 MARC-Record-2.0.0.tar.gz
 /MARC-Record-2.0.3.tar.gz
+/MARC-Record-2.0.4.tar.gz
diff --git a/perl-MARC-Record.spec b/perl-MARC-Record.spec
index f39843f..fe992c4 100644
--- a/perl-MARC-Record.spec
+++ b/perl-MARC-Record.spec
@@ -1,6 +1,6 @@
 Name:   perl-MARC-Record
-Version:2.0.3
-Release:3%{?dist}
+Version:2.0.4
+Release:1%{?dist}
 Summary:Object-oriented abstraction of MARC record handling
 
 Group:  Development/Libraries
@@ -63,6 +63,9 @@ make test
 
 
 %changelog
+* Sun Feb 10 2013 Dan Scott d...@coffeecode.net - 2.0.4-1
+- Update to 2.0.4.
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.0.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 7c9b47f..8990551 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7600e06046bdcc028386f0ec419cc9c  MARC-Record-2.0.3.tar.gz
+67b74d39a245f0d224b4ae4fec057dfe  MARC-Record-2.0.4.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-MARC-Record/f17] Update to 2.0.4

2013-02-10 Thread Dan Scott
commit 10493cca55e2aa6b1488e0e7bc5941e98ab545f0
Author: Dan Scott d...@coffeecode.net
Date:   Sun Feb 10 21:45:06 2013 -0500

Update to 2.0.4

 .gitignore|1 +
 perl-MARC-Record.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a8787c2..934bb64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 MARC-Record-2.0.0.tar.gz
 /MARC-Record-2.0.3.tar.gz
+/MARC-Record-2.0.4.tar.gz
diff --git a/perl-MARC-Record.spec b/perl-MARC-Record.spec
index 6f994f4..5f69459 100644
--- a/perl-MARC-Record.spec
+++ b/perl-MARC-Record.spec
@@ -1,5 +1,5 @@
 Name:   perl-MARC-Record
-Version:2.0.3
+Version:2.0.4
 Release:1%{?dist}
 Summary:Object-oriented abstraction of MARC record handling
 
@@ -63,6 +63,9 @@ make test
 
 
 %changelog
+* Sun Feb 10 2013 Dan Scott d...@coffeecode.net - 2.0.4-1
+- Update to 2.0.4.
+
 * Thu Jun 14 2012 Dan Scott d...@coffeecode.net - 2.0.3-1
 - Update to 2.0.3.
 - To match current packaging guidelines, remove clean section and BuildRoot.
diff --git a/sources b/sources
index 7c9b47f..8990551 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7600e06046bdcc028386f0ec419cc9c  MARC-Record-2.0.3.tar.gz
+67b74d39a245f0d224b4ae4fec057dfe  MARC-Record-2.0.4.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 MARC-XML-0.93.tar.gz uploaded to lookaside cache by dscott

2012-11-06 Thread Dan Scott
A file has been added to the lookaside cache for perl-MARC-XML:

3b7b3f188c1434394ee6c8b102d01fdb  MARC-XML-0.93.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-MARC-XML] Initial import (#829865).

2012-11-06 Thread Dan Scott
commit ddfbfcc9da8a6a9f5c45566dbdaf0d6a8ad0db61
Author: Dan Scott d...@coffeecode.net
Date:   Tue Nov 6 09:40:28 2012 -0500

Initial import (#829865).

 .gitignore |1 +
 perl-MARC-XML.spec |   61 
 sources|1 +
 3 files changed, 63 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f68affa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/MARC-XML-0.93.tar.gz
diff --git a/perl-MARC-XML.spec b/perl-MARC-XML.spec
new file mode 100644
index 000..4cce36c
--- /dev/null
+++ b/perl-MARC-XML.spec
@@ -0,0 +1,61 @@
+Name:   perl-MARC-XML
+Version:0.93
+Release:1%{?dist}
+Summary:An extension to MARC::Record that supports an XML 
serialization of MARC
+
+Group:  Development/Libraries
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/MARC-XML/
+Source0:
http://search.cpan.org/CPAN/authors/id/G/GM/GMCHARLT/MARC-XML-%{version}.tar.gz
+
+BuildArch:  noarch
+
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(MARC::Batch)
+BuildRequires:  perl(MARC::Charset)
+BuildRequires:  perl(MARC::Field)
+BuildRequires:  perl(MARC::File)
+BuildRequires:  perl(MARC::Record)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(XML::SAX)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+MARC-XML is an extension to the MARC-Record distribution for working with XML
+data encoded using the MARC21slim XML schema from the Library of Congress. For
+more details see: http://www.loc.gov/standards/marcxml/
+
+%prep
+%setup -q -n MARC-XML-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/MARC/
+%{_mandir}/man1/*.1*
+%{_mandir}/man3/*.3pm*
+%{_bindir}/*
+
+%changelog
+* Wed Jun 13 2012 Dan Scott d...@coffeecode.net - 0.93-1
+- Initial build. 
+- Incorporate package review changes suggested by Iain Arnell.
diff --git a/sources b/sources
index e69de29..5c342b0 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3b7b3f188c1434394ee6c8b102d01fdb  MARC-XML-0.93.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-MARC-XML/f18] Initial import (#829865).

2012-11-06 Thread Dan Scott
Summary of changes:

  ddfbfcc... Initial import (#829865). (*)

(*) 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 Library-CallNumber-LC-0.22.tar.gz uploaded to lookaside cache by dscott

2012-06-18 Thread Dan Scott
A file has been added to the lookaside cache for perl-Library-CallNumber-LC:

b25acaa6354e38b7623e084a1f9ce40a  Library-CallNumber-LC-0.22.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-Library-CallNumber-LC] Import sources (#830221)

2012-06-18 Thread Dan Scott
commit 9adef517fc4e30c24d4284c77dcd5567e1907739
Author: Dan Scott d...@coffeecode.net
Date:   Mon Jun 18 13:52:51 2012 -0400

Import sources (#830221)

 .gitignore |1 +
 sources|1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9847497 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Library-CallNumber-LC-0.22.tar.gz
diff --git a/sources b/sources
index e69de29..600fd63 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b25acaa6354e38b7623e084a1f9ce40a  Library-CallNumber-LC-0.22.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-Library-CallNumber-LC] Initial import (#830221)

2012-06-18 Thread Dan Scott
commit e3e759331e516824d09de7c3f73c9d598d78e2c4
Author: Dan Scott d...@coffeecode.net
Date:   Mon Jun 18 13:53:43 2012 -0400

Initial import (#830221)

Signed-off-by: Dan Scott d...@coffeecode.net
--
Fedora Extras Perl SIG
http://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-Library-CallNumber-LC] Add spec file (#830221)

2012-06-18 Thread Dan Scott
commit d2e51a25526592fbb8fb0c1b9e4d6a0575537f4f
Author: Dan Scott d...@coffeecode.net
Date:   Mon Jun 18 13:58:29 2012 -0400

Add spec file (#830221)

Not sure what went awry at import, but trying again...

Signed-off-by: Dan Scott d...@coffeecode.net

 perl-Library-CallNumber-LC.spec |   48 +++
 1 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/perl-Library-CallNumber-LC.spec b/perl-Library-CallNumber-LC.spec
new file mode 100644
index 000..2359b60
--- /dev/null
+++ b/perl-Library-CallNumber-LC.spec
@@ -0,0 +1,48 @@
+Name:   perl-Library-CallNumber-LC
+Version:0.22
+Release:1%{?dist}
+Summary:Normalize Library of Congress call numbers for sorting
+
+Group:  Development/Libraries
+License:(GPL+ or Artistic) or BSD
+URL:http://search.cpan.org/dist/Library-CallNumber-LC/
+Source0:
http://search.cpan.org/CPAN/authors/id/D/DB/DBWELLS/Library-CallNumber-LC-%{version}.tar.gz
+
+BuildArch:  noarch
+BuildRequires:  perl(Math::BigInt)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+This module takes Library of Congress (LC) call numbers and normalizes them so
+that they are comparable with each other. This supports sorting and
+left-anchored searching, such that searching A11* should give you all the A11
+call numbers.
+
+%prep
+%setup -q -n Library-CallNumber-LC-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+
+%check
+./Build test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/Library/
+%{_mandir}/man3/*.3pm*
+
+
+%changelog
+* Wed Jun 13 2012 Dan Scott d...@coffeecode.net - 0.22-1
+- Initial build. 
+- Incorporate package review changes suggested by Iain Arnell.
--
Fedora Extras Perl SIG
http://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-Library-CallNumber-LC/f17] Initial import (#830221)

2012-06-18 Thread Dan Scott
commit 40f33f52c1ddd6e064aa3a6bf744514d7108660f
Author: Dan Scott d...@coffeecode.net
Date:   Mon Jun 18 13:52:51 2012 -0400

Initial import (#830221)

Signed-off-by: Dan Scott d...@coffeecode.net

 .gitignore  |1 +
 perl-Library-CallNumber-LC.spec |   48 +++
 sources |1 +
 3 files changed, 50 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9847497 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Library-CallNumber-LC-0.22.tar.gz
diff --git a/perl-Library-CallNumber-LC.spec b/perl-Library-CallNumber-LC.spec
new file mode 100644
index 000..2359b60
--- /dev/null
+++ b/perl-Library-CallNumber-LC.spec
@@ -0,0 +1,48 @@
+Name:   perl-Library-CallNumber-LC
+Version:0.22
+Release:1%{?dist}
+Summary:Normalize Library of Congress call numbers for sorting
+
+Group:  Development/Libraries
+License:(GPL+ or Artistic) or BSD
+URL:http://search.cpan.org/dist/Library-CallNumber-LC/
+Source0:
http://search.cpan.org/CPAN/authors/id/D/DB/DBWELLS/Library-CallNumber-LC-%{version}.tar.gz
+
+BuildArch:  noarch
+BuildRequires:  perl(Math::BigInt)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+This module takes Library of Congress (LC) call numbers and normalizes them so
+that they are comparable with each other. This supports sorting and
+left-anchored searching, such that searching A11* should give you all the A11
+call numbers.
+
+%prep
+%setup -q -n Library-CallNumber-LC-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+
+%check
+./Build test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/Library/
+%{_mandir}/man3/*.3pm*
+
+
+%changelog
+* Wed Jun 13 2012 Dan Scott d...@coffeecode.net - 0.22-1
+- Initial build. 
+- Incorporate package review changes suggested by Iain Arnell.
diff --git a/sources b/sources
index e69de29..600fd63 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b25acaa6354e38b7623e084a1f9ce40a  Library-CallNumber-LC-0.22.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-MARC-Record] Update to 2.0.3

2012-06-14 Thread Dan Scott
commit 8f5208ba2bce57acbffcbe2f80582bb90d1084a9
Author: Dan Scott d...@coffeecode.net
Date:   Thu Jun 14 12:09:45 2012 -0400

Update to 2.0.3

- To match current packaging guidelines, remove clean section and
  BuildRoot.
- Install to DESTDIR.
- Add BuildRequires.

Signed-off-by: Dan Scott d...@coffeecode.net

 perl-MARC-Record.spec |   21 +++--
 1 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/perl-MARC-Record.spec b/perl-MARC-Record.spec
index abafb32..6f994f4 100644
--- a/perl-MARC-Record.spec
+++ b/perl-MARC-Record.spec
@@ -1,13 +1,12 @@
 Name:   perl-MARC-Record
-Version:2.0.0
-Release:12%{?dist}
+Version:2.0.3
+Release:1%{?dist}
 Summary:Object-oriented abstraction of MARC record handling
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/MARC-Record/
-Source0:
http://search.cpan.org/CPAN/authors/id/M/MI/MIKERY/MARC-Record-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:
http://search.cpan.org/CPAN/authors/id/G/GM/GMCHARLT/MARC-Record-%{version}.tar.gz
 
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -15,7 +14,9 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
+BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Getopt::Long)
 # Tests
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Spec)
@@ -42,8 +43,7 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
@@ -53,10 +53,6 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
@@ -67,6 +63,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 14 2012 Dan Scott d...@coffeecode.net - 2.0.3-1
+- Update to 2.0.3.
+- To match current packaging guidelines, remove clean section and BuildRoot.
+- Install to DESTDIR. Add explicit BuildRequires.
+
 * Tue Jun 12 2012 Petr Pisar ppi...@redhat.com - 2.0.0-12
 - Perl 5.16 rebuild
 - Specify all dependencies
--
Fedora Extras Perl SIG
http://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 MARC-Record-2.0.3.tar.gz uploaded to lookaside cache by dscott

2012-06-14 Thread Dan Scott
A file has been added to the lookaside cache for perl-MARC-Record:

c7600e06046bdcc028386f0ec419cc9c  MARC-Record-2.0.3.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-MARC-Record] Upload MARC-Record-2.0.3.tar.gz tarball

2012-06-14 Thread Dan Scott
commit c1b6659da3aebb827515e48396ab9377c55e3164
Author: Dan Scott d...@coffeecode.net
Date:   Thu Jun 14 12:36:05 2012 -0400

Upload MARC-Record-2.0.3.tar.gz tarball

Per https://fedoraproject.org/wiki/Package_update_HOWTO, I need to
upload the source tarball to the lookaside cache.

Signed-off-by: Dan Scott d...@coffeecode.net

 .gitignore |1 +
 sources|2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b98f53..a8787c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 MARC-Record-2.0.0.tar.gz
+/MARC-Record-2.0.3.tar.gz
diff --git a/sources b/sources
index 2fdb52d..7c9b47f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-58dbd099092186a7a8cb18f7b5f1ad1a  MARC-Record-2.0.0.tar.gz
+c7600e06046bdcc028386f0ec419cc9c  MARC-Record-2.0.3.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-MARC-Record/f17] (4 commits) ...Upload MARC-Record-2.0.3.tar.gz tarball

2012-06-14 Thread Dan Scott
Summary of changes:

  e8cbfef... Perl 5.16 rebuild (*)
  ae2be42... Specify all dependencies (*)
  8f5208b... Update to 2.0.3 (*)
  c1b6659... Upload MARC-Record-2.0.3.tar.gz tarball (*)

(*) 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