Hello community,

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

Package is "libfontenc", Maintainer is ""

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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libfontenc.new/libfontenc.changes       
2012-02-17 12:01:08.000000000 +0100
@@ -0,0 +1,112 @@
+-------------------------------------------------------------------
+Sun Feb 12 02:04:08 UTC 2012 - [email protected]
+
+- Rename xorg-x11-libfontenc to libfontenc and utilize shlib policy
+
+-------------------------------------------------------------------
+Tue Dec 21 02:49:06 UTC 2010 - [email protected]
+
+- bumped version number to 7.6 
+
+-------------------------------------------------------------------
+Thu Oct 21 20:57:27 UTC 2010 - [email protected]
+
+- libfontenc 1.1.0 
+  * This release adds support for finding the encoding data-files
+    in using the standard autoconf macros provided by X.Org's
+    fontutil.m4. The precedence is now (first found is used):
+        --with-encodingsdir=<pathname>
+        encodings subdirectory of fontrootdir found via:
+               --with-fontrootdir
+               pkg-config --variable=fontrootdir fontutil
+               ${datadir}/fonts/X11
+  * It also converts to using standard libc memory allocation
+    functions, and provides the usual recent build configuration
+    improvements and janitorial cleanups.
+
+-------------------------------------------------------------------
+Sun Apr  4 16:01:16 CEST 2010 - [email protected]
+
+- libfontenc 1.0.5 
+- bumped version number to 7.5
+
+-------------------------------------------------------------------
+Mon Dec 14 20:14:15 CET 2009 - [email protected]
+
+- add baselibs.conf as a source
+
+-------------------------------------------------------------------
+Sat May  2 14:42:17 CEST 2009 - [email protected]
+
+- revert static library and .la file removal
+  for SUSE versions <= 11.1.
+
+-------------------------------------------------------------------
+Tue Apr 21 21:45:18 CEST 2009 - [email protected]
+
+- remove static libraries and "la" files 
+
+-------------------------------------------------------------------
+Thu Sep 11 14:22:20 CEST 2008 - [email protected]
+
+- bumped release number to 7.4 
+
+-------------------------------------------------------------------
+Thu Apr 10 12:54:45 CEST 2008 - [email protected]
+
+- added baselibs.conf file to build xxbit packages
+  for multilib support
+
+-------------------------------------------------------------------
+Tue Jan  1 22:47:20 CET 2008 - [email protected]
+
+- fix library-without-ldconfig-* error
+- add missing PreReq coreutils 
+
+-------------------------------------------------------------------
+Sat Sep 29 12:24:06 CEST 2007 - [email protected]
+
+- bumped version to 7.3 
+
+-------------------------------------------------------------------
+Thu Mar 29 22:49:04 CEST 2007 - [email protected]
+
+- added zlib-devel to Buildrequires 
+
+-------------------------------------------------------------------
+Mon Dec 18 11:02:59 CET 2006 - [email protected]
+
+- updated to release 1.0.4
+  * Makefile.am: make ChangeLog hook safer 
+
+-------------------------------------------------------------------
+Sat Oct 14 06:20:16 CEST 2006 - [email protected]
+
+- updated to X.Org 7.2RC1 
+
+-------------------------------------------------------------------
+Tue Aug 15 18:45:55 CEST 2006 - [email protected]
+
+- fixed encodings dir 
+
+-------------------------------------------------------------------
+Wed Aug  2 16:12:40 CEST 2006 - [email protected]
+
+- fix setup line 
+
+-------------------------------------------------------------------
+Fri Jul 28 14:44:59 CEST 2006 - [email protected]
+
+- use "-fno-strict-aliasing" 
+
+-------------------------------------------------------------------
+Thu Jul 27 11:48:29 CEST 2006 - [email protected]
+
+- use $RPM_OPT_FLAGS
+- remove existing /usr/include/X11 symlink in %pre 
+
+-------------------------------------------------------------------
+Sat Jun 24 06:37:56 CEST 2006 - [email protected]
+
+- created package 
+

New:
----
  baselibs.conf
  libfontenc-1.1.0.tar.bz2
  libfontenc.changes
  libfontenc.spec

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

Other differences:
------------------
++++++ libfontenc.spec ++++++
#
# spec file for package libfontenc
#
# 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:           libfontenc
%define lname   libfontenc1
Version:        1.1.0
Release:        0
Summary:        X11 font encoding library
License:        MIT
Group:          Development/Libraries/C and C++
URL:            http://xorg.freedesktop.org/

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

%description
The libfontenc library is used by the Xorg server and other X font
tools for handling fonts with different character set encodings.

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

%description -n %lname
The libfontenc library is used by the Xorg server and other X font
tools for handling fonts with different character set encodings.

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

%description devel
The libfontenc library is used by the Xorg server and other X font
tools for handling fonts with different character set encodings.

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

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

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

%files -n %lname
%defattr(-,root,root)
%_libdir/libfontenc.so.1*

%files devel
%defattr(-,root,root)
%_includedir/X11/*
%_libdir/libfontenc.so
%_libdir/pkgconfig/fontenc.pc

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

Reply via email to