synaptic-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Synaptic-devel] New release 0.31


From: Sviatoslav Sviridov
Subject: Re: [Synaptic-devel] New release 0.31
Date: Fri, 10 Jan 2003 17:26:33 +0300

On Fri, 10 Jan 2003 15:55:14 +0100
Michael Vogt <address@hidden> wrote:

> Dear Friends,
> 
> 
> I'm happy to release version 0.31 of synaptic today. 

Ooops, I'm late with tarnslation update... I started update of
translation for cvs version today morning :) It's good, that strings
from synaptic.glade are in pot now, but it seems, that there are some
strings, that should not be translated (e.g. "label58"). 

> Here are the NEWS:
> 0.31:
>  - added residual config filter
>  - added "purge" menu item (basic support)
>  - added easy way to search for pkg name or description
>  - added russian translation, chinese translation
>    (thanks to Sviatoslav Sviridov and Anthony Fok)
>  - fixed some resize problems (thanks to Laurent Bonnaud)
>  - fixed some problems with the pattern filter (thanks to Scomodo)
> 
> The rpm version is tested a bit, it compiles and works on a RH 8
> system. The problem is, that you have to build it with:
>    ./configure CXXFLAGS=" -DHAVE_RPM" ; make

To define existence and vesrion or RPM i'm using this:

======== cut =============
--- synaptic-0.25/configure.in~ 2002-11-04 16:34:09 +0200
+++ synaptic-0.25/configure.in  2002-11-04 16:34:43 +0200
@@ -65,12 +65,12 @@
 SAVE_CPPFLAGS="$CPPFLAGS"
 
 RPM_HDRS=""
-LIBS="$SAVE_LIBS -ldb-3.1 -lrpmio -lrpmdb -lz -lbz2 -lpopt"
+LIBS="$SAVE_LIBS -ldb -lrpmio -lrpmdb -lz -lbz2 -lpopt"
 CPPFLAGS="$SAVE_CPPFLAGS -I/usr/include/rpm"
 AC_CHECK_HEADER(rpm/rpmlib.h,
       [AC_CHECK_LIB(rpm,rpmdbInitIterator,
         [AC_DEFINE(HAVE_RPM) 
-         RPM_LIBS="-lrpm -ldb-3.1 -lrpmio -lrpmdb -lz -lbz2 -lpopt"
+         RPM_LIBS="-lrpm -ldb -lrpmio -lrpmdb -lz -lbz2 -lpopt"
          SAVE_CPPFLAGS="$SAVE_CPPFLAGS -I/usr/include/rpm"
         RPM_HDRS="-I/usr/include/rpm"
          rpm_version="4"])])
======== cut =============

And I have:

$ rpm -qf /usr/lib/libdb.so 
libdb4-devel-4.0.14-alt8
$ file /usr/lib/libdb.so 
/usr/lib/libdb.so: symbolic link to ../../lib/libdb-4.0.so


> The configure.in test for rpm fails on this system. As my testsystem
> is dog-slow, I didn't updated the configure.in test yet. But I would
> be more than happy to get patches for this. I havent't applied the
> patch from Sviatoslav Sviridov that enables the RGZvtInstallProgress
> for RPM based systems. I just want to check it first and I didn't had
> time, yet. But it's not forgoten Sviatoslav :)
> 
> The problem with the locales should be gone. 
> 
> Please report any bugs/problems with this release to me or the mailing
> list. 

- if open filter editor and then close it using [x] button on the window
border - filters button and combo remain disabled.
- I think its better to revert button names for "upgrade" und
"dist-upgrade". Now upgrade is "Upgrade All", but this is better used
for dist-upgrade.
- there are different strings in code and synaptic.glage. It seems that
we have different strings in pot for the same action, and therefore it
is not clean which string will be displayed.
- when without --with-pkg-hold: we have 2 horizontal lines below
"Remove" button

-- 
Sviatoslav Sviridoff
// Lintec Project/Minsk // PIN AG/Berlin //
-- 
In a great romance, each person basically plays a part that the
other really likes.
                -- Elizabeth Ashley




reply via email to

[Prev in Thread] Current Thread [Next in Thread]