Hello community, here is the log from the commit of package guix for openSUSE:Factory checked in at 2016-05-16 12:04:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/guix (Old) and /work/SRC/openSUSE:Factory/.guix.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "guix" Changes: -------- --- /work/SRC/openSUSE:Factory/guix/guix.changes 2016-04-14 13:02:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.guix.new/guix.changes 2016-05-16 12:04:31.000000000 +0200 @@ -1,0 +2,14 @@ +Sat Apr 16 08:35:22 UTC 2016 - [email protected] + +- bump to 0.10.0 +- add gnutls-guile as build time dependency +- don't mark bash completion as %config (warning fixed) + +------------------------------------------------------------------- +Fri Feb 12 11:51:04 UTC 2016 - [email protected] + +- add ExclusiveArch to restrict available architectures +- remove filter for non-standard group guixbuild (it is standard now) +- remove %config for bash completion script (rpmlint was fixed) + +------------------------------------------------------------------- Old: ---- guix-0.9.0.tar.gz guix-0.9.0.tar.gz.sig New: ---- guix-0.10.0.tar.gz guix-0.10.0.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ guix.spec ++++++ --- /var/tmp/diff_new_pack.LIVafT/_old 2016-05-16 12:04:33.000000000 +0200 +++ /var/tmp/diff_new_pack.LIVafT/_new 2016-05-16 12:04:33.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package guix # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + # if there is systemd present, systemd_requires is defined %define systemd_present %{defined systemd_requires} %define guile guile-2.0.9.tar.xz %define guix_builder_group guixbuild Name: guix -Version: 0.9.0 +Version: 0.10.0 Release: 0 Summary: GNU Package manager License: GPL-3.0 @@ -42,15 +43,18 @@ Source10: guix-rpmlintrc BuildRequires: emacs-nox BuildRequires: gcc-c++ +BuildRequires: gnutls-guile BuildRequires: guile-json BuildRequires: libgcrypt-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(bzip2) +BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(guile-2.0) >= 2.0.7 BuildRequires: pkgconfig(sqlite3) Requires: guile Requires(pre): %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build +ExclusiveArch: %ix86 x86_64 %arm %{?systemd_requires} %if %{systemd_present} BuildRequires: systemd-rpm-macros @@ -69,7 +73,6 @@ cp %{SOURCE5} gnu/packages/bootstrap/mips64el-linux/%{guile} cp %{SOURCE6} gnu/packages/bootstrap/armhf-linux/guile-2.0.11.tar.xz - %build %configure \ @@ -86,10 +89,12 @@ install -d -m 0755 %{buildroot}/gnu/store %if ! %{systemd_present} rm -rvf %{buildroot}%{_unitdir} +%else +# if systemd is used, upstart files are not needed +rm -rvf %{buildroot}%{_libdir}/upstart %endif ln -sf /usr/sbin/service %{buildroot}%{_sbindir}/rcguix-daemon - %pre %{_sbindir}/groupadd -r %{guix_builder_group} >/dev/null 2>/dev/null || : for i in `seq 1 5`; do @@ -104,7 +109,6 @@ %service_del_preun guix-daemon.service %endif - %post %install_info --info-dir=%{_infodir} %{_infodir}/guix.info.gz %if %{systemd_present} @@ -122,7 +126,7 @@ %doc COPYING README # bash completion script is not configuration file but who would argue # with RPM lint :b -%config %{_sysconfdir}/bash_completion.d/guix +%{_sysconfdir}/bash_completion.d/guix %{_datadir}/guile %{_datadir}/guix %{_datadir}/emacs/site-lisp/guix* @@ -130,6 +134,9 @@ %{_sbindir}/*guix* %{_libexecdir}/guix %{_libexecdir}/guix-authenticate +%if !0%{?systemd_present} +%{_libdir}/upstart +%endif %{_infodir}/guix* %{_infodir}/images %if %{systemd_present} ++++++ guix-0.9.0.tar.gz -> guix-0.10.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/guix/guix-0.9.0.tar.gz /work/SRC/openSUSE:Factory/.guix.new/guix-0.10.0.tar.gz differ: char 5, line 1
