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 "IPFire 3.x development tree".
The branch, master has been updated via 8f33953cb15465f8d323ffd20ae08df39b223bf2 (commit) via b40e81d4530990fefe2614967d96948435fa4a61 (commit) via 13e34ff3f1e4d814e637b32cda5b5d3ded6bb123 (commit) via f6abef8bd65797a4a6d4e2f414dac3cfbc73191b (commit) from 4776125b98c8ed617a4eb7491739a2290a2d5268 (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 8f33953cb15465f8d323ffd20ae08df39b223bf2 Merge: b40e81d 4776125 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jan 2 20:56:37 2013 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit b40e81d4530990fefe2614967d96948435fa4a61 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jan 2 20:54:46 2013 +0100
git: Update to 1.8.1.
commit 13e34ff3f1e4d814e637b32cda5b5d3ded6bb123 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jan 2 20:54:15 2013 +0100
perl-YAML: New package.
Runtime dependency of git-1.8.x.
commit f6abef8bd65797a4a6d4e2f414dac3cfbc73191b Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jan 2 20:34:56 2013 +0100
pakfire: Add some perl macros.
-----------------------------------------------------------------------
Summary of changes: git/git.nm | 4 +- pakfire/pakfire.nm | 2 +- .../patches/0001-Add-some-useful-perl-macros.patch | 28 ++++++++ perl-YAML/perl-YAML.nm | 75 ++++++++++++++++++++++ 4 files changed, 106 insertions(+), 3 deletions(-) create mode 100644 pakfire/patches/0001-Add-some-useful-perl-macros.patch create mode 100644 perl-YAML/perl-YAML.nm
Difference in files: diff --git a/git/git.nm b/git/git.nm index 1d3b87c..4e6f7da 100644 --- a/git/git.nm +++ b/git/git.nm @@ -4,8 +4,8 @@ ###############################################################################
name = git -version = 1.7.8.2 -release = 3 +version = 1.8.1 +release = 1
groups = Development/Tools url = http://git-scm.com/ diff --git a/pakfire/pakfire.nm b/pakfire/pakfire.nm index 083c846..bf339a3 100644 --- a/pakfire/pakfire.nm +++ b/pakfire/pakfire.nm @@ -5,7 +5,7 @@
name = pakfire version = 0.9.23 -release = 5 +release = 6
maintainer = Michael Tremer michael.tremer@ipfire.org groups = System/Packaging diff --git a/pakfire/patches/0001-Add-some-useful-perl-macros.patch b/pakfire/patches/0001-Add-some-useful-perl-macros.patch new file mode 100644 index 0000000..0776b6f --- /dev/null +++ b/pakfire/patches/0001-Add-some-useful-perl-macros.patch @@ -0,0 +1,28 @@ +From 88bf3753008602b4ee219fc9a1917102befcfd84 Mon Sep 17 00:00:00 2001 +From: Michael Tremer michael.tremer@ipfire.org +Date: Wed, 2 Jan 2013 20:16:14 +0100 +Subject: [PATCH] Add some useful perl macros. + +--- + macros/perl.macro | 9 +++++++++ + 1 file changed, 9 insertions(+) + create mode 100644 macros/perl.macro + +diff --git a/macros/perl.macro b/macros/perl.macro +new file mode 100644 +index 0000000..c1be59f +--- /dev/null ++++ b/macros/perl.macro +@@ -0,0 +1,9 @@ ++# Perl constants. ++perl = /usr/bin/perl ++ ++perl_sitearch = %(eval "$(%{perl} -V:installsitearch)"; echo ${installsitearch}) ++perl_sitelib = %(eval "$(%{perl} -V:installsitelib)"; echo ${installsitelib}) ++perl_vendorarch = %(eval "$(%{perl} -V:installvendorarch)"; echo ${installvendorarch}) ++perl_vendorlib = %(eval "$(%{perl} -V:installvendorlib)"; echo ${installvendorlib}) ++perl_archlib = %(eval "$(%{perl} -V:installarchlib)"; echo ${installarchlib}) ++perl_privlib = %(eval "$(%{perl} -V:installprivlib)"; echo ${installprivlib}) +-- +1.7.11.7 + diff --git a/perl-YAML/perl-YAML.nm b/perl-YAML/perl-YAML.nm new file mode 100644 index 0000000..4f7b813 --- /dev/null +++ b/perl-YAML/perl-YAML.nm @@ -0,0 +1,75 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = perl-YAML +version = 0.84 +release = 1 +arch = noarch +thisapp = YAML-%{version} + +groups = Development/Libraries +url = http://search.cpan.org/dist/YAML/ +license = GPL+ or Artistic +summary = A perl module for processing YAML. + +description + The YAML.pm module implements a YAML Loader and Dumper based on the + YAML 1.0 specification. http://www.yaml.org/spec/ + YAML is a generic data serialization language that is optimized for + human readability. It can be used to express the data structures of + most modern programming languages, including Perl. + For information on the YAML syntax, please refer to the YAML + specification. +end + +source_dl = http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/ + +build + requires + # required for perl macros + pakfire-builder >= 0.9.23-6 + + perl(Carp) + perl(constant) + perl(Cwd) + perl(Data::Dumper) + perl(Exporter) + perl(ExtUtils::MakeMaker) + perl(File::Path) + perl(lib) + end + + build + perl Makefile.PL INSTALLDIRS=vendor + make %{PARALLELISMFLAGS} + end + + test + make test + end + + make_install_targets = pure_install DESTDIR=%{BUILDROOT} + + install_cmds + # Removing Test::YAML (at least temporarily) due + # to security concerns and questionable value. + # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=197539 + rm -vf %{BUILDROOT}%{perl_vendorlib}/Test/YAML* \ + %{BUILDROOT}%{mandir}/man3/Test::YAML*.3* + end +end + +packages + package %{name} + requires + perl(Carp) + perl(Data::Dumper) + end + + filter_provides + yaml_ + end + end +end
hooks/post-receive -- IPFire 3.x development tree