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 e2b71093c7bfa63106306b38f6293b7264cadb8d (commit) via 51b36cd5c7ef21e1228cb174fe33db2bd3ed6711 (commit) via 35aa2f469dd5392a6f3abf056b1273038f55e4b1 (commit) from 0a8170acd183f925aae9285fa14319ed319773e0 (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 e2b71093c7bfa63106306b38f6293b7264cadb8d Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Apr 20 12:02:39 2012 +0200
curl: Provide curl-devel.
Some packages use curl-devel in their dependency list and I think it is reasonable to add this to find the required libs easier.
commit 51b36cd5c7ef21e1228cb174fe33db2bd3ed6711 Merge: 35aa2f4 0a8170a Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Apr 20 11:56:11 2012 +0200
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 35aa2f469dd5392a6f3abf056b1273038f55e4b1 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Apr 19 16:55:16 2012 +0200
bird: Update to version 1.3.7.
-----------------------------------------------------------------------
Summary of changes: bird/bird.nm | 4 ++-- curl/curl.nm | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-)
Difference in files: diff --git a/bird/bird.nm b/bird/bird.nm index 72046aa..b957f6f 100644 --- a/bird/bird.nm +++ b/bird/bird.nm @@ -4,8 +4,8 @@ ###############################################################################
name = bird -version = 1.3.1 -release = 2 +version = 1.3.7 +release = 1
groups = Networking/Routing url = http://bird.network.cz/ diff --git a/curl/curl.nm b/curl/curl.nm index a35ff76..dd48eed 100644 --- a/curl/curl.nm +++ b/curl/curl.nm @@ -5,7 +5,7 @@
name = curl version = 7.24.0 -release = 2 +release = 3
groups = Application/Internet url = http://www.curl.haxx.se/ @@ -70,11 +70,17 @@ packages
package libcurl-devel template DEVEL + + provides + curl-devel = %{thisver} + end end
package %{name}-debuginfo template DEBUGINFO
- provides += libcurl-debuginfo + provides + libcurl-debuginfo = %{thisver} + end end end
hooks/post-receive -- IPFire 3.x development tree