diff options
author | jbj <devnull@localhost> | 2005-01-18 00:10:04 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2005-01-18 00:10:04 +0000 |
commit | bdec54d9745b04f60f38ef5c4131ff53f52fd19b (patch) | |
tree | f93938dd37ee74e8f3e5432a1db1323e281977b9 | |
parent | 217c588baacf213a4570ee13e27477683baa3e88 (diff) | |
download | librpm-tizen-bdec54d9745b04f60f38ef5c4131ff53f52fd19b.tar.gz librpm-tizen-bdec54d9745b04f60f38ef5c4131ff53f52fd19b.tar.bz2 librpm-tizen-bdec54d9745b04f60f38ef5c4131ff53f52fd19b.zip |
Sanity.
CVS patchset: 7702
CVS date: 2005/01/18 00:10:04
-rw-r--r-- | CHANGES | 1 | ||||
-rw-r--r-- | rpm.spec.in | 5 |
2 files changed, 5 insertions, 1 deletions
@@ -9,6 +9,7 @@ - mac os x patches (#131943,#131944,#132924,#132926). - mac os x patches (#133611, #133612, #134637). - build against external/internal neon. + - changes to build on Mac OS X using darwinports neon/beecrypt. 4.3.3 -> 4.4: - pentium3/pentium4 arch support (pluto@PLD). diff --git a/rpm.spec.in b/rpm.spec.in index f4d888486..34d938a94 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.7 +Release: 0.8 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz License: GPL @@ -496,6 +496,9 @@ exit 0 %{__includedir}/popt.h %changelog +* Mon Jan 17 2005 Jeff Johnson <jbj@jbj.org> 4.4.1-0.8 +- changes to build on Mac OS X using darwinports neon/beecrypt. + * Sun Jan 9 2005 Jeff Johnson <jbj@jbj.org> 4.4.1-0.7 - build against external/internal neon. |