Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/myrulib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKandrashin Denis <mail@lintest.ru>2013-07-21 14:18:21 +0400
committerKandrashin Denis <mail@lintest.ru>2013-07-21 14:22:48 +0400
commit87f2c9c946f91729752745b66153f13d8a896a96 (patch)
treee22a04cf5f14c18f33ef5194cd7ec899d7db09f6
parentc8ee425d5796469b5df77ba92d4f1c74b2710404 (diff)
Version 0.29.130.29.13
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure25
-rw-r--r--configure.in2
-rw-r--r--debian/changelog9
-rw-r--r--rpmbuild/myrulib-cr.spec2
-rw-r--r--rpmbuild/myrulib.spec2
-rwxr-xr-xubuntu.sh2
7 files changed, 35 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c60d631..4fd1ece6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
MyRuLib: свободная (бесплатная и открытая) программа для
организации домашней библиотеки (коллекции) электронных книг.
+==== Версия 0.29.12 (21.07.2013 г.) ====
+Доработки и исправление ошибок:
+* Простая компиляция программы для MacOS.
+* Размер кнопок панели инструментов изменен на стандартный.
+* Исправлена ошибка при открытии вкладок в ArchLinux.
+
==== Версия 0.29.12 (15.01.2013 г.) ====
Исправление ошибок:
* Непредсказуемое удаление книг при объединении авторов.
diff --git a/configure b/configure
index 2f3da2ae..ea9ea681 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for MyRuLib 0.29.12.
+# Generated by GNU Autoconf 2.69 for MyRuLib 0.29.13.
#
# Report bugs to <mail@lintest.ru>.
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='MyRuLib'
PACKAGE_TARNAME='myrulib'
-PACKAGE_VERSION='0.29.12'
-PACKAGE_STRING='MyRuLib 0.29.12'
+PACKAGE_VERSION='0.29.13'
+PACKAGE_STRING='MyRuLib 0.29.13'
PACKAGE_BUGREPORT='mail@lintest.ru'
PACKAGE_URL='http://myrulib.lintest.ru/'
@@ -1364,7 +1364,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures MyRuLib 0.29.12 to adapt to many kinds of systems.
+\`configure' configures MyRuLib 0.29.13 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1430,7 +1430,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of MyRuLib 0.29.12:";;
+ short | recursive ) echo "Configuration of MyRuLib 0.29.13:";;
esac
cat <<\_ACEOF
@@ -1558,7 +1558,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-MyRuLib configure 0.29.12
+MyRuLib configure 0.29.13
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1935,7 +1935,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by MyRuLib $as_me 0.29.12, which was
+It was created by MyRuLib $as_me 0.29.13, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -9281,6 +9281,13 @@ fi
+if test "$WX_MACPORT" != "0"; then
+ MACOS_COMMAND=""
+else
+ MACOS_COMMAND=""
+fi
+
+
ac_config_files="$ac_config_files Makefile"
@@ -9802,7 +9809,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by MyRuLib $as_me 0.29.12, which was
+This file was extended by MyRuLib $as_me 0.29.13, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -9865,7 +9872,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-MyRuLib config.status 0.29.12
+MyRuLib config.status 0.29.13
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.in b/configure.in
index b302cdb8..894f6a0e 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([MyRuLib],[0.29.12],[mail@lintest.ru],[myrulib],[http://myrulib.lintest.ru/])
+AC_INIT([MyRuLib],[0.29.13],[mail@lintest.ru],[myrulib],[http://myrulib.lintest.ru/])
dnl Set the minimum version of toolkit libs
dnl ========================================================
diff --git a/debian/changelog b/debian/changelog
index 80ee6043..774fecb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+myrulib (0.29.13-squeeze1) stable; urgency=low
+
+ Доработки и исправление ошибок:
+ * Простая компиляция программы для MacOS.
+ * Размер кнопок панели инструментов изменен на стандартный.
+ * Исправлена ошибка при открытии вкладок в ArchLinux.
+
+ -- Denis Kandrashin <mail@lintest.ru> Sun, 21 Jul 2013 14:06:51 +0400
+
myrulib (0.29.12-squeeze1) stable; urgency=low
Исправление ошибок:
diff --git a/rpmbuild/myrulib-cr.spec b/rpmbuild/myrulib-cr.spec
index 8a1c4f37..c76e7d1d 100644
--- a/rpmbuild/myrulib-cr.spec
+++ b/rpmbuild/myrulib-cr.spec
@@ -7,7 +7,7 @@
#
Name: myrulib-cr
-Version: 0.29.12
+Version: 0.29.13
Release: 0
License: GPL-3.0
Summary: E-Book Library Manager
diff --git a/rpmbuild/myrulib.spec b/rpmbuild/myrulib.spec
index 0ee41776..78a4e612 100644
--- a/rpmbuild/myrulib.spec
+++ b/rpmbuild/myrulib.spec
@@ -7,7 +7,7 @@
#
Name: myrulib
-Version: 0.29.12
+Version: 0.29.13
Release: 0
License: GPL-3.0
Summary: E-Book Library Manager
diff --git a/ubuntu.sh b/ubuntu.sh
index c011435b..236d81e4 100755
--- a/ubuntu.sh
+++ b/ubuntu.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-LIST="raring quantal precise oneiric natty"
+LIST="saucy raring quantal precise"
NUMBER=1