mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-04 19:29:43 -05:00
Bumps for pacman 3.0.3
This commit is contained in:
parent
4a6d963ae1
commit
afec5e46a4
2
NEWS
2
NEWS
@ -1,5 +1,7 @@
|
|||||||
VERSION DESCRIPTION
|
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
|
3.0.2 - fix a bug where pre/post_remove scriptlets were not ran
|
||||||
- ensure ldconfig is ran in all operations
|
- ensure ldconfig is ran in all operations
|
||||||
- added a few new translations, updated existing ones
|
- added a few new translations, updated existing ones
|
||||||
|
@ -3,7 +3,7 @@ CFLAGS=""
|
|||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
dnl Update it right before the release since $pkgver_foo are all _post_ release snapshots
|
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_LANG([C])
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
myver='3.0.0'
|
myver='3.0.3'
|
||||||
startdir=$(pwd)
|
startdir=$(pwd)
|
||||||
|
|
||||||
BUILDSCRIPT="PKGBUILD"
|
BUILDSCRIPT="PKGBUILD"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
||||||
# USA.
|
# USA.
|
||||||
|
|
||||||
myver='3.0.0'
|
myver='3.0.3'
|
||||||
|
|
||||||
FORCE=0
|
FORCE=0
|
||||||
REPO_DB_FILE=""
|
REPO_DB_FILE=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user