This commit is contained in:
parent
b1440cbe25
commit
61ee3bb78c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12d350aa6fed173e5e518ed24694aae1137e9bfa9b80900528537e28639a48ca
|
||||
size 1356322
|
3
pango-1.17.3.tar.bz2
Normal file
3
pango-1.17.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e0890f622abc66bc07d37fb8db1fa1b97ab9b413dda8b82001c7fda912b65bb
|
||||
size 1399315
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 5 19:18:03 CEST 2007 - maw@suse.de
|
||||
|
||||
- Update to version 1.17.3
|
||||
- Extensive pangocairo internal code refactoring and cleanup
|
||||
- New public API, new engine macros
|
||||
- Many bugfixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 10:06:18 CDT 2007 - maw@suse.de
|
||||
|
||||
|
11
pango.spec
11
pango.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pango (Version 1.16.2)
|
||||
# spec file for package pango (Version 1.17.3)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,10 +12,10 @@
|
||||
|
||||
Name: pango
|
||||
BuildRequires: cairo-devel gtk-doc perl-XML-Parser sgml-skel
|
||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
License: LGPL v2 or later
|
||||
Group: System/Libraries
|
||||
Autoreqprov: on
|
||||
Version: 1.16.2
|
||||
Version: 1.17.3
|
||||
Release: 1
|
||||
Summary: System for Layout and Rendering of Internationalised Text
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.14/%{name}-%{version}.tar.bz2
|
||||
@ -174,6 +174,11 @@ fi
|
||||
%{_datadir}/gtk-doc/html/pango
|
||||
|
||||
%changelog
|
||||
* Thu Jul 05 2007 - maw@suse.de
|
||||
- Update to version 1.17.3
|
||||
- Extensive pangocairo internal code refactoring and cleanup
|
||||
- New public API, new engine macros
|
||||
- Many bugfixes.
|
||||
* Wed Apr 11 2007 - maw@suse.de
|
||||
- Update to version 1.16.2
|
||||
- Fixed various bug in the OpenType Layout code (HarfBuzz)
|
||||
|
@ -3,15 +3,15 @@ Index: modules/Makefile.am
|
||||
--- modules/Makefile.am.orig
|
||||
+++ modules/Makefile.am
|
||||
@@ -30,10 +30,10 @@ install-data-local: $(top_builddir)/pang
|
||||
@if $(RUN_QUERY_MODULES_TEST) ; then \
|
||||
@if $(RUN_QUERY_MODULES_TEST) && test -z "$(DESTDIR)" ; then \
|
||||
echo $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango \&\& \
|
||||
$(top_builddir)/pango/pango-querymodules$(EXEEXT) \
|
||||
$(top_builddir)/pango/pango-querymodules$(EXEEXT) \
|
||||
- \> $(DESTDIR)$(sysconfdir)/pango/pango.modules ; \
|
||||
+ \> $(DESTDIR)$(sysconfdir)/pango/pango64.modules ; \
|
||||
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango && \
|
||||
$(top_builddir)/pango/pango-querymodules$(EXEEXT) \
|
||||
$(top_builddir)/pango/pango-querymodules$(EXEEXT) \
|
||||
- > $(DESTDIR)$(sysconfdir)/pango/pango.modules ; \
|
||||
+ > $(DESTDIR)$(sysconfdir)/pango/pango64.modules ; \
|
||||
+ > $(DESTDIR)$(sysconfdir)/pango/pango64.modules ; \
|
||||
else \
|
||||
echo "***" ; \
|
||||
echo "*** Warning: $(sysconfdir)/pango/pango.modules" ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user