1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-05 17:15:02 -05:00

Bumps for pacman 3.0.3

This commit is contained in:
Dan McGee 2007-04-28 08:26:37 +00:00
parent 4a6d963ae1
commit afec5e46a4
4 changed files with 5 additions and 3 deletions

2
NEWS
View File

@ -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

View File

@ -3,7 +3,7 @@ CFLAGS=""
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@archlinux.org], [pacman])
AC_INIT([Pacman package manager], 3.0.3, [pacman-dev@archlinux.org], [pacman])
AC_LANG([C])
AC_CONFIG_HEADERS(config.h)
AC_CANONICAL_HOST

View File

@ -25,7 +25,7 @@
# USA.
#
myver='3.0.0'
myver='3.0.3'
startdir=$(pwd)
BUILDSCRIPT="PKGBUILD"

View File

@ -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=""