[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 0b8fa1397d0c400f8e85829aa867c4cfbbf2b6ab

Evergreen Git git at git.evergreen-ils.org
Fri Aug 3 12:18:10 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_3 has been updated
       via  0b8fa1397d0c400f8e85829aa867c4cfbbf2b6ab (commit)
      from  23809f373d165481fbdea58111d2b3d079dc691d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0b8fa1397d0c400f8e85829aa867c4cfbbf2b6ab
Author: Dan Scott <dscott at laurentian.ca>
Date:   Fri Aug 3 10:59:33 2012 -0400

    Add dependencies for Fedora
    
    Noted by Net Wolf on the mailing list, some core dependencies were
    missing from the Fedora Makefile.install installer. As some of them have
    recently been packaged for Fedora 17, add them to the package
    collection; others are still unpackaged, so leave them there.
    
    Note: the packages are not available on Fedora 16, but that has a
    limited remaining shelf life anyway, so consider this a shift to
    supporting only the latest stable version of Fedora.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install
index 9d9c6c3..b3a0953 100644
--- a/Open-ILS/src/extras/Makefile.install
+++ b/Open-ILS/src/extras/Makefile.install
@@ -138,7 +138,10 @@ FEDORA_RPMS = \
 	perl-GDGraph3d \
 	perl-JSON-XS \
 	perl-LDAP \
+	perl-Library-CallNumber-LC \
 	perl-Locale-Codes \
+	perl-MARC-Charset \
+	perl-MARC-Record \
 	perl-Net-IP \
 	perl-Net-SSH2 \
 	perl-OLE-Storage_Lite \
@@ -160,7 +163,7 @@ FEDORA_CPAN = \
 	Business::OnlinePayment \
 	Business::OnlinePayment::AuthorizeNet \
 	Business::OnlinePayment::PayPal \
-	MARC::Record \
+	MARC::File::XML \
 	UUID::Tiny
 
 PGSQL_90_RPMS = \

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/extras/Makefile.install |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list