commit libustr for openSUSE:Factory

2019-02-26 Thread root
Hello community,

here is the log from the commit of package libustr for openSUSE:Factory checked 
in at 2019-02-26 22:13:36

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


Package is "libustr"

Tue Feb 26 22:13:36 2019 rev:29 rq:678014 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/libustr/libustr.changes  2019-02-17 
12:18:29.340247566 +0100
+++ /work/SRC/openSUSE:Factory/.libustr.new.28833/libustr.changes   
2019-02-26 22:13:45.426245875 +0100
@@ -1,0 +2,11 @@
+Fri Feb 15 13:09:18 UTC 2019 - Jan Engelhardt 
+
+- Ensure neutrality of descriptions.
+- Kill libustr-devel-static package, which is not used by
+  anything.
+- Use standard %_libdir location for files.
+- Make build recipe more plain sh compatible.
+- Remove superfluous pkgconfig require (rpm autodetect this).
+- Move remaining developer documentation to libustr-devel.
+
+---



Other differences:
--
++ libustr.spec ++
--- /var/tmp/diff_new_pack.xKT40H/_old  2019-02-26 22:13:46.174245613 +0100
+++ /var/tmp/diff_new_pack.xKT40H/_new  2019-02-26 22:13:46.174245613 +0100
@@ -20,7 +20,7 @@
 Version:1.0.4
 Release:0
 Url:http://www.and.org/ustr/
-Summary:String library, very low memory overhead, simple to import
+Summary:A string library
 License:MIT OR LGPL-2.1-or-later OR BSD-2-Clause
 Group:  Development/Languages/C and C++
 Source: http://www.and.org/ustr/%{version}/ustr-%{version}.tar.bz2
@@ -32,41 +32,27 @@
 BuildRequires:  pkg-config
 
 %description
-Micro string library, very low overhead from plain strdup() (Ave. 44% for
-0-20B strings). Very easy to use in existing C code. At it's simplest you can
-just include a single header file into your .c and start using it.
-This package also distributes pre-built shared libraries.
+A string library that uses plain strdup() (on average 44%% overhead for
+0-20B strings). A single header file is provided.
 
 %package -n libustr-1_0-1
-Summary:String library, very low memory overhead, simple to import
+Summary:A string library
 Group:  System/Libraries
 
 %description -n libustr-1_0-1
-Micro string library, very low overhead from plain strdup() (Ave. 44%
-for 0-20B strings). Very easy to use in existing C code. At it's
-simplest you can just include a single header file into your .c and
-start using it. This package also distributes pre-built shared
-libraries.
+A string library that uses plain strdup() (on average 44%% overhead for
+0-20B strings). A single header file is provided.
 
 %package devel
 Summary:Development files for libustr
 Group:  Development/Languages/C and C++
 Requires:   libustr-1_0-1 = %{version}
-Requires:   pkgconfig
 
 %description devel
 Header files for the Ustr string library, and the .so to link with.
 Also includes a %{name}.pc file for pkg-config usage.
-Includes the ustr-import tool, for if you just want to include
-the code in your projects ... you don't have to link to the shared lib.
-
-%package devel-static
-Summary:Static development files for libustr
-Group:  Development/Languages/C and C++
-Requires:   %{name}-devel
-
-%description devel-static
-Static library for the Ustr string library.
+It includes the ustr-import tool, for when the code shall be
+bundled with projects.
 
 %prep
 %setup -q -n ustr-%{version}
@@ -88,19 +74,16 @@
 bindir=%{_bindir} \
 mandir=%{_mandir} \
 datadir=%{_datadir} \
-libdir=/%{_lib} \
+libdir=%{_libdir} \
 includedir=%{_includedir} \
 libexecdir=%{_libexecdir} \
-DESTDIR=$RPM_BUILD_ROOT \
+DESTDIR=%{buildroot} \
 LDCONFIG=/bin/true \
 HIDE=
-rm -f $RPM_BUILD_ROOT/%{_lib}/*.so
-rm -f $RPM_BUILD_ROOT/%{_lib}/{,pkgconfig}/*debug*
-rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
-mkdir -p $RPM_BUILD_ROOT%{_libdir}
-mv $RPM_BUILD_ROOT/%{_lib}/pkgconfig $RPM_BUILD_ROOT/%{_libdir}
-mv $RPM_BUILD_ROOT/%{_lib}/*.a $RPM_BUILD_ROOT/%{_libdir}
-ln -sf  /%{_lib}/libustr-1.0.so.1 $RPM_BUILD_ROOT/%{_libdir}/libustr.so
+rm -Rfv %{buildroot}/%{_libdir}/*.a %{buildroot}/%{_libdir}/*debug*.so \
+   %{buildroot}/%{_libdir}/*debug* \
+   %{buildroot}/%{_libdir}/pkgconfig/*debug* \
+   %{buildroot}/%{_datadir}/doc
 
 %post -n libustr-1_0-1 -p /sbin/ldconfig
 
@@ -109,11 +92,11 @@
 %files -n libustr-1_0-1
 %defattr(-,root,root,-)
 %license LICENSE*
-%doc ChangeLog README NEWS
-/%{_lib}/libustr-1.0.so.*
+%{_libdir}/libustr-1.0.so.*
 
 %files devel
 %defattr(-,root,root,-)
+%doc ChangeLog README NEWS
 %doc README-DEVELOPERS TODO Documentation/*.html Documentation/*.gnumeric
 

commit libustr for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package libustr for openSUSE:Factory checked 
in at 2019-02-17 12:18:25

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


Package is "libustr"

Sun Feb 17 12:18:25 2019 rev:28 rq:676052 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/libustr/libustr.changes  2018-03-07 
10:27:25.086190057 +0100
+++ /work/SRC/openSUSE:Factory/.libustr.new.28833/libustr.changes   
2019-02-17 12:18:29.340247566 +0100
@@ -1,0 +2,5 @@
+Wed May 16 07:32:22 UTC 2018 - mc...@suse.com
+
+- Fixing metadata
+
+---



Other differences:
--
++ libustr.spec ++
--- /var/tmp/diff_new_pack.MiCs1y/_old  2019-02-17 12:18:30.016247381 +0100
+++ /var/tmp/diff_new_pack.MiCs1y/_new  2019-02-17 12:18:30.020247380 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libustr
 #
-# 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,8 +21,8 @@
 Release:0
 Url:http://www.and.org/ustr/
 Summary:String library, very low memory overhead, simple to import
-License:MIT or LGPL-2.1+ or BSD-2-Clause
-Group:  Development/Libraries/C and C++
+License:MIT OR LGPL-2.1-or-later OR BSD-2-Clause
+Group:  Development/Languages/C and C++
 Source: http://www.and.org/ustr/%{version}/ustr-%{version}.tar.bz2
 Source1:libustr-rpmlintrc
 Source2:baselibs.conf
@@ -50,7 +50,7 @@
 
 %package devel
 Summary:Development files for libustr
-Group:  Development/Libraries/C and C++
+Group:  Development/Languages/C and C++
 Requires:   libustr-1_0-1 = %{version}
 Requires:   pkgconfig
 
@@ -62,7 +62,7 @@
 
 %package devel-static
 Summary:Static development files for libustr
-Group:  Development/Libraries
+Group:  Development/Languages/C and C++
 Requires:   %{name}-devel
 
 %description devel-static




commit libustr for openSUSE:Factory

2018-03-07 Thread root
Hello community,

here is the log from the commit of package libustr for openSUSE:Factory checked 
in at 2018-03-07 10:27:21

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


Package is "libustr"

Wed Mar  7 10:27:21 2018 rev:27 rq:580137 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/libustr/libustr.changes  2014-08-03 
15:35:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libustr.new/libustr.changes 2018-03-07 
10:27:25.086190057 +0100
@@ -1,0 +2,5 @@
+Thu Feb 22 15:10:39 UTC 2018 - fv...@suse.com
+
+- Use %license (boo#1082318)
+
+---



Other differences:
--
++ libustr.spec ++
--- /var/tmp/diff_new_pack.YkGrE5/_old  2018-03-07 10:27:26.850126430 +0100
+++ /var/tmp/diff_new_pack.YkGrE5/_new  2018-03-07 10:27:26.854126286 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libustr
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -108,7 +108,8 @@
 
 %files -n libustr-1_0-1
 %defattr(-,root,root,-)
-%doc ChangeLog LICENSE* README NEWS
+%license LICENSE*
+%doc ChangeLog README NEWS
 /%{_lib}/libustr-1.0.so.*
 
 %files devel
@@ -126,6 +127,7 @@
 
 %files devel-static
 %defattr(-,root,root,-)
+%license LICENSE*
 %{_libdir}/libustr.a
 
 %changelog




commit libustr for openSUSE:Factory

2014-08-03 Thread h_root
Hello community,

here is the log from the commit of package libustr for openSUSE:Factory checked 
in at 2014-08-03 15:35:37

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


Package is libustr

Changes:

--- /work/SRC/openSUSE:Factory/libustr/libustr.changes  2013-10-08 
10:56:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libustr.new/libustr.changes 2014-08-03 
15:35:38.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 31 15:05:22 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+---

Old:

  rpmlintrc

New:

  libustr-rpmlintrc



Other differences:
--
++ libustr.spec ++
--- /var/tmp/diff_new_pack.15eRO6/_old  2014-08-03 15:35:39.0 +0200
+++ /var/tmp/diff_new_pack.15eRO6/_new  2014-08-03 15:35:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libustr
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -24,7 +24,7 @@
 License:MIT or LGPL-2.1+ or BSD-2-Clause
 Group:  Development/Libraries/C and C++
 Source: http://www.and.org/ustr/%{version}/ustr-%{version}.tar.bz2
-Source1:rpmlintrc
+Source1:libustr-rpmlintrc
 Source2:baselibs.conf
 Patch0: %{name}-%{version}-c99-inline.patch
 Patch1: libustr-warning.patch

++ libustr-rpmlintrc ++
addFilter(hidden-file-or-dir .*gdbinit.*)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libustr for openSUSE:Factory

2013-10-08 Thread h_root
Hello community,

here is the log from the commit of package libustr for openSUSE:Factory checked 
in at 2013-10-08 10:56:00

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


Package is libustr

Changes:

--- /work/SRC/openSUSE:Factory/libustr/libustr.changes  2013-05-16 
18:17:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libustr.new/libustr.changes 2013-10-08 
10:56:13.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct  7 08:56:14 UTC 2013 - sch...@suse.de
+
+- libustr-warning.patch: Fix -Wundef warning in installed header
+
+---

New:

  libustr-warning.patch



Other differences:
--
++ libustr.spec ++
--- /var/tmp/diff_new_pack.yTmcyp/_old  2013-10-08 10:56:15.0 +0200
+++ /var/tmp/diff_new_pack.yTmcyp/_new  2013-10-08 10:56:15.0 +0200
@@ -27,6 +27,7 @@
 Source1:rpmlintrc
 Source2:baselibs.conf
 Patch0: %{name}-%{version}-c99-inline.patch
+Patch1: libustr-warning.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config
 
@@ -70,6 +71,7 @@
 %prep
 %setup -q -n ustr-%{version}
 %patch0
+%patch1 -p1
 
 %build
 make all-shared %{?_smp_mflags} HIDE= CFLAGS=%optflags -fPIC CC=%{__cc} 
-std=gnu89

++ libustr-warning.patch ++
Index: ustr-1.0.4/ustr-compiler.h
===
--- ustr-1.0.4.orig/ustr-compiler.h
+++ ustr-1.0.4/ustr-compiler.h
@@ -16,7 +16,7 @@
 #ifdef va_copy
 # define USTR_CONF_HAVE_VA_COPY 1
 # define USTR__VA_COPY(x, y)   va_copy(x, y)
-#elif __va_copy
+#elif defined __va_copy
 # define USTR_CONF_HAVE_VA_COPY 1
 # define USTR__VA_COPY(x, y) __va_copy(x, y)
 #else
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libustr for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package libustr for openSUSE:Factory checked 
in at 2013-05-16 18:17:39

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


Package is libustr

Changes:

--- /work/SRC/openSUSE:Factory/libustr/libustr.changes  2013-01-08 
21:11:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.libustr.new/libustr.changes 2013-05-16 
18:17:41.0 +0200
@@ -1,0 +2,6 @@
+Fri May 10 10:51:42 UTC 2013 - idon...@suse.com
+
+- This program depends on GNU C89 inline semantics, pass -std=gnu89
+  to fix compilation with clang (gcc is not effected by this change)
+
+---



Other differences:
--
++ libustr.spec ++
--- /var/tmp/diff_new_pack.NUEatJ/_old  2013-05-16 18:17:41.0 +0200
+++ /var/tmp/diff_new_pack.NUEatJ/_new  2013-05-16 18:17:41.0 +0200
@@ -72,7 +72,7 @@
 %patch0
 
 %build
-make all-shared %{?_smp_mflags} HIDE= CFLAGS=%optflags -fPIC CC=%{__cc}
+make all-shared %{?_smp_mflags} HIDE= CFLAGS=%optflags -fPIC CC=%{__cc} 
-std=gnu89
 
 %check
 %if !0%{?qemu_user_space_build:1}

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



commit libustr for openSUSE:Factory

2013-01-08 Thread h_root
Hello community,

here is the log from the commit of package libustr for openSUSE:Factory checked 
in at 2013-01-08 21:11:17

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


Package is libustr, Maintainer is orpha...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libustr/libustr.changes  2011-12-15 
16:06:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.libustr.new/libustr.changes 2013-01-08 
21:11:18.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan  7 21:47:17 UTC 2013 - jeng...@inai.de
+
+- Parallel build with %_smp_mflags
+- Remove obsolete defines/sections
+- Resolve rpmlint warnings about RPM group
+
+---



Other differences:
--
++ libustr.spec ++
--- /var/tmp/diff_new_pack.ZkxNIx/_old  2013-01-08 21:11:19.0 +0100
+++ /var/tmp/diff_new_pack.ZkxNIx/_new  2013-01-08 21:11:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libustr
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -22,14 +22,13 @@
 Url:http://www.and.org/ustr/
 Summary:String library, very low memory overhead, simple to import
 License:MIT or LGPL-2.1+ or BSD-2-Clause
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Source: http://www.and.org/ustr/%{version}/ustr-%{version}.tar.bz2
 Source1:rpmlintrc
 Source2:baselibs.conf
 Patch0: %{name}-%{version}-c99-inline.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config
-%define debug_package_requires libustr-1_0-1 = %{version}-%{release}
 
 %description
 Micro string library, very low overhead from plain strdup() (Ave. 44% for
@@ -48,13 +47,11 @@
 start using it. This package also distributes pre-built shared
 libraries.
 
-
-
 %package devel
 Summary:Development files for libustr
-Group:  Development/Libraries
-Requires:   pkgconfig
+Group:  Development/Libraries/C and C++
 Requires:   libustr-1_0-1 = %{version}
+Requires:   pkgconfig
 
 %description devel
 Header files for the Ustr string library, and the .so to link with.
@@ -75,12 +72,12 @@
 %patch0
 
 %build
-make all-shared %{?jobs:-j%jobs} HIDE= CFLAGS=$RPM_OPT_FLAGS -fPIC 
CC=%{__cc}
+make all-shared %{?_smp_mflags} HIDE= CFLAGS=%optflags -fPIC CC=%{__cc}
 
 %check
 %if !0%{?qemu_user_space_build:1}
 # bad interaction with qemu (2011-10-02)
-make check %{?jobs:-j%jobs} HIDE= CFLAGS=$RPM_OPT_FLAGS -fPIC
+make check %{?_smp_mflags} HIDE= CFLAGS=%optflags -fPIC
 %endif
 
 %install
@@ -103,9 +100,6 @@
 mv $RPM_BUILD_ROOT/%{_lib}/*.a $RPM_BUILD_ROOT/%{_libdir}
 ln -sf  /%{_lib}/libustr-1.0.so.1 $RPM_BUILD_ROOT/%{_libdir}/libustr.so
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n libustr-1_0-1 -p /sbin/ldconfig
 
 %postun -n libustr-1_0-1 -p /sbin/ldconfig

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



commit libustr for openSUSE:Factory

2011-12-15 Thread h_root
Hello community,

here is the log from the commit of package libustr for openSUSE:Factory checked 
in at 2011-12-15 16:06:33

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


Package is libustr, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libustr/libustr.changes  2011-10-19 
00:46:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.libustr.new/libustr.changes 2011-12-15 
16:06:35.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  8 13:30:02 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ libustr.spec ++
--- /var/tmp/diff_new_pack.DoeL6x/_old  2011-12-15 16:06:36.0 +0100
+++ /var/tmp/diff_new_pack.DoeL6x/_new  2011-12-15 16:06:36.0 +0100
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libustr
 Version:1.0.4
-Release:16
+Release:0
 Url:http://www.and.org/ustr/
-License:MIT or LGPLv2+ or BSD
-Group:  System/Libraries
 Summary:String library, very low memory overhead, simple to import
+License:MIT or LGPL-2.1+ or BSD-2-Clause
+Group:  System/Libraries
 Source: http://www.and.org/ustr/%{version}/ustr-%{version}.tar.bz2
 Source1:rpmlintrc
 Source2:baselibs.conf
@@ -40,9 +38,8 @@
 This package also distributes pre-built shared libraries.
 
 %package -n libustr-1_0-1
-License:MIT or LGPLv2+ or BSD
-Group:  System/Libraries
 Summary:String library, very low memory overhead, simple to import
+Group:  System/Libraries
 
 %description -n libustr-1_0-1
 Micro string library, very low overhead from plain strdup() (Ave. 44%
@@ -55,7 +52,6 @@
 
 %package devel
 Summary:Development files for libustr
-License:MIT or LGPLv2+ or BSD
 Group:  Development/Libraries
 Requires:   pkgconfig
 Requires:   libustr-1_0-1 = %{version}
@@ -68,7 +64,6 @@
 
 %package devel-static
 Summary:Static development files for libustr
-License:MIT or LGPLv2+ or BSD
 Group:  Development/Libraries
 Requires:   %{name}-devel
 

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



commit libustr for openSUSE:Factory

2011-10-18 Thread h_root

Hello community,

here is the log from the commit of package libustr for openSUSE:Factory
checked in at Tue Oct 18 14:21:36 CEST 2011.




--- openSUSE:Factory/libustr/libustr.changes2011-10-07 00:51:19.0 
+0200
+++ /mounts/work_src_done/STABLE/libustr/libustr.changes2011-10-12 
15:50:36.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 12 15:50:17 CEST 2011 - dmuel...@suse.de
+
+- avoid check failure on qemu userspace build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libustr.spec ++
--- /var/tmp/diff_new_pack.6RuJcS/_old  2011-10-18 14:21:30.0 +0200
+++ /var/tmp/diff_new_pack.6RuJcS/_new  2011-10-18 14:21:30.0 +0200
@@ -83,7 +83,10 @@
 make all-shared %{?jobs:-j%jobs} HIDE= CFLAGS=$RPM_OPT_FLAGS -fPIC 
CC=%{__cc}
 
 %check
+%if !0%{?qemu_user_space_build:1}
+# bad interaction with qemu (2011-10-02)
 make check %{?jobs:-j%jobs} HIDE= CFLAGS=$RPM_OPT_FLAGS -fPIC
+%endif
 
 %install
 make install-multilib-linux \

continue with q...



Remember to have fun...

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



commit libustr for openSUSE:Factory

2011-10-06 Thread h_root

Hello community,

here is the log from the commit of package libustr for openSUSE:Factory
checked in at Fri Oct 7 00:49:55 CEST 2011.




--- openSUSE:Factory/libustr/libustr.changes2011-09-23 02:11:03.0 
+0200
+++ libustr/libustr.changes 2011-10-05 17:11:50.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  5 15:11:40 UTC 2011 - u...@suse.com
+
+- cross-build fix: use %__cc macro
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libustr.spec ++
--- /var/tmp/diff_new_pack.j5Jvd9/_old  2011-10-07 00:49:52.0 +0200
+++ /var/tmp/diff_new_pack.j5Jvd9/_new  2011-10-07 00:49:52.0 +0200
@@ -80,7 +80,7 @@
 %patch0
 
 %build
-make all-shared %{?jobs:-j%jobs} HIDE= CFLAGS=$RPM_OPT_FLAGS -fPIC
+make all-shared %{?jobs:-j%jobs} HIDE= CFLAGS=$RPM_OPT_FLAGS -fPIC 
CC=%{__cc}
 
 %check
 make check %{?jobs:-j%jobs} HIDE= CFLAGS=$RPM_OPT_FLAGS -fPIC

continue with q...



Remember to have fun...

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