commit yast2-perl-bindings for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-perl-bindings for openSUSE:Factory checked in at Fri Nov 27 14:10:52 CET 2009. -------- --- yast2-perl-bindings/yast2-perl-bindings.changes 2009-02-04 16:11:17.000000000 +0100 +++ /mounts/work_src_done/STABLE/yast2-perl-bindings/yast2-perl-bindings.changes 2009-11-26 09:29:25.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Nov 26 08:22:31 UTC 2009 - lslezak@suse.cz + +- added versioned perl dependency (require a specific perl version) +- 2.19.0 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-perl-bindings-2.18.0.tar.bz2 New: ---- yast2-perl-bindings-2.19.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-perl-bindings.spec ++++++ --- /var/tmp/diff_new_pack.XgYtmt/_old 2009-11-27 14:09:57.000000000 +0100 +++ /var/tmp/diff_new_pack.XgYtmt/_new 2009-11-27 14:09:57.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package yast2-perl-bindings (Version 2.18.0) +# spec file for package yast2-perl-bindings (Version 2.19.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,19 +19,19 @@ Name: yast2-perl-bindings -Version: 2.18.0 +Version: 2.19.0 Release: 1 -License: GPL v2 or later -Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-perl-bindings-2.18.0.tar.bz2 +Source0: yast2-perl-bindings-2.19.0.tar.bz2 Prefix: /usr +Group: System/YaST +License: GPLv2+ BuildRequires: blocxx-devel curl-devel gcc-c++ libxcrypt-devel rpm-devel yast2-core-devel yast2-devtools yast2-ycp-ui-bindings-devel # YCPValue::valuetype_str() Requires: yast2-core >= 2.16.37 BuildRequires: yast2-ycp-ui-bindings-devel >= 2.16.37 Requires: yast2-ycp-ui-bindings >= 2.16.37 -Requires: perl +Requires: perl = %{perl_version} # for YaPI.pm Requires: perl(Locale::gettext) Summary: YaST2 - Perl Bindings @@ -41,15 +41,8 @@ words it will be loaded only if required). This is a very efficient way of calling Perl from within YaST2 YCP scripts. - - -Authors: --------- - Stefan Hundhammer <sh@suse.de> - Martin Vidner <mvidner@suse.cz> - %prep -%setup -n yast2-perl-bindings-2.18.0 +%setup -n yast2-perl-bindings-2.19.0 %build %{prefix}/bin/y2tool y2autoconf @@ -59,7 +52,9 @@ export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" %{?suse_update_config:%{suse_update_config -f}} ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} -make %{?jobs:-j%jobs} +# V=1: verbose build in case we used AM_SILENT_RULES(yes) +# so that RPM_OPT_FLAGS check works +make %{?jobs:-j%jobs} V=1 %install make install DESTDIR="$RPM_BUILD_ROOT" ++++++ yast2-perl-bindings-2.18.0.tar.bz2 -> yast2-perl-bindings-2.19.0.tar.bz2 ++++++ ++++ 35659 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de