From 4308cb5b8e5e12048dfead700f34bb9a4ca8af05 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Fri, 9 Dec 2011 01:55:14 +0100 Subject: bump version to 1.1.0 --- AUTHORS | 1 + configure.in | 8 ++++---- distro/archlinux/PKGBUILD | 2 +- distro/ubuntu/build | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 354a96a..6ee473f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,2 @@ Papadimitriou Spiros +Perberos diff --git a/configure.in b/configure.in index c71c7e9..abf6d97 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([libmateweather], [2011.12.01], [https://github.com/perberos/mate-desktop-environment]) +AC_INIT([libmateweather], [1.1.0], [http://www.mate-desktop.org]) AC_PREREQ(2.59) AM_CONFIG_HEADER(config.h) @@ -33,8 +33,8 @@ AM_CONDITIONAL(OS_WIN32, [test "$mateweather_native_win32" = "yes"]) GTK_REQUIRED=2.11.0 GLIB_REQUIRED=2.13.0 LIBSOUP_REQUIRED=2.4.0 -LIBSOUP_MATE_REQUIRED=2.25.1 -MATECONF_REQUIRED=2.8.0 +LIBSOUP_MATE_REQUIRED=1.1.0 +MATECONF_REQUIRED=1.1.0 LIBXML_REQUIRED=2.6.0 AM_MAINTAINER_MODE @@ -136,7 +136,7 @@ AC_SUBST(LIBSOUP_LIBS) dnl -- check for mateconf (required) ----------------------------------------- PKG_CHECK_MODULES(MATECONF, - [mateconf-2.0 >= $MATECONF_REQUIRED]) + [mateconf-2.0]) AC_SUBST(MATECONF_CFLAGS) AC_SUBST(MATECONF_LIBS) diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD index ecb1ddd..632310a 100644 --- a/distro/archlinux/PKGBUILD +++ b/distro/archlinux/PKGBUILD @@ -1,5 +1,5 @@ pkgname=libmateweather -pkgver=2011.12.01 +pkgver=1.1.0 pkgrel=1 pkgdesc="Provides access to weather information from the net" arch=('i686' 'x86_64') diff --git a/distro/ubuntu/build b/distro/ubuntu/build index 27eff56..b362c47 100755 --- a/distro/ubuntu/build +++ b/distro/ubuntu/build @@ -2,7 +2,7 @@ # fill it pkgname=libmateweather -pkgver=2011.12.01 +pkgver=1.1.0 pkgrel=1 pkgdesc="Provides access to weather information from the net" depends=('libsoup-dev') -- cgit v1.2.1