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 743186103f1513088a85625ba03a0eabcd5b4fc6 (commit) from 0f632aefe994452fc0263db1c871ba49ac1cbbbd (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 743186103f1513088a85625ba03a0eabcd5b4fc6 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Feb 10 22:49:14 2013 +0100
libsolv: Update to git version f663ca2.
-----------------------------------------------------------------------
Summary of changes: libsolv/libsolv.nm | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-)
Difference in files: diff --git a/libsolv/libsolv.nm b/libsolv/libsolv.nm index e1c8d1d..2488344 100644 --- a/libsolv/libsolv.nm +++ b/libsolv/libsolv.nm @@ -5,8 +5,8 @@
name = libsolv version = 0.0.0 -git_ver = c02d759 -release = 6.git%{git_ver} +git_ver = f663ca2 +release = 7.git%{git_ver}
maintainer = Michael Tremer michael.tremer@ipfire.org groups = System/Libraries @@ -19,9 +19,8 @@ description resolver written in C++. end
-thisapp = %{name}-%{version}-%{git_ver} - -source_dl = +thisapp = %{name}-%{git_ver} +sources = %{thisapp}.tar.xz
build requires @@ -32,12 +31,7 @@ build zlib-devel end
- prepare_cmds - # Make sure that libsatsolverext is linked properly to all needed - # libraries. - echo "TARGET_LINK_LIBRARIES(libsolvext libsolv ${EXPAT_LIBRARY} ${ZLIB_LIBRARY})" \ - >> ext/CMakeLists.txt - end + DIR_APP = %{DIR_SRC}/%{name}
build mkdir build
hooks/post-receive -- IPFire 3.x development tree