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 08482d999976c378691c8ac9bb1208e61a670028 (commit) via d2020e18b6cbf0d8025aede1d15fc5a978bbbed1 (commit) from 75d561189fda1f2b4318d3cf8e7de30d86a4aa15 (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 08482d999976c378691c8ac9bb1208e61a670028 Author: Michael Tremer Date: Fri Feb 10 17:59:39 2012 +0100 libvirt: This package is now maintained by Ben Schweikert. commit d2020e18b6cbf0d8025aede1d15fc5a978bbbed1 Author: Michael Tremer Date: Fri Feb 10 17:59:18 2012 +0100 parted: Make package work on x86_64. ----------------------------------------------------------------------- Summary of changes: libvirt/libvirt.nm | 3 ++- parted/parted.nm | 18 +++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) Difference in files: diff --git a/libvirt/libvirt.nm b/libvirt/libvirt.nm index a094388..6785581 100644 --- a/libvirt/libvirt.nm +++ b/libvirt/libvirt.nm @@ -5,8 +5,9 @@ name = libvirt version = 0.9.6 -release = 1 +release = 2 +maintainer = Ben Schweikert groups = Applications/Virtualization url = http://www.libvirt.org/ license = LGPLv2.1+ diff --git a/parted/parted.nm b/parted/parted.nm index dda6e61..bfe7cdd 100644 --- a/parted/parted.nm +++ b/parted/parted.nm @@ -5,7 +5,7 @@ name = parted version = 2.1 -release = 2 +release = 3 groups = Applications/System url = http://www.gnu.org/software/parted @@ -33,21 +33,21 @@ build end configure_options += \ - --libdir=/lib \ - --enable-selinux + --libdir=/%{lib} \ + --enable-selinux \ + --disable-Werror install_cmds - mkdir -pv %{BUILDROOT}/usr/lib - mv -v %{BUILDROOT}/lib/pkgconfig %{BUILDROOT}/usr/lib/ - rm -rf %{BUILDROOT}/lib/libparted{,-2.1}.so - ln -svf ../../lib/libparted-%{version}.so.0 %{BUILDROOT}/usr/lib/libparted-%{version}.so - ln -svf libparted-%{version}.so %{BUILDROOT}/usr/lib/libparted.so + mkdir -pv %{BUILDROOT}%{libdir} + mv -v %{BUILDROOT}/%{lib}/pkgconfig %{BUILDROOT}%{libdir} + rm -rf %{BUILDROOT}/%{lib}/libparted{,-2.1}.so + ln -svf ../../%{lib}/libparted-%{version}.so.0 %{BUILDROOT}%{libdir}/libparted-%{version}.so + ln -svf libparted-%{version}.so %{BUILDROOT}%{libdir}/libparted.so end end packages package %{name} - end package %{name}-devel template DEVEL hooks/post-receive -- IPFire 3.x development tree