commit newlib for openSUSE:Factory

2019-06-24 Thread root
Hello community,

here is the log from the commit of package newlib for openSUSE:Factory checked 
in at 2019-06-24 21:52:25

Comparing /work/SRC/openSUSE:Factory/newlib (Old)
 and  /work/SRC/openSUSE:Factory/.newlib.new.4615 (New)


Package is "newlib"

Mon Jun 24 21:52:25 2019 rev:7 rq:711486 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/newlib/cross-arm-none-newlib-devel.changes   
2018-12-28 12:35:11.595968874 +0100
+++ 
/work/SRC/openSUSE:Factory/.newlib.new.4615/cross-arm-none-newlib-devel.changes 
2019-06-24 21:53:35.476116586 +0200
@@ -1,0 +2,10 @@
+Sun Jun 23 01:00:01 UTC 2019 - Andreas Färber 
+
+- Update to v3.1.0
+
+---
+Mon May 27 19:59:12 UTC 2019 - m...@suse.com
+
+- On riscv64 force gcc 8 as bootstrap compiler
+
+---
cross-epiphany-newlib-devel.changes: same change
cross-riscv64-newlib-devel.changes: same change
cross-rx-newlib-devel.changes: same change
newlib.changes: same change

Old:

  newlib-3.0.0.tar.gz

New:

  newlib-3.1.0.tar.gz



Other differences:
--
++ cross-arm-none-newlib-devel.spec ++
--- /var/tmp/diff_new_pack.jSTL1u/_old  2019-06-24 21:53:38.384118833 +0200
+++ /var/tmp/diff_new_pack.jSTL1u/_new  2019-06-24 21:53:38.384118833 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cross-arm-none-newlib-devel
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -24,7 +24,7 @@
 %endif
 
 Name:   cross-%{cross_arch}-newlib-devel
-Version:3.0.0
+Version:3.1.0
 Release:0
 Summary:C library intended for use on %{cross_arch} embedded systems
 License:BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC
@@ -34,7 +34,11 @@
 
 Patch1: epiphany-fixes.diff
 
+%if "%{cross_arch}" == "riscv64"
+BuildRequires:  cross-%{gcc_cross_arch}-gcc8-bootstrap
+%else
 BuildRequires:  cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap
+%endif
 %if %{suse_version} > 1220
 BuildRequires:  makeinfo
 %else

cross-epiphany-newlib-devel.spec: same change
cross-riscv64-newlib-devel.spec: same change
cross-rx-newlib-devel.spec: same change
++ newlib.spec ++
--- /var/tmp/diff_new_pack.jSTL1u/_old  2019-06-24 21:53:38.468118897 +0200
+++ /var/tmp/diff_new_pack.jSTL1u/_new  2019-06-24 21:53:38.468118897 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package newlib
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -17,7 +17,7 @@
 
 
 Name:   newlib
-Version:3.0.0
+Version:3.1.0
 Release:0
 Summary:C library intended for use on embedded systems
 License:BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC

++ newlib-3.0.0.tar.gz -> newlib-3.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/newlib/newlib-3.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.newlib.new.4615/newlib-3.1.0.tar.gz differ: char 5, 
line 1

++ newlib.spec.in ++
--- /var/tmp/diff_new_pack.jSTL1u/_old  2019-06-24 21:53:38.532118946 +0200
+++ /var/tmp/diff_new_pack.jSTL1u/_new  2019-06-24 21:53:38.536118950 +0200
@@ -5,7 +5,7 @@
 %endif
 
 Name:   cross-%{cross_arch}-newlib-devel
-Version:3.0.0
+Version:3.1.0
 Release:0
 Summary:C library intended for use on %{cross_arch} embedded systems
 Group:  Development/Tools
@@ -15,7 +15,11 @@
 
 Patch1: epiphany-fixes.diff
 
+%if "%{cross_arch}" == "riscv64"
+BuildRequires:  cross-%{gcc_cross_arch}-gcc8-bootstrap
+%else
 BuildRequires:  cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap
+%endif
 %if %{suse_version} > 1220
 BuildRequires:  makeinfo
 %else




commit newlib for openSUSE:Factory

2018-12-28 Thread root
Hello community,

here is the log from the commit of package newlib for openSUSE:Factory checked 
in at 2018-12-28 12:34:50

Comparing /work/SRC/openSUSE:Factory/newlib (Old)
 and  /work/SRC/openSUSE:Factory/.newlib.new.28833 (New)


Package is "newlib"

Fri Dec 28 12:34:50 2018 rev:6 rq:661356 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/newlib/cross-arm-none-newlib-devel.changes   
2018-04-16 12:52:04.542375988 +0200
+++ 
/work/SRC/openSUSE:Factory/.newlib.new.28833/cross-arm-none-newlib-devel.changes
2018-12-28 12:35:11.595968874 +0100
@@ -1,0 +2,15 @@
+Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt 
+
+- Trim redundant license mention.
+
+---
+Sat May 12 21:46:42 UTC 2018 - afaer...@suse.de
+
+- Add riscv64 target
+
+---
+Sat May 12 20:31:49 UTC 2018 - afaer...@suse.de
+
+- Update SPDX syntax
+
+---
cross-epiphany-newlib-devel.changes: same change
New Changes file:

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ 
/work/SRC/openSUSE:Factory/.newlib.new.28833/cross-riscv64-newlib-devel.changes 
2018-12-28 12:35:11.675968817 +0100
@@ -0,0 +1,108 @@
+---
+Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt 
+
+- Trim redundant license mention.
+
+---
+Sat May 12 21:46:42 UTC 2018 - afaer...@suse.de
+
+- Add riscv64 target
+
+---
+Sat May 12 20:31:49 UTC 2018 - afaer...@suse.de
+
+- Update SPDX syntax
+
+---
+Sun Mar 11 18:44:09 UTC 2018 - afaer...@suse.de
+
+- Add arm-none-eabi target
+
+---
+Sun Mar 11 17:44:01 UTC 2018 - afaer...@suse.de
+
+- Update to v3.0.0
+
+---
+Sun Mar 11 16:50:55 UTC 2018 - afaer...@suse.de
+
+- Prepare for %cross_arch with dashes by consistently quoting
+- Leave the choice of cross-*-binutils to cross-*-gcc*
+- Update to v2.5.0
+
+---
+Wed Jan 24 09:29:00 UTC 2018 - rguent...@suse.com
+
+- Handle debugsources.list to debugsourcefiles.list rename of new rpm.
+
+---
+Fri Jul  1 12:32:49 UTC 2016 - rguent...@suse.com
+
+- Add rx and epiphany targets
+
+---
+Tue May 17 17:55:35 UTC 2016 - afaer...@suse.de
+
+- Drop newlib-rpmlintrc
+
+---
+Sat May 14 00:18:57 UTC 2016 - afaer...@suse.de
+
+- Apply epiphany-fixes.diff not only to cross builds (.spec.in) but
+  also in newlib.spec, to please factory-auto checker (sr#395228)
+
+---
+Fri May 13 16:57:05 UTC 2016 - afaer...@suse.de
+
+- Prepare rl78 target
+- Update to 2.4.0
+* Info files are no longer built
+* Package all license and read-me files
+- Clean up makeinfo dependency
+- Drop cross .spec files in preparation for Factory submission
+
+---
+Mon Jul 20 21:52:07 UTC 2015 - afaer...@suse.de
+
+- Update to 2.2.0.20150623
+- Add cross-rx-newlib-devel package
+- Revert installing files to sysroot
+
+---
+Fri Jul 10 21:50:42 UTC 2015 - afaer...@suse.de
+
+- Switch cross template to gcc5
+
+---
+Mon Apr  6 15:53:44 UTC 2015 - afaer...@suse.de
+
+- Install target files to sysroot
+
+---
+Sat Nov  1 00:52:40 UTC 2014 - afaer...@suse.de
+
+- Enable native builds
+
+---
+Fri Oct 31 21:08:45 UTC 2014 - afaer...@suse.de
+
+- epiphany-fixes.diff: Drop executable permissions of
+  libepiphany.a and crt0.o
+
+---
+Fri Oct 31 20:05:26 UTC 2014 - afaer...@suse.de
+
+- Turn cross-epiphany-newlib into generic newlib package
+* Rename packages to -devel to avoid empty -newlib packages
+
+---
+Tue Oct 21 07:21:21 UTC 2014 - afaer...@suse.de
+
+- Update to official 2.1.0 tarball
+* Drop portability.patch
+
+---
+Tue Sep 30 02:29:16 UTC 2014 - afaer...@suse.de
+
+- Initial
+
--- 

commit newlib for openSUSE:Factory

2018-04-16 Thread root
Hello community,

here is the log from the commit of package newlib for openSUSE:Factory checked 
in at 2018-04-16 12:51:30

Comparing /work/SRC/openSUSE:Factory/newlib (Old)
 and  /work/SRC/openSUSE:Factory/.newlib.new (New)


Package is "newlib"

Mon Apr 16 12:51:30 2018 rev:5 rq:596775 version:3.0.0

Changes:

New Changes file:

--- /dev/null   2018-03-29 10:35:27.759803458 +0200
+++ /work/SRC/openSUSE:Factory/.newlib.new/cross-arm-none-newlib-devel.changes  
2018-04-16 12:52:04.542375988 +0200
@@ -0,0 +1,93 @@
+---
+Sun Mar 11 18:44:09 UTC 2018 - afaer...@suse.de
+
+- Add arm-none-eabi target
+
+---
+Sun Mar 11 17:44:01 UTC 2018 - afaer...@suse.de
+
+- Update to v3.0.0
+
+---
+Sun Mar 11 16:50:55 UTC 2018 - afaer...@suse.de
+
+- Prepare for %cross_arch with dashes by consistently quoting
+- Leave the choice of cross-*-binutils to cross-*-gcc*
+- Update to v2.5.0
+
+---
+Wed Jan 24 09:29:00 UTC 2018 - rguent...@suse.com
+
+- Handle debugsources.list to debugsourcefiles.list rename of new rpm.
+
+---
+Fri Jul  1 12:32:49 UTC 2016 - rguent...@suse.com
+
+- Add rx and epiphany targets
+
+---
+Tue May 17 17:55:35 UTC 2016 - afaer...@suse.de
+
+- Drop newlib-rpmlintrc
+
+---
+Sat May 14 00:18:57 UTC 2016 - afaer...@suse.de
+
+- Apply epiphany-fixes.diff not only to cross builds (.spec.in) but
+  also in newlib.spec, to please factory-auto checker (sr#395228)
+
+---
+Fri May 13 16:57:05 UTC 2016 - afaer...@suse.de
+
+- Prepare rl78 target
+- Update to 2.4.0
+* Info files are no longer built
+* Package all license and read-me files
+- Clean up makeinfo dependency
+- Drop cross .spec files in preparation for Factory submission
+
+---
+Mon Jul 20 21:52:07 UTC 2015 - afaer...@suse.de
+
+- Update to 2.2.0.20150623
+- Add cross-rx-newlib-devel package
+- Revert installing files to sysroot
+
+---
+Fri Jul 10 21:50:42 UTC 2015 - afaer...@suse.de
+
+- Switch cross template to gcc5
+
+---
+Mon Apr  6 15:53:44 UTC 2015 - afaer...@suse.de
+
+- Install target files to sysroot
+
+---
+Sat Nov  1 00:52:40 UTC 2014 - afaer...@suse.de
+
+- Enable native builds
+
+---
+Fri Oct 31 21:08:45 UTC 2014 - afaer...@suse.de
+
+- epiphany-fixes.diff: Drop executable permissions of
+  libepiphany.a and crt0.o
+
+---
+Fri Oct 31 20:05:26 UTC 2014 - afaer...@suse.de
+
+- Turn cross-epiphany-newlib into generic newlib package
+* Rename packages to -devel to avoid empty -newlib packages
+
+---
+Tue Oct 21 07:21:21 UTC 2014 - afaer...@suse.de
+
+- Update to official 2.1.0 tarball
+* Drop portability.patch
+
+---
+Tue Sep 30 02:29:16 UTC 2014 - afaer...@suse.de
+
+- Initial
+
--- /work/SRC/openSUSE:Factory/newlib/cross-epiphany-newlib-devel.changes   
2018-03-12 12:13:04.280583660 +0100
+++ /work/SRC/openSUSE:Factory/.newlib.new/cross-epiphany-newlib-devel.changes  
2018-04-16 12:52:04.642372351 +0200
@@ -1,0 +2,5 @@
+Sun Mar 11 18:44:09 UTC 2018 - afaer...@suse.de
+
+- Add arm-none-eabi target
+
+---
cross-rx-newlib-devel.changes: same change
newlib.changes: same change

New:

  cross-arm-none-newlib-devel.changes
  cross-arm-none-newlib-devel.spec



Other differences:
--
++ cross-arm-none-newlib-devel.spec ++
#
# spec file for package cross-arm-none-newlib-devel
#
# Copyright (c) 2018 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
# 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 

commit newlib for openSUSE:Factory

2018-03-12 Thread root
Hello community,

here is the log from the commit of package newlib for openSUSE:Factory checked 
in at 2018-03-12 12:12:52

Comparing /work/SRC/openSUSE:Factory/newlib (Old)
 and  /work/SRC/openSUSE:Factory/.newlib.new (New)


Package is "newlib"

Mon Mar 12 12:12:52 2018 rev:4 rq:585473 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/newlib/cross-epiphany-newlib-devel.changes   
2018-01-24 15:32:29.516784850 +0100
+++ /work/SRC/openSUSE:Factory/.newlib.new/cross-epiphany-newlib-devel.changes  
2018-03-12 12:13:04.280583660 +0100
@@ -1,0 +2,12 @@
+Sun Mar 11 17:44:01 UTC 2018 - afaer...@suse.de
+
+- Update to v3.0.0
+
+---
+Sun Mar 11 16:50:55 UTC 2018 - afaer...@suse.de
+
+- Prepare for %cross_arch with dashes by consistently quoting
+- Leave the choice of cross-*-binutils to cross-*-gcc*
+- Update to v2.5.0
+
+---
cross-rx-newlib-devel.changes: same change
newlib.changes: same change

Old:

  newlib-2.4.0.tar.gz

New:

  newlib-3.0.0.tar.gz



Other differences:
--
++ cross-epiphany-newlib-devel.spec ++
--- /var/tmp/diff_new_pack.5p1nYc/_old  2018-03-12 12:13:15.240192636 +0100
+++ /var/tmp/diff_new_pack.5p1nYc/_new  2018-03-12 12:13:15.240192636 +0100
@@ -19,7 +19,7 @@
 %define cross_arch epiphany
 
 Name:   cross-%{cross_arch}-newlib-devel
-Version:2.4.0
+Version:3.0.0
 Release:0
 Summary:C library intended for use on %{cross_arch} embedded systems
 License:BSD-3-Clause and MIT and LGPL-2.0+ and ISC
@@ -29,7 +29,6 @@
 
 Patch1: epiphany-fixes.diff
 
-BuildRequires:  cross-%{cross_arch}-binutils
 BuildRequires:  cross-%{cross_arch}-gcc%{gcc_version}-bootstrap
 %if %{suse_version} > 1220
 BuildRequires:  makeinfo
@@ -43,10 +42,10 @@
 that make them easily usable on embedded products.
 
 %define target %{cross_arch}
-%if %{cross_arch} == "epiphany" || %{cross_arch} == "rl78" || %{cross_arch} == 
"rx"
+%if "%{cross_arch}" == "epiphany" || "%{cross_arch}" == "rl78" || 
"%{cross_arch}" == "rx"
 %define target %{cross_arch}-elf
 %endif
-%if %{cross_arch} == "spu"
+%if "%{cross_arch}" == "spu"
 %define sysroot /usr/spu
 %else
 %define sysroot %{_prefix}/%{target}/sys-root
@@ -61,10 +60,8 @@
 cd build-dir
 ../configure \
--prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} 
--infodir=%{_infodir} \
-   --target=%{target} --with-build-sysroot=%{sysroot} \
-   CC_FOR_TARGET=%{target}-gcc-%{gcc_version} \
-   CXX_FOR_TARGET=%{target}-g++-%{gcc_version} \
-   GCC_FOR_TARGET=%{target}-gcc-%{gcc_version}
+   --target=%{target} \
+   --with-build-sysroot=%{sysroot}
 make %{?_smp_mflags}
 
 %install

++ cross-rx-newlib-devel.spec ++
--- /var/tmp/diff_new_pack.5p1nYc/_old  2018-03-12 12:13:15.272191494 +0100
+++ /var/tmp/diff_new_pack.5p1nYc/_new  2018-03-12 12:13:15.276191351 +0100
@@ -19,7 +19,7 @@
 %define cross_arch rx
 
 Name:   cross-%{cross_arch}-newlib-devel
-Version:2.4.0
+Version:3.0.0
 Release:0
 Summary:C library intended for use on %{cross_arch} embedded systems
 License:BSD-3-Clause and MIT and LGPL-2.0+ and ISC
@@ -29,7 +29,6 @@
 
 Patch1: epiphany-fixes.diff
 
-BuildRequires:  cross-%{cross_arch}-binutils
 BuildRequires:  cross-%{cross_arch}-gcc%{gcc_version}-bootstrap
 %if %{suse_version} > 1220
 BuildRequires:  makeinfo
@@ -43,10 +42,10 @@
 that make them easily usable on embedded products.
 
 %define target %{cross_arch}
-%if %{cross_arch} == "epiphany" || %{cross_arch} == "rl78" || %{cross_arch} == 
"rx"
+%if "%{cross_arch}" == "epiphany" || "%{cross_arch}" == "rl78" || 
"%{cross_arch}" == "rx"
 %define target %{cross_arch}-elf
 %endif
-%if %{cross_arch} == "spu"
+%if "%{cross_arch}" == "spu"
 %define sysroot /usr/spu
 %else
 %define sysroot %{_prefix}/%{target}/sys-root
@@ -61,10 +60,8 @@
 cd build-dir
 ../configure \
--prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} 
--infodir=%{_infodir} \
-   --target=%{target} --with-build-sysroot=%{sysroot} \
-   CC_FOR_TARGET=%{target}-gcc-%{gcc_version} \
-   CXX_FOR_TARGET=%{target}-g++-%{gcc_version} \
-   GCC_FOR_TARGET=%{target}-gcc-%{gcc_version}
+   --target=%{target} \
+   --with-build-sysroot=%{sysroot}
 make %{?_smp_mflags}
 
 %install

++ newlib.spec ++
--- /var/tmp/diff_new_pack.5p1nYc/_old  2018-03-12 12:13:15.324189639 +0100
+++ /var/tmp/diff_new_pack.5p1nYc/_new  2018-03-12 12:13:15.332189354 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   newlib
-Version:2.4.0
+Version:3.0.0
 Release:0
 Summary:C library intended for 

commit newlib for openSUSE:Factory

2018-01-24 Thread root
Hello community,

here is the log from the commit of package newlib for openSUSE:Factory checked 
in at 2018-01-24 15:32:25

Comparing /work/SRC/openSUSE:Factory/newlib (Old)
 and  /work/SRC/openSUSE:Factory/.newlib.new (New)


Package is "newlib"

Wed Jan 24 15:32:25 2018 rev:3 rq:568835 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/newlib/cross-epiphany-newlib-devel.changes   
2016-08-22 13:16:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.newlib.new/cross-epiphany-newlib-devel.changes  
2018-01-24 15:32:29.516784850 +0100
@@ -1,0 +2,5 @@
+Wed Jan 24 09:29:00 UTC 2018 - rguent...@suse.com
+
+- Handle debugsources.list to debugsourcefiles.list rename of new rpm.
+
+---
cross-rx-newlib-devel.changes: same change
newlib.changes: same change



Other differences:
--
++ cross-epiphany-newlib-devel.spec ++
--- /var/tmp/diff_new_pack.01ZUpL/_old  2018-01-24 15:32:30.828723493 +0100
+++ /var/tmp/diff_new_pack.01ZUpL/_new  2018-01-24 15:32:30.828723493 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cross-epiphany-newlib-devel
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -73,6 +73,7 @@
 export NO_DEBUGINFO_STRIP_DEBUG=true
 %define __debug_install_post %{nil}
 : >debugfiles.list
+: >debugsourcefiles.list
 : >debugsources.list
 
 cd build-dir

cross-rx-newlib-devel.spec: same change
++ newlib.spec ++
--- /var/tmp/diff_new_pack.01ZUpL/_old  2018-01-24 15:32:30.876721249 +0100
+++ /var/tmp/diff_new_pack.01ZUpL/_new  2018-01-24 15:32:30.876721249 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package newlib
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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

++ newlib.spec.in ++
--- /var/tmp/diff_new_pack.01ZUpL/_old  2018-01-24 15:32:30.928718817 +0100
+++ /var/tmp/diff_new_pack.01ZUpL/_new  2018-01-24 15:32:30.928718817 +0100
@@ -54,6 +54,7 @@
 export NO_DEBUGINFO_STRIP_DEBUG=true
 %define __debug_install_post %{nil}
 : >debugfiles.list
+: >debugsourcefiles.list
 : >debugsources.list
 
 cd build-dir




commit newlib for openSUSE:Factory

2016-08-22 Thread h_root
Hello community,

here is the log from the commit of package newlib for openSUSE:Factory checked 
in at 2016-08-22 13:16:11

Comparing /work/SRC/openSUSE:Factory/newlib (Old)
 and  /work/SRC/openSUSE:Factory/.newlib.new (New)


Package is "newlib"

Changes:

New Changes file:

--- /dev/null   2016-07-07 10:01:34.856033756 +0200
+++ /work/SRC/openSUSE:Factory/.newlib.new/cross-epiphany-newlib-devel.changes  
2016-08-22 13:16:13.0 +0200
@@ -0,0 +1,71 @@
+---
+Fri Jul  1 12:32:49 UTC 2016 - rguent...@suse.com
+
+- Add rx and epiphany targets
+
+---
+Tue May 17 17:55:35 UTC 2016 - afaer...@suse.de
+
+- Drop newlib-rpmlintrc
+
+---
+Sat May 14 00:18:57 UTC 2016 - afaer...@suse.de
+
+- Apply epiphany-fixes.diff not only to cross builds (.spec.in) but
+  also in newlib.spec, to please factory-auto checker (sr#395228)
+
+---
+Fri May 13 16:57:05 UTC 2016 - afaer...@suse.de
+
+- Prepare rl78 target
+- Update to 2.4.0
+* Info files are no longer built
+* Package all license and read-me files
+- Clean up makeinfo dependency
+- Drop cross .spec files in preparation for Factory submission
+
+---
+Mon Jul 20 21:52:07 UTC 2015 - afaer...@suse.de
+
+- Update to 2.2.0.20150623
+- Add cross-rx-newlib-devel package
+- Revert installing files to sysroot
+
+---
+Fri Jul 10 21:50:42 UTC 2015 - afaer...@suse.de
+
+- Switch cross template to gcc5
+
+---
+Mon Apr  6 15:53:44 UTC 2015 - afaer...@suse.de
+
+- Install target files to sysroot
+
+---
+Sat Nov  1 00:52:40 UTC 2014 - afaer...@suse.de
+
+- Enable native builds
+
+---
+Fri Oct 31 21:08:45 UTC 2014 - afaer...@suse.de
+
+- epiphany-fixes.diff: Drop executable permissions of
+  libepiphany.a and crt0.o
+
+---
+Fri Oct 31 20:05:26 UTC 2014 - afaer...@suse.de
+
+- Turn cross-epiphany-newlib into generic newlib package
+* Rename packages to -devel to avoid empty -newlib packages
+
+---
+Tue Oct 21 07:21:21 UTC 2014 - afaer...@suse.de
+
+- Update to official 2.1.0 tarball
+* Drop portability.patch
+
+---
+Tue Sep 30 02:29:16 UTC 2014 - afaer...@suse.de
+
+- Initial
+
New Changes file:

cross-rx-newlib-devel.changes: same change
--- /work/SRC/openSUSE:Factory/newlib/newlib.changes2016-05-29 
03:11:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.newlib.new/newlib.changes   2016-08-22 
13:16:13.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  1 12:32:49 UTC 2016 - rguent...@suse.com
+
+- Add rx and epiphany targets
+
+---

New:

  cross-epiphany-newlib-devel.changes
  cross-epiphany-newlib-devel.spec
  cross-rx-newlib-devel.changes
  cross-rx-newlib-devel.spec



Other differences:
--
++ cross-epiphany-newlib-devel.spec ++
#
# spec file for package cross-epiphany-newlib-devel
#
# 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
# 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/
#


%define cross_arch epiphany

Name:   cross-%{cross_arch}-newlib-devel
Version:2.4.0
Release:0
Summary:C library intended for use on %{cross_arch} embedded systems
License:BSD-3-Clause and MIT and LGPL-2.0+ and ISC
Group:  Development/Tools
Url:https://sourceware.org/newlib/
Source0:ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz

Patch1: epiphany-fixes.diff

BuildRequires:  cross-%{cross_arch}-binutils
BuildRequires:  cross-%{cross_arch}-gcc%{gcc_version}-bootstrap
%if