Bug Fix Release #6
authorDenis Baranov <baraka@etersoft.ru>
Wed, 10 Aug 2011 09:22:09 +0000 (13:22 +0400)
committerDenis Baranov <baraka@etersoft.ru>
Thu, 11 Aug 2011 14:32:13 +0000 (18:32 +0400)
1.0.12-eter12

VERSION
configure
etersoft/wine-etersoft.spec

diff --git a/VERSION b/VERSION
index ea85f0fb36b6cb9a54fd59bb719ea6bd0264a754..6be5ac6cdf453b5e9ebbe5445f5164249a59c7f9 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-WINE@Etersoft version 1.0.12-eter11.17
+WINE@Etersoft version 1.0.12-eter12
index 93f61c3f9aae8d1784106eea8edd94e722359924..c7a039a36c2b68100e6efec7b0ab3e5b7e513af6 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for WINE@Etersoft 1.0.12-eter11.17.
+# Generated by GNU Autoconf 2.65 for WINE@Etersoft 1.0.12-eter12.
 #
 # Report bugs to <wine@etersoft.ru>.
 #
@@ -552,8 +552,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='WINE@Etersoft'
 PACKAGE_TARNAME='wine_name'
-PACKAGE_VERSION='1.0.12-eter11.17'
-PACKAGE_STRING='WINE@Etersoft 1.0.12-eter11.17'
+PACKAGE_VERSION='1.0.12-eter12'
+PACKAGE_STRING='WINE@Etersoft 1.0.12-eter12'
 PACKAGE_BUGREPORT='wine@etersoft.ru'
 PACKAGE_URL=''
 
@@ -1376,7 +1376,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 WINE@Etersoft 1.0.12-eter11.17 to adapt to many kinds of systems.
+\`configure' configures WINE@Etersoft 1.0.12-eter12 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1445,7 +1445,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of WINE@Etersoft 1.0.12-eter11.17:";;
+     short | recursive ) echo "Configuration of WINE@Etersoft 1.0.12-eter12:";;
    esac
   cat <<\_ACEOF
 
@@ -1582,7 +1582,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-WINE@Etersoft configure 1.0.12-eter11.17
+WINE@Etersoft configure 1.0.12-eter12
 generated by GNU Autoconf 2.65
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2131,7 +2131,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 WINE@Etersoft $as_me 1.0.12-eter11.17, which was
+It was created by WINE@Etersoft $as_me 1.0.12-eter12, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   $ $0 $@
@@ -18475,7 +18475,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 WINE@Etersoft $as_me 1.0.12-eter11.17, which was
+This file was extended by WINE@Etersoft $as_me 1.0.12-eter12, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -18541,7 +18541,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="\\
-WINE@Etersoft config.status 1.0.12-eter11.17
+WINE@Etersoft config.status 1.0.12-eter12
 configured by $0, generated by GNU Autoconf 2.65,
   with options \\"\$ac_cs_config\\"
 
index 4e393c2cf5184c738516311ad0f342cf56e79730..427922cbc5c05504874654114f8c08baab596ae1 100644 (file)
@@ -14,7 +14,7 @@
 
 Name: wine-etersoft
 Version: 1.0.12
-Release: alt11.17
+Release: alt12
 
 Summary: WINE@Etersoft - Environment for running Windows applications (main part)
 Summary(ru_RU.UTF-8): WINE@Etersoft - Среда для запуска программ Windows (основная часть)
@@ -404,53 +404,23 @@ strip %buildroot/%_libdir/wine/*.so*
 %_man1dir/winemaker.*
 
 %changelog
-* Fri Jul 22 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.17
+* Wed Aug 10 2011 Denis Baranov <baraka@altlinux.ru> 1.0.12-alt12
 - shell32: Put the temp directory inside the user profile directory
-
-* Tue Jul 19 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.16
 - shell32: Add resources for showing the sort direction (eterbug #7119)
-
-* Tue Jul 12 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.15
 - patch to solve bug 20630 - services written in Delphi 6: impossible to start by "net start" command
-
-* Tue Jul 05 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.14
 - include: Don't accidentally redefine a member in struct _IRP (LLVM/Clang)
-
-* Tue Jun 14 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.13
 - revert "Close a file descriptor used for locks when we need to ignore locks (eterbug #7350)."
 - server: Open file with O_RDWR instead of using special descriptor (eterbug #5798)
-
-* Tue Jun 07 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.12
 - delete Flash install from WINE@Etersoft not correct license
-
-* Tue Jun 07 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.11
 - close a file descriptor used for locks when we need to ignore locks (eterbug #7350)
-
-* Sat Jun 04 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.10
 - close file handle before running UNIX binary (eterbug #4125)
-
-* Mon May 30 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.9
 - copy file from skel-copy directory (eterbug #5225)
-
-* Mon May 30 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.8
 - revert "Copy upkey.sys for Rarus protect installer (eterbug #5225)."
-
-* Mon May 30 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.7
 - copy upkey.sys for Rarus protect installer (eterbug #5225)
-
-* Wed May 25 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.6
 - mshtml.idl: Remove superfluous asterisk
-
-* Wed May 25 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.5
 - fix installing rules for udev (eterbug #7325)
-
-* Sat May 21 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.4
 - add full comments to config file about WINEADDUSERTOCOMPNAME option (eterbug #2620)
-
-* Mon May 16 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.3
 - fix loading key drivers in case if wineprefix is created when key is plugged in
-
-* Sat May 14 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.2
 - set file locks without wineserver (eterbug #5798)
 
 * Fri Apr 22 2011 Etersoft Builder <builder@etersoft.ru> 1.0.12-alt11.1