diff options
author | jbj <devnull@localhost> | 2004-11-08 18:05:55 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-11-08 18:05:55 +0000 |
commit | 8f3b9ed6634cf571105d862613424a1ecdaf6ca6 (patch) | |
tree | 85b7722293e2e1d568f851c8d3cc700abd1ac532 | |
parent | 1727acd62d0919858cb37282b2dd9879afa4865f (diff) | |
download | librpm-tizen-8f3b9ed6634cf571105d862613424a1ecdaf6ca6.tar.gz librpm-tizen-8f3b9ed6634cf571105d862613424a1ecdaf6ca6.tar.bz2 librpm-tizen-8f3b9ed6634cf571105d862613424a1ecdaf6ca6.zip |
R++;
CVS patchset: 7556
CVS date: 2004/11/08 18:05:55
-rw-r--r-- | rpm.spec.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/rpm.spec.in b/rpm.spec.in index bbca6f435..92d9b45b8 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -20,7 +20,7 @@ Name: rpm %define version @VERSION@ Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 0.1 +Release: 0.2 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz License: GPL @@ -488,6 +488,11 @@ exit 0 %{__includedir}/popt.h %changelog +* Mon Nov 8 2004 Jeff Johnson <jbj@jbj.org> rpm-4.4-0.2 +- bump popt version to 1.10. +- attempt dependency tree breadth, take 1. +- use external libneon for http/https transport. + * Wed Oct 27 2004 Jeff Johnson <jbj@jbj.org> rpm-4.4-0.1 - pentium3/pentium4 arch support (pluto@PLD). - cpuid() cleanups for PIC/non-PIC and gcc 3.4 (pluto@PLD). |