Hello community,

here is the log from the commit of package dtb-source for openSUSE:Factory 
checked in at 2013-12-19 12:39:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dtb-source (Old)
 and      /work/SRC/openSUSE:Factory/.dtb-source.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dtb-source"

Changes:
--------
New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:Factory/.dtb-source.new/dtb-am335x.changes       
2013-12-19 12:39:49.000000000 +0100
@@ -0,0 +1,39 @@
+-------------------------------------------------------------------
+Tue Dec 17 15:57:17 UTC 2013 - [email protected]
+
+- Add dtb-am335x which supports Beagle Bone,
+  Beagle Bone Black, TI AM335x EVM and TI AM335x EVM-SK 
+
+-------------------------------------------------------------------
+Tue Dec 17 13:53:37 UTC 2013 - [email protected]
+
+- Update to 3.12.5
+
+-------------------------------------------------------------------
+Thu Nov 21 11:04:57 UTC 2013 - [email protected]
+
+- Fix pre_checkin.pl script to update *.changes hardlinks even if 
+files exist before (-f option)
+
+-------------------------------------------------------------------
+Thu Nov 21 10:53:31 UTC 2013 - [email protected]
+
+- Add chromebook 5250 support
+
+-------------------------------------------------------------------
+Thu Nov 14 14:00:52 UTC 2013 - [email protected]
+
+- Add Arndaleboard 5250 support
+
+-------------------------------------------------------------------
+Fri Sep 27 14:18:38 UTC 2013 - [email protected]
+
+- make dtb-source buildable 
+- change *.changes to be hardlinks
+- install COPYING
+
+-------------------------------------------------------------------
+Thu Sep 26 15:06:59 UTC 2013 - [email protected]
+
+- Initial release - Version 3.11.1 
+
New Changes file:

dtb-arndale5250.changes: same change
New Changes file:

dtb-chromebook.changes: same change
--- /work/SRC/openSUSE:Factory/dtb-source/dtb-omap3-beagle.changes      
2013-12-03 10:29:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dtb-source.new/dtb-omap3-beagle.changes 
2013-12-19 12:39:49.000000000 +0100
@@ -1,0 +2,27 @@
+Tue Dec 17 15:57:17 UTC 2013 - [email protected]
+
+- Add dtb-am335x which supports Beagle Bone,
+  Beagle Bone Black, TI AM335x EVM and TI AM335x EVM-SK 
+
+-------------------------------------------------------------------
+Tue Dec 17 13:53:37 UTC 2013 - [email protected]
+
+- Update to 3.12.5
+
+-------------------------------------------------------------------
+Thu Nov 21 11:04:57 UTC 2013 - [email protected]
+
+- Fix pre_checkin.pl script to update *.changes hardlinks even if 
+files exist before (-f option)
+
+-------------------------------------------------------------------
+Thu Nov 21 10:53:31 UTC 2013 - [email protected]
+
+- Add chromebook 5250 support
+
+-------------------------------------------------------------------
+Thu Nov 14 14:00:52 UTC 2013 - [email protected]
+
+- Add Arndaleboard 5250 support
+
+-------------------------------------------------------------------
dtb-omap4-panda.changes: same change
dtb-source.changes: same change

Old:
----
  linux-3.11.1.tar.xz

New:
----
  dtb-am335x.changes
  dtb-am335x.spec
  dtb-arndale5250.changes
  dtb-arndale5250.spec
  dtb-chromebook.changes
  dtb-chromebook.spec
  linux-3.12.5.tar.xz

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

Other differences:
------------------
++++++ dtb-am335x.spec ++++++
#
# spec file for package dtb-am335x
#
# Copyright (c) 2013 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/
#


Name:           dtb-am335x
Version:        3.12.5
Release:        0
Summary:        Device Tree files for Beagle Bone, Beagle Bone Black, TI AM335x 
EVM and TI AM335x EVM-SK
License:        GPL-2.0
Group:          System/Boot
Url:            http://www.kernel.org/
Source0:        linux-%{version}.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  cpp
BuildRequires:  dtc >= 1.4.0
ExclusiveArch:  armv7l armv7hl

%description
Device Tree files for Beagle Bone, Beagle Bone Black, TI AM335x EVM and TI 
AM335x EVM-SK.

%prep
%setup -q -n linux-%{version}

%build

%install
%if "am335x-bone am335x-boneblack am335x-evm am335x-evmsk" != "none"
export DTC_FLAGS="-R 4 -p 0x1000"
mkdir -p %{buildroot}/boot/dtb
cd arch/arm/boot/dts
for target in am335x-bone am335x-boneblack am335x-evm am335x-evmsk; do
        cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I./include/ 
-P $target.dts -o $target.dts.tmp
        dtc $DTC_FLAGS -I dts -O dtb -o %{buildroot}/boot/dtb/$target.dtb 
$target.dts.tmp
done
cd -

%files
%defattr(-,root,root)
%dir /boot/dtb/
%doc COPYING
/boot/dtb/*
%endif

%changelog
++++++ dtb-arndale5250.spec ++++++
#
# spec file for package dtb-arndale5250
#
# Copyright (c) 2013 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/
#


Name:           dtb-arndale5250
Version:        3.12.5
Release:        0
Summary:        Device Tree files for Arndaleboard 5250
License:        GPL-2.0
Group:          System/Boot
Url:            http://www.kernel.org/
Source0:        linux-%{version}.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  cpp
BuildRequires:  dtc >= 1.4.0
ExclusiveArch:  armv7l armv7hl

%description
Device Tree files for Arndaleboard 5250.

%prep
%setup -q -n linux-%{version}

%build

%install
%if "exynos5250-arndale" != "none"
export DTC_FLAGS="-R 4 -p 0x1000"
mkdir -p %{buildroot}/boot/dtb
cd arch/arm/boot/dts
for target in exynos5250-arndale; do
        cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I./include/ 
-P $target.dts -o $target.dts.tmp
        dtc $DTC_FLAGS -I dts -O dtb -o %{buildroot}/boot/dtb/$target.dtb 
$target.dts.tmp
done
cd -

%files
%defattr(-,root,root)
%dir /boot/dtb/
%doc COPYING
/boot/dtb/*
%endif

%changelog
++++++ dtb-chromebook.spec ++++++
#
# spec file for package dtb-chromebook
#
# Copyright (c) 2013 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/
#


Name:           dtb-chromebook
Version:        3.12.5
Release:        0
Summary:        Device Tree files for Chromebook 5250
License:        GPL-2.0
Group:          System/Boot
Url:            http://www.kernel.org/
Source0:        linux-%{version}.tar.xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  cpp
BuildRequires:  dtc >= 1.4.0
ExclusiveArch:  armv7l armv7hl

%description
Device Tree files for Chromebook 5250.

%prep
%setup -q -n linux-%{version}

%build

%install
%if "exynos5250-snow" != "none"
export DTC_FLAGS="-R 4 -p 0x1000"
mkdir -p %{buildroot}/boot/dtb
cd arch/arm/boot/dts
for target in exynos5250-snow; do
        cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I./include/ 
-P $target.dts -o $target.dts.tmp
        dtc $DTC_FLAGS -I dts -O dtb -o %{buildroot}/boot/dtb/$target.dtb 
$target.dts.tmp
done
cd -

%files
%defattr(-,root,root)
%dir /boot/dtb/
%doc COPYING
/boot/dtb/*
%endif

%changelog
++++++ dtb-omap3-beagle.spec ++++++
--- /var/tmp/diff_new_pack.5AufzL/_old  2013-12-19 12:39:53.000000000 +0100
+++ /var/tmp/diff_new_pack.5AufzL/_new  2013-12-19 12:39:53.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           dtb-omap3-beagle
-Version:        3.11.1
+Version:        3.12.5
 Release:        0
 Summary:        Device Tree files for Beagleboard and Beagleboard xM
 License:        GPL-2.0

dtb-omap4-panda.spec: same change
dtb-source.spec: same change
++++++ dtb.spec.in ++++++
--- /var/tmp/diff_new_pack.5AufzL/_old  2013-12-19 12:39:54.000000000 +0100
+++ /var/tmp/diff_new_pack.5AufzL/_new  2013-12-19 12:39:54.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           $NAME
-Version:        3.11.1
+Version:        3.12.5
 Release:        0
 Summary:        Device Tree files for $MACHINES
 License:        GPL-2.0

++++++ linux-3.11.1.tar.xz -> linux-3.12.5.tar.xz ++++++
/work/SRC/openSUSE:Factory/dtb-source/linux-3.11.1.tar.xz 
/work/SRC/openSUSE:Factory/.dtb-source.new/linux-3.12.5.tar.xz differ: char 25, 
line 1

++++++ pre_checkin.pl ++++++
--- /var/tmp/diff_new_pack.5AufzL/_old  2013-12-19 12:39:54.000000000 +0100
+++ /var/tmp/diff_new_pack.5AufzL/_new  2013-12-19 12:39:54.000000000 +0100
@@ -4,15 +4,27 @@
 # DTB packages names
 @package_list = ('dtb-source',
                 'dtb-omap3-beagle',
-                'dtb-omap4-panda');
+                'dtb-omap4-panda',
+                'dtb-arndale5250',
+                'dtb-chromebook',
+                'dtb-am335x'
+               );
 # Which DTB to build
 @supported_dtb = ('none',
                  'omap3-beagle omap3-beagle-xm',
-                 'omap4-panda omap4-panda-a4 omap4-panda-es');
+                 'omap4-panda omap4-panda-a4 omap4-panda-es',
+                 'exynos5250-arndale',
+                 'exynos5250-snow',
+                 'am335x-bone am335x-boneblack am335x-evm am335x-evmsk'
+               );
 # Text used in summary and description
 @supported_machines = ("NONE (source)",
                       "Beagleboard and Beagleboard xM",
-                      "Pandaboard and Pandaboard ES");
+                      "Pandaboard and Pandaboard ES",
+                      "Arndaleboard 5250",
+                      "Chromebook 5250",
+                      "Beagle Bone, Beagle Bone Black, TI AM335x EVM and TI 
AM335x EVM-SK"
+               );
 
 $i=0;
 
@@ -47,7 +59,7 @@
 
        # Make symlink for .changes file
        if ($NAME ne "dtb-source"){
-                system("cp -l $package_list[0].changes 
$package_list[$i].changes");
+                system("cp -lf $package_list[0].changes 
$package_list[$i].changes");
        }
        $i++;
 }

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to