OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src, openpkg-web, openpkg-re Date: 22-Dec-2002 11:10:30
Branch: HEAD Handle: 2002122210102802
Modified files:
openpkg-re/vcheck vc.pango
openpkg-src/pango pango.spec
openpkg-web news.txt
Log:
upgrading package: pango 1.0.5 -> 1.2.0
Summary:
Revision Changes Path
1.3 +2 -2 openpkg-re/vcheck/vc.pango
1.7 +14 -10 openpkg-src/pango/pango.spec
1.2360 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.pango
============================================================
$ cvs diff -u -r1.2 -r1.3 vc.pango
--- openpkg-re/vcheck/vc.pango 14 Oct 2002 18:22:45 -0000 1.2
+++ openpkg-re/vcheck/vc.pango 22 Dec 2002 10:10:28 -0000 1.3
@@ -2,8 +2,8 @@
}
prog pango = {
- version = 1.0.5
- url = ftp://ftp.gtk.org/pub/gtk/v2.0/
+ version = 1.2.0
+ url = ftp://ftp.gtk.org/pub/gtk/v2.2/
regex = pango-(__VER__)\.tar\.gz
}
Index: openpkg-src/pango/pango.spec
============================================================
$ cvs diff -u -r1.6 -r1.7 pango.spec
--- openpkg-src/pango/pango.spec 20 Dec 2002 19:32:32 -0000 1.6
+++ openpkg-src/pango/pango.spec 22 Dec 2002 10:10:30 -0000 1.7
@@ -24,7 +24,9 @@
##
# package version
-%define V_gtk 2.0
+%define V_pango 1.2.0
+%define V_glib_major 2.2
+%define V_gtk_major 2.2
# package information
Name: pango
@@ -35,26 +37,26 @@
Distribution: OpenPKG [EVAL]
Group: XWindow
License: GPL
-Version: 1.0.5
-Release: 20021125
+Version: %{V_pango}
+Release: 20021222
# list of sources
-Source0: ftp://ftp.gtk.org/pub/gtk/v%{V_gtk}/pango-%{version}.tar.gz
+Source0: ftp://ftp.gtk.org/pub/gtk/v%{V_gtk_major}/pango-%{V_pango}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, X11, glib2, freetype
-PreReq: OpenPKG, openpkg >= 20020206, X11, glib2
+BuildPreReq: OpenPKG, openpkg >= 20020206, X11, glib2 >= %{V_glib_major},
freetype, libiconv
+PreReq: OpenPKG, openpkg >= 20020206, X11, glib2 >= %{V_glib_major},
freetype, libiconv
AutoReq: no
AutoReqProv: no
%description
Pango is a library for layout and rendering of text, with an
emphasis on internationalization. Pango can be used anywhere that
- text layout is needed; however, most of the work on Pango-1.0 was
- done using the GTK+ widget toolkit as a test platform. Pango forms
- the core of text and font handling for GTK+-2.0.
+ text layout is needed; however, most of the work on Pango was done
+ using the Gtk+ widget toolkit as a test platform. Pango forms the
+ core of text and font handling for Gtk+.
Options: none
@@ -82,7 +84,9 @@
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/gtk-doc
- %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
+ %{l_files_std} \
+ '%not %dir %{l_prefix}/lib/pkgconfig'
%files -f files
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.2359 -r1.2360 news.txt
--- openpkg-web/news.txt 22 Dec 2002 10:02:47 -0000 1.2359
+++ openpkg-web/news.txt 22 Dec 2002 10:10:29 -0000 1.2360
@@ -1,3 +1,4 @@
+22-Dec-2002: Upgraded package: P<pango-1.2.0-20021222>
22-Dec-2002: Upgraded package: P<glib2-2.2.0-20021222>
22-Dec-2002: Upgraded package: P<pkgconfig-0.14.0-20021222>
22-Dec-2002: Upgraded package: P<tsmc-5.1.5.6-20021222>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]