Hello community,

here is the log from the commit of package fox16 for openSUSE:Factory checked 
in at 2014-08-25 11:04:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fox16 (Old)
 and      /work/SRC/openSUSE:Factory/.fox16.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fox16"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fox16/fox16.changes      2013-09-16 
12:35:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fox16.new/fox16.changes 2014-08-25 
11:05:13.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Aug 15 13:26:25 UTC 2014 - [email protected]
+
+- update to 1.6.50:
+  + no upstream changes available
+
+-------------------------------------------------------------------

Old:
----
  fox-1.6.49.tar.bz2

New:
----
  fox-1.6.50.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fox16.spec ++++++
--- /var/tmp/diff_new_pack.ugKcKm/_old  2014-08-25 11:05:14.000000000 +0200
+++ /var/tmp/diff_new_pack.ugKcKm/_new  2014-08-25 11:05:14.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fox16
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           fox16
-Version:        1.6.49
+Version:        1.6.50
 Release:        0
 Summary:        Shared Libraries for the FOX Toolkit
 License:        LGPL-2.1+



++++++ fox-1.6.49.tar.bz2 -> fox-1.6.50.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fox-1.6.49/configure new/fox-1.6.50/configure
--- old/fox-1.6.49/configure    2013-04-07 20:52:21.000000000 +0200
+++ new/fox-1.6.50/configure    2014-05-14 06:33:43.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for fox 1.6.49.
+# Generated by GNU Autoconf 2.68 for fox 1.6.50.
 #
 # Report bugs to <[email protected]>.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='fox'
 PACKAGE_TARNAME='fox'
-PACKAGE_VERSION='1.6.49'
-PACKAGE_STRING='fox 1.6.49'
+PACKAGE_VERSION='1.6.50'
+PACKAGE_STRING='fox 1.6.50'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL=''
 
@@ -1334,7 +1334,7 @@
   # 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 fox 1.6.49 to adapt to many kinds of systems.
+\`configure' configures fox 1.6.50 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1408,7 +1408,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of fox 1.6.49:";;
+     short | recursive ) echo "Configuration of fox 1.6.50:";;
    esac
   cat <<\_ACEOF
 
@@ -1532,7 +1532,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-fox configure 1.6.49
+fox configure 1.6.50
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2253,7 +2253,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by fox $as_me 1.6.49, which was
+It was created by fox $as_me 1.6.50, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3072,7 +3072,7 @@
 
 # Define the identity of the package.
  PACKAGE='fox'
- VERSION='1.6.49'
+ VERSION='1.6.50'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3116,7 +3116,7 @@
 # Set version
 FOX_MAJOR_VERSION=1
 FOX_MINOR_VERSION=6
-FOX_PATCH_LEVEL=49
+FOX_PATCH_LEVEL=50
 
 # Binaries compiled with this patchlevel of FOX will need at least
 # version MAJOR.MINOR.INTERFACE_VERSION to run. The assertion
@@ -18787,7 +18787,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by fox $as_me 1.6.49, which was
+This file was extended by fox $as_me 1.6.50, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -18844,7 +18844,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-fox config.status 1.6.49
+fox config.status 1.6.50
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fox-1.6.49/configure.ac new/fox-1.6.50/configure.ac
--- old/fox-1.6.49/configure.ac 2013-04-07 20:51:50.000000000 +0200
+++ new/fox-1.6.50/configure.ac 2014-05-14 06:32:40.000000000 +0200
@@ -1,7 +1,7 @@
 # Version of the code
 m4_define([fox_major], [1])
 m4_define([fox_minor], [6])
-m4_define([fox_level], [49])
+m4_define([fox_level], [50])
 m4_define([fox_version],[fox_major.fox_minor.fox_level])
 
 # Init
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fox-1.6.49/include/fxver.h 
new/fox-1.6.50/include/fxver.h
--- old/fox-1.6.49/include/fxver.h      2013-04-07 21:12:36.000000000 +0200
+++ new/fox-1.6.50/include/fxver.h      2014-05-14 06:34:14.000000000 +0200
@@ -5,7 +5,7 @@
 // FOX version
 #define FOX_MAJOR  1
 #define FOX_MINOR  6
-#define FOX_LEVEL  49
+#define FOX_LEVEL  50
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fox-1.6.49/pathfinder/Makefile.wc 
new/fox-1.6.50/pathfinder/Makefile.wc
--- old/fox-1.6.49/pathfinder/Makefile.wc       2013-04-07 20:51:42.000000000 
+0200
+++ new/fox-1.6.50/pathfinder/Makefile.wc       2014-05-14 06:32:40.000000000 
+0200
@@ -31,7 +31,7 @@
 LD       = wcl386
 LDFLAGS   = -l=nt_win -x # -x = case sensitive
 INCDIRS   = -I$(TOPDIR)\include
-FOXLIB    = $(TOPDIR)\src\FOX-1.5.lib $(%WATCOM)\lib386\nt\comctl32.lib 
$(%WATCOM)\lib386\nt\wsock32.lib
+FOXLIB    = $(TOPDIR)\src\FOX-1.6.lib $(%WATCOM)\lib386\nt\comctl32.lib 
$(%WATCOM)\lib386\nt\wsock32.lib
 RESWRAP   = $(TOPDIR)\utils\reswrap.exe
 
 PROGRAMS  = PathFinder.exe
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fox-1.6.49/src/FXStat.cpp 
new/fox-1.6.50/src/FXStat.cpp
--- old/fox-1.6.49/src/FXStat.cpp       2013-04-07 20:51:42.000000000 +0200
+++ new/fox-1.6.50/src/FXStat.cpp       2014-05-14 06:32:41.000000000 +0200
@@ -218,7 +218,8 @@
       if(data.dwFileAttributes&FILE_ATTRIBUTE_HIDDEN) 
info.modeFlags|=FXIO::Hidden;
       if(data.dwFileAttributes&FILE_ATTRIBUTE_READONLY) 
info.modeFlags&=~(FXIO::OwnerWrite|FXIO::GroupWrite|FXIO::OtherWrite);
       if(data.dwFileAttributes&FILE_ATTRIBUTE_DIRECTORY) 
info.modeFlags|=FXIO::Directory|FXIO::OwnerWrite|FXIO::GroupWrite|FXIO::OtherWrite;
 else info.modeFlags|=FXIO::File;
-      if(::SHGetFileInfoW(buffer,0,&sfi,sizeof(SHFILEINFO),SHGFI_EXETYPE)==0) 
info.modeFlags&=~(FXIO::OwnerExec|FXIO::GroupExec|FXIO::OtherExec);
+      
//if(::SHGetFileInfoW(buffer,0,&sfi,sizeof(SHFILEINFO),SHGFI_EXETYPE)==0) 
info.modeFlags&=~(FXIO::OwnerExec|FXIO::GroupExec|FXIO::OtherExec);
+      if(comparecase(&file[file.length()-4],".exe")!=0) 
info.modeFlags&=~(FXIO::OwnerExec|FXIO::GroupExec|FXIO::OtherExec);
       info.userNumber=0;
       info.groupNumber=0;
       info.accessTime=fxfiletime(data.ftLastAccessTime);
@@ -235,7 +236,8 @@
       if(data.dwFileAttributes&FILE_ATTRIBUTE_HIDDEN) 
info.modeFlags|=FXIO::Hidden;
       if(data.dwFileAttributes&FILE_ATTRIBUTE_READONLY) 
info.modeFlags&=~(FXIO::OwnerWrite|FXIO::GroupWrite|FXIO::OtherWrite);
       if(data.dwFileAttributes&FILE_ATTRIBUTE_DIRECTORY) 
info.modeFlags|=FXIO::Directory|FXIO::OwnerWrite|FXIO::GroupWrite|FXIO::OtherWrite;
 else info.modeFlags|=FXIO::File;
-      
if(::SHGetFileInfoA(file.text(),0,&sfi,sizeof(SHFILEINFO),SHGFI_EXETYPE)==0) 
info.modeFlags&=~(FXIO::OwnerExec|FXIO::GroupExec|FXIO::OtherExec);
+      
//if(::SHGetFileInfoA(file.text(),0,&sfi,sizeof(SHFILEINFO),SHGFI_EXETYPE)==0) 
info.modeFlags&=~(FXIO::OwnerExec|FXIO::GroupExec|FXIO::OtherExec);
+      if(comparecase(&file[file.length()-4],".exe")!=0) 
info.modeFlags&=~(FXIO::OwnerExec|FXIO::GroupExec|FXIO::OtherExec);
       info.userNumber=0;
       info.groupNumber=0;
       info.accessTime=fxfiletime(data.ftLastAccessTime);
@@ -294,7 +296,8 @@
       if(data.dwFileAttributes&FILE_ATTRIBUTE_HIDDEN) 
info.modeFlags|=FXIO::Hidden;
       if(data.dwFileAttributes&FILE_ATTRIBUTE_READONLY) 
info.modeFlags&=~(FXIO::OwnerWrite|FXIO::GroupWrite|FXIO::OtherWrite);
       if(data.dwFileAttributes&FILE_ATTRIBUTE_DIRECTORY) 
info.modeFlags|=FXIO::Directory|FXIO::OwnerWrite|FXIO::GroupWrite|FXIO::OtherWrite;
 else info.modeFlags|=FXIO::File;
-      if(::SHGetFileInfoW(buffer,0,&sfi,sizeof(SHFILEINFO),SHGFI_EXETYPE)==0) 
info.modeFlags&=~(FXIO::OwnerExec|FXIO::GroupExec|FXIO::OtherExec);
+      
//if(::SHGetFileInfoW(buffer,0,&sfi,sizeof(SHFILEINFO),SHGFI_EXETYPE)==0) 
info.modeFlags&=~(FXIO::OwnerExec|FXIO::GroupExec|FXIO::OtherExec);
+      if(comparecase(&file[file.length()-4],".exe")!=0) 
info.modeFlags&=~(FXIO::OwnerExec|FXIO::GroupExec|FXIO::OtherExec);
       info.userNumber=0;
       info.groupNumber=0;
       info.accessTime=fxfiletime(data.ftLastAccessTime);
@@ -311,7 +314,8 @@
       if(data.dwFileAttributes&FILE_ATTRIBUTE_HIDDEN) 
info.modeFlags|=FXIO::Hidden;
       if(data.dwFileAttributes&FILE_ATTRIBUTE_READONLY) 
info.modeFlags&=~(FXIO::OwnerWrite|FXIO::GroupWrite|FXIO::OtherWrite);
       if(data.dwFileAttributes&FILE_ATTRIBUTE_DIRECTORY) 
info.modeFlags|=FXIO::Directory|FXIO::OwnerWrite|FXIO::GroupWrite|FXIO::OtherWrite;
 else info.modeFlags|=FXIO::File;
-      
if(::SHGetFileInfoA(file.text(),0,&sfi,sizeof(SHFILEINFO),SHGFI_EXETYPE)==0) 
info.modeFlags&=~(FXIO::OwnerExec|FXIO::GroupExec|FXIO::OtherExec);
+      
//if(::SHGetFileInfoA(file.text(),0,&sfi,sizeof(SHFILEINFO),SHGFI_EXETYPE)==0) 
info.modeFlags&=~(FXIO::OwnerExec|FXIO::GroupExec|FXIO::OtherExec);
+      if(comparecase(&file[file.length()-4],".exe")!=0) 
info.modeFlags&=~(FXIO::OwnerExec|FXIO::GroupExec|FXIO::OtherExec);
       info.userNumber=0;
       info.groupNumber=0;
       info.accessTime=fxfiletime(data.ftLastAccessTime);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fox-1.6.49/src/version.rc 
new/fox-1.6.50/src/version.rc
--- old/fox-1.6.49/src/version.rc       2013-04-07 21:12:36.000000000 +0200
+++ new/fox-1.6.50/src/version.rc       2014-05-14 06:34:14.000000000 +0200
@@ -1,5 +1,5 @@
 1 VERSIONINFO
-FILEVERSION 1,6,49,0
+FILEVERSION 1,6,50,0
 FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
 FILEFLAGS 0x1L
@@ -15,7 +15,7 @@
 BLOCK "040904b0"
 BEGIN
 VALUE "FileDescription", "FOX GUI Library\0"
-VALUE "FileVersion", "1,6,49.0\0"
+VALUE "FileVersion", "1,6,50.0\0"
 VALUE "LegalCopyright", "GNU Library General Public License\0"
 END
 END


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to