Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2012-12-10 17:16:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glibc (Old)
 and      /work/SRC/openSUSE:Factory/.glibc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glibc", Maintainer is "sch...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glibc/glibc.changes      2012-12-03 
09:35:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc.changes 2012-12-10 
17:16:07.000000000 +0100
@@ -1,0 +2,21 @@
+Sat Dec  8 18:55:53 UTC 2012 - a...@suse.de
+
+- Update to 56e7d3ad5c2f:
+  * Bugfixes
+  * Fix warnings building glibc
+- Remove upstreamed patch glibc-revert-fseek-on-fclose.diff
+
+-------------------------------------------------------------------
+Mon Dec  3 15:45:08 UTC 2012 - a...@suse.de
+
+- Remove nosegneg i686 library, it's only used for a 32-bit Xen
+  hypervisor (not for a 32-bit guest running under 64-bit hypervisor),
+  and since the 32-bit Xen hypervisor is not part of openSUSE anymore,
+  it is unneeded (bnc#789607).
+
+-------------------------------------------------------------------
+Mon Dec  3 14:47:22 UTC 2012 - sch...@suse.de
+
+- Suppress error message from systemctl in %post -n nscd (bnc#792333)
+
+-------------------------------------------------------------------

Old:
----
  glibc-2.16.90-f638872ab422.tar.xz
  glibc-revert-fseek-on-fclose.diff

New:
----
  glibc-2.16.90-56e7d3ad5c2f.tar.xz

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

Other differences:
------------------
++++++ glibc.spec ++++++
--- /var/tmp/diff_new_pack.0YBRet/_old  2012-12-10 17:16:11.000000000 +0100
+++ /var/tmp/diff_new_pack.0YBRet/_new  2012-12-10 17:16:11.000000000 +0100
@@ -123,7 +123,7 @@
 Version:        2.16.90
 Release:        0
 %define glibc_major_version 2.16.90
-%define git_id f638872ab422
+%define git_id 56e7d3ad5c2f
 Url:            http://www.gnu.org/software/libc/libc.html
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         glibc-%{version}-%{git_id}.tar.xz
@@ -215,8 +215,7 @@
 Patch103:       glibc-2.4-china.diff
 
 ### Broken patches in glibc that we revert for now:
-# PATCH-FIX-OPENSUSE revert seeking on fclose for now bnc#711829 m...@suse.de 
-Patch201:       glibc-revert-fseek-on-fclose.diff
+# None
 
 ### Network related patches
 # PATCH-FIX-OPENSUSE reload /etc/resolv.conf on change
@@ -451,8 +450,6 @@
 %patch102 -p1
 %patch103 -p1
 
-%patch201 -p1
-
 %patch300 -p1
 %patch301 -p1
 %patch302 -p1
@@ -559,11 +556,6 @@
 %ifarch hppa
        BuildFlags="$BuildFlags -mpa-risc-1-1 -fstrict-aliasing"
 %endif
-%ifarch i386 i486 i586
-# Add this to avoid performance penalty on Xen for 32-bit x86
-# Note on i686 we build a special library
-       BuildFlags="$BuildFlags -mno-tls-direct-seg-refs"
-%endif
 # Add flags for all plattforms except AXP
 %ifnarch alpha
        BuildFlags="$BuildFlags -g"
@@ -634,9 +626,6 @@
        # Build base glibc
        #
        configure_and_build_glibc base "$BuildFlags" "$add_ons"
-%ifarch i686
-       configure_and_build_glibc nosegneg "$BuildFlags 
-mno-tls-direct-seg-refs" "$add_ons"
-%endif
 %else
        #
        # Build POWER-optimized glibc
@@ -785,10 +774,6 @@
 done
 cd ..
 }
-# Install i686 glibc for Xen
-%ifarch i686
-install_optimized_variant nosegneg i686/nosegneg "../.."
-%endif
 
 # Install power-optimized glibc
 %if %{optimize_power}
@@ -994,8 +979,8 @@
 %service_add_post nscd.service
 mkdir -p /var/run/nscd
 # Previously we had nscd.socket, remove it
-test -x /usr/bin/systemctl && /usr/bin/systemctl stop nscd.socket || :
-test -x /usr/bin/systemctl && /usr/bin/systemctl disable nscd.socket || :
+test -x /usr/bin/systemctl && /usr/bin/systemctl stop nscd.socket 2>/dev/null 
|| :
+test -x /usr/bin/systemctl && /usr/bin/systemctl disable nscd.socket 
2>/dev/null  || :
 # Hard removal in case the above did not work
 rm -f /etc/systemd/system/sockets.target.wants/nscd.socket
 exit 0
@@ -1004,6 +989,7 @@
 %service_del_postun nscd.service
 exit 0
 
+%files
 #######################################################################
 ###
 ### FILES
@@ -1011,8 +997,6 @@
 #######################################################################
 
 # glibc
-
-%files
 %defattr(-,root,root)
 %doc LICENSES
 %config(noreplace) /etc/bindresvport.blacklist
@@ -1114,10 +1098,6 @@
        /%{_lib}/%1/libthread_db-1.0.so\
        /%{_lib}/%1/libthread_db.so.1
 
-%ifarch i686
-%dir %attr(0755,root,root) /%{_lib}/i686
-%{optimized_libs i686/nosegneg}
-%endif
 %if %{optimize_power}
        %if %{powerpc_optimize_cpu_power4}
                %{optimized_libs power4}


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

Reply via email to