Hello community,

here is the log from the commit of package yast2-squid for openSUSE:Factory
checked in at Tue Oct 4 18:03:49 CEST 2011.



--------
--- openSUSE:Factory/yast2-squid/yast2-squid.changes    2011-09-23 
12:53:24.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-squid/yast2-squid.changes        
2011-09-28 23:03:20.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Sep 28 22:59:06 CEST 2011 - [email protected]
+
+- set dialog title
+- 2.21.2 
+
+-------------------------------------------------------------------
+Fri Aug  5 12:35:17 CEST 2011 - [email protected]
+
+- fixed .desktop file (bnc #681249)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-squid-2.21.1.tar.bz2

New:
----
  yast2-squid-2.21.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-squid.spec ++++++
--- /var/tmp/diff_new_pack.Apnyj6/_old  2011-10-04 18:03:44.000000000 +0200
+++ /var/tmp/diff_new_pack.Apnyj6/_new  2011-10-04 18:03:44.000000000 +0200
@@ -19,17 +19,17 @@
 
 
 Name:           yast2-squid
-Version:        2.21.1
-Release:        1
+Version:        2.21.2
+Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-squid-2.21.1.tar.bz2
+Source0:        yast2-squid-%{version}.tar.bz2
 
 Prefix:         /usr
 
 Group:          System/YaST
 License:        GPL v2 only
-Requires:       yast2
+Requires:       yast2 >= 2.21.22
 BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools
 BuildRequires:  boost-devel gcc-c++ yast2-core-devel yast2-testsuite
 
@@ -41,7 +41,7 @@
 Configuration of squid
 
 %prep
-%setup -n yast2-squid-2.21.1
+%setup -n yast2-squid-%{version}
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -86,4 +86,5 @@
 %{_libdir}/YaST2/plugin/libpy2ag_squid.so*
 /usr/share/YaST2/scrconf/*.scr
 %doc %{prefix}/share/doc/packages/yast2-squid
+
 %changelog

++++++ yast2-squid-2.21.1.tar.bz2 -> yast2-squid-2.21.2.tar.bz2 ++++++
++++ 4532 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-squid-2.21.1/Makefile.am new/yast2-squid-2.21.2/Makefile.am
--- old/yast2-squid-2.21.1/Makefile.am  2011-07-08 13:13:44.000000000 +0200
+++ new/yast2-squid-2.21.2/Makefile.am  2011-09-28 23:00:04.000000000 +0200
@@ -20,7 +20,6 @@
 IS_DEVTOOLS            = $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR           = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES           = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR           = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl    = README COPYING
@@ -155,7 +154,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 TAGVERSION      = $(Y2TOOL) tagversion
 
@@ -185,21 +184,6 @@
 check-parse:
        @echo "Not running parseycp."
 
-check-all-packages:
-       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
-               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
-       fi
-       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
-               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-       fi
-       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
-               echo;                                                   \
-               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
-               echo;                                                   \
-               false;                                                  \
-       fi
-
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-squid-2.21.1/VERSION new/yast2-squid-2.21.2/VERSION
--- old/yast2-squid-2.21.1/VERSION      2011-07-08 12:55:35.000000000 +0200
+++ new/yast2-squid-2.21.2/VERSION      2011-09-28 22:59:28.000000000 +0200
@@ -1 +1 @@
-2.21.1
+2.21.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-squid-2.21.1/config/squid.desktop 
new/yast2-squid-2.21.2/config/squid.desktop
--- old/yast2-squid-2.21.1/config/squid.desktop 2010-08-18 13:50:04.000000000 
+0200
+++ new/yast2-squid-2.21.2/config/squid.desktop 2011-09-28 22:58:28.000000000 
+0200
@@ -3,7 +3,6 @@
 Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Net_advanced;
 
 X-KDE-ModuleType=Library
-X-KDE-RootOnly=true
 X-KDE-HasReadOnlyMode=true
 X-KDE-Library=yast2
 X-SuSE-YaST-Call=squid
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-squid-2.21.1/config.h.in new/yast2-squid-2.21.2/config.h.in
--- old/yast2-squid-2.21.1/config.h.in  2011-07-08 13:13:57.000000000 +0200
+++ new/yast2-squid-2.21.2/config.h.in  2011-09-28 23:00:10.000000000 +0200
@@ -83,3 +83,6 @@
 
 /* Version number of package */
 #undef VERSION
+
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#undef size_t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-squid-2.21.1/configure.in new/yast2-squid-2.21.2/configure.in
--- old/yast2-squid-2.21.1/configure.in 2011-07-08 13:13:44.000000000 +0200
+++ new/yast2-squid-2.21.2/configure.in 2011-09-28 23:00:04.000000000 +0200
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-squid
 dnl
-dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-squid, 2.21.1, http://bugs.opensuse.org/, yast2-squid)
+AC_INIT(yast2-squid, 2.21.2, http://bugs.opensuse.org/, yast2-squid)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.21.1"
+VERSION="2.21.2"
 RPMNAME="yast2-squid"
 MAINTAINER="Jiri Srain <[email protected]>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-squid-2.21.1/libtool.m4 new/yast2-squid-2.21.2/libtool.m4
--- old/yast2-squid-2.21.1/libtool.m4   2011-07-08 13:13:50.000000000 +0200
+++ new/yast2-squid-2.21.2/libtool.m4   2011-09-28 23:00:07.000000000 +0200
@@ -1020,7 +1020,7 @@
 # to the aix ld manual.
 m4_defun([_LT_SYS_MODULE_PATH_AIX],
 [m4_require([_LT_DECL_SED])dnl
-AC_LINK_IFELSE(AC_LANG_PROGRAM,[
+AC_LINK_IFELSE([AC_LANG_PROGRAM],[
 lt_aix_libpath_sed='
     /Import File Strings/,/^$/ {
        /^0/ {
@@ -4825,9 +4825,18 @@
        # implicitly export all symbols.
         save_LDFLAGS="$LDFLAGS"
         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo 
${wl}-update_registry ${wl}/dev/null"
-        AC_LINK_IFELSE(int foo(void) {},
+        AC_LINK_IFELSE(
+          [AC_LANG_SOURCE(
+            [AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
+                          [C++], [[int foo (void) { return 0; }]],
+                          [Fortran 77], [[
+       subroutine foo
+       end]],
+                          [Fortran], [[
+       subroutine foo
+       end]])])], [
           _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO 
"X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry 
${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o 
$lib'
-        )
+        ])
         LDFLAGS="$save_LDFLAGS"
       else
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version 
$verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-squid-2.21.1/ltversion.m4 new/yast2-squid-2.21.2/ltversion.m4
--- old/yast2-squid-2.21.1/ltversion.m4 2011-07-08 13:13:51.000000000 +0200
+++ new/yast2-squid-2.21.2/ltversion.m4 2011-09-28 23:00:07.000000000 +0200
@@ -9,15 +9,15 @@
 
 # Generated from ltversion.in.
 
-# serial 3017 ltversion.m4
+# serial 3018 ltversion.m4
 # This file is part of GNU Libtool
 
 m4_define([LT_PACKAGE_VERSION], [2.2.6b])
-m4_define([LT_PACKAGE_REVISION], [1.3017])
+m4_define([LT_PACKAGE_REVISION], [1.3018])
 
 AC_DEFUN([LTVERSION_VERSION],
 [macro_version='2.2.6b'
-macro_revision='1.3017'
+macro_revision='1.3018'
 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 _LT_DECL(, macro_revision, 0)
 ])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-squid-2.21.1/src/wizards.ycp new/yast2-squid-2.21.2/src/wizards.ycp
--- old/yast2-squid-2.21.1/src/wizards.ycp      2010-08-18 13:50:05.000000000 
+0200
+++ new/yast2-squid-2.21.2/src/wizards.ycp      2011-09-28 23:01:40.000000000 
+0200
@@ -84,6 +84,7 @@
     ];
 
     Wizard::CreateDialog();
+    Wizard::SetDesktopTitleAndIcon("squid");
 
     any ret = Sequencer::Run(aliases, sequence);
 

continue with "q"...



Remember to have fun...

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

Reply via email to