[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opensuse-commit
Subject:    commit build for openSUSE:Factory
From:       root () hilbert ! suse ! de (h_root)
Date:       2010-10-28 13:30:44
Message-ID: 20101028133044.EB11A20298 () hilbert ! suse ! de
[Download RAW message or body]


Hello community,

here is the log from the commit of package build for openSUSE:Factory
checked in at Thu Oct 28 15:30:44 CEST 2010.



--------
--- build/build.changes	2010-10-15 12:39:46.000000000 +0200
+++ build/build.changes	2010-10-27 15:50:43.000000000 +0200
@@ -1,0 +2,14 @@
+Wed Oct 27 13:38:48 UTC 2010 - lnussel@suse.de
+
+- use '.drpm' suffix instead of '.delta.rpm' for delta rpms
+- makedeltarpms -> mkdrpms and also rename subpackage to match
+  script name
+- since mkdrpms needs Build.pm make perl-TimeDate dependency of
+  build optional
+
+-------------------------------------------------------------------
+Mon Oct 18 14:38:16 UTC 2010 - lnussel@suse.de
+
+- add missing optional perl dependencies
+
+-------------------------------------------------------------------
@@ -15,0 +30,5 @@
+
+-------------------------------------------------------------------
+Mon Sep 20 12:25:56 UTC 2010 - lnussel@suse.de
+
+- package mkdrpms script in separate package

calling whatdependson for head-i586


Old:
----
  build-2010.10.12.tar.gz

New:
----
  _service
  _service:recompress:tar_scm:build-2010.10.27.tar.gz
  _service:set_version:build.dsc
  _service:set_version:build.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ _service:set_version:build.spec ++++++
#
# spec file for package build (Version 2010.10.27)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           build
License:        GPLv2+
Group:          Development/Tools/Building
AutoReqProv:    on
Summary:        A Script to Build SUSE Linux RPMs
Version:        2010.10.27
Release:        1
#!BuildIgnore:  build-mkbaselibs
Source:         build-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
# Manual requires to avoid hard require to bash-static
AutoReqProv:    off
# Keep the following dependencies in sync with obs-worker package
Requires:       bash
Requires:       perl
Requires:       binutils
Requires:       tar
# None of them are actually required for core features.
# Perl helper scripts use them.
%if 0%{?suse_version}
Recommends:     perl(Date::Language)
Recommends:     perl(Date::Parse)
Recommends:     perl(LWP::UserAgent)
Recommends:     perl(Pod::Usage)
Recommends:     perl(Time::Zone)
Recommends:     perl(URI)
Recommends:     perl(XML::Parser)
%endif

%description
This package provides a script for building RPMs for SUSE Linux in a
chroot environment.


%if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
Requires:       build-mkbaselibs
Recommends:     build-mkdrpms

%package mkbaselibs
License:        GPLv2+
Group:          Development/Tools/Building
Summary:        Tools to generate base lib packages
# NOTE: this package must not have dependencies which may break boot strapping (eg. \
perl modules)

%description mkbaselibs
This package contains the parts which may be installed in the inner build system
for generating base lib packages.

%package mkdrpms
License:        GPLv2+
Group:          Development/Tools/Building
Summary:        Tools to generate delta rpms
Requires:       deltarpm
# XXX: we wanted to avoid that but mkdrpms needs Build::Rpm::rpmq
Requires:       build

%description mkdrpms
This package contains the parts which may be installed in the inner build system
for generating delta rpm packages.

%endif

%prep
%setup -q

%build

%install
make DESTDIR=$RPM_BUILD_ROOT install
cd $RPM_BUILD_ROOT/usr/lib/build/configs/
%if 0%{?sles_version}
 ln -s sles%{sles_version}.conf default.conf
%else
%if 0%{?suse_version}
 V=%suse_version
 ln -s sl${V:0:2}.${V:2:1}.conf default.conf
%endif
%endif

%files
%defattr(-,root,root)
%doc README
/usr/bin/build
/usr/bin/buildvc
/usr/bin/unrpm
/usr/lib/build
%{_mandir}/man1/build.1*

%if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
%exclude /usr/lib/build/mkbaselibs
%exclude /usr/lib/build/baselibs*
%exclude /usr/lib/build/mkdrpms

%files mkbaselibs
%defattr(-,root,root)
%dir /usr/lib/build
/usr/lib/build/mkbaselibs
/usr/lib/build/baselibs*

%files mkdrpms
%defattr(-,root,root)
%dir /usr/lib/build
/usr/lib/build/mkdrpms
%endif

%changelog
++++++ build.spec ++++++
--- /var/tmp/diff_new_pack.L8FeDR/_old	2010-10-28 15:27:06.000000000 +0200
+++ /var/tmp/diff_new_pack.L8FeDR/_new	2010-10-28 15:27:06.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package build (Version 2010.10.12)
+# spec file for package build (Version 2010.10.27)
 #
 # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -23,21 +23,8 @@
 Group:          Development/Tools/Building
 AutoReqProv:    on
 Summary:        A Script to Build SUSE Linux RPMs
-Version:        2010.10.12
+Version:        2010.10.27
 Release:        1
-# osc rm build-*tar.bz2
-# REVISION=$(svn info \
https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/build | sed -ne \
                "/Revision: /s///p")
-# VERSION="$(date +"%Y.%m.%d").r$REVISION"
-# svn export -r$REVISION \
                https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/build \
                build-$VERSION
-# tar cjvf build-$VERSION.tar.bz2 build-$VERSION
-# rm -rf build-$VERSION
-# osc add build-$VERSION.tar.bz2
-# # There's several occurences of "Version: something" in this file,
-# # two of them valid, so we need to be picky in the match.
-# sed --in-place build.spec \
-e"/\(Version:\?[[:space:]]\+\)\([0-9]\{4\}\.[0-9][0-9]\.[0-9][0-9]\.r[0-9]\+\)/s,,\1$VERSION,"
                
-# osc build build.spec
-# osc ci
-# osc submitreq create -m"current svn snapshot." openSUSE:Tools build \
openSUSE:Factory  #!BuildIgnore:  build-mkbaselibs
 Source:         build-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -47,9 +34,19 @@
 # Keep the following dependencies in sync with obs-worker package
 Requires:       bash
 Requires:       perl
-Requires:       perl-TimeDate
 Requires:       binutils
 Requires:       tar
+# None of them are actually required for core features.
+# Perl helper scripts use them.
+%if 0%{?suse_version}
+Recommends:     perl(Date::Language)
+Recommends:     perl(Date::Parse)
+Recommends:     perl(LWP::UserAgent)
+Recommends:     perl(Pod::Usage)
+Recommends:     perl(Time::Zone)
+Recommends:     perl(URI)
+Recommends:     perl(XML::Parser)
+%endif
 
 %description
 This package provides a script for building RPMs for SUSE Linux in a
@@ -58,6 +55,7 @@
 
 %if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
 Requires:       build-mkbaselibs
+Recommends:     build-mkdrpms
 
 %package mkbaselibs
 License:        GPLv2+
@@ -68,6 +66,19 @@
 %description mkbaselibs
 This package contains the parts which may be installed in the inner build system
 for generating base lib packages.
+
+%package mkdrpms
+License:        GPLv2+
+Group:          Development/Tools/Building
+Summary:        Tools to generate delta rpms
+Requires:       deltarpm
+# XXX: we wanted to avoid that but mkdrpms needs Build::Rpm::rpmq
+Requires:       build
+
+%description mkdrpms
+This package contains the parts which may be installed in the inner build system
+for generating delta rpm packages.
+
 %endif
 
 %prep
@@ -99,12 +110,18 @@
 %if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
 %exclude /usr/lib/build/mkbaselibs
 %exclude /usr/lib/build/baselibs*
+%exclude /usr/lib/build/mkdrpms
 
 %files mkbaselibs
 %defattr(-,root,root)
 %dir /usr/lib/build
 /usr/lib/build/mkbaselibs
 /usr/lib/build/baselibs*
+
+%files mkdrpms
+%defattr(-,root,root)
+%dir /usr/lib/build
+/usr/lib/build/mkdrpms
 %endif
 
 %changelog

++++++ _service ++++++
<services>
  <service name="tar_scm"><param name="version">2010.10.27</param><param \
name="url">git://gitorious.org/opensuse/build.git</param><param \
name="scm">git</param></service> <service name="recompress"><param \
name="compression">gz</param><param name="file">*.tar</param></service> <service \
name="set_version"/> </services>
++++++ _service:set_version:build.dsc ++++++
Format: 1.0
Source: build
Version: 2010.10.27
Binary: build
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: all
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 4)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org
For additional commands, e-mail: opensuse-commit+help@opensuse.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic