[pacman-dev] CVS update of pacman-lib (4 files)
Dan McGee
dan at archlinux.org
Sat Apr 28 04:26:37 EDT 2007
Date: Saturday, April 28, 2007 @ 04:26:37
Author: dan
Path: /home/cvs-pacman/pacman-lib
Modified: NEWS (1.14 -> 1.15) configure.ac (1.39 -> 1.40)
scripts/makepkg (1.71 -> 1.72) scripts/repo-add (1.8 -> 1.9)
Bumps for pacman 3.0.3
------------------+
NEWS | 2 ++
configure.ac | 2 +-
scripts/makepkg | 2 +-
scripts/repo-add | 2 +-
4 files changed, 5 insertions(+), 3 deletions(-)
Index: pacman-lib/NEWS
diff -u pacman-lib/NEWS:1.14 pacman-lib/NEWS:1.15
--- pacman-lib/NEWS:1.14 Mon Apr 23 03:03:13 2007
+++ pacman-lib/NEWS Sat Apr 28 04:26:37 2007
@@ -1,5 +1,7 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+3.0.3 - Updated translations
+ - repo-add: fixed a desc file clobbering issue
3.0.2 - fix a bug where pre/post_remove scriptlets were not ran
- ensure ldconfig is ran in all operations
- added a few new translations, updated existing ones
Index: pacman-lib/configure.ac
diff -u pacman-lib/configure.ac:1.39 pacman-lib/configure.ac:1.40
--- pacman-lib/configure.ac:1.39 Mon Apr 23 03:03:13 2007
+++ pacman-lib/configure.ac Sat Apr 28 04:26:37 2007
@@ -3,7 +3,7 @@
AC_PREREQ(2.59)
dnl Update it right before the release since $pkgver_foo are all _post_ release snapshots
-AC_INIT([Pacman package manager], 3.0.2, [pacman-dev at archlinux.org], [pacman])
+AC_INIT([Pacman package manager], 3.0.3, [pacman-dev at archlinux.org], [pacman])
AC_LANG([C])
AC_CONFIG_HEADERS(config.h)
AC_CANONICAL_HOST
Index: pacman-lib/scripts/makepkg
diff -u pacman-lib/scripts/makepkg:1.71 pacman-lib/scripts/makepkg:1.72
--- pacman-lib/scripts/makepkg:1.71 Wed Apr 18 01:50:00 2007
+++ pacman-lib/scripts/makepkg Sat Apr 28 04:26:37 2007
@@ -25,7 +25,7 @@
# USA.
#
-myver='3.0.0'
+myver='3.0.3'
startdir=$(pwd)
BUILDSCRIPT="PKGBUILD"
Index: pacman-lib/scripts/repo-add
diff -u pacman-lib/scripts/repo-add:1.8 pacman-lib/scripts/repo-add:1.9
--- pacman-lib/scripts/repo-add:1.8 Wed Apr 25 11:00:49 2007
+++ pacman-lib/scripts/repo-add Sat Apr 28 04:26:37 2007
@@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
# USA.
-myver='3.0.0'
+myver='3.0.3'
FORCE=0
REPO_DB_FILE=""
More information about the pacman-dev
mailing list