Hello community,

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

Package is "libXau", Maintainer is ""

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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libXau.new/libXau.changes       2012-02-17 
12:02:24.000000000 +0100
@@ -0,0 +1,118 @@
+-------------------------------------------------------------------
+Sat Feb 11 18:29:50 UTC 2012 - [email protected]
+
+- Rename xorg-x11-libXau to libXau and utilize shlib policy
+
+-------------------------------------------------------------------
+Tue Dec 21 02:43:31 UTC 2010 - [email protected]
+
+- bumped version number to 7.6_1.0.6 
+
+-------------------------------------------------------------------
+Sat Sep  4 18:04:08 UTC 2010 - [email protected]
+
+- libXau 1.0.6
+  * This minor release includes a number of packaging updates
+    accumulated over the last year, and a couple of documentation
+    fixes.
+- bumped version number to 7.5_1.0.6 
+- make use of %fdupes macro
+- fixed Summary/Group entries in -devel package
+
+-------------------------------------------------------------------
+Sun Apr  4 15:33:14 CEST 2010 - [email protected]
+
+- libXau 1.0.5
+- bumped version number to 7.5 
+
+-------------------------------------------------------------------
+Mon Dec 14 18:18:22 CET 2009 - [email protected]
+
+- add baselibs.conf as a source
+
+-------------------------------------------------------------------
+Fri May  1 23:34:35 CEST 2009 - [email protected]
+
+- revert static library and .la file removal
+  for SUSE versions <= 11.1.
+
+-------------------------------------------------------------------
+Tue Apr 21 20:43:12 CEST 2009 - [email protected]
+
+- remove static libraries 
+
+-------------------------------------------------------------------
+Thu Sep 11 14:21:14 CEST 2008 - [email protected]
+
+- bumped release number to 7.4 
+
+-------------------------------------------------------------------
+Wed Aug 27 10:31:34 CEST 2008 - [email protected]
+
+- libXau 1.0.4
+  * SVR4 (including Solaris) puts gethostbyname_r in libnsl instead
+    of libc
+  * Bug 17314: libXau's Makefile.am should have proper man creation
+    rules
+  * Bug #11097: libXau COPYING fix (add missing copyright dates) 
+
+-------------------------------------------------------------------
+Thu Apr 10 12:54:45 CEST 2008 - [email protected]
+
+- added baselibs.conf file to build xxbit packages
+  for multilib support
+
+-------------------------------------------------------------------
+Fri Mar 14 18:01:02 CET 2008 - [email protected]
+
+- readded libXau.la for openSUSE <= 10.3 (bnc #371041)
+
+-------------------------------------------------------------------
+Tue Jan  1 22:57:42 CET 2008 - [email protected]
+
+- fix library-without-ldconfig-* error
+- add missing PreReq coreutils 
+- remove libXau.la (empty dependency_libs) 
+
+-------------------------------------------------------------------
+Sat Sep 29 12:22:45 CEST 2007 - [email protected]
+
+- bumped version to 7.3 
+
+-------------------------------------------------------------------
+Mon Dec 18 10:59:53 CET 2006 - [email protected]
+
+- updated libXau to release 1.0.3 
+  * Makefile.am: make ChangeLog hook safer
+
+-------------------------------------------------------------------
+Thu Oct 26 07:28:53 CEST 2006 - [email protected]
+
+- set version to 7.2 in specfile 
+
+-------------------------------------------------------------------
+Wed Aug  2 16:12:06 CEST 2006 - [email protected]
+
+- fix setup line 
+
+-------------------------------------------------------------------
+Sat Jul 29 08:34:15 CEST 2006 - [email protected]
+
+- updated libXau to release 1.0.2
+
+-------------------------------------------------------------------
+Fri Jul 28 14:44:21 CEST 2006 - [email protected]
+
+- use "-fno-strict-aliasing" 
+
+-------------------------------------------------------------------
+Thu Jul 27 11:41:34 CEST 2006 - [email protected]
+
+- use $RPM_OPT_FLAGS
+- remove existing /usr/include/X11 symlink in %pre
+
+-------------------------------------------------------------------
+Thu Jun 22 11:22:12 CEST 2006 - [email protected]
+
+- created package 
+

New:
----
  baselibs.conf
  libXau-1.0.6.tar.bz2
  libXau.changes
  libXau.spec

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

Other differences:
------------------
++++++ libXau.spec ++++++
#
# spec file for package libXau
#
# Copyright (c) 2012 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:           libXau
%define lname   libXau6
Version:        1.0.6
Release:        0
Summary:        X11 authorization protocol library
License:        MIT
Group:          Development/Libraries/C and C++
URL:            http://xorg.freedesktop.org/

#Git-Clone:     git://anongit.freedesktop.org/xorg/lib/libXau
#Git-Web:       http://cgit.freedesktop.org/xorg/lib/libXau/
Source:         %name-%version.tar.bz2
BuildRoot:      %_tmppath/%name-%version-build
#git#BuildRequires:     autoconf >= 2.60, automake
BuildRequires:  fdupes, libtool
BuildRequires:  pkgconfig, pkgconfig(xorg-macros) >= 1.4
BuildRequires:  pkgconfig(xproto)

%description
libXau provides mechanisms for individual access to an X Window
System display. It uses existing core protocol and library hooks for
specifying authorization data in the connection setup block to
restrict use of the display to only those clients that show that they
know a server-specific key called a "magic cookie".

%package -n %lname
Summary:        X11 authorization protocol library
Group:          System/Libraries
# O/P added for 12.2
Provides:       xorg-x11-libXau = 7.6_%version-%release
Obsoletes:      xorg-x11-libXau < 7.6_%version-%release

%description -n %lname
libXau provides mechanisms for individual access to an X Window
System display. It uses existing core protocol and library hooks for
specifying authorization data in the connection setup block to
restrict use of the display to only those clients that show that they
know a server-specific key called a "magic cookie".

%package devel
Summary:        Development files for the X11 authorization protocol library
Group:          Development/Libraries/C and C++
Requires:       %lname = %version
# O/P added for 12.2
Provides:       xorg-x11-libXau-devel = 7.6_%version-%release
Obsoletes:      xorg-x11-libXau-devel < 7.6_%version-%release

%description devel
libXau provides mechanisms for individual access to an X Window
System display. It uses existing core protocol and library hooks for
specifying authorization data in the connection setup block to
restrict use of the display to only those clients that show that they
know a server-specific key called a "magic cookie".

This package contains the development headers for the library found
in %lname.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
%makeinstall
rm -f "%buildroot/%_libdir"/*.la
%fdupes %buildroot

%post -n %lname -p /sbin/ldconfig

%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%_libdir/libXau.so.6*

%files devel
%defattr(-,root,root)
%_includedir/X11/*
%_libdir/libXau.so
%_libdir/pkgconfig/xau.pc
%_mandir/man3/*

%changelog
++++++ baselibs.conf ++++++
libXau6
        provides "xorg-x11-libXau-<targettype> = 7.6_<version>"
        obsoletes "xorg-x11-libXau-<targettype> < 7.6_<version>"
libXau-devel
        requires -libXau-<targettype>
        requires "libXau6-<targettype> = <version>"
        provides "xorg-x11-libXau-devel-<targettype> = 7.6_<version>"
        obsoletes "xorg-x11-libXau-devel-<targettype> < 7.6_<version>"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to