diff options
author | Jani Välimaa <wally@mageia.org> | 2013-07-29 18:58:19 +0000 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2013-07-29 18:58:19 +0000 |
commit | df3bd7655c7cdcad75dcbec7dc877f62e5c99653 (patch) | |
tree | 31b1e29c306e95b83ad6639903d9428d9172f633 | |
parent | 8fe15d9e46d4e56db659df212fb3c7751322d292 (diff) | |
download | rpm-setup-df3bd7655c7cdcad75dcbec7dc877f62e5c99653.tar rpm-setup-df3bd7655c7cdcad75dcbec7dc877f62e5c99653.tar.gz rpm-setup-df3bd7655c7cdcad75dcbec7dc877f62e5c99653.tar.bz2 rpm-setup-df3bd7655c7cdcad75dcbec7dc877f62e5c99653.tar.xz rpm-setup-df3bd7655c7cdcad75dcbec7dc877f62e5c99653.zip |
1.1751.175
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,7 @@ -Version 1.174 - 6 July 2012, by Jani Välimaa +Version 1.175 - 29 July 2013, by Jani Välimaa +- gi-find-deps.sh: sync 'find javascript requires' code with SUSE to find versioned requires + +Version 1.174 - 6 July 2013, by Jani Välimaa - gi-find-deps.sh: handle gi.require_version('Gtk', '3.0') type requires in .py files (from SUSE) Version 1.173 - 5 July 2013, by D.Morgan diff --git a/configure.ac b/configure.ac index eca7f9c..341f8a5 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 1.174, dmorgan@mageia.org) +AC_INIT(rpm-mageia-setup, 1.175, dmorgan@mageia.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |