public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 0e13ce8c822b86aff34bcf415cea8b462ceab292
@ 2012-03-04 20:14 git
  0 siblings, 0 replies; only message in thread
From: git @ 2012-03-04 20:14 UTC (permalink / raw)
  To: ipfire-scm

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-04 20:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-04 20:14 [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 0e13ce8c822b86aff34bcf415cea8b462ceab292 git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox