diff options
author | Jani Välimaa <wally@mageia.org> | 2013-07-31 18:50:43 +0000 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2013-07-31 18:50:43 +0000 |
commit | 23a6367888de38c25d9119d734243833f9ba2ab7 (patch) | |
tree | 7e99274a970fe7163e757a689960189b130238fe | |
parent | d6b5f4004e912c7e054a1ca4af5bd964ed5bca09 (diff) | |
download | rpm-setup-23a6367888de38c25d9119d734243833f9ba2ab7.tar rpm-setup-23a6367888de38c25d9119d734243833f9ba2ab7.tar.gz rpm-setup-23a6367888de38c25d9119d734243833f9ba2ab7.tar.bz2 rpm-setup-23a6367888de38c25d9119d734243833f9ba2ab7.tar.xz rpm-setup-23a6367888de38c25d9119d734243833f9ba2ab7.zip |
Version 1.1761.176
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Version 1.176 - 31 July 2013, by Jani Välimaa +- gi-find-deps.sh: sync more with SUSE to find typelib requires from Python scripts without .py extension (mga#10863) + 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 diff --git a/configure.ac b/configure.ac index 341f8a5..3e2384d 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.175, dmorgan@mageia.org) +AC_INIT(rpm-mageia-setup, 1.176, dmorgan@mageia.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |