public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 0e13ce8c822b86aff34bcf415cea8b462ceab292
Date: Sun, 04 Mar 2012 21:14:40 +0100	[thread overview]
Message-ID: <20120304201449.49E47201C1@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2669 bytes --]

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  0e13ce8c822b86aff34bcf415cea8b462ceab292 (commit)
       via  56979ad26542fa49ea7ae053cc3b89766a1b0a58 (commit)
      from  3d10b5cd31eb3a8592eb0470a0631f689a253d14 (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 0e13ce8c822b86aff34bcf415cea8b462ceab292
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Mar 4 21:13:07 2012 +0100

    bash: Run scriptlet after the transaction is doen.
    
    In some occasions the dependency cycle was broken at the
    wrong place and in fact, it is hard to break that correctly.
    
    I think we can wait for /etc/shells filled with all the shells
    we do have until the end of the transaction.

commit 56979ad26542fa49ea7ae053cc3b89766a1b0a58
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Mar 4 21:12:36 2012 +0100

    gdb: Remove even more files provided by binutils.

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

Summary of changes:
 bash/bash.nm |    4 ++--
 gdb/gdb.nm   |    5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

Difference in files:
diff --git a/bash/bash.nm b/bash/bash.nm
index bc5364c..f2a57a2 100644
--- a/bash/bash.nm
+++ b/bash/bash.nm
@@ -5,7 +5,7 @@
 
 name       = bash
 version    = 4.2
-release    = 5
+release    = 6
 
 groups     = System/Tools
 url        = http://www.gnu.org/software/bash/
@@ -75,7 +75,7 @@ packages
 			/etc/profile
 		end
 
-		script postin
+		script posttransin
 			# Create /etc/shells, if it does not exist.
 			[ -f "/etc/shells" ] || touch /etc/shells
 
diff --git a/gdb/gdb.nm b/gdb/gdb.nm
index 00ad491..1053853 100644
--- a/gdb/gdb.nm
+++ b/gdb/gdb.nm
@@ -5,7 +5,7 @@
 
 name       = gdb
 version    = 7.3.50.20110722
-release    = 2
+release    = 3
 
 groups     = Development/Debuggers
 url        = http://gnu.org/software/gdb/
@@ -70,8 +70,9 @@ build
 		mkdir -pv %{BUILDROOT}/etc/gdbinit.d
 		cp -vf %{DIR_SOURCE}/gdbinit %{BUILDROOT}/etc/gdbinit
 
-		# Remove locale data which is provided by binutils.
+		# Remove locale data and headers which is provided by binutils.
 		rm -rf %{BUILDROOT}%{datadir}/locale/
+		rm -rf %{BUILDROOT}%{includedir}/{ansidecl,bfd,bfdlink,dis-asm,symcat}.h
 	end
 end
 


hooks/post-receive
--
IPFire 3.x development tree

                 reply	other threads:[~2012-03-04 20:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120304201449.49E47201C1@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox