From a2c5f3031f5ddb38ba038855a44530961065cc9e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:34:46 +0000 Subject: [PATCH] auto-import changelog data from libgtop2-2.0.3-1.src.rpm Wed Jul 23 2003 Havoc Pennington - automated rebuild Fri Jul 18 2003 Havoc Pennington 2.0.2-1 - 2.0.2 - forward port prog_as patch - attempted fix to handle >4mb on IA32, #98676 Wed Jun 04 2003 Elliot Lee - rebuilt --- .cvsignore | 2 +- libgtop-2.0.2-prog_as.patch | 10 ++++++++++ libgtop2.spec | 23 ++++++++++++++++++----- sources | 2 +- 4 files changed, 30 insertions(+), 7 deletions(-) create mode 100644 libgtop-2.0.2-prog_as.patch diff --git a/.cvsignore b/.cvsignore index ddcab3b..56d52b2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libgtop-2.0.0.tar.bz2 +libgtop-2.0.3.tar.bz2 diff --git a/libgtop-2.0.2-prog_as.patch b/libgtop-2.0.2-prog_as.patch new file mode 100644 index 0000000..01bb9a9 --- /dev/null +++ b/libgtop-2.0.2-prog_as.patch @@ -0,0 +1,10 @@ +--- libgtop-2.0.2/configure.in.prog_as 2003-07-18 10:37:42.000000000 -0400 ++++ libgtop-2.0.2/configure.in 2003-07-18 10:37:57.000000000 -0400 +@@ -50,6 +50,7 @@ + + AC_ISC_POSIX + AC_PROG_CC ++AM_PROG_AS + AC_STDC_HEADERS + dnl AC_ARG_PROGRAM + diff --git a/libgtop2.spec b/libgtop2.spec index 2adf270..d058b68 100644 --- a/libgtop2.spec +++ b/libgtop2.spec @@ -6,9 +6,9 @@ Name: libgtop2 Summary: libgtop library (version 2) -Version: 2.0.0 -Release: 10 -License: LGPL +Version: 2.0.3 +Release: 1 +License: GPL URL: ftp://ftp.gnome.org/pub/GNOME/sources/libgtop/2.0 Group: System Environment/Libraries Source: libgtop-%{version}.tar.bz2 @@ -16,7 +16,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: glib2 >= %{glib2_version} BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: automake autoconf -Patch: libgtop-2.0.0-prog_as.patch +Patch: libgtop-2.0.2-prog_as.patch +Patch2: libgtop-2.0.2-64bit.patch %description libgtop is a library for portably obtaining information about processes, @@ -34,7 +35,8 @@ files to allow you to develop with libgtop. %prep %setup -q -n libgtop-%{version} -%patch -p1 -b .sopwith +%patch -p1 -b .prog_as +%patch2 -p1 -b .64bit libtoolize --force aclocal-1.6 @@ -87,6 +89,17 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Wed Jul 23 2003 Havoc Pennington +- automated rebuild + +* Fri Jul 18 2003 Havoc Pennington 2.0.2-1 +- 2.0.2 +- forward port prog_as patch +- attempted fix to handle >4mb on IA32, #98676 + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + * Tue Feb 11 2003 Bill Nottingham 2.0.0-10 - fix URL (#79390) diff --git a/sources b/sources index 8246809..88d13ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80cda9d8541b3e7404a65f180e98f42d libgtop-2.0.0.tar.bz2 +29e5303fa0ec3eeae61296e8715ed4a6 libgtop-2.0.3.tar.bz2