commit binutils for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package binutils for openSUSE:Factory
checked in at Thu Apr 21 11:42:30 CEST 2011.




--- binutils/binutils.changes   2011-01-12 12:42:24.0 +0100
+++ /mounts/work_src_done/STABLE/binutils/binutils.changes  2011-04-19 
15:16:33.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 12:43:11 UTC 2011 - rguent...@novell.com
+
+- Update to binutils-2_21-branch head.  [fate#311554] [fate#311972]
+
+---
cross-alpha-binutils.changes: same change
cross-arm-binutils.changes: same change
cross-hppa-binutils.changes: same change
cross-hppa64-binutils.changes: same change
cross-i386-binutils.changes: same change
cross-ia64-binutils.changes: same change
cross-mips-binutils.changes: same change
cross-ppc-binutils.changes: same change
cross-ppc64-binutils.changes: same change
cross-s390-binutils.changes: same change
cross-s390x-binutils.changes: same change
cross-sh4-binutils.changes: same change
cross-sparc-binutils.changes: same change
cross-spu-binutils.changes: same change
cross-x86_64-binutils.changes: same change

calling whatdependson for head-i586


Old:

  binutils-2.21.tar.bz2

New:

  binutils-2.21.0.tar.bz2



Other differences:
--
++ binutils.spec ++
--- /var/tmp/diff_new_pack.hUD1x4/_old  2011-04-21 11:41:59.0 +0200
+++ /var/tmp/diff_new_pack.hUD1x4/_new  2011-04-21 11:41:59.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package binutils (Version 2.21)
+# spec file for package binutils
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -26,7 +26,7 @@
 %else
 BuildRequires:  zlib-devel
 %endif
-Version:2.21
+Version:2.21.0
 Release:1
 #
 # RUN_TESTS

cross-alpha-binutils.spec: same change
cross-arm-binutils.spec: same change
cross-hppa-binutils.spec: same change
cross-hppa64-binutils.spec: same change
cross-i386-binutils.spec: same change
cross-ia64-binutils.spec: same change
cross-mips-binutils.spec: same change
cross-ppc-binutils.spec: same change
cross-ppc64-binutils.spec: same change
cross-s390-binutils.spec: same change
cross-s390x-binutils.spec: same change
cross-sh4-binutils.spec: same change
cross-sparc-binutils.spec: same change
cross-spu-binutils.spec: same change
cross-x86_64-binutils.spec: same change
++ binutils-2.21.tar.bz2 - binutils-2.21.0.tar.bz2 ++
binutils/binutils-2.21.tar.bz2 
/mounts/work_src_done/STABLE/binutils/binutils-2.21.0.tar.bz2 differ: char 11, 
line 1

++ unit-at-a-time.patch ++
--- /var/tmp/diff_new_pack.hUD1x4/_old  2011-04-21 11:42:00.0 +0200
+++ /var/tmp/diff_new_pack.hUD1x4/_new  2011-04-21 11:42:00.0 +0200
@@ -1,15 +1,15 @@
 Index: ld/testsuite/ld-selective/selective.exp
 ===
 ld/testsuite/ld-selective/selective.exp.orig   2009-11-23 
14:02:48.0 +0100
-+++ ld/testsuite/ld-selective/selective.exp2009-11-23 14:03:08.0 
+0100
+--- ld/testsuite/ld-selective/selective.exp.orig   2011-02-10 
04:41:11.0 +0100
 ld/testsuite/ld-selective/selective.exp2011-04-19 14:54:34.0 
+0200
 @@ -59,8 +59,8 @@ set seltests {
  {A::foo() B::foo() dropme1() dropme2()} {*-*-*}}
  }
  
 -set cflags -w -O -ffunction-sections -fdata-sections
--set cxxflags -fvtable-gc -fno-exceptions -fno-rtti
+-set cxxflags -fno-exceptions -fno-rtti
 +set cflags -w -O -ffunction-sections -fdata-sections -fno-unit-at-a-time
-+set cxxflags -fvtable-gc -fno-exceptions -fno-rtti -fno-unit-at-a-time
++set cxxflags -fno-exceptions -fno-rtti -fno-unit-at-a-time
  set ldflags --gc-sections -Bstatic
  
  if [istarget mips*-*] {

++ x86-64-biarch.patch ++
--- /var/tmp/diff_new_pack.hUD1x4/_old  2011-04-21 11:42:00.0 +0200
+++ /var/tmp/diff_new_pack.hUD1x4/_new  2011-04-21 11:42:00.0 +0200
@@ -1,7 +1,7 @@
 Index: ld/emulparams/elf_i386.sh
 ===
 ld/emulparams/elf_i386.sh.orig 2009-11-23 14:02:48.0 +0100
-+++ ld/emulparams/elf_i386.sh  2009-11-23 14:03:08.0 +0100
+--- ld/emulparams/elf_i386.sh.orig 2009-07-29 16:59:23.0 +0200
 ld/emulparams/elf_i386.sh  2011-04-19 14:51:40.0 +0200
 @@ -12,4 +12,9 @@ GENERATE_SHLIB_SCRIPT=yes
  GENERATE_PIE_SCRIPT=yes
  NO_SMALL_DATA=yes
@@ -12,3 +12,4 @@
 +  *64*) LIBPATH_SUFFIX=64 ;;
 +esac
  IREL_IN_PLT=
+






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sqlite3 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory
checked in at Thu Apr 21 11:45:38 CEST 2011.




--- sqlite3/sqlite3.changes 2011-02-03 15:57:53.0 +0100
+++ /mounts/work_src_done/STABLE/sqlite3/sqlite3.changes2011-04-13 
18:11:00.0 +0200
@@ -1,0 +2,28 @@
+Wed Apr 13 16:02:10 UTC 2011 - m...@novell.com
+
+- New Version: 3.7.6.1:
+  * Added the sqlite3_wal_checkpoint_v2() interface and enhanced
+the wal_checkpoint pragma to support blocking checkpoints.
+  * Improvements to the query planner so that it makes better
+estimates of plan costs and hence does a better job of
+choosing the right plan, especially when SQLITE_ENABLE_STAT2
+is used.
+  * Fix a bug which prevented deferred foreign key constraints
+from being enforced when sqlite3_finalize() was not called
+by one statement with a failed foreign key constraint prior
+to another statement with foreign key constraints running.
+  * Integer arithmetic operations that would have resulted in
+overflow are now performed using floating-point instead.
+  * Increased the version number on the VFS object to 3 and added
+new methods xSetSysCall, xGetSysCall, and xNextSysCall used
+for doing full-coverage testing.
+  * Increase the maximum value of SQLITE_MAX_ATTACHED from 30 to
+62 (though the default value remains at 10).
+  * Added the fts4aux table
+  * Added support for compressed FTS4 content 
+  * Enhance the ANALYZE command to support the name of an index as
+its argument, in order to analyze just that one index.
+  * Added the unix-excl built-in VFS on unix and unix-like
+platforms.
+
+---

calling whatdependson for head-i586


Old:

  sqlite-autoconf-3070500.tar.bz2

New:

  sqlite-autoconf-3070601.tar.bz2



Other differences:
--
++ sqlite3.spec ++
--- /var/tmp/diff_new_pack.kHC6nb/_old  2011-04-21 11:45:17.0 +0200
+++ /var/tmp/diff_new_pack.kHC6nb/_new  2011-04-21 11:45:17.0 +0200
@@ -35,7 +35,7 @@
 Group:  Productivity/Databases/Servers
 Summary:Embeddable SQL Database Engine
 Url:http://www.sqlite.org/
-Version:3.7.5
+Version:3.7.6.1
 Release:1
 # bug437293
 %ifarch ppc64
@@ -126,7 +126,7 @@
 D. Richard Hipp d...@hwaci.com
 
 %prep
-%setup -n sqlite-autoconf-%tarversion
+%setup -q -n sqlite-autoconf-%tarversion
 
 %build
 %configure --disable-static

++ sqlite-autoconf-3070500.tar.bz2 - sqlite-autoconf-3070601.tar.bz2 ++
 35528 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit procmail for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package procmail for openSUSE:Factory
checked in at Thu Apr 21 11:46:36 CEST 2011.




--- procmail/procmail.changes   2009-12-15 11:53:56.0 +0100
+++ /mounts/work_src_done/STABLE/procmail/procmail.changes  2011-02-09 
00:25:24.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb  8 23:24:29 UTC 2011 - seife+...@b1-systems.com
+
+- the only thing that needs mimencode are the examples
+  change the Requires: mimencode to Recommends
+
+---

calling whatdependson for head-i586




Other differences:
--
++ procmail.spec ++
--- /var/tmp/diff_new_pack.Ssch49/_old  2011-04-21 11:45:50.0 +0200
+++ /var/tmp/diff_new_pack.Ssch49/_new  2011-04-21 11:45:50.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package procmail (Version 3.22)
+# spec file for package procmail
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -23,10 +23,11 @@
 Url:http://www.procmail.org/
 License:Artistic License .. ; GPLv2+
 Group:  Productivity/Networking/Email/Clients
-Requires:   /usr/bin/mimencode /bin/sed
+Requires:   /bin/sed
+Recommends: /usr/bin/mimencode
 AutoReqProv:on
 Version:3.22
-Release:242
+Release:252
 Summary:A program for local e-mail delivery
 Source: procmail-%{version}.tar.bz2
 Patch0: procmail-%{version}-mailstat.patch






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit make for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package make for openSUSE:Factory
checked in at Thu Apr 21 11:49:57 CEST 2011.




--- make/make.changes   2010-09-07 19:37:08.0 +0200
+++ /mounts/work_src_done/STABLE/make/make.changes  2011-04-19 
17:24:30.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 19 15:22:27 UTC 2011 - mh...@novell.com
+
+- make-fix_whitespace_tokenization.diff
+  Fix Savannah bug #33125 (bnc #681108):
+  Memory corruption during build of android build system.
+
+---

calling whatdependson for head-i586


New:

  make-fix_whitespace_tokenization.diff



Other differences:
--
++ make.spec ++
--- /var/tmp/diff_new_pack.9diVH5/_old  2011-04-21 11:47:14.0 +0200
+++ /var/tmp/diff_new_pack.9diVH5/_new  2011-04-21 11:47:14.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package make (Version 3.82)
+# spec file for package make
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -26,13 +26,14 @@
 PreReq: %install_info_prereq
 AutoReqProv:on
 Version:3.82
-Release:1
+Release:2
 Summary:GNU make
 Source: make-%version.tar.bz2
 Patch2: make-slowdown-parallelism.diff
 Patch3: make-disable-broken-tests.diff
 Patch4: make-savannah-bug30723-expand_makeflags_before_reexec.diff
 Patch5: make-savannah-bug30612-handling_of_archives.diff
+Patch6: make-fix_whitespace_tokenization.diff
 Patch64:make-library-search-path.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -45,6 +46,7 @@
 %patch3 -p1
 %patch4
 %patch5
+%patch6 -p1
 if [ %_lib == lib64 ]; then
 %patch64
 fi

++ make-fix_whitespace_tokenization.diff ++
Index: make-3.82/function.c
===
--- make-3.82.orig/function.c
+++ make-3.82/function.c
@@ -1133,19 +1133,14 @@ func_sort (char *o, char **argv, const c
 
   /* Find the maximum number of words we'll have.  */
   t = argv[0];
-  wordi = 1;
-  while (*t != '\0')
+  wordi = 0;
+  while ((p = find_next_token (t, len)) != 0)
 {
-  char c = *(t++);
-
-  if (! isspace ((unsigned char)c))
-continue;
-
-  ++wordi;
-
-  while (isspace ((unsigned char)*t))
-++t;
+  ++t;
+  wordi++;
 }
+  if (! wordi)
+wordi = 1;
 
   words = xmalloc (wordi * sizeof (char *));
 





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libplist for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package libplist for openSUSE:Factory
checked in at Thu Apr 21 11:52:27 CEST 2011.




--- libplist/libplist.changes   2010-12-10 16:15:11.0 +0100
+++ /mounts/work_src_done/STABLE/libplist/libplist.changes  2011-03-20 
18:46:04.0 +0100
@@ -1,0 +2,13 @@
+Sun Mar 20 18:17:36 CEST 2011 - opens...@sukimashita.com
+
+- Update to version 1.4
+  * New maintainer and source location
+  * Update AUTHORS from git history
+  * Fix Unicode writing in binary plists
+  * Update plist doctype
+  * Fix Dictionary copy constructor
+  * Fix Mac OS X library install path detection
+  * Plug memory leak when writing Unicode data
+- Remove pkgconfig patch due to upstream fixes
+
+---

calling whatdependson for head-i586


Old:

  libplist-1.3-pkgconfig.patch
  libplist-1.3.tar.bz2

New:

  libplist-1.4-pkgconfig.patch
  libplist-1.4.tar.bz2



Other differences:
--
++ libplist.spec ++
--- /var/tmp/diff_new_pack.L5rZ0Z/_old  2011-04-21 11:51:50.0 +0200
+++ /var/tmp/diff_new_pack.L5rZ0Z/_new  2011-04-21 11:51:50.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libplist (Version 1.3)
+# spec file for package libplist
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -18,11 +18,11 @@
 
 
 Name:   libplist
-Version:1.3
-Release:4
+Version:1.4
+Release:1
 License:LGPL v2.1 or GPL v2
 Summary:Library for handling Apple Binary and XML Property Lists
-Url:http://github.com/JonathanBeck/libplist
+Url:http://cgit.sukimashita.com/libplist.git
 Group:  System/Libraries
 Source: %{name}-%{version}.tar.bz2
 BuildRequires:  cmake
@@ -33,7 +33,7 @@
 BuildRequires:  swig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #remove when pkgconfig is fixed to handle Requires.private correctly
-Patch0: libplist-1.3-pkgconfig.patch
+Patch0: libplist-1.4-pkgconfig.patch
 
 %description
 libplist is a library for handling Apple Binary and XML Property Lists.
@@ -139,12 +139,12 @@
 
 %files -n libplist1
 %defattr(-,root,root)
-%doc AUTHORS COPYING.LESSER README
+%doc AUTHORS COPYING.LESSER README NEWS
 %{_libdir}/libplist.so.*
 
 %files -n libplist++1
 %defattr(-,root,root)
-%doc AUTHORS COPYING.LESSER README
+%doc AUTHORS COPYING.LESSER README NEWS
 %{_libdir}/libplist++.so.*
 
 %files -n plutil

++ libplist-1.3-pkgconfig.patch - libplist-1.4-pkgconfig.patch ++
--- libplist/libplist-1.3-pkgconfig.patch   2010-12-08 22:19:06.0 
+0100
+++ /mounts/work_src_done/STABLE/libplist/libplist-1.4-pkgconfig.patch  
2011-03-20 18:39:57.0 +0100
@@ -4,7 +4,7 @@
  Name: libplist
  Description: A library to handle Apple Property Lists whereas they are binary 
or XML
  Version: ${LIBPLIST_VERSION}
--Requires: libxml-2.0 = 2.6.30 glib-2.0 = 2.14.1
+-Requires.private: libxml-2.0 = 2.6.30 glib-2.0 = 2.14.1
 +#Requires.private: libxml-2.0 = 2.6.30 glib-2.0 = 2.14.1
  Libs: -L${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} -lplist
  Cflags: -I${CMAKE_INSTALL_PREFIX}/include

++ libplist-1.3.tar.bz2 - libplist-1.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libplist-1.3/AUTHORS new/libplist-1.4/AUTHORS
--- old/libplist-1.3/AUTHORS2010-04-18 15:30:19.0 +0200
+++ new/libplist-1.4/AUTHORS2011-03-20 17:45:21.0 +0100
@@ -1,4 +1,13 @@
+Alexander Sack
+Christophe Fergeau
+Ingmar Vanhassel
 Jonathan Beck
-Zach C.
+Julien Blache
+Martin Aumueller
 Martin Szulecki
+Matt Colyer
 Nikias Bassen
+Patrick von Reth
+Patrick Walton
+Paul Sladen
+Zach C
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libplist-1.3/CMakeLists.txt 
new/libplist-1.4/CMakeLists.txt
--- old/libplist-1.3/CMakeLists.txt 2010-04-18 15:30:19.0 +0200
+++ new/libplist-1.4/CMakeLists.txt 2011-03-20 17:45:21.0 +0100
@@ -1,7 +1,7 @@
 PROJECT( libplist )
 
 SET( LIBPLIST_VERSION_MAJOR 1 )
-SET( LIBPLIST_VERSION_MINOR 3 )
+SET( LIBPLIST_VERSION_MINOR 4 )
 SET( LIBPLIST_SOVERSION 1 )
 SET( LIBPLIST_VERSION ${LIBPLIST_VERSION_MAJOR}.${LIBPLIST_VERSION_MINOR} )
 SET( LIBPLIST_LIBVERSION ${LIBPLIST_SOVERSION}.${LIBPLIST_VERSION} )
@@ -26,7 +26,8 @@
FIND_PACKAGE( PythonLibs )
 ENDIF(ENABLE_PYTHON)
 
-INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_SOURCE_DIR}/include )
+INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_SOURCE_DIR}/include
+${CMAKE_INCLUDE_PATH})
 
 ENABLE_TESTING()
 
diff -urN '--exclude=CVS' 

commit openexr for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package openexr for openSUSE:Factory
checked in at Thu Apr 21 11:53:47 CEST 2011.




--- openexr/openexr.changes 2010-08-09 11:55:28.0 +0200
+++ /mounts/work_src_done/STABLE/openexr/openexr.changes2011-03-08 
21:52:11.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar  8 20:51:54 UTC 2011 - jeng...@medozas.de
+
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ openexr.spec ++
--- /var/tmp/diff_new_pack.sbupoL/_old  2011-04-21 11:52:40.0 +0200
+++ /var/tmp/diff_new_pack.sbupoL/_new  2011-04-21 11:52:40.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package openexr (Version 1.7.0)
+# spec file for package openexr
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -21,7 +21,7 @@
 Name:   openexr
 Summary:Utilities for work with HDR images in OpenEXR format
 Version:1.7.0
-Release:2
+Release:6
 License:BSD3c(or similar) ; GPLv2+
 Group:  Productivity/Graphics/Other
 Url:http://www.openexr.com/
@@ -119,7 +119,7 @@
--enable-large-stack \
--enable-imfexamples \
--enable-imfuzztest
-%{__make} %{?jobs:-j%jobs}
+%{__make} %{?_smp_mflags}
 
 %install
 %{makeinstall}






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libical for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package libical for openSUSE:Factory
checked in at Thu Apr 21 12:00:41 CEST 2011.




--- libical/libical.changes 2010-04-24 13:54:24.0 +0200
+++ /mounts/work_src_done/STABLE/libical/libical.changes2011-03-12 
20:13:39.0 +0100
@@ -1,0 +2,28 @@
+Fri Mar 11 20:04:22 UTC 2011 - g...@opensuse.org
+
+- update to version 0.46
+  + allow control over how components, properties and parameters
+with unknown names are handled
+  + renamed static set_zone_directory() to set_zonedir()
+  + added appropriate icaltime_* functions as methods to
+icaltimetype
+  + added icaltimetype.datetime for converting a icaltimetype to a
+python datetime
+  + added icalarray_copy for easy copying of icalarrays
+  + renamed icaltimetype.datetime to icaltimetype.as_datetime and
+added icaltimetype.from_datetime staticmethod
+  + bugfixes
+- correct licensing information
+- run autoreconf since tarball misses autconf autgenerated files
+  (sf#3072673)
+- added libical-0.46-fix-race.patch from upstream svn which fixes a
+  race in populating builtin timezone components
+- added libical-0.46-fix-fatal-error-macro-usage.patch from
+  upstream svn in order to replace broken ICAL_ERRORS_ARE_FATAL
+  preprocessor conditions with the correct check for the macros
+  value (sf#3140405)
+- added libical-0.46-fix-fatal-error-macro-usage.patch from
+  upstream svn which fixes endless loop in the recurrence
+  calculation (sf#3177380)
+
+---

calling whatdependson for head-i586


Old:

  libical-0.44.tar.bz2

New:

  libical-0.46-fix-endless-loop.patch
  libical-0.46-fix-fatal-error-macro-usage.patch
  libical-0.46-fix-race.patch
  libical-0.46.tar.bz2



Other differences:
--
++ libical.spec ++
--- /var/tmp/diff_new_pack.kjnV2H/_old  2011-04-21 11:53:59.0 +0200
+++ /var/tmp/diff_new_pack.kjnV2H/_new  2011-04-21 11:53:59.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libical (Version 0.44)
+# spec file for package libical
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   libical
@@ -23,12 +22,17 @@
 Url:http://sourceforge.net/projects/freeassociation/
 License:MPL ..
 Group:  Development/Libraries/C and C++
-AutoReqProv:on
-Version:0.44
-Release:3
+Version:0.46
+Release:1
 Summary:An Implementation of Basic iCAL Protocols
 Source: libical-%{version}.tar.bz2
 Source2:baselibs.conf
+# libical-0.46-fix-race.patch g...@opensuse.org -- Fixes a race in populating 
builtin timezone components (from upstream svn)
+Patch0: libical-0.46-fix-race.patch
+# libical-0.46-fix-fatal-error-macro-usage.patch sf#3140405 g...@opensuse.org 
-- Replace broken ICAL_ERRORS_ARE_FATAL preprocessor conditions with the 
correct check for the macros value
+Patch1: libical-0.46-fix-fatal-error-macro-usage.patch
+# libical-0.46-fix-endless-loop.patch sf#3177380 g...@opensuse.org -- Fixes 
endless loop in recurrence calculation
+Patch2: libical-0.46-fix-endless-loop.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   libical0 = %{version}
 
@@ -44,7 +48,6 @@
 Group:  Development/Libraries/C and C++
 Provides:   libical = %{version}
 Obsoletes:  libical  %{version}
-AutoReqProv:on
 
 %description -n libical0
 Libical is an open source implementation of the IETF's iCalendar
@@ -57,7 +60,6 @@
 Summary:An implementation of basic iCAL protocols
 Group:  Development/Libraries/C and C++
 Requires:   libical = %{version}
-AutoReqProv:on
 
 %description -n libical-devel
 Libical is an Open Source implementation of the IETF's iCalendar
@@ -78,10 +80,14 @@
 component properties, parameters, and subcomponents.
 
 %prep
-%setup
+%setup -q
+%patch0 -p2
+%patch1 -p2
+%patch2 -p2
 
 %build
-#autoreconf -f -i
+# triger autoreconf since the 0.46 tarball is missing autotools bootstrap files
+autoreconf -f -i
 %{configure} \
--with-bdb4 \
--with-bdb4-dir=%{_prefix} \

++ libical-0.46-fix-endless-loop.patch ++
Index: trunk/libical/src/libical/icalrecur.c
===
--- trunk/libical/src/libical/icalrecur.c   (revision 1043)
+++ trunk/libical/src/libical/icalrecur.c   (revision 1044)
@@ -361,7 +361,7 @@
 char *t, *n;
 int i=0;
 int sign = 1;
-int weekno = 0;
+

commit libgphoto2 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory
checked in at Thu Apr 21 12:05:20 CEST 2011.




--- GNOME/libgphoto2/libgphoto2.changes 2010-08-31 11:50:26.0 +0200
+++ /mounts/work_src_done/STABLE/libgphoto2/libgphoto2.changes  2011-04-19 
15:11:55.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 19 15:09:27 CEST 2011 - meiss...@suse.de
+
+- Updated to the 2.4.11 release
+  - lots of PTP fixes for Canon and Nikons.
+  - sierra mode now uses SCSI wrapping directly.
+  - fixes also in other drivers
+  - lots of new USB ids
+  - translations updates
+
+---

calling whatdependson for head-i586


Old:

  libgphoto2-2.4.10.tar.bz2

New:

  libgphoto2-2.4.11.tar.bz2



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.aEC9pc/_old  2011-04-21 12:04:56.0 +0200
+++ /var/tmp/diff_new_pack.aEC9pc/_new  2011-04-21 12:04:56.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libgphoto2 (Version 2.4.10)
+# spec file for package libgphoto2
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -30,8 +30,8 @@
 License:LGPLv2.1+
 Group:  Hardware/Camera
 Summary:A Digital Camera Library
-Version:2.4.10
-Release:2
+Version:2.4.11
+Release:1
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf
 Patch1: libgphoto2-4096files.patch
@@ -117,7 +117,6 @@
 %endif
 popd
 # udev helpers not used here.
-rm $RPM_BUILD_ROOT/usr/%_lib/udev/check-mtp-device
 rm $RPM_BUILD_ROOT/usr/%_lib/udev/check-ptp-camera
 mv doc/doxygen-output/libgphoto2-api.html apidocs 
 fn=$RPM_BUILD_ROOT/%{_libdir}/pkgconfig/libgphoto2_port.pc

++ libgphoto2-2.4.10.tar.bz2 - libgphoto2-2.4.11.tar.bz2 ++
 314695 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lcms2 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package lcms2 for openSUSE:Factory
checked in at Thu Apr 21 12:09:10 CEST 2011.




--- lcms2/lcms2.changes 2010-12-26 19:49:47.0 +0100
+++ /mounts/work_src_done/STABLE/lcms2/lcms2.changes2011-04-19 
00:15:55.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 00:15:43 CEST 2011 - r...@suse.de
+
+- fix devel package name in baselibs.conf 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lcms2.spec ++
--- /var/tmp/diff_new_pack.StfnFL/_old  2011-04-21 12:08:50.0 +0200
+++ /var/tmp/diff_new_pack.StfnFL/_new  2011-04-21 12:08:50.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lcms2 (Version 2.1)
+# spec file for package lcms2
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -24,7 +24,7 @@
 Summary:Little CMS Engine - A color managment library and tools
 Url:http://www.littlecms.com/
 Version:2.1
-Release:1
+Release:7
 
 %if 0%{?suse_version}
 BuildRequires:  libjpeg-devel libtiff-devel pkg-config zlib-devel


++ baselibs.conf ++
--- /var/tmp/diff_new_pack.StfnFL/_old  2011-04-21 12:08:50.0 +0200
+++ /var/tmp/diff_new_pack.StfnFL/_new  2011-04-21 12:08:50.0 +0200
@@ -1,6 +1,6 @@
 liblcms2-2
  provides liblcms2-targettype = version
  obsoletes liblcms2-targettype = version
-liblcms2-2-devel
+liblcms2-devel
  requires -liblcms2-targettype
  requires liblcms2-targettype = version






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit k3b for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package k3b for openSUSE:Factory
checked in at Thu Apr 21 12:13:24 CEST 2011.




--- KDE/k3b/k3b.changes 2011-02-17 15:37:09.0 +0100
+++ /mounts/work_src_done/STABLE/k3b/k3b.changes2011-04-19 
16:02:07.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 14:01:36 UTC 2011 - tittiatc...@gmail.com
+
+- Fix type in spec-file
+
+---

calling whatdependson for head-i586




Other differences:
--
++ k3b.spec ++
--- /var/tmp/diff_new_pack.rFZNpP/_old  2011-04-21 12:13:04.0 +0200
+++ /var/tmp/diff_new_pack.rFZNpP/_new  2011-04-21 12:13:04.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  flac-devel libQtWebKit-devel libdvdread-devel libvorbis-devel
 BuildRequires:  dbus-1-glib-devel libogg-devel libsamplerate-devel 
libsndfile-devel
 BuildRequires:  libmpcdec-devel libmusicbrainz-devel
-%if %{with ffmpegg}
+%if %{with ffmpeg}
 BuildRequires:  libffmpeg-devel
 %endif
 %if %{with mad}
@@ -42,7 +42,7 @@
 Summary:A Universal CD and DVD Burning Application
 Requires:   /usr/bin/cdrecord /usr/bin/mkisofs /usr/bin/cdrdao dvd+rw-tools
 Version:2.0.2
-Release:8
+Release:9
 %define rversion %version
 # svn.kde.org/home/kde/trunk/extragear/multimedia/k3b
 Source0:k3b-%{version}.tar.bz2






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wm-icons for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package wm-icons for openSUSE:Factory
checked in at Thu Apr 21 12:14:20 CEST 2011.




--- wm-icons/wm-icons.changes   2007-01-25 21:31:45.0 +0100
+++ /mounts/work_src_done/STABLE/wm-icons/wm-icons.changes  2011-04-19 
23:38:13.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 19 21:37:05 UTC 2011 - vlado.pas...@gmail.com
+
+- Fixed %{buildroot} removal in %install 
+
+---
+Tue Apr 19 17:48:07 UTC 2011 - vlado.pas...@gmail.com
+
+- version update to 0.4.0
+- fixed Url: in spec file 
+
+---

calling whatdependson for head-i586


Old:

  wm-icons-0.3.0.tar.bz2

New:

  wm-icons-0.4.0.tar.bz2



Other differences:
--
++ wm-icons.spec ++
--- /var/tmp/diff_new_pack.1rALQK/_old  2011-04-21 12:13:52.0 +0200
+++ /var/tmp/diff_new_pack.1rALQK/_new  2011-04-21 12:13:52.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package wm-icons (Version 0.3.0)
+# spec file for package wm-icons
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -19,13 +19,13 @@
 
 
 Name:   wm-icons
-License:GPL v2 or later
+License:GPLv2+
 Group:  System/X11/Icons
 AutoReqProv:on
-Version:0.3.0
-Release:594
+Version:0.4.0
+Release:1
 Summary:Window Manager Icons, themable icon distribution
-Url:http://wm-icons.sourceforge.org/
+Url:http://wm-icons.sourceforge.net/
 Source0:
http://download.sourceforge.net/wm-icons/wm-icons-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -57,9 +57,6 @@
 make
 
 %install
-if [ -n %{?buildroot} ] ; then
-   [ %{buildroot} != / ]  rm -rf %{buildroot}
-fi
 make prefix=$RPM_BUILD_ROOT%{prefix} ROOT_PREFIX=$RPM_BUILD_ROOT install
 
 %clean
@@ -73,5 +70,6 @@
 %{prefix}/bin/*
 %{prefix}/share/wm-icons
 %{prefix}/share/icons/wm-icons
+%{prefix}/man/man1/wm-icons-config.1.gz
 
 %changelog

++ wm-icons-0.3.0.tar.bz2 - wm-icons-0.4.0.tar.bz2 ++
 26911 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit spamassassin for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package spamassassin for openSUSE:Factory
checked in at Thu Apr 21 12:16:11 CEST 2011.




--- spamassassin/spamassassin.changes   2011-04-10 11:41:09.0 +0200
+++ /mounts/work_src_done/STABLE/spamassassin/spamassassin.changes  
2011-04-20 11:39:40.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 20 09:38:34 UTC 2011 - vark...@novell.com
+
+- Fix the sa-update cronjob 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ spamassassin.spec ++
--- /var/tmp/diff_new_pack.R2YJR3/_old  2011-04-21 12:15:53.0 +0200
+++ /var/tmp/diff_new_pack.R2YJR3/_new  2011-04-21 12:15:53.0 +0200
@@ -27,7 +27,7 @@
 Name:   spamassassin
 Summary:Extensible email filter which is used to identify spam
 Version:%{sa_version}
-Release:9
+Release:10
 License:Apache Software License ..
 Group:  Productivity/Networking/Email/Utilities
 AutoReqProv:on
@@ -147,7 +147,7 @@
 License:Apache License 2.0
 Group:  Development/Libraries/Perl
 Version:%{ix_version}
-Release:9
+Release:10
 %{perl_requires}
 Requires:   perl-Mail-SpamAssassin = %{sa_version}
 

++ suse.cron-sa-update ++
--- /var/tmp/diff_new_pack.R2YJR3/_old  2011-04-21 12:15:53.0 +0200
+++ /var/tmp/diff_new_pack.R2YJR3/_new  2011-04-21 12:15:53.0 +0200
@@ -8,6 +8,7 @@
 if [ $SPAM_SA_UPDATE = yes ]
 then
/usr/bin/sa-update  /dev/null
+   result=$?
 
 if [ $SPAM_SA_COMPILE = yes -a $result = 0 ] ; then
 /usr/bin/sa-compile  /dev/null






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Class-MethodMaker for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package perl-Class-MethodMaker for 
openSUSE:Factory
checked in at Thu Apr 21 12:17:37 CEST 2011.




--- perl-Class-MethodMaker/perl-Class-MethodMaker.changes   2011-03-31 
11:57:25.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Class-MethodMaker/perl-Class-MethodMaker.changes
  2011-04-21 07:24:55.0 +0200
@@ -1,0 +2,15 @@
+Thu Apr 21 05:14:32 UTC 2011 - co...@opensuse.org
+
+- updated to 2.18
+  - Fix 5.14 incompatibility - RT#66196 (Nicholas Clark)
+  - Just an intermediate release!
+(in order to get help on fixing Class::MethodMaker for 5.14)
+  - already fixed breakage with 5.13.3 (rt#66196)
+(CvGV is now an rvalue, so use CvGV_set instead of assigning
+directly -- credits to ANDK, rafl and Zefram)
+  - added test for no warnings to additionally be able to bisect
+annoying warnings since 5.13.2
+  - Stay tuned -- 2.18 will hopefully completely revitalize C:MM
+for Perl 5.13+.
+
+---

calling whatdependson for head-i586


Old:

  Class-MethodMaker-2.17.tar.gz

New:

  Class-MethodMaker-2.18.tar.gz



Other differences:
--
++ perl-Class-MethodMaker.spec ++
 727 lines (skipped)
 between perl-Class-MethodMaker/perl-Class-MethodMaker.spec
 and 
/mounts/work_src_done/STABLE/perl-Class-MethodMaker/perl-Class-MethodMaker.spec

++ Class-MethodMaker-2.17.tar.gz - Class-MethodMaker-2.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-MethodMaker-2.17/Changes 
new/Class-MethodMaker-2.18/Changes
--- old/Class-MethodMaker-2.17/Changes  2011-03-02 21:11:26.0 +0100
+++ new/Class-MethodMaker-2.18/Changes  2011-04-16 17:10:10.0 +0200
@@ -1,9 +1,12 @@
 Revision History for Class::MethodMaker (versions 2)
 
+2.18   Apr 16 2011
+- Fix 5.14 incompatibility - RT#66196 (Nicholas Clark)
+
 2.17   Mar 02 2011
 - Just an intermediate release!
   (in order to get help on fixing Class::MethodMaker for 5.14)
-- already fixed breakage with 5.13.3
+- already fixed breakage with 5.13.3 (rt#66196)
   (CvGV is now an rvalue, so use CvGV_set instead of assigning
   directly -- credits to ANDK, rafl and Zefram)
 - added test for no warnings to additionally be able to bisect
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-MethodMaker-2.17/META.yml 
new/Class-MethodMaker-2.18/META.yml
--- old/Class-MethodMaker-2.17/META.yml 2011-03-02 21:11:39.0 +0100
+++ new/Class-MethodMaker-2.18/META.yml 2011-04-16 17:14:56.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   Class-MethodMaker
-version:2.17
+version:2.18
 abstract:   a module for creating generic methods
 author:
 - Martyn J. Pearce
@@ -18,7 +18,7 @@
 directory:
 - t
 - inc
-generated_by:   ExtUtils::MakeMaker version 6.56
+generated_by:   ExtUtils::MakeMaker version 6.5601
 meta-spec:
 url:  http://module-build.sourceforge.net/META-spec-v1.4.html
 version:  1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-MethodMaker-2.17/Makefile.PL 
new/Class-MethodMaker-2.18/Makefile.PL
--- old/Class-MethodMaker-2.17/Makefile.PL  2011-03-02 20:57:39.0 
+0100
+++ new/Class-MethodMaker-2.18/Makefile.PL  2011-04-16 17:00:09.0 
+0200
@@ -47,7 +47,7 @@
 my %MakefileArgs = (
   NAME = 'Class::MethodMaker',
   DISTNAME = 'Class-MethodMaker',
-  VERSION  = '2.17',
+  VERSION  = '2.18',
   AUTHOR   = 'Martyn J. Pearce',
   LICENSE  = 'perl',
   ABSTRACT = 'a module for creating generic methods',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-MethodMaker-2.17/components/scalar.m 
new/Class-MethodMaker-2.18/components/scalar.m
--- old/Class-MethodMaker-2.17/components/scalar.m  2011-02-28 
22:34:29.0 +0100
+++ new/Class-MethodMaker-2.18/components/scalar.m  2011-04-16 
16:57:01.0 +0200
@@ -133,7 +133,8 @@
 if exists $options-{store_cb};
 
   # V1 Compatibility
-  my ($list, $key_create) = @{$options}{qw/ _value_list key_create/}
+  my ($list, $key_create);
+  ($list, $key_create) = @{$options}{qw/ _value_list key_create/}
 if exists $options-{_value_list};
 
   # the method definitions 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Class-MethodMaker-2.17/lib/Class/MethodMaker/Engine.pm 
new/Class-MethodMaker-2.18/lib/Class/MethodMaker/Engine.pm
--- old/Class-MethodMaker-2.17/lib/Class/MethodMaker/Engine.pm  2011-03-02 
21:06:04.0 +0100

commit kst for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kst for openSUSE:Factory
checked in at Thu Apr 21 12:19:19 CEST 2011.




--- KDE/kst/kst.changes 2010-12-15 19:44:14.0 +0100
+++ /mounts/work_src_done/STABLE/kst/kst.changes2011-04-18 
20:40:07.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr 18 18:36:57 UTC 2011 - ctri...@opensuse.org
+
+- Update to kst 2.0.3
+  * cmake-based build system 
+  * many improvements in the reading of ASCII files: extensive UI 
+overhaul and huge speedup 
+  * support for metadata added for netCDF files (scalar and string 
+attributes) and ASCII (units and some data-file info) 
+  * UI improvements (new icons, consistency with KDE HIG guidelines,
+some dialogs reworked) 
+  * lots of bugs and crashes fixed in less-often used parts of the code 
+
+---

calling whatdependson for head-i586


Old:

  fix-desktop.diff
  fixbuild_with_libcfitsio.diff
  kst-2.0.2.tar.bz2

New:

  kst-2.0.3.tar.bz2



Other differences:
--
++ kst.spec ++
--- /var/tmp/diff_new_pack.GnTpgF/_old  2011-04-21 12:18:06.0 +0200
+++ /var/tmp/diff_new_pack.GnTpgF/_new  2011-04-21 12:18:06.0 +0200
@@ -1,7 +1,8 @@
 #
-# spec file for package kst (Version 2.0.2)
+# spec file for package kst
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 Christian Trippe ctri...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,27 +16,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   kst
-BuildRequires:  gsl-devel kdebase4-workspace-devel libkde4-devel readline-devel
+BuildRequires:  gsl-devel readline-devel
+BuildRequires:  cmake
 BuildRequires:  libcfitsio-devel libqt4-devel update-desktop-files
+BuildRequires:  Mesa-devel
 BuildRequires:  fdupes
 BuildRequires:  libnetcdf-devel
-%if %suse_version  1130
+%if 0%{?suse_version}  1130
 BuildRequires:  getdata-devel
 %endif
 License:GPLv2+
 Group:  Productivity/Graphics/Visualization/Graph
 Summary:Real-Time Data Viewing and Plotting Tool with Basic Data 
Analysis Functionality
-Version:2.0.2
-Release:2
-Url:http://extragear.kde.org/apps/kst/
+Version:2.0.3
+Release:1
+Url:http://kst-plot.kde.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%name-%{version}.tar.bz2
-Patch:  fix-desktop.diff
-Patch1: fixbuild_with_libcfitsio.diff
 
 %description
 Kst is a data plotting and viewing program. Some of the features
@@ -73,7 +73,7 @@
 Summary:Real-Time Data Viewing and Plotting Tool with Basic Data 
Analysis Functionality
 Group:  Productivity/Scientific/Math
 Requires:   kst = %{version}
-Requires:   libkde4-devel
+Requires:   libqt4-devel
 
 %description devel
 Kst is a data plotting and viewing program. Some of the features
@@ -105,23 +105,27 @@
 George Staikos stai...@kde.org
 Andrew Walker arwal...@sumusltd.com
 Rick Chern rch...@interchange.ubc.ca
+Eli Filder e...@staikos.net
+Mike Fenton m...@staikos.net
+Matthew D Truch m...@truch.net
+Nicolas Brisset nicolas.bris...@eurocopter.com
+Ted Kisner
+The University of British Columbia
+The University of Toronto
+Sumus Technology Limited
+Peter Kümmel syntheti...@gmx.net
+Zongyi Zang
 
 %prep 
-%setup -q -n %name-%{version}
-%patch
-%patch1
+%setup -q -n kst-%{version}
 
 %build
-%ifarch x86_64
-export INSTALL_LIBDIR=lib64
-%endif 
-qmake -r ./kst.pro
-make -j3
+cmake -Dkst_rpath=0 -Dkst_install_prefix=/usr -Dkst_install_libdir=%{_lib} 
./cmake
 
 %install
-make INSTALL_ROOT=${RPM_BUILD_ROOT} install
+%make_install
+install -D -m 0644 src/images/kst.png 
$RPM_BUILD_ROOT/usr/share/icons/hicolor/32x32/apps/kst.png
 %suse_update_desktop_file kst Qt KDE Education Science Math
-%kde_post_install
 %fdupes $RPM_BUILD_ROOT
 
 %post -p /sbin/ldconfig
@@ -133,17 +137,38 @@
 
 %files
 %defattr(-,root,root)
-%dir %{_libdir}/kst  
+%dir %{_libdir}/kst2  
 %{_bindir}/kst2
-%{_bindir}/dirfile_maker_new
-%{_libdir}/libkst2app.so.*  
-%{_libdir}/libkst2math.so.*  
-%{_libdir}/libkst2lib.so.*  
-%{_libdir}/libkst2widgets.so.*
-%{_libdir}/kst/*  
+%{_libdir}/libkst*.so.*
+%{_libdir}/kst2/*
+/usr/share/icons/hicolor/32x32/apps/kst.png  
+%dir /usr/share/services/kst
+/usr/share/services/kst/*
+/usr/share/applnk/Graphics/*
+%dir /usr/share/apps/kst
+/usr/share/apps/kst/*
+/usr/share/mimelink/application/*
+/usr/share/applications/*
+%dir /usr/share/config
+%dir /usr/share/config/colors
+/usr/share/config/colors/IDL*
+/usr/share/man/man1/kst2.1.gz
+%dir /usr/share/servicetypes
+%dir 

commit klatexformula for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package klatexformula for openSUSE:Factory
checked in at Thu Apr 21 12:21:05 CEST 2011.





calling whatdependson for head-i586


Old:

  klatexformula-3.2.2.tar.bz2

New:

  klatexformula-3.2.3.tar.bz2



Other differences:
--
++ klatexformula.spec ++
--- /var/tmp/diff_new_pack.kRBhvU/_old  2011-04-21 12:19:58.0 +0200
+++ /var/tmp/diff_new_pack.kRBhvU/_new  2011-04-21 12:19:58.0 +0200
@@ -19,14 +19,6 @@
 # * Library version
 %definelibversion  3.2
 %define libversionpkgsuffix3_2
-# * Set Group corresponding to the correct openSuSE version
-%if 0%{?suse_version} = 1130
-%define texgroup Productivity/Publishing/TeX/Frontends
-%define apidocgroup Documentation/HTML
-%else
-%define texgroup Productivity/Publishing/TeX
-%define apidocgroup Development/Documentation
-%endif
 # * Set whether to compile with debug information or not, depending on ability 
to create debug packages
 %if 0%{?suse_version}  1120
 # # OpenSuse = 11.1 complains about unpackaged debug files (?), so disable 
debug information...
@@ -57,7 +49,7 @@
 #  --
 
 Name:   klatexformula
-Version:3.2.2
+Version:3.2.3
 Release:1
 Summary:An easy-to-use graphical application for generating images 
from LaTeX equations
 License:GPLv2+

++ klatexformula-3.2.2.tar.bz2 - klatexformula-3.2.3.tar.bz2 ++
 4149 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdetoys4 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kdetoys4 for openSUSE:Factory
checked in at Thu Apr 21 12:22:01 CEST 2011.




--- KDE/kdetoys4/kdetoys4.changes   2011-04-01 15:17:55.0 +0200
+++ /mounts/work_src_done/STABLE/kdetoys4/kdetoys4.changes  2011-04-12 
16:22:43.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 12 16:09:00 CEST 2011 - r...@fietze-home.de
+
+- kteatime fix for 4.6.2
+  * fix pie drawing for times larger than e.g. 60 minutes
+  *  see https://bugs.kde.org/show_bug.cgi?id=217201
+
+---

calling whatdependson for head-i586


New:

  kteatime.diff



Other differences:
--
++ kdetoys4.spec ++
--- /var/tmp/diff_new_pack.ulYfPU/_old  2011-04-21 12:21:19.0 +0200
+++ /var/tmp/diff_new_pack.ulYfPU/_new  2011-04-21 12:21:19.0 +0200
@@ -24,9 +24,10 @@
 Summary:Kdetoys Base Package
 Url:http://www.kde.org
 Version:4.6.2
-Release:1
+Release:3
 Source0:kdetoys-%version.tar.bz2
 Patch:  4_5_BRANCH.diff
+Patch1: kteatime.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 Suggests:   amor
@@ -45,6 +46,7 @@
 %prep
 %setup -q -n kdetoys-%version
 %patch
+%patch1 -p1
 
 %build
   %cmake_kde4 -d build

++ kteatime.diff ++
diff --git a/kteatime/src/toplevel.cpp b/kteatime/src/toplevel.cpp
index ca3b5ae..08b9228 100644
--- a/kteatime/src/toplevel.cpp
+++ b/kteatime/src/toplevel.cpp
@@ -246,7 +246,7 @@ void TopLevel::repaintTrayIcon()
 
 if( m_runningTeaTime  0 ) {
 p.setBrush( QColor(255, 0, 0, 190) );
-p.drawPie( rectangle, 90*16, -( 360*16 / m_runningTea.time() * 
m_runningTeaTime ) );
+   p.drawPie( rectangle, 90*16, -(360L * 16L * m_runningTeaTime) / 
m_runningTea.time() );
 }
 else if( (m_runningTeaTime * -1) % 2 == 0 ) {
p.setBrush( QColor( 255, 0, 0, 190 ) );





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdebindings4 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kdebindings4 for openSUSE:Factory
checked in at Thu Apr 21 12:23:58 CEST 2011.




--- KDE/kdebindings4/kdebindings4.changes   2011-04-03 15:53:40.0 
+0200
+++ /mounts/work_src_done/STABLE/kdebindings4/kdebindings4.changes  
2011-04-16 12:36:43.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr 16 10:14:09 UTC 2011 - ei...@heavensinferno.net
+
+- Add pykde4_fix_phonon.patch: Fixes the use of Phonon.VideoWidget
+  and Phonon.AudioOutput in Python. Fix for bugs.kde.org 188315,
+  taken from KDE SVN rev 1228245
+
+---
@@ -14 +20,0 @@
-
@@ -22 +27,0 @@
-
@@ -29 +33,0 @@
-
@@ -42 +45,0 @@
-
@@ -57 +59,0 @@
-
@@ -66 +67,0 @@
-
@@ -74 +74,0 @@
-
@@ -125 +124,0 @@
-
@@ -132 +130,0 @@
-  
--- KDE/kdebindings4/mono-kde4.changes  2011-04-01 14:11:57.0 +0200
+++ /mounts/work_src_done/STABLE/kdebindings4/mono-kde4.changes 2011-04-16 
12:49:09.0 +0200
@@ -1,0 +2,13 @@
+Sat Apr 16 10:14:09 UTC 2011 - ei...@heavensinferno.net
+
+- Add pykde4_fix_phonon.patch: Fixes the use of Phonon.VideoWidget
+  and Phonon.AudioOutput in Python. Fix for bugs.kde.org 188315,
+  taken from KDE SVN rev 1228245
+
+---
+Sun Apr  3 09:00:49 UTC 2011 - idoen...@novell.com
+
+- Add phonon_smoke_deprecated.patch: fix phonon compilation,
+  patch taken from KDE SVN revision 1208598
+
+---
@@ -8 +20,0 @@
-
@@ -16 +27,0 @@
-
@@ -23 +33,0 @@
-
@@ -36 +45,0 @@
-
@@ -51 +59,0 @@
-
@@ -60 +67,0 @@
-
@@ -68 +74,0 @@
-
@@ -119 +124,0 @@
-
@@ -126 +130,0 @@
-  
perl-kde4.changes: same change
python-kde4.changes: same change
ruby-kde4.changes: same change

calling whatdependson for head-i586


Old:

  phonon_smoke_deprecated.patch

New:

  pykde4_fix_phonon.patch



Other differences:
--
++ kdebindings4.spec ++
--- /var/tmp/diff_new_pack.vYUjRl/_old  2011-04-21 12:22:47.0 +0200
+++ /var/tmp/diff_new_pack.vYUjRl/_new  2011-04-21 12:22:47.0 +0200
@@ -32,7 +32,7 @@
 Summary:Smoke stand-alone generator for bindings for KDE 4.x libraries
 %endif
 Version:4.6.2
-Release:1
+Release:3
 Source0:kdebindings-%{version}.tar.bz2
 BuildRequires:  bash okular-devel python
 BuildRequires:  libQtWebKit-devel
@@ -58,8 +58,9 @@
 %if %is_python
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch1: pykde4_fix_pykdeuic4.patch
+# PATCH-FIX-UPSTREAM -- pykde4_fix_phonon.patch bko #188315
+Patch2: pykde4_fix_phonon.patch
 %endif
-Patch2: phonon_smoke_deprecated.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %is_base
 %define debug_package_requires libsmoke2 = %{version}-%{release}
@@ -172,8 +173,8 @@
 %patch0 -p0
 %if %is_python
 %patch1 -p0
+%patch2 -p0
 %endif
-%patch2
 
 %build
   rm -rf xparts php

++ mono-kde4.spec ++
--- /var/tmp/diff_new_pack.vYUjRl/_old  2011-04-21 12:22:47.0 +0200
+++ /var/tmp/diff_new_pack.vYUjRl/_new  2011-04-21 12:22:47.0 +0200
@@ -32,7 +32,7 @@
 Summary:Smoke stand-alone generator for bindings for KDE 4.x libraries
 %endif
 Version:4.6.2
-Release:1
+Release:2
 Source0:kdebindings-%{version}.tar.bz2
 BuildRequires:  mono-devel monodoc okular-devel
 BuildRequires:  libQtWebKit-devel
@@ -58,6 +58,8 @@
 %if %is_python
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch1: pykde4_fix_pykdeuic4.patch
+# PATCH-FIX-UPSTREAM -- pykde4_fix_phonon.patch bko #188315
+Patch2: pykde4_fix_phonon.patch
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %is_base
@@ -171,6 +173,7 @@
 %patch0 -p0
 %if %is_python
 %patch1 -p0
+%patch2 -p0
 %endif
 
 %build

perl-kde4.spec: same change
python-kde4.spec: same change
ruby-kde4.spec: same change
++ kdebindings-4.6.2.tar.bz2 ++
KDE/kdebindings4/kdebindings-4.6.2.tar.bz2 
/mounts/work_src_done/STABLE/kdebindings4/kdebindings-4.6.2.tar.bz2 differ: 
char 11, line 1

++ kdebindings4.spec.in ++
--- /var/tmp/diff_new_pack.vYUjRl/_old  2011-04-21 12:22:47.0 +0200
+++ /var/tmp/diff_new_pack.vYUjRl/_new  2011-04-21 12:22:47.0 +0200
@@ -58,6 +58,8 @@
 %if %is_python
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch1: pykde4_fix_pykdeuic4.patch
+# PATCH-FIX-UPSTREAM -- pykde4_fix_phonon.patch bko #188315
+Patch2:pykde4_fix_phonon.patch
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %is_base
@@ -164,6 +166,7 @@
 %patch0 -p0
 %if %is_python
 %patch1 -p0
+%patch2 -p0
 %endif
 
 %build

++ pykde4_fix_phonon.patch ++
Index: python/pykde4/sip/phonon/audiooutput.sip

commit gphoto for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package gphoto for openSUSE:Factory
checked in at Thu Apr 21 12:28:05 CEST 2011.




--- GNOME/gphoto/gphoto.changes 2010-08-15 20:04:19.0 +0200
+++ /mounts/work_src_done/STABLE/gphoto/gphoto.changes  2011-04-19 
15:13:29.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 19 15:13:12 CEST 2011 - meiss...@suse.de
+
+- Updated to 2.4.11
+  - minor bugfixes
+  - translation updates
+
+---

calling whatdependson for head-i586


Old:

  gphoto2-2.4.10.tar.bz2

New:

  gphoto2-2.4.11.tar.bz2



Other differences:
--
++ gphoto.spec ++
--- /var/tmp/diff_new_pack.WVCUdD/_old  2011-04-21 12:27:48.0 +0200
+++ /var/tmp/diff_new_pack.WVCUdD/_new  2011-04-21 12:27:48.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gphoto (Version 2.4.10)
+# spec file for package gphoto
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -23,7 +23,7 @@
 License:GPLv2+
 Group:  Hardware/Camera
 Summary:A Digital Camera Utility
-Version:2.4.10
+Version:2.4.11
 Release:1
 Source0:%{name}2-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ gphoto2-2.4.10.tar.bz2 - gphoto2-2.4.11.tar.bz2 ++
 93964 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bluedevil for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package bluedevil for openSUSE:Factory
checked in at Thu Apr 21 12:30:50 CEST 2011.




--- KDE/bluedevil/bluedevil.changes 2011-03-29 13:25:28.0 +0200
+++ /mounts/work_src_done/STABLE/bluedevil/bluedevil.changes2011-04-18 
23:44:16.0 +0200
@@ -1,0 +2,15 @@
+Mon Apr 18 21:43:34 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to 1.0.4:
+  * Unregister the agent correctly (important)
+  * Don’t launch the wizard if the input device doesn’t require pairing
+- Spec file updates:
+  * Changes based on rpmdevtools templates and spec-cleaner run.
+  * Removed kde4-filesystem and libpolkit-qt-devel from Buildrequires:.
+  * Changed Group: to Hardware/Other.
+  * Added obex-data-server and obexd-client in Requires:.
+  * Install preferences-system-bluetooth.png icon in KDE icondir.
+  * Updates in %files section.
+  * Minor other updates.
+
+---
@@ -38 +53 @@

+

calling whatdependson for head-i586


Old:

  bluedevil-1.0.3.tar.bz2

New:

  bluedevil-1.0.4.tar.bz2



Other differences:
--
++ bluedevil.spec ++
--- /var/tmp/diff_new_pack.oj8uGc/_old  2011-04-21 12:28:54.0 +0200
+++ /var/tmp/diff_new_pack.oj8uGc/_new  2011-04-21 12:28:54.0 +0200
@@ -20,49 +20,60 @@
 
 
 Name:   bluedevil
-BuildRequires:  kde4-filesystem libbluedevil-devel
-BuildRequires:  libkde4-devel shared-mime-info
-BuildRequires:  libpolkit-qt-devel update-desktop-files
-License:GPLv2+
-Url:http://www.kde.org
-Summary:A new bluetooth manager for KDE 4
-Group:  System/GUI/KDE
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:A new bluetooth manager for KDE 4
-Version:1.0.3
+Version:1.0.4
 Release:1
-Source0:%{name}-%version.tar.bz2
+Summary:Bluetooth Manager for KDE 4
+
+License:GPLv2+
+Url:http://www.kde.org/
+Group:  Hardware/Other
+Source0:
ftp://ftp.kde.org/pub/kde/stable/bluedevil/%{version}/src/%{name}-%{version}.tar.bz2
 Source1:preferences-system-bluetooth.png
-Requires(post): shared-mime-info
-Requires(postun):   shared-mime-info
-Recommends: %{name}-lang
-Provides:   kbluetooth = 0.4.2
-Obsoletes:  kbluetooth = 0.4.2
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
+BuildRequires:  libbluedevil-devel
+BuildRequires:  libkde4-devel
+BuildRequires:  shared-mime-info
+%if 0%{?suse_version}
+BuildRequires:  update-desktop-files
+%endif
+Requires:   obex-data-server
+Requires:   obexd-client
 %kde4_runtime_requires
+Requires(post): shared-mime-info
+Requires(postun): shared-mime-info
+Recommends: %{name}-lang = %{version}
+Provides:   kbluetooth = %{version}
+Obsoletes:  kbluetooth  %{version}
 
 %description
-Bluetooth daemon for KDE, handling connections
+Bluetooth daemon for KDE, handling connections.
 
 %lang_package
 %prep
-%setup -q -n bluedevil-%version
+%setup -q
 
 %build
-  %cmake_kde4 -d build -- -DCONFIG_INSTALL_DIR=/etc
-  %make_jobs
+%cmake_kde4 -d build
+%make_jobs
 
 %install
-  cd build
-  %makeinstall
-  install -D -m 0644 %{SOURCE1} 
$RPM_BUILD_ROOT/usr/share/pixmaps/preferences-system-bluetooth.png
-  %suse_update_desktop_file -r bluedevil-monolithic Utility DesktopUtility
-  %kde_post_install
-  cd ..
-  %find_lang %{name}
+cd build
+%kde4_makeinstall
+cd ..
+
+install -D -pm 0644 %{SOURCE1} 
%{buildroot}%{_kde4_iconsdir}/hicolor/64x64/apps/preferences-system-bluetooth.png
+
+%if 0%{?suse_version}
+%suse_update_desktop_file -r bluedevil-monolithic Qt KDE Utility DesktopUtility
+%endif
+
+%find_lang %{name}
+
+%kde_post_install
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post
 /usr/bin/update-mime-database %{_datadir}/mime  /dev/null || :
@@ -70,39 +81,33 @@
 %postun
 /usr/bin/update-mime-database %{_datadir}/mime  /dev/null || :
 
-%files lang -f %{name}.lang
-
 %files
-%defattr(-,root,root)
-%dir %_kde4_appsdir/bluedevil
-%dir %_kde4_appsdir/bluedevilwizard
-%{_libdir}/libbluedevilaction.so
-%{_kde4_modulesdir}/kded_bluedevil.so
+%defattr(-,root,root,-)
+%doc README
+%{_kde4_bindir}/bluedevil-*
 %{_kde4_modulesdir}/bluedevil*.so
-%{_kde4_modulesdir}/kcm_bluedeviladapters.so
-%{_kde4_modulesdir}/kcm_bluedevildevices.so
-%{_kde4_modulesdir}/kcm_bluedeviltransfer.so
+%{_kde4_modulesdir}/kcm_bluedevil*.so
+%{_kde4_modulesdir}/kded_bluedevil.so
+%{_kde4_modulesdir}/kded_obexftpdaemon.so
 %{_kde4_modulesdir}/kio_bluetooth.so
 %{_kde4_modulesdir}/kio_obexftp.so
-%{_kde4_modulesdir}/kded_obexftpdaemon.so
-%{_kde4_servicesdir}/kded/bluedevil.desktop
-%{_kde4_servicesdir}/bluedevil-audio.desktop

commit audacity for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package audacity for openSUSE:Factory
checked in at Thu Apr 21 12:31:35 CEST 2011.




--- audacity/audacity.changes   2010-12-28 16:35:38.0 +0100
+++ /mounts/work_src_done/STABLE/audacity/audacity.changes  2011-04-20 
08:29:51.0 +0200
@@ -1,0 +2,30 @@
+Mon Apr 18 00:00:00 CET 2011 - det...@links2linux.de
+
+- Update to version 1.3.13
+
+  * Numerous bug fixes
+- Crashes on Windows when clicking in the track or in effects dialogs.
+- Crashes on OS X when closing or quitting.
+- Warning (on by default) now provided when importing uncompressed audio
+  files and when read-directly uncompressed files are missing.
+- Full support added for later versions of the optional FFmpeg library up
+  to current FFmpeg HEAD. More compatible U-Law/A-Law exports.
+- VST effects processing restored to full speed. Hang fixed when launching
+  on OS X 10.5 PPC with VST effects present.
+- (OS X) Files imported from iTunes could create invalid characters in the
+  .aup project file. See here for help re-opening older projects that have
+  this error.
+- (Linux) Crashes or stalled recordings using the pulse device. Crashes
+  using Play-at-Speed if Audacity was configured with libsamplerate.
+  * Changes and Improvements
+- Control Toolbar renamed to Transport Toolbar. Input/output selection
+  moved from Mixer Toolbar to improved Device Toolbar (on by default).
+- New Sync-Lock Tracks feature (turned on in the Tracks menu).
+- Equalization now supports importing and exporting curves. Noise Removal
+  improvements including new option to isolate noise.
+- Improved Automatic Crash Recovery with all project changes autosaved.
+- New Extended Import Preferences for specifying audio file importers.
+- (Windows and Linux) Close button now quits on closing the last window
+  while File  Close clears to a new, empty project.
+
+---

calling whatdependson for head-i586


Old:

  _service:download_url:audacity-minsrc-1.3.12-beta.tar.bz2
  audacity-audiodevdefaults.patch
  audacity-ffmpeg_match_ext.patch
  audacity-no_exact_ffmpeg_version.patch
  audacity-nomac.patch
  audacity-retval.patch

New:

  _service:download_url:audacity-minsrc-1.3.13-beta.tar.bz2



Other differences:
--
++ audacity.spec ++
--- /var/tmp/diff_new_pack.LPwihT/_old  2011-04-21 12:31:01.0 +0200
+++ /var/tmp/diff_new_pack.LPwihT/_new  2011-04-21 12:31:01.0 +0200
@@ -53,8 +53,8 @@
 %if %{with twolame}
 BuildRequires:  libtwolame-devel
 %endif
-Version:1.3.12
-Release:8
+Version:1.3.13
+Release:1
 License:GPLv2+
 Summary:A Free, Cross-Platform Digital Audio Editor
 Url:http://audacity.sourceforge.net/
@@ -64,13 +64,6 @@
 Source2:%{name}-license-nyquist
 # PATCH-FIX-OPENSUSE %{name}-no_buildstamp.patch reddw...@opensuse.org -- this 
patch removes the buildstamp
 Patch0: %{name}-no_buildstamp.patch
-Patch5: %{name}-retval.patch
-Patch12:%{name}-audiodevdefaults.patch
-Patch13:audacity-nomac.patch
-# PATCH-FIX-OPENSUSE %{name}-ffmpeg_match_ext.patch reddw...@opensuse.org -- 
Fix ffmpeg support with versions after 2010-03-08. Upstream knows the problem 
but doesn't wants the patch right now.
-Patch14:%{name}-ffmpeg_match_ext.patch
-# PATCH-FIX-OPENSUSE %{name}-no_exact_ffmpeg_version.patch 
reddw...@opensuse.org -- remove referene to minor/micro ffmpeg versions so 
build-compare can do its work
-Patch15:%{name}-no_exact_ffmpeg_version.patch
 Patch16:%{name}-implicit.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %suse_version  1130
@@ -88,11 +81,6 @@
 %prep
 %setup -q -n %{name}-src-%{version}-beta
 %patch0
-%patch5
-%patch12 -p1
-%patch13 -p1
-%patch14
-%patch15
 %patch16
 %{__cp} %{S:2}  LICENSE_NYQUIST.txt
 

++ _service ++
--- /var/tmp/diff_new_pack.LPwihT/_old  2011-04-21 12:31:01.0 +0200
+++ /var/tmp/diff_new_pack.LPwihT/_new  2011-04-21 12:31:01.0 +0200
@@ -3,11 +3,6 @@
   service name=download_url
 param name=protocolhttp/param
 param name=hostaudacity.googlecode.com/param
-param name=path/files/audacity-minsrc-1.3.12-beta.tar.bz2/param
-  /service
-  service name=verify_file
-param 
name=file_service:download_url:audacity-minsrc-1.3.12-beta.tar.bz2/param
-param name=verifiersha256/param
-param 
name=checksumf0f55839ca3013d2e43e5114c73d195bc34503685aeab683eafca4d1bbf3b768/param
+param name=path/files/audacity-minsrc-1.3.13-beta.tar.bz2/param
   /service
 /services

++ _service:download_url:audacity-minsrc-1.3.12-beta.tar.bz2 - 
_service:download_url:audacity-minsrc-1.3.13-beta.tar.bz2 ++

commit acpid for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package acpid for openSUSE:Factory
checked in at Thu Apr 21 12:35:10 CEST 2011.





calling whatdependson for head-i586


Old:

  _service:download_url:acpid-2.0.8.tar.gz

New:

  _service:download_url:acpid-2.0.9.tar.gz



Other differences:
--
++ acpid.spec ++
--- /var/tmp/diff_new_pack.7EdjXt/_old  2011-04-21 12:34:04.0 +0200
+++ /var/tmp/diff_new_pack.7EdjXt/_new  2011-04-21 12:34:04.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   acpid
 Url:http://tedfelix.com/linux/acpid-netlink.html
-Version:2.0.8
+Version:2.0.9
 Release:1
 License:GPLv2+
 Group:  System/Daemons

++ _service ++
--- /var/tmp/diff_new_pack.7EdjXt/_old  2011-04-21 12:34:04.0 +0200
+++ /var/tmp/diff_new_pack.7EdjXt/_new  2011-04-21 12:34:04.0 +0200
@@ -2,11 +2,11 @@
   service name=download_url
 param name=protocolhttp/param
 param name=hosttedfelix.com/param
-param name=path/linux/acpid-2.0.8.tar.gz/param
+param name=path/linux/acpid-2.0.9.tar.gz/param
   /service
   service name=verify_file
-param name=file_service:download_url:acpid-2.0.8.tar.gz/param
+param name=file_service:download_url:acpid-2.0.9.tar.gz/param
 param name=verifiersha256/param
-param 
name=checksumaf1ebddef17412fc3f00994a624fbb912ebe885437c13a7e87f3142f8339ce8c/param
+param 
name=checksumf02a4931083ef52e6785c989d9d44720387c1d65a42bdcd364e3b06cd588ba65/param
   /service
-/services
\ No newline at end of file
+/services

++ _service:download_url:acpid-2.0.8.tar.gz - 
_service:download_url:acpid-2.0.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.8/Changelog new/acpid-2.0.9/Changelog
--- old/acpid-2.0.8/Changelog   2011-02-15 23:45:50.0 +0100
+++ new/acpid-2.0.9/Changelog   2011-04-15 19:12:47.0 +0200
@@ -1,4 +1,16 @@
-* Tue Feb 15 2010  Ted Felix http://www.tedfelix.com
+* Fri Apr 15 2011  Ted Felix http://www.tedfelix.com
+  - 2.0.9 release
+  - Removed newlines from acpid_log() calls and modified acpid_log() to
+no longer need newlines.  This change to acpid prevents blank lines in
+the log for versions of syslogd that preserve newlines.  (acpid.c 
+connection_list.c event.c inotify_handler.c input_layer.c netlink.c 
+proc.c sock.c)  (Michael Meskes, Ted Felix)
+  - Added fcntl() for O_NONBLOCK on the client sockets.  This prevents acpid
+from hanging if a client behaves badly.  (sock.c)  (Vasiliy Kulikov)
+From: http://www.openwall.com/lists/oss-security/2011/01/19/4
+  - Improvements to error handling.  (sock.c)  (Ted Felix)
+
+* Tue Feb 15 2011  Ted Felix http://www.tedfelix.com
   - 2.0.8 release
   - Fixed comparison between signed and unsigned integer expressions
 error with gcc 4.6.  (libnetlink.c) (Eugeni Dodonov)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.8/Makefile new/acpid-2.0.9/Makefile
--- old/acpid-2.0.8/Makefile2010-11-15 19:43:28.0 +0100
+++ new/acpid-2.0.9/Makefile2011-03-12 17:06:19.0 +0100
@@ -1,7 +1,7 @@
 # Makefile for ACPI daemon
 
 # update these numbers for new releases
-VERSION = 2.0.8
+VERSION = 2.0.9
 
 OPT = -O2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.8/TESTPLAN new/acpid-2.0.9/TESTPLAN
--- old/acpid-2.0.8/TESTPLAN2009-11-11 21:38:21.0 +0100
+++ new/acpid-2.0.9/TESTPLAN2011-03-19 03:37:20.0 +0100
@@ -5,6 +5,7 @@
 - Run all these tests with valgrind to detect memory leaks.
 - It's best to test without a window manager running (such as GNOME or KDE) as 
they tend to handle acpi events on their own and override acpid.  To bring down 
X on a system that is configured with a graphical login, there's usually an 
init script you can run.  As an example, with Debian/GNOME, log off of your 
X/GNOME session, switch to another tty (e.g. Alt-Ctrl-F1), login, and do this:
   sudo /etc/init.d/gdm stop
+  [need instructions for upstart, maybe this: sudo initctl gdm stop]
 Now X is out of the way and you can test from the console.
 - You can kill acpid with sudo killall acpid.
 - To make testing more convenient, you can run acpid from a shell as acpid 
-ld to get maximum logging.  Use Ctrl-C to stop acpid.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.8/acpid.c new/acpid-2.0.9/acpid.c
--- old/acpid-2.0.8/acpid.c 2010-11-09 22:55:28.0 +0100
+++ new/acpid-2.0.9/acpid.c 2011-03-24 12:20:59.0 +0100
@@ -116,7 +116,7 @@
exit(EXIT_FAILURE);
}

-   acpid_log(LOG_INFO, starting up with %s\n,
+   acpid_log(LOG_INFO, starting up with %s,
netlink ? 

commit qconf for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package qconf for openSUSE:Factory
checked in at Thu Apr 21 12:36:08 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/qconf/qconf.changes2011-02-19 
13:02:37.0 +0100
@@ -0,0 +1,10 @@
+---
+Sat Feb 19 13:01:44 CET 2011 - jsl...@suse.de
+
+- Fix package summary
+
+---
+Sun Jan  9 15:37:55 CET 2011 - jsl...@suse.de
+
+- Initial package
+

calling whatdependson for head-i586


New:

  qconf-1.4.99.801.tar.bz2
  qconf.changes
  qconf.spec



Other differences:
--
++ qconf.spec ++
#
# spec file for package qconf
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   qconf
Url:http://delta.affinix.com/qconf/
License:GPLv2
Group:  Development/Tools/Other
Version:1.4.99.801
Release:1
Summary:Configuration tool for qmake
Source: %{name}-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  libqt4-devel
BuildRequires:  gcc-c++

%description
QConf allows you to have a nice configure script for your qmake-based project.
It is intended for developers who don’t need (or want) to use the more complex
GNU autotools. With qconf/qmake, it is easy to maintain a cross-platform project
that uses a familiar configuration interface on unix.

%prep
%setup -q

%build
export QMAKE_CXXFLAGS=%{optflags}
./configure --prefix=%{_prefix}
make %{?jobs:-j%jobs}

%install
make INSTALL_ROOT=%{buildroot} STRIP=true install

%files
%defattr(-,root,root)
%doc COPYING README TODO
%{_bindir}/qconf
%{_datadir}/%{name}

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-distribute for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package python-distribute for 
openSUSE:Factory
checked in at Thu Apr 21 12:38:43 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/python-distribute/python-distribute.changes
2010-08-31 01:48:33.0 +0200
@@ -0,0 +1,22 @@
+---
+Mon Aug 30 18:37:30 UTC 2010 - jf...@funktronics.ca
+
+- Update to 0.6.14
+- Provide and obsolete python-setuptools to fix bnc#632805
+
+---
+Fri May  7 12:24:36 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 0.6.12;
+- Spec file cleaned with spec-cleaner.
+
+---
+Mon Dec 14 19:29:54 UTC 2009 - alexan...@exatati.com.br
+
+- Update to 0.6.10.
+
+---
+Tue Nov 10 18:25:35 UTC 2009 - jf...@funktronics.ca
+
+- Initial release
+

calling whatdependson for head-i586


New:

  distribute-0.6.14.tar.bz2
  python-distribute.changes
  python-distribute.spec



Other differences:
--
++ python-distribute.spec ++
#
# spec file for package python-distribute
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define modname distribute

Name:   python-%{modname}
Version:0.6.14
Release:1
License:PSF or ZPL
Summary:Easily Download, Build, Install, Upgrade, and Uninstall Python 
Packages
Url:http://packages.python.org/distribute/
Group:  Development/Libraries/Python
Source: %{modname}-%{version}.tar.bz2
BuildRequires:  python-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Obsoletes:  python-setuptools
Provides:   python-setuptools
%{py_requires}
%if %{?suse_version: %{suse_version}  1110} %{!?suse_version:1}
BuildArch:  noarch
%else
%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(True))}
%endif

%description
Distribute is a fork of the Setuptools project.

Distribute is intended to replace Setuptools as the standard method for working
with Python module distributions.

Author:

The fellowship of the packaging distutils-...@python.org

%prep
%setup -q -n %{modname}-%{version}
rm -f distribute.egg-info/*.orig
chmod -x {.,docs}/*.txt

%build
export CFLAGS=%{optflags}
python setup.py build

%install
python setup.py install --single-version-externally-managed --prefix=%{_prefix} 
--root=%{buildroot}
rm -f %{python_sitelib}/setuptools/*.exe

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc docs/*.txt CHANGES.txt CONTRIBUTORS.txt DEVGUIDE.txt README.txt
%{_bindir}/easy_install
%{_bindir}/easy_install-%{py_ver}
%{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info
%{python_sitelib}/easy_install.py*
%{python_sitelib}/pkg_resources.py*
%{python_sitelib}/site.py*
%{python_sitelib}/setuptools*

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Catalyst-Manual for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package perl-Catalyst-Manual for 
openSUSE:Factory
checked in at Thu Apr 21 12:40:26 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Catalyst-Manual/perl-Catalyst-Manual.changes  
2011-01-19 13:43:57.0 +0100
@@ -0,0 +1,6 @@
+---
+Wed Jan 19 12:09:52 UTC 2011 - co...@novell.com
+
+- initial package 5.8005
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Catalyst-Manual-5.8005.tar.bz2
  perl-Catalyst-Manual.changes
  perl-Catalyst-Manual.spec



Other differences:
--
++ perl-Catalyst-Manual.spec ++
#
# spec file for package perl-Catalyst-Manual
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   perl-Catalyst-Manual
Version:5.8005
Release:1
License:GPL+ or Artistic
%define cpan_name Catalyst-Manual
Summary:The Catalyst developer's manual
Url:http://search.cpan.org/dist/Catalyst-Manual/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/Z/ZA/ZARQUON/Catalyst-Manual-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
sorry, no description found

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes README TODO

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Carp-Always for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package perl-Carp-Always for openSUSE:Factory
checked in at Thu Apr 21 12:41:19 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Carp-Always/perl-Carp-Always.changes  
2011-01-14 12:31:02.0 +0100
@@ -0,0 +1,6 @@
+---
+Fri Jan 14 11:30:38 UTC 2011 - co...@novell.com
+
+- initial package 0.09
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Carp-Always-0.09.tar.bz2
  perl-Carp-Always.changes
  perl-Carp-Always.spec



Other differences:
--
++ perl-Carp-Always.spec ++
#
# spec file for package perl-Carp-Always
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   perl-Carp-Always
Version:0.09
Release:1
License:GPL+ or Artistic
%define cpan_name Carp-Always
Summary:Warns and dies noisily with stack backtraces
Url:http://search.cpan.org/dist/Carp-Always/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/F/FE/FERREIRA/Carp-Always-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl(Carp)
BuildRequires:  perl(Test::Base)
BuildRequires:  perl(Test::Pod) = 1.18
BuildRequires:  perl(Test::Pod::Coverage) = 1.04
BuildRequires:  perl
BuildRequires:  perl-macros
Requires:   perl(Carp)
Requires:   perl(Test::Base)
Requires:   perl(Test::Pod) = 1.18
Requires:   perl(Test::Pod::Coverage) = 1.04
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
This module is meant as a debugging aid. It can be used to make a script
complain loudly with stack backtraces when warn()ing or die()ing.

Here are how stack backtraces produced by this module looks:

  # it works for explicit die's and warn's
  $ perl -MCarp::Always -e 'sub f { die arghh }; sub g { f }; g'
  arghh at -e line 1
  main::f() called at -e line 1
  main::g() called at -e line 1

  # it works for interpreter-thrown failures
  $ perl -MCarp::Always -w -e 'sub f { $a = shift; @a = @$a };' \
   -e 'sub g { f(undef) }; g'
  Use of uninitialized value in array dereference at -e line 1
  main::f('undef') called at -e line 2
  main::g() called at -e line 2

In the implementation, the 'Carp' module does the heavy work, through
'longmess()'. The actual implementation sets the signal hooks
'$SIG{__WARN__}' and '$SIG{__DIE__}' to emit the stack backtraces.

Oh, by the way, 'carp' and 'croak' when requiring/using the 'Carp' module
are also made verbose, behaving like 'cloak' and 'confess', respectively.

EXPORT
Nothing at all is exported.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes README

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit armadillo for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory
checked in at Thu Apr 21 12:42:47 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/armadillo/armadillo.changes2011-03-23 
17:31:00.0 +0100
@@ -0,0 +1,10 @@
+---
+Wed Mar 23 16:32:17 UTC 2011 - badshah...@gmail.com
+
+- Spec file cleanup 
+
+---
+Wed Mar 23 02:00:39 UTC 2011 - badshah...@gmail.com
+
+- Initial package (following spec file from fedora)
+

calling whatdependson for head-i586


New:

  armadillo-1.1.90.tar.bz2
  armadillo.changes
  armadillo.spec



Other differences:
--
++ armadillo.spec ++
#
# spec file for package armadillo
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   armadillo
Version:1.1.90
Release:1
License:LGPLv3+
Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
Url:http://arma.sourceforge.net/
Group:  Development/Libraries/C and C++
Source: %{name}-%{version}.tar.bz2
BuildRequires:  blas
BuildRequires:  boost-devel
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRequires:  lapack
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Armadillo is a C++ linear algebra library (matrix maths)
aiming towards a good balance between speed and ease of use.
Integer, floating point and complex numbers are supported,
as well as a subset of trigonometric and statistics functions.
Various matrix decompositions are provided through optional
integration with LAPACK and ATLAS libraries.
A delayed evaluation approach is employed (during compile time)
to combine several operations into one and reduce (or eliminate)
the need for temporaries. This is accomplished through recursive
templates and template meta-programming.
This library is useful if C++ has been decided as the language
of choice (due to speed and/or integration capabilities), rather
than another language like Matlab or Octave.

%package -n libarmadillo1
License:LGPLv3+
Summary:Shared libraries for armadillo
Group:  Development/Libraries/C and C++

%description -n libarmadillo1
Armadillo is a C++ linear algebra library (matrix maths)
aiming towards a good balance between speed and ease of use.
Integer, floating point and complex numbers are supported,
as well as a subset of trigonometric and statistics functions.
Various matrix decompositions are provided through optional
integration with LAPACK and ATLAS libraries.
A delayed evaluation approach is employed (during compile time)
to combine several operations into one and reduce (or eliminate)
the need for temporaries. This is accomplished through recursive
templates and template meta-programming.
This library is useful if C++ has been decided as the language
of choice (due to speed and/or integration capabilities), rather
than another language like Matlab or Octave.

This package provides the shared libraries for armadillo.

%package devel
License:LGPLv3+
Summary:Development headers and documentation for the Armadillo C++ 
library
Group:  Development/Libraries/C and C++
Requires:   blas
Requires:   boost-devel
Requires:   lapack
Requires:   libarmadillo1 = %{version}
Requires:   libstdc++-devel

%description devel
Armadillo is a C++ linear algebra library (matrix maths)
aiming towards a good balance between speed and ease of use.
Integer, floating point and complex numbers are supported,
as well as a subset of trigonometric and statistics functions.
Various matrix decompositions are provided through optional
integration with LAPACK and ATLAS libraries.
A delayed evaluation approach is employed (during compile time)
to combine several operations into one and reduce (or eliminate)
the need for temporaries. This is accomplished through recursive
templates and template meta-programming.
This library is useful if C++ has been decided as the language
of choice (due to speed and/or integration capabilities), rather
than another language like Matlab or Octave.

This package contains 

commit arpwatch-ethercodes for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Thu Apr 21 12:44:11 CEST 2011.




--- AUTO/all/arpwatch-ethercodes/arpwatch-ethercodes.changes2011-04-14 
10:40:08.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-04-21 11:40:10.0 +0200
@@ -2 +2 @@
-Thu Apr 14 10:40:08 CEST 2011 - autobu...@suse.de
+Thu Apr 21 11:40:10 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-04-14
+- automated update on 2011-04-21

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.HHKlxs/_old  2011-04-21 12:43:58.0 +0200
+++ /var/tmp/diff_new_pack.HHKlxs/_new  2011-04-21 12:43:58.0 +0200
@@ -25,7 +25,7 @@
 Group:  Productivity/Networking/Diagnostic
 AutoReqProv:on
 Summary:Ethercodes Data for arpwatch
-Version:2011.4.14
+Version:2011.4.21
 Release:1
 Source: http://standards.ieee.org/regauth/oui/oui.txt.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt.bz2 ++
 617 lines (skipped)
 between oui.txt.bz2
 and /mounts/work_src_done/STABLE/arpwatch-ethercodes/oui.txt.bz2






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit aaa_base for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory
checked in at Thu Apr 21 13:21:04 CEST 2011.




--- aaa_base/aaa_base.changes   2011-04-15 17:45:40.0 +0200
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes  2011-04-21 
11:14:28.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 21 09:13:49 UTC 2011 - wer...@suse.de
+
+- Start blogd only once at boot
+
+---

calling whatdependson for head-i586




Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.eo580b/_old  2011-04-21 13:20:25.0 +0200
+++ /var/tmp/diff_new_pack.eo580b/_new  2011-04-21 13:20:25.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   aaa_base
 Version:11.5
-Release:5
+Release:69
 License:GPLv2+
 Group:  System/Fhs
 Url:http://gitorious.org/opensuse/aaa_base

++ aaa_base.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/init.d/boot 
new/aaa_base/files/etc/init.d/boot
--- old/aaa_base/files/etc/init.d/boot  2011-04-15 17:26:52.0 +0200
+++ new/aaa_base/files/etc/init.d/boot  2011-04-21 11:05:12.0 +0200
@@ -29,6 +29,18 @@
 export CONSOLE REDIRECT
 
 #
+# Check real terminal line
+#
+if test -z $REDIRECT ; then
+if (echo -n  /dev/tty) 2/dev/null ; then
+   REDIRECT=/dev/tty
+else
+   REDIRECT=/dev/console
+fi
+DO_BLOGD=no
+fi
+
+#
 # Configuration and coloring of the boot messages
 #
 
@@ -53,11 +65,11 @@
 # Save old terminal settings and set -nl to avoid staircase
 # effect, do not lock scrolling, and avoid break characters.
 #
-otty=$(stty -g)
+otty=$(stty -g  $REDIRECT)
 if test $FLOW_CONTROL = yes ; then
-stty -nl  ixon ignbrk -brkint
+stty -nl  ixon ignbrk -brkint  $REDIRECT
 else
-stty -nl -ixon ignbrk -brkint
+stty -nl -ixon ignbrk -brkint  $REDIRECT
 fi
 
 echo -n System Boot Control: 
@@ -168,16 +180,8 @@
 # Start blogd, requires /proc and /dev/pts.
 # Export the real device in variable REDIRECT.
 #
-if test -z $REDIRECT ; then
-if (echo -n  /dev/tty) 2/dev/null ; then
-   REDIRECT=/dev/tty
-else
-   REDIRECT=/dev/console
-fi
-else
-if test $DO_BLOGD = yes ; then
-   /sbin/blogd $REDIRECT
-fi
+if test $DO_BLOGD = yes ; then
+/sbin/blogd $REDIRECT
 fi
 
 #
@@ -301,11 +305,6 @@
 test -s /lib/bootcycle/stats  . /lib/bootcycle/stats
 
 #
-# Stop blogd
-#
-killproc -QUIT /sbin/blogd
-
-#
 # Remember for master resource script
 #
 if test $DO_CONFIRM = yes ; then
@@ -321,7 +320,7 @@
 #
 # Restore old terminal settings
 #
-stty $otty
+stty $otty  $REDIRECT
 
 #
 # Let YaST2 finish its installation, if you installed with YaST2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/init.d/rc 
new/aaa_base/files/etc/init.d/rc
--- old/aaa_base/files/etc/init.d/rc2011-04-15 17:26:52.0 +0200
+++ new/aaa_base/files/etc/init.d/rc2011-04-21 11:05:12.0 +0200
@@ -115,6 +115,18 @@
 export CONSOLE REDIRECT
 
 #
+# Check real terminal line
+#
+if test -z $REDIRECT ; then
+if (echo -n  /dev/tty) 2/dev/null ; then
+   REDIRECT=/dev/tty
+else
+   REDIRECT=/dev/console
+fi
+DO_BLOGD=no
+fi
+
+#
 # Set I/O of this script and its childs to console
 #
 exec 0 $CONSOLE 10 20
@@ -191,26 +203,18 @@
 # Save old terminal settings and set -nl to avoid staircase
 # effect, do not lock scrolling, and avoid break characters.
 #
-otty=$(stty -g)
+otty=$(stty -g  $REDIRECT)
 if test $FLOW_CONTROL = yes ; then
-stty -nl  ixon ignbrk -brkint
+stty -nl  ixon ignbrk -brkint  $REDIRECT
 else
-stty -nl -ixon ignbrk -brkint
+stty -nl -ixon ignbrk -brkint  $REDIRECT
 fi
 
 #
 # Start blogd if not in single user mode
 #
-if test -z $REDIRECT ; then
-if (echo -n  /dev/tty) 2/dev/null ; then
-   REDIRECT=/dev/tty
-else
-   REDIRECT=/dev/console
-fi
-else
-if test $DO_BLOGD = yes; then
-   /sbin/blogd $REDIRECT
-fi
+if test $DO_BLOGD = yes; then
+/sbin/start_daemon /sbin/blogd $REDIRECT
 fi
 
 if test $DO_CONFIRM = yes ; then
@@ -434,7 +438,7 @@
 #
 # Restore old terminal settings
 #
-stty $otty
+stty $otty  $REDIRECT
 
 #
 # For the first logon on a virtual console.






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit accountsservice for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package accountsservice for openSUSE:Factory
checked in at Thu Apr 21 13:21:43 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/accountsservice/accountsservice.changes
2011-04-21 11:22:19.0 +0200
@@ -0,0 +1,87 @@
+---
+Mon Apr 11 13:41:00 UTC 2011 - fcro...@novell.com
+
+- Add pkgconfig(systemd) to BuildRequires and package systemd
+  configuration file for accountsservice.
+
+---
+Tue Apr  5 11:18:12 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.6.8:
+  + use same rules for parsing booleans from gdm config as gdm.
+
+---
+Wed Mar 23 10:25:27 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.6.7:
+  + Fix call to useradd for normal users
+  + Correct free array of groups
+  + Updated translations
+- Changes from version 0.6.6:
+  + Make it possible to disable user icon
+  + Drop Supervised user role
+  + Use wheel instead of desktop_admin_r as admin group
+since that's what everyone uses for this purpose anyway.
+  + Crasher fixes
+  + Misc distro integration fixes
+  + Updated translations
+- Changes from version 0.6.5:
+  + No longer return excluded users from cached listings
+  + Add a --debug command line option
+  + Use proper dbus proxy for settings api in client lib
+  + Expose XSession property over bus
+- Enforce dependency on main package in library package by changing
+  Recommends to Requires.
+- Add a rpmlintrc to ignore security-related rpmlint warnings that
+  make the build fail on Factory. This needs to get removed when
+  entering Factory, though.
+
+---
+Thu Mar  3 11:52:55 CET 2011 - vu...@opensuse.org
+
+- Cleanup for inclusion in Factory.
+
+---
+Thu Feb 17 18:05:00 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.6.4:
+  - fix typo in HomeDirectory property
+  - fix bug in asynchronous loading code
+  - drop some random g_print's
+- Changes from version 0.6.3:
+  + Add more getters to client library
+  + Add an initial cut at a setter api
+  + Add XSession property type
+- Changes from version 0.6.2:
+  + Remove the unused UserChanged signal
+  + Add a small client library, based on code from gdm
+  + Don't use gnome-common
+  + Use the user-administration privilege for autologin changes
+- Changes from version 0.6.1:
+  + Always emit the changed signal when setting user photo
+  + Install systemd unit files
+  + Translation updates
+- Changes from version 0.6:
+  + Always require user-administration privilege when setting a
+password or changing a username
+  + Allow changing password mode and password even when the
+account is locked, and unlock it as a side-effect
+  + Use /etc/shadow to store account locking and 'set password at
+next login' information and monitor /etc/shadow for changes
+  + Set loginuid when runing commands on behalf of a user to
+generate proper audit records
+  + Drop SetIconData and make SetIconFile copy the file when 
+appropriate.  As a consequence, the service no longer links 
+against image libraries.
+  + Various other robustness and error-handling fixes
+- Changes from version 0.5:
+  + Make initial user list call work
+  + Avoid extraneous commandline parsing
+- Package directories used by daemon to store user data:
+  /var/lib/AccountsService and subdirectories.
+
+---
+Sat Jan 30 13:12:53 CET 2010 - captain.mag...@opensuse.org
+
+- New package (version 0.4).
+

calling whatdependson for head-i586


New:

  accountsservice-0.6.8.tar.bz2
  accountsservice-rpmlintrc
  accountsservice.changes
  accountsservice.spec



Other differences:
--
++ accountsservice.spec ++
#
# spec file for package accountsservice
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   accountsservice
Version:0.6.8
Release:1
License:GPLv3+

commit archivemail for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package archivemail for openSUSE:Factory
checked in at Thu Apr 21 13:22:24 CEST 2011.




--- archivemail/archivemail.changes 2010-08-20 17:02:10.0 +0200
+++ /mounts/work_src_done/STABLE/archivemail/archivemail.changes
2011-04-01 19:18:58.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr  1 17:17:56 UTC 2011 - g...@opensuse.org
+
+- update to version 0.8.2
+  * bugfixes
+
+---

calling whatdependson for head-i586


Old:

  archivemail-0.8.0.tar.gz

New:

  archivemail-0.8.2.tar.gz



Other differences:
--
++ archivemail.spec ++
--- /var/tmp/diff_new_pack.yziFGN/_old  2011-04-21 13:21:14.0 +0200
+++ /var/tmp/diff_new_pack.yziFGN/_new  2011-04-21 13:21:14.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package archivemail (Version 0.8.0)
+# spec file for package archivemail
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -20,7 +20,7 @@
 
 Name:   archivemail
 BuildRequires:  python-devel
-Version:0.8.0
+Version:0.8.2
 Release:1
 Group:  Productivity/Networking/Email/Utilities
 License:GPLv2+

++ archivemail-0.8.0.tar.gz - archivemail-0.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/archivemail-0.8.0/CHANGELOG 
new/archivemail-0.8.2/CHANGELOG
--- old/archivemail-0.8.0/CHANGELOG 2010-08-09 13:27:51.0 +0200
+++ new/archivemail-0.8.2/CHANGELOG 2010-10-16 18:57:45.0 +0200
@@ -1,3 +1,13 @@
+version 0.8.2   - 16 October 2010
+
+  * IMAP: don't prepend NAMESPACE prefix to INBOX and its children.
+Closes: #3083236.
+
+version 0.8.1   - 30 September 2010
+
+  * IMAP: fixed handling of LIST replies by the server where the mailbox name
+is not a quoted string. (Thanks Karsten Müller)
+
 Version 0.8.0   - 9 August 2010
 
   * Fixed date header parsing to be precise with timezone information.  Also,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/archivemail-0.8.0/PKG-INFO 
new/archivemail-0.8.2/PKG-INFO
--- old/archivemail-0.8.0/PKG-INFO  2010-08-09 13:38:25.0 +0200
+++ new/archivemail-0.8.2/PKG-INFO  2010-10-16 18:58:52.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: archivemail
-Version: 0.8.0
+Version: 0.8.2
 Summary: archive and compress old email
 Home-page: http://archivemail.sourceforge.net/
 Author: Nikolaus Schulz, Peter Poeml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/archivemail-0.8.0/archivemail 
new/archivemail-0.8.2/archivemail
--- old/archivemail-0.8.0/archivemail   2010-08-09 11:51:05.0 +0200
+++ new/archivemail-0.8.2/archivemail   2010-10-16 18:57:57.0 +0200
@@ -24,7 +24,7 @@
 
 
 # global administrivia 
-__version__ = archivemail v0.8.0
+__version__ = archivemail v0.8.2
 __copyright__ = \
 Copyright (C) 2002  Paul Rodger p...@paulrodger.com
   (C) 2006  Peter Poeml po...@suse.de,
@@ -1410,6 +1410,21 @@
 
 ###  IMAP  functions  ###
 
+def imap_quote(astring):
+Quote an IMAP `astring' string (see RFC 3501, section Formal 
Syntax).
+if astring.startswith('') and astring.endswith(''):
+quoted = astring
+else:
+quoted = '' + astring.replace('\\', '').replace('', '\\') + ''
+return quoted
+
+def imap_unquote(quoted):
+Un-quote a `quoted' IMAP string (see RFC 3501, section Formal 
Syntax).
+if not (quoted.startswith('') and quoted.endswith('')):
+unquoted = quoted
+else:
+unquoted = re.sub(r'\\(\\|)', r'\1', quoted[1:-1])
+return unquoted
 
 def parse_imap_url(url): 
 Parse IMAP URL and return username, password (if appliciable), 
servername
@@ -1462,7 +1477,7 @@
 server says '%s' % response[0])
 
 # Response should be a list of strings like 
-# '(\\Noselect \\HasChildren) . boxname'
+# '(\\Noselect \\HasChildren) . boxname'
 # We parse only the first list item and just grab the delimiter. 
 m = re.match(r'\([^\)]*\) (?Pdelim.|NIL)', response[0])
 if not m: 
@@ -1505,7 +1520,7 @@
 vprint(examining imap folder '%s' read-only % mailbox)
 else:
 vprint(selecting imap folder '%s' % mailbox)
-result, response = srv.select(mailbox, roflag)
+result, response = srv.select(imap_quote(mailbox), roflag)
 if result != 'OK':
 unexpected_error(selecting '%s' failed; server says: '%s'. \
 % (mailbox, response[0]))
@@ -1533,12 +1548,12 @@
 

commit aria2 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package aria2 for openSUSE:Factory
checked in at Thu Apr 21 13:22:54 CEST 2011.




--- aria2/aria2.changes 2011-01-20 02:38:24.0 +0100
+++ /mounts/work_src_done/STABLE/aria2/aria2.changes2011-03-18 
22:05:48.0 +0100
@@ -1,0 +2,11 @@
+Fri Mar 18 20:52:26 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.11.0:
+  * adds a JSON-RPC interface
+  * 2 new options were added:
++ --retry-wait
++ --async-dns-server
+  * fixes the bug that caused a segmentation fault when unpausing downloads in
+  * some situations
+
+---
@@ -11 +22,2 @@
-  * fixes the bug in which aria2 wrongly determines a peer as a seeder and 
drops connection in the seed state
+  * fixes the bug in which aria2 wrongly determines a peer as a seeder and
+drops connection in the seed state
@@ -15 +27,3 @@
-+ don't send announce_peer message with empty token in DHTPeerLookupTask; 
replace old node ID with new node ID when response message is received in 
DHTAbstractNodeLookupTask
++ don't send announce_peer message with empty token in DHTPeerLookupTask;
+  replace old node ID with new node ID when response message is received in
+  DHTAbstractNodeLookupTask
@@ -18 +32,2 @@
-+ fixed the bug that peer is marked as seeder whenever it sends extension 
handshake with metadata size
++ fixed the bug that peer is marked as seeder whenever it sends extension
+  handshake with metadata size
@@ -24 +39,2 @@
-  * fixes compile error that occurs when the system does not have fallocate() 
but has posix_fallocate()
+  * fixes compile error that occurs when the system does not have fallocate()
+but has posix_fallocate()
@@ -33 +49,2 @@
-  * aria2 now passes the number of files and file path in addition to the GID 
to commands specified in the --on-download-* options
+  * aria2 now passes the number of files and file path in addition to the GID
+to commands specified in the --on-download-* options
@@ -40 +57,2 @@
-  * fixes the bug that prevented downloading files larger than 4GB on 32-bit 
systems
+  * fixes the bug that prevented downloading files larger than 4GB on 32-bit
+systems
@@ -42 +60,2 @@
-  * improper use of the return value of vsnprintf was fixed, which caused 
segmentation fault when formatting strings more than 1024 characters long
+  * improper use of the return value of vsnprintf was fixed, which caused
+segmentation fault when formatting strings more than 1024 characters long
@@ -48 +67,2 @@
-  * fixes the bug in which file allocation is enabled in HTTP even if 
--file-allocation=none is specified
+  * fixes the bug in which file allocation is enabled in HTTP even if
+--file-allocation=none is specified
@@ -54,2 +74,4 @@
-  * fixes the bug in which aria2 hangs when the FTP server does not send the 
226 Transfer Complete message
-  * fixes the bug in which the time used in file allocation is taken into 
account when calculating download speed
+  * fixes the bug in which aria2 hangs when the FTP server does not send the
+226 Transfer Complete message
+  * fixes the bug in which the time used in file allocation is taken into
+account when calculating download speed
@@ -57,2 +79,5 @@
-  * the comments and name in the .torrent file in an XML-RPC response are also 
percent-encoded if they are not UTF-8
-  * a warning message when CA certificates are not imported is not printed in 
the console; instead, it is shown when a certificate verification error 
actually occurs
+  * the comments and name in the .torrent file in an XML-RPC response are also
+percent-encoded if they are not UTF-8
+  * a warning message when CA certificates are not imported is not printed in
+the console; instead, it is shown when a certificate verification error
+actually occurs
@@ -69,2 +94,4 @@
-  * adds the short option -x for the --max-connection-per-server option and -k 
for the --min-split-size option
-  * adds the --max-download-result=NUM option: this option sets the maximum 
number of download results kept in memory, and the default value is 1000
+  * adds the short option -x for the --max-connection-per-server option and -k
+for the --min-split-size option
+  * adds the --max-download-result=NUM option: this option sets the maximum
+number of download results kept in memory, and the default value is 1000
@@ -73 +100,2 @@
-  * fixes the bug in which aria2 reports an error and exits with non-zero 
status when a file is already downloaded and a checksum is available
+  * fixes the bug in which aria2 reports an error and exits with non-zero
+status when a file is already downloaded and a checksum is available
@@ -76,2 +104,4 @@
-  * fixes the bug that prevented HTTP redirect from working when multiple 
files were downloaded from the same host at the same time
-  * for netrc, aria2 now performs a domain match if the machine name defined 

commit asl for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package asl for openSUSE:Factory
checked in at Thu Apr 21 13:23:30 CEST 2011.




--- asl/asl.changes 2010-06-18 15:03:47.0 +0200
+++ /mounts/work_src_done/STABLE/asl/asl.changes2011-04-05 
10:42:00.0 +0200
@@ -1,0 +2,32 @@
+Tue Apr  5 08:40:52 UTC 2011 - jreu...@novell.com
+
+- Fix build on SLE_10
+
+---
+Wed Mar 30 15:19:07 UTC 2011 - jreu...@novell.com
+
+- Split off documentation to asl-doc package
+
+---
+Wed Mar 30 14:05:08 UTC 2011 - jreu...@novell.com
+
+- Don't strip binaries, again
+
+---
+Wed Mar 30 13:36:25 UTC 2011 - jreu...@novell.com
+
+- Change of version scheme to include revision tags
+- Update to rev 1.12
+  * add LaticeMico8, XGATE, 2650, COP4, RS08, Atari Vector
+  * correct length check on KCPSM3 registers
+  * add named temporary symbols
+  * further strcpy() fixes
+- Consolidate patches
+
+---
+Tue Mar 29 13:45:31 UTC 2011 - jreu...@novell.com
+
+- Replace strcpy() of overlapping strings with memmove() (bnc#683199)
+- Refactor hppa patch for zero fuzziness
+
+---

calling whatdependson for head-i586


Old:

  asl-DESTDIR.patch
  asl-current-142-bld35.tar.bz2
  asl-current.dif
  asl-gcc4.patch
  asl-hppa.patch
  asl-ppc64.patch

New:

  asl-buildfixes.patch
  asl-current-142-1.22.tar.bz2
  asl-sle10-compilefix.patch



Other differences:
--
++ asl.spec ++
--- /var/tmp/diff_new_pack.mvqcGc/_old  2011-04-21 13:22:35.0 +0200
+++ /var/tmp/diff_new_pack.mvqcGc/_new  2011-04-21 13:22:35.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package asl (Version 1.42build35)
+# spec file for package asl
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -20,18 +20,15 @@
 
 Name:   asl
 BuildRequires:  gcc-c++ libpng texlive-latex xorg-x11 xorg-x11-devel
-Url:http://john.ccac.rwth-aachen.de:8000/as/index.html
-Version:1.42build35
-Release:243
+Url:http://john.ccac.rwth-aachen.de:8000/as/
+Version:1.42_1.22
+Release:1
 Group:  Development/Languages/Other
 License:GPLv2+
 Summary:Macro Assembler AS
-Source: asl-current-142-bld35.tar.bz2
-Patch:  asl-current.dif
-Patch1: asl-ppc64.patch
-Patch2: asl-DESTDIR.patch
-Patch3: asl-gcc4.patch
-Patch4: asl-hppa.patch
+Source: asl-current-142-1.22.tar.bz2
+Patch:  asl-buildfixes.patch
+Patch1: asl-sle10-compilefix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,7 +37,18 @@
 and single-board computers, you also find CPU families that are used in
 workstations and PCs in the target list.
 
+Authors:
+
+Alfred Arnold alf...@ccac.rwth-aachen.de
 
+%package doc
+License:GPLv2+
+Summary:Documentation for the AS macro assembler
+Group:  Documentation/Other
+
+%description doc
+AS is a portable macro cross-assembler for a variety of microprocessors
+and controllers. This package contains the documentation for it.
 
 Authors:
 
@@ -48,27 +56,28 @@
 
 %prep
 %setup -q -n asl-current
-%patch
+%patch -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p0
-%patch4 -p1
 
 %build
 make CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
 make CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing docs
-if test $ABUILD_RUN_TEST_SUITES = true ; then
-make test
-fi
+
+%check
+make test
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+make install PREFIX=$RPM_BUILD_ROOT
 
-%files
+%files doc
 %defattr(-,root,root)
-%doc COPYING README README.LANGS TODO BENCHES
+%doc README.LANGS BENCHES
 %doc doc/as-EN.txt doc/as-EN.html doc/as-EN.ps doc/as-EN.dvi
 %doc doc/as-DE.txt doc/as-DE.html doc/as-DE.ps doc/as-DE.dvi
+
+%files
+%defattr(-,root,root)
+%doc COPYING README TODO
 /usr/bin/asl
 /usr/bin/alink
 /usr/bin/p2bin
@@ -93,6 +102,8 @@
 /usr/include/asl/regavr.inc
 /usr/include/asl/regcop8.inc
 /usr/include/asl/reggp32.inc
+/usr/include/asl/reghc08jb.inc
+/usr/include/asl/reghc08q.inc
 /usr/include/asl/reghc12.inc
 /usr/include/asl/regm16c.inc
 /usr/include/asl/regmsp.inc

++ asl-buildfixes.patch ++
diff -Nurp asl-current.orig/doc_DE/as.tex asl-current.work/doc_DE/as.tex
--- asl-current.orig/doc_DE/as.tex  2010-12-12 00:00:21.0 +0100
+++ asl-current.work/doc_DE/as.tex  2011-03-30 

commit exim for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package exim for openSUSE:Factory
checked in at Thu Apr 21 13:25:17 CEST 2011.




--- exim/exim.changes   2011-02-04 23:21:53.0 +0100
+++ /mounts/work_src_done/STABLE/exim/exim.changes  2011-03-10 
19:42:25.0 +0100
@@ -1,0 +2,6 @@
+Thu Mar 10 18:30:11 UTC 2011 - po...@cmdline.net
+
+- postgresql-enabled build when build_with_pgsql is defined (which is done in a
+  linked package named server:mail/exim-postgresql)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ exim.spec ++
--- /var/tmp/diff_new_pack.vNkVTj/_old  2011-04-21 13:24:15.0 +0200
+++ /var/tmp/diff_new_pack.vNkVTj/_new  2011-04-21 13:24:15.0 +0200
@@ -41,11 +41,15 @@
 PreReq: %insserv_prereq %fillup_prereq /usr/sbin/useradd fileutils 
textutils
 %endif
 Version:4.74
-Release:1
+Release:8
 %if %{?build_with_mysql:1}0
 BuildRequires:  mysql-devel
 Provides:   exim = %version
 %endif
+%if %{?build_with_pgsql:1}0
+BuildRequires:  postgresql-devel
+Provides:   exim = %version
+%endif
 Summary:The Exim Mail Transfer Agent, a Replacement for sendmail
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: exim-%{version}.tar.bz2
@@ -59,7 +63,7 @@
 Source31:   eximstats.conf
 Patch:  exim-4.12-tail.patch
 Patch1: aa097c4c00f62487128d74f65c521f9e877b184f.diff
-%if !%{?build_with_mysql:1}0
+%if !%{?build_with_mysql:1}0  !%{?build_with_pgsql:1}0 
 
 %package -n eximon
 License:GPLv2+
@@ -88,7 +92,7 @@
 
 Philip Hazel p...@cus.cam.ac.uk
 
-%if !%{?build_with_mysql:1}0
+%if !%{?build_with_mysql:1}0  !%{?build_with_pgsql:1}0 
 
 %description -n eximon
 This allows administrators to view the exim agent's mail queue and
@@ -162,6 +166,9 @@
 %if %{?build_with_mysql:1}0
LOOKUP_MYSQL=yes
 %endif
+%if %{?build_with_pgsql:1}0
+   LOOKUP_PGSQL=yes
+%endif
LOOKUP_NIS=yes
# LOOKUP_NISPLUS=yes
# LOOKUP_ORACLE=yes
@@ -177,6 +184,10 @@
LOOKUP_INCLUDE=-I /usr/include/mysql
LOOKUP_LIBS=-lldap -llber -lmysqlclient
 %endif
+%if %{?build_with_pgsql:1}0
+   LOOKUP_INCLUDE=-I /usr/include/pgsql
+   LOOKUP_LIBS=-lldap -llber -lpq
+%endif
EXIM_MONITOR=eximon.bin
WITH_CONTENT_SCAN=yes
WITH_OLD_DEMIME=yes
@@ -267,7 +278,7 @@
 done
 ln -sf exim $RPM_BUILD_ROOT/usr/sbin/sendmail
 ln -sv ../../etc/init.d/exim $RPM_BUILD_ROOT/usr/sbin/rcexim
-%if !%{?build_with_mysql:1}0
+%if !%{?build_with_mysql:1}0  !%{?build_with_pgsql:1}0 
 mv $RPM_BUILD_ROOT/usr/sbin/eximon* $RPM_BUILD_ROOT/usr/bin/
 %else
 rm $RPM_BUILD_ROOT/usr/sbin/eximon* 
@@ -307,7 +318,7 @@
 install -m 0644 $RPM_SOURCE_DIR/permissions.exim 
$RPM_BUILD_ROOT/etc/permissions.d/exim
 %endif
 # eximstats-html files
-%if !%{?build_with_mysql:1}0
+%if !%{?build_with_mysql:1}0  !%{?build_with_pgsql:1}0 
 mkdir -p $RPM_BUILD_ROOT/srv/www/eximstats
 mkdir -p $RPM_BUILD_ROOT/etc/apache2/conf.d/
 cp -p $RPM_SOURCE_DIR/eximstats.conf $RPM_BUILD_ROOT/etc/apache2/conf.d/
@@ -386,7 +397,7 @@
 /usr/lib/sendmail
 /var/adm/fillup-templates/sysconfig.exim
 %dir %attr(750,root,mail) /var/log/exim
-%if !%{?build_with_mysql:1}0
+%if !%{?build_with_mysql:1}0  !%{?build_with_pgsql:1}0 
 
 %files -n eximon
 %defattr(-,root,root)

++ exim-4.12-tail.patch ++
--- /var/tmp/diff_new_pack.vNkVTj/_old  2011-04-21 13:24:15.0 +0200
+++ /var/tmp/diff_new_pack.vNkVTj/_new  2011-04-21 13:24:15.0 +0200
@@ -1,3 +1,8 @@
+From: Ruediger Oertel ro at suse dot de
+Subject: fix deprecated tail call syntax (-1)
+Reported-Upstream: Yes
+Bugtracker: bugs.exim.org 1080
+
 Index: scripts/Configure-config.h
 ===
 --- scripts/Configure-config.h.orig






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit filesystem for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package filesystem for openSUSE:Factory
checked in at Thu Apr 21 13:25:22 CEST 2011.




--- filesystem/filesystem.changes   2011-03-14 14:52:22.0 +0100
+++ /mounts/work_src_done/STABLE/filesystem/filesystem.changes  2011-03-30 
12:04:22.0 +0200
@@ -1,0 +2,5 @@
+Wed Mar 30 12:04:01 CEST 2011 - r...@suse.de
+
+- add /run directory (mode 0755,root,root) 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ filesystem.spec ++
--- /var/tmp/diff_new_pack.4BkmKa/_old  2011-04-21 13:24:16.0 +0200
+++ /var/tmp/diff_new_pack.4BkmKa/_new  2011-04-21 13:24:16.0 +0200
@@ -24,7 +24,7 @@
 AutoReqProv:on
 Summary:Basic Directory Layout
 Version:11.5
-Release:2
+Release:3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  aaa_dir
 Provides:   aaa_dir

++ directory.list ++
--- /var/tmp/diff_new_pack.4BkmKa/_old  2011-04-21 13:24:16.0 +0200
+++ /var/tmp/diff_new_pack.4BkmKa/_new  2011-04-21 13:24:16.0 +0200
@@ -68,6 +68,7 @@
 0700 root root /root
 0700 root root /root/.gnupg
 0755 root root /root/bin
+0755 root root /run
 0755 root root /sbin
 0755 root root /sbin/conf.d
 0755 root root /selinux






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnuplot for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package gnuplot for openSUSE:Factory
checked in at Thu Apr 21 13:26:08 CEST 2011.




--- gnuplot/gnuplot.changes 2010-12-29 14:42:04.0 +0100
+++ /mounts/work_src_done/STABLE/gnuplot/gnuplot.changes2011-04-21 
10:46:23.0 +0200
@@ -1,0 +2,17 @@
+Thu Apr 21 08:44:34 UTC 2011 - bur...@net-b.de
+
+- Update to gnuplot 4.4.3
+  * NEW Implement pan and zoom via mouse wheel.
+  * NEW set key maxcolumns N maxrows M
+  * NEW value(varname) returns the value of the named variable
+  * NEW encoding cp1251 - 8-bit Cyrillic
+  * CHANGE backport emf terminal driver from version 4.5
+  * FIX better estimation of latex string lengths
+  * FIX colorbar representation of discrete color palettes is pixel accurate
+  * FIX NaN initialization and tests working on more (all?) platforms
+  * FIX configuration script tests for readline+ncurses
+  * FIX prevent out-of-range boxes from creating degenerate ghosts on the 
border
+  * FIX missing alpha channel flag for pdfcairo terminal
+  * FIX font initialization in windows terminal
+
+---

calling whatdependson for head-i586


Old:

  gnuplot-4.4.2.tar.bz2

New:

  gnuplot-4.4.3.tar.bz2



Other differences:
--
++ gnuplot.spec ++
--- /var/tmp/diff_new_pack.Gec4e8/_old  2011-04-21 13:25:33.0 +0200
+++ /var/tmp/diff_new_pack.Gec4e8/_new  2011-04-21 13:25:33.0 +0200
@@ -39,8 +39,8 @@
 License:BSD3c(or similar)
 Group:  Productivity/Graphics/Visualization/Graph
 AutoReqProv:on
-Version:4.4.2
-Release:2
+Version:4.4.3
+Release:1
 Summary:GNUplot a Function Plotting Utility
 Source0:gnuplot-%{version}.tar.bz2
 Source2:gnuplot-fr.doc.bz2

++ gnuplot-4.4.0-wxt.dif ++
--- /var/tmp/diff_new_pack.Gec4e8/_old  2011-04-21 13:25:33.0 +0200
+++ /var/tmp/diff_new_pack.Gec4e8/_new  2011-04-21 13:25:33.0 +0200
@@ -1,27 +1,6 @@
 src/plot.c
-+++ src/plot.c 2007-04-24 10:21:32.0 +
-@@ -573,6 +573,8 @@ main(int argc, char **argv)
- #endif /* GNUPLOT_HISTORY */
- 
-   fprintf(stderr, \nTerminal type set to '%s'\n, term-name);
-+  if (!strncmp(wxt, term-name, 3))
-+  fprintf(stderr, Warning: terminal 'wxt' is experimental\n);
-   }   /* if (interactive  term != 0) */
- } else {
-   /* come back here from int_error() */
 --- src/term.c
-+++ src/term.c 2010-04-06 16:12:36.696331404 +
-@@ -1646,6 +1646,9 @@ change_term(const char *origname, int le
- if (interactive)
-   fprintf(stderr, Terminal type set to '%s'\n, term-name);
- 
-+if (interactive  !strncmp(wxt, term-name, 3))
-+  fprintf(stderr, Warning: terminal 'wxt' is experimental\n);
-+
- /* Invalidate any terminal-specific structures that may be active */
- invalidate_palette();
- 
-@@ -1710,11 +1713,6 @@ init_terminal()
 src/term.c 2011-04-21 10:38:51.0 +0200
+@@ -1718,11 +1718,6 @@ init_terminal()
term_name = sun;
  #endif /* SUN */
  
@@ -33,7 +12,7 @@
  #ifdef _Windows
/* let the wxWidgets terminal be the default when available */
if (term_name == (char *) NULL)
-@@ -1750,6 +1748,11 @@ init_terminal()
+@@ -1758,6 +1753,11 @@ init_terminal()
term_name = x11;
  #endif /* x11 */
  

++ gnuplot-4.4.2.tar.bz2 - gnuplot-4.4.3.tar.bz2 ++
 11854 lines of diff (skipped)







Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit git for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package git for openSUSE:Factory
checked in at Thu Apr 21 13:26:30 CEST 2011.




--- git/cgit.changes2010-12-17 17:53:01.0 +0100
+++ /mounts/work_src_done/STABLE/git/cgit.changes   2011-03-28 
18:30:10.0 +0200
@@ -1,0 +2,9 @@
+Mon Mar 28 18:26:17 CEST 2011 - ti...@suse.de
+
+- updated to git 1.7.4.2:
+  documentation updates, small bug fixes;
+  see included Documentation/RelNotes/1.7.4.2.txt
+- updated to cgit 0.9:
+  major updates; using git-1.7.4.x
+
+---
--- git/git.changes 2011-02-24 17:47:08.0 +0100
+++ /mounts/work_src_done/STABLE/git/git.changes2011-03-28 
18:26:04.0 +0200
@@ -1,0 +2,7 @@
+Mon Mar 28 18:18:54 CEST 2011 - ti...@suse.de
+
+- updated to 1.7.4.2:
+ * documentation updates, small bug fixes;
+   see included Documentation/RelNotes/1.7.4.2.txt
+
+---

calling whatdependson for head-i586


Old:

  cgit-0.8.3.3.tar.bz2
  cgit-link-fixes.diff
  cgit_fix_stringlist.patch
  git-1.7.4.1.tar.bz2

New:

  cgit-0.9.tar.bz2
  cgit-optflags.diff
  git-1.7.4.2.tar.bz2



Other differences:
--
++ cgit.spec ++
--- /var/tmp/diff_new_pack.yd8cvV/_old  2011-04-21 13:25:37.0 +0200
+++ /var/tmp/diff_new_pack.yd8cvV/_new  2011-04-21 13:25:37.0 +0200
@@ -17,21 +17,20 @@
 
 # norootforbuild
 
-%define git_version1.7.4.1
+%define git_version1.7.4.2
 
 Name:   cgit
 Url:http://hjemli.net/git/cgit/
 License:GPLv2
 Group:  Development/Libraries/C and C++
 AutoReqProv:on
-Version:0.8.3.3
-Release:5
+Version:0.9
+Release:1
 Summary:A web frontend for git repositories
 Source0:%{name}-%{version}.tar.bz2
 Source1:git-%{git_version}.tar.bz2
 Source2:cgitrc
-Patch0: cgit-link-fixes.diff
-Patch1: cgit_fix_stringlist.patch
+Patch:  cgit-optflags.diff
 # Requirements for cgit
 BuildRequires:  git = 1.7.1
 BuildRequires:  gnu-crypto libopenssl-devel libzip-devel
@@ -50,38 +49,36 @@
 %prep
 %setup -q
 %setup -q -T -D -a 1
+%patch -p1
 rm -rf git
 mv git-%{git_version} git
-%patch0 -p1
-%patch1 -p1
 
 %build
-make
-make man-doc
+make V=1
 
 %install
-make install CGIT_SCRIPT_PATH=%{buildroot}/srv/www/htdocs/cgit
+make install DESTDIR=%{buildroot} CGIT_SCRIPT_PATH=/srv/www/htdocs/cgit
+make install-man DESTDIR=%{buildroot}
 
 mkdir -p %{buildroot}/srv/www/cgi-bin/cgit/
 mv %{buildroot}/srv/www/{htdocs,cgi-bin}/cgit/cgit.cgi
 
-mkdir -p %{buildroot}%{_mandir}/man5/
-cp cgitrc.5 %{buildroot}%{_mandir}/man5/cgitrc.5
-
 mkdir -p %{buildroot}/etc
 cp %{SOURCE2} %{buildroot}/etc/cgitrc
 
 %clean
-make clean
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
+%doc README COPYING
+%doc %{_mandir}/man5/cgitrc.5.gz
 %dir /srv/www/htdocs/cgit
 %dir /srv/www/cgi-bin/cgit
 /srv/www/cgi-bin/cgit/cgit.cgi
 /srv/www/htdocs/cgit/cgit.css
 /srv/www/htdocs/cgit/cgit.png
-%doc %{_mandir}/man5/cgitrc.5.gz
+/usr/lib/cgit
 %config(noreplace) /etc/cgitrc
 
 %changelog

++ git.spec ++
--- /var/tmp/diff_new_pack.yd8cvV/_old  2011-04-21 13:25:37.0 +0200
+++ /var/tmp/diff_new_pack.yd8cvV/_new  2011-04-21 13:25:37.0 +0200
@@ -38,7 +38,7 @@
 BuildRequires:  xmlto
 BuildRequires:  python
 BuildRequires:  perl-Error
-Version:1.7.4.1
+Version:1.7.4.2
 Release:1
 Summary:Fast, scalable, distributed revision control system
 License:GPLv2+

++ cgit-0.8.3.3.tar.bz2 - cgit-0.9.tar.bz2 ++
 4493 lines of diff (skipped)

++ cgit-optflags.diff ++
---
 Makefile |1 +
 1 file changed, 1 insertion(+)

--- a/Makefile
+++ b/Makefile
@@ -134,6 +134,7 @@
 
 
 CFLAGS += -g -Wall -Igit
+CFLAGS += $(RPM_OPT_FLAGS)
 CFLAGS += -DSHA1_HEADER='$(SHA1_HEADER)'
 CFLAGS += -DCGIT_VERSION='$(CGIT_VERSION)'
 CFLAGS += -DCGIT_CONFIG='$(CGIT_CONFIG)'
++ git-1.7.4.1.tar.bz2 - git-1.7.4.2.tar.bz2 ++
 4058 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdepim4 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kdepim4 for openSUSE:Factory
checked in at Thu Apr 21 13:38:14 CEST 2011.




--- KDE/kdepim4/kdepim4.changes 2011-01-27 21:05:21.0 +0100
+++ /mounts/work_src_done/STABLE/kdepim4/kdepim4.changes2011-04-09 
20:39:24.0 +0200
@@ -1,0 +2,14 @@
+Sat Apr  9 17:48:20 UTC 2011 - wstephen...@novell.com
+
+- Add fixes from kdepim 4.4 branch:
+  * Don't show next and previous buttons if the attendee list is empty
+(bko#262680)
+  * Fix copied text from email includes HTML tags (bko#259468)
+  * Fix spurious Akonadi error dialog - start apps asynchronously
+when building vs 4.6
+  * Fix potential crash on check (bko#269173)
+  * Make KTimeTracker spinbox look right with Oxygen
+  * Fix tab labels not updating on folder change in KMail
+  * Fix enable/disable/remove buttons in custom template UI in KMail
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kdepim4.spec ++
--- /var/tmp/diff_new_pack.6oKKD9/_old  2011-04-21 13:37:34.0 +0200
+++ /var/tmp/diff_new_pack.6oKKD9/_new  2011-04-21 13:37:34.0 +0200
@@ -27,7 +27,7 @@
 Summary:Base package of kdepim
 Url:http://www.kde.org
 Version:4.4.10
-Release:1
+Release:6
 Source0:kdepim-%version.tar.bz2
 Patch:  4_4_BRANCH.diff
 Patch1: akregator-useragent.diff
@@ -55,7 +55,7 @@
 
 %prep
 %setup -q -n kdepim-%version
-%patch
+%patch -p1
 %patch1
 %patch4
 %patch7

++ 4_4_BRANCH.diff ++
--- /var/tmp/diff_new_pack.6oKKD9/_old  2011-04-21 13:37:34.0 +0200
+++ /var/tmp/diff_new_pack.6oKKD9/_new  2011-04-21 13:37:34.0 +0200
@@ -0,0 +1,576 @@
+diff --git a/kaddressbook/main.cpp b/kaddressbook/main.cpp
+index 4c8ca42..200f8ec 100644
+--- a/kaddressbook/main.cpp
 b/kaddressbook/main.cpp
+@@ -49,11 +49,13 @@ int main( int argc, char **argv )
+   MainWindow *window = new MainWindow;
+   window-show();
+ 
++#if !KDE_IS_VERSION(4,6,0)
+   if ( !Akonadi::Control::start( window ) ) {
+ //TODO: add message box after string freeze
+ kWarning()  Unable to start Akonadi server, exit application;
+ return 1;
+   }
++#endif
+ 
+   return app.exec();
+ }
+diff --git a/kalarm/Changelog b/kalarm/Changelog
+index 813130d..e1ffb6b 100644
+--- a/kalarm/Changelog
 b/kalarm/Changelog
+@@ -1,6 +1,10 @@
+ KAlarm Change Log
+ 
+-=== Version 2.4.10 --- 2 December 2010 ===
++=== Version 2.4.11 --- 10 February 2011 ===
++- Fix bad borders round left hand buttons of time spinboxes in Oxygen style.
++- Fix initialisation of library global statics.
++
++=== Version 2.4.10 (KDEPIM 4.4.8) --- 2 December 2010 ===
+ - Fix KAlarm showing in system tray at login when configured not to show in 
tray.
+ - Fix working-time-only alarms not triggering if KAlarm is started up outside
+   working hours, after the last trigger time during working hours was missed.
+diff --git a/kalarm/cal/kaeventdata.cpp b/kalarm/cal/kaeventdata.cpp
+index 103e244..e0c5f1a 100644
+--- a/kalarm/cal/kaeventdata.cpp
 b/kalarm/cal/kaeventdata.cpp
+@@ -47,58 +47,58 @@ QByteArray KAEventData::icalProductId()
+ // Note that all custom property names are prefixed with X-KDE-KALARM- in the 
calendar file.
+ 
+ // Event properties
+-static const QByteArray FLAGS_PROPERTY(FLAGS);  // 
X-KDE-KALARM-FLAGS property
+-static const QString DATE_ONLY_FLAG= QLatin1String(DATE);
+-static const QString EMAIL_BCC_FLAG= QLatin1String(BCC);
+-static const QString CONFIRM_ACK_FLAG  = QLatin1String(ACKCONF);
+-static const QString KORGANIZER_FLAG   = QLatin1String(KORG);
+-static const QString EXCLUDE_HOLIDAYS_FLAG = QLatin1String(EXHOLIDAYS);
+-static const QString WORK_TIME_ONLY_FLAG   = QLatin1String(WORKTIME);
+-static const QString DEFER_FLAG= QLatin1String(DEFER);   // 
default defer interval for this alarm
+-static const QString LATE_CANCEL_FLAG  = QLatin1String(LATECANCEL);
+-static const QString AUTO_CLOSE_FLAG   = QLatin1String(LATECLOSE);
+-static const QString TEMPL_AFTER_TIME_FLAG = QLatin1String(TMPLAFTTIME);
+-static const QString KMAIL_SERNUM_FLAG = QLatin1String(KMAIL);
+-
+-static const QByteArray NEXT_RECUR_PROPERTY(NEXTRECUR); // 
X-KDE-KALARM-NEXTRECUR property
+-static const QByteArray REPEAT_PROPERTY(REPEAT);// 
X-KDE-KALARM-REPEAT property
+-static const QByteArray ARCHIVE_PROPERTY(ARCHIVE);  // 
X-KDE-KALARM-ARCHIVE property
+-static const QString ARCHIVE_REMINDER_ONCE_TYPE = QLatin1String(ONCE);
+-static const QByteArray LOG_PROPERTY(LOG);  // 
X-KDE-KALARM-LOG property
+-static const QString xtermURL = QLatin1String(xterm:);
+-static const QString displayURL = QLatin1String(display:);
++const QByteArray 

commit kdepim4-runtime for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory
checked in at Thu Apr 21 13:38:17 CEST 2011.




--- KDE/kdepim4-runtime/kdepim4-runtime.changes 2011-02-17 15:16:24.0 
+0100
+++ /mounts/work_src_done/STABLE/kdepim4-runtime/kdepim4-runtime.changes
2011-04-09 20:35:51.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr  9 18:16:20 UTC 2011 - wstephen...@novell.com
+
+- Add fixes from kdepim 4.4 branch:
+  * Turn Nepomuk disabled warning into a KNotification
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.N18ipy/_old  2011-04-21 13:37:29.0 +0200
+++ /var/tmp/diff_new_pack.N18ipy/_new  2011-04-21 13:37:29.0 +0200
@@ -27,7 +27,7 @@
 Summary:Base package of kdepim
 Url:http://www.kde.org
 Version:4.4.10
-Release:6
+Release:7
 Source0:kdepim-runtime-%version.tar.bz2
 Patch:  4_4_BRANCH.diff
 Patch6: disable-knut.diff
@@ -50,7 +50,7 @@
 
 %prep
 %setup -q -n kdepim-runtime-%version
-%patch
+%patch -p2
 %patch6
 
 %build

++ 4_4_BRANCH.diff ++
--- /var/tmp/diff_new_pack.N18ipy/_old  2011-04-21 13:37:29.0 +0200
+++ /var/tmp/diff_new_pack.N18ipy/_new  2011-04-21 13:37:29.0 +0200
@@ -0,0 +1,21 @@
+diff --git a/runtime/agents/nepomukfeeder/nepomukfeederagentbase.cpp 
b/runtime/agents/nepomukfeeder/nepomukfeederagentbase.cpp
+index 716d459..4f00122 100644
+--- a/runtime/agents/nepomukfeeder/nepomukfeederagentbase.cpp
 b/runtime/agents/nepomukfeeder/nepomukfeederagentbase.cpp
+@@ -42,6 +42,7 @@
+ #include KProcess
+ #include KMessageBox
+ #include KStandardDirs
++#include KNotification
+ 
+ #include Soprano/Vocabulary/NAO
+ 
+@@ -320,7 +321,7 @@ void NepomukFeederAgentBase::selfTest()
+   emit status( Broken, i18n( Nepomuk not operational ) );
+   if ( !QDBusConnection::sessionBus().registerService( QLatin1String( 
org.kde.pim.nepomukfeeder.selftestreport ) ) )
+ return;
+-  //KMessageBox::error( 0, message, i18n( Nepomuk Indexing Disabled ), 
KMessageBox::Notify | KMessageBox::AllowLink );
++  KNotification::event( KNotification::Warning, i18n( Nepomuk Indexing 
Disabled ), message );
+   QDBusConnection::sessionBus().unregisterService( QLatin1String( 
org.kde.pim.nepomukfeeder.selftestreport ) );
+ }
+ 






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmymoney for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kmymoney for openSUSE:Factory
checked in at Thu Apr 21 13:38:48 CEST 2011.




--- KDE/kmymoney/kmymoney.changes   2011-01-24 23:02:24.0 +0100
+++ /mounts/work_src_done/STABLE/kmymoney/kmymoney.changes  2011-02-20 
14:07:55.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb 20 12:54:46 UTC 2011 - nico.laus.2...@gmx.de
+
+- Update to 4.5.3:
+  + Improve performance with investment account balance calculation
+  + Switch to AqBanking5
+  + Don't select the character that starts the split editor #263319
+  + Support Gielda Papierow Wartosciowych as price source #261803
+
+---

calling whatdependson for head-i586


Old:

  0001-aqbanking5-support.patch
  0001-kbanking5-kmymoney-4.5.2.patch
  _service:download_url:kmymoney-4.5.2.tar.bz2
  minmem

New:

  _service:download_url:kmymoney-4.5.3.tar.bz2



Other differences:
--
++ kmymoney.spec ++
--- /var/tmp/diff_new_pack.rRULS3/_old  2011-04-21 13:38:31.0 +0200
+++ /var/tmp/diff_new_pack.rRULS3/_new  2011-04-21 13:38:31.0 +0200
@@ -19,14 +19,13 @@
 
 
 Name:   kmymoney
-Version:4.5.2
-Release:2
+Version:4.5.3
+Release:1
 License:GNU GPL v2 or v3
 Group:  Productivity/Office/Finance
 Url:http://kmymoney2.sourceforge.net/index2.html
 Summary:A Personal Finance Manager for KDE 4
 Source: kmymoney-%{version}.tar.bz2
-Patch0: 0001-kbanking5-kmymoney-4.5.2.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  aqbanking-devel = 5.0.0
 BuildRequires:  cmake = 2.6.4
@@ -62,7 +61,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake_kde4 -d build

++ _service ++
--- /var/tmp/diff_new_pack.rRULS3/_old  2011-04-21 13:38:31.0 +0200
+++ /var/tmp/diff_new_pack.rRULS3/_new  2011-04-21 13:38:31.0 +0200
@@ -3,11 +3,11 @@
   service name=download_url
 param name=protocolhttp/param
 param name=hostdownloads.sourceforge.net/param
-param 
name=path/project/kmymoney2/KMyMoney-KDE4/4.5.2/kmymoney-4.5.2.tar.bz2/param
+param 
name=path/project/kmymoney2/KMyMoney-KDE4/4.5.3/kmymoney-4.5.3.tar.bz2/param
   /service
   service name=verify_file
-param name=file_service:download_url:kmymoney-4.5.2.tar.bz2/param
+param name=file_service:download_url:kmymoney-4.5.3.tar.bz2/param
 param name=verifiersha256/param
-param 
name=checksum546a0742f12c8d9e657cef4e2592af80736664d8d0cece79860b8cc87632fae9/param
+param 
name=checksuma9b37275cf3cdcd5ce865d94391df44c7822639b830fccb9962a54b7fcf76ffb/param
   /service
 /services

++ _service:download_url:kmymoney-4.5.2.tar.bz2 - 
_service:download_url:kmymoney-4.5.3.tar.bz2 ++
KDE/kmymoney/_service:download_url:kmymoney-4.5.2.tar.bz2 
/mounts/work_src_done/STABLE/kmymoney/_service:download_url:kmymoney-4.5.3.tar.bz2
 differ: char 11, line 1






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwpd for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package libwpd for openSUSE:Factory
checked in at Thu Apr 21 13:39:22 CEST 2011.




--- libwpd/libwpd.changes   2010-12-07 14:46:57.0 +0100
+++ /mounts/work_src_done/STABLE/libwpd/libwpd.changes  2011-03-16 
12:12:24.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 16 09:32:59 UTC 2011 - ism...@namtrac.org
+
+- Add missing includes to fix compilation with gcc 4.6
+
+---

calling whatdependson for head-i586


New:

  gcc46.patch



Other differences:
--
++ libwpd.spec ++
--- /var/tmp/diff_new_pack.86qRAN/_old  2011-04-21 13:39:03.0 +0200
+++ /var/tmp/diff_new_pack.86qRAN/_new  2011-04-21 13:39:03.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libwpd (Version 0.9.0)
+# spec file for package libwpd
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -25,9 +25,11 @@
 Group:  System/Libraries
 AutoReqProv:on
 Version:0.9.0
-Release:1
+Release:6
 Summary:Library for Importing WordPerfect (tm) Documents
 Source: libwpd-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE gcc46.patch -- Add missing includes to fix compilation 
with gcc 4.6
+Patch:  gcc46.patch
 Url:http://libwpd.sourceforge.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires libwpd-0_9-9 = %{version}-%{release}
@@ -126,6 +128,7 @@
 
 %prep
 %setup -q
+%patch
 
 %build
 %configure --disable-static --docdir=%_docdir/%name

++ gcc46.patch ++
--- src/lib/WP5GraphicsInformationPacket.h  2010-08-26 13:35:21.0 
+0200
+++ src/lib/WP5GraphicsInformationPacket.h  2011-03-16 10:25:18.918009010 
+0100
@@ -28,6 +28,7 @@
 #include WP5GeneralPacketData.h
 #include WPXMemoryStream.h
 #include WPXBinaryData.h
+#include cstddef
 #include vector
 
 class WP5GraphicsInformationPacket : public WP5GeneralPacketData
--- src/lib/WPXOLEStream.cpp2010-08-26 13:35:21.0 +0200
+++ src/lib/WPXOLEStream.cpp2011-03-16 10:31:09.626009026 +0100
@@ -600,7 +600,7 @@
 unsigned p = i * 128;
 
 // would be  32 if first char in the name isn't printable
-unsigned prefix = 32;
+// unsigned prefix = 32;
 
 // parse name of this entry, which stored as Unicode 16-bit
 std::string name;
@@ -612,7 +612,7 @@
 // first char isn't printable ? remove it...
 if( buffer[p]  32 )
 { 
-  prefix = buffer[0]; 
+  //prefix = buffer[0]; 
   name.erase( 0,1 ); 
 }
 





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mkinitrd for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory
checked in at Thu Apr 21 13:40:27 CEST 2011.




--- mkinitrd/mkinitrd.changes   2010-11-24 16:00:10.0 +0100
+++ /mounts/work_src_done/STABLE/mkinitrd/mkinitrd.changes  2011-03-29 
23:42:08.0 +0200
@@ -1,0 +2,21 @@
+Tue Mar 29 21:37:28 UTC 2011 - mma...@novell.com
+
+- Change from /dev/.run to /run (bnc#678270#c2).
+
+---
+Mon Mar 14 21:38:37 UTC 2011 - mma...@novell.com
+
+- Create /dev/.run tmpfs mountpoint (bnc#678270).
+- version 2.7.0.
+
+---
+Fri Dec 17 14:40:56 UTC 2010 - mma...@novell.com
+
+- Survive dangling symlinks in /lib/mkinitrd/setup.
+
+---
+Fri Dec 17 14:20:15 UTC 2010 - mma...@novell.com
+
+- Really check mtime when determining whether to run mkinitrd_setup.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mkinitrd.spec ++
--- /var/tmp/diff_new_pack.jdwLIT/_old  2011-04-21 13:40:03.0 +0200
+++ /var/tmp/diff_new_pack.jdwLIT/_new  2011-04-21 13:40:03.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mkinitrd (Version 2.6.0)
+# spec file for package mkinitrd
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -30,8 +30,8 @@
 Requires:   sysvinit
 %endif
 AutoReqProv:on
-Version:2.6.0
-Release:6
+Version:2.7.0
+Release:1
 Conflicts:  udev  118
 Requires:   dhcpcd
 Summary:Creates an Initial RAM Disk Image for Preloading Modules

++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.6.0/mkinitrd.changes 
new/mkinitrd-2.7.0/mkinitrd.changes
--- old/mkinitrd-2.6.0/mkinitrd.changes 2010-11-24 15:58:30.0 +0100
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2011-03-29 23:38:07.0 +0200
@@ -1,4 +1,25 @@
 ---
+Tue Mar 29 21:37:28 UTC 2011 - mma...@novell.com
+
+- Change from /dev/.run to /run (bnc#678270#c2).
+
+---
+Mon Mar 14 21:38:37 UTC 2011 - mma...@novell.com
+
+- Create /dev/.run tmpfs mountpoint (bnc#678270).
+- version 2.7.0.
+
+---
+Fri Dec 17 14:40:56 UTC 2010 - mma...@novell.com
+
+- Survive dangling symlinks in /lib/mkinitrd/setup.
+
+---
+Fri Dec 17 14:20:15 UTC 2010 - mma...@novell.com
+
+- Really check mtime when determining whether to run mkinitrd_setup.
+
+---
 Wed Nov 24 15:55:31 CET 2010 - p...@suse.de
 
 - Fix for new coreutils (bnc#654364).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.6.0/sbin/mkinitrd 
new/mkinitrd-2.7.0/sbin/mkinitrd
--- old/mkinitrd-2.6.0/sbin/mkinitrd2010-11-24 15:58:30.0 +0100
+++ new/mkinitrd-2.7.0/sbin/mkinitrd2011-03-29 23:38:07.0 +0200
@@ -25,7 +25,7 @@
 # git://git.opensuse.org/projects/mkinitrd.git
 #
 
-VERSION=2.6.0
+VERSION=2.7.0
 LOGDIR=/var/log/YaST2
 LOGFILE=$LOGDIR/mkinitrd.log
 declare -a cmd_option
@@ -471,11 +471,13 @@
 
 for setupfile in $INITRD_PATH/setup/*.sh; do
 [ -d $tmp_mnt ]  cd $tmp_mnt # process setup files in 
the initrd root dir
-if [ ! -d $setupfile ]; then
+if [ -f $setupfile ]; then
 curscript=${setupfile##*-}
 #   echo [$curscript] $blockdev
 source $setupfile
 [ $? -ne 0 ]  oops 1 Script $setupfile failed!
+else
+echo warning: skipping non-regular file $setupfile
 fi
 done
 cd $oldpwd
@@ -494,9 +496,9 @@
 initrd_images=( $initrd_images )
 kernel_images=( $kernel_images )
 
-scripts_mtime=$( stat -c %X $INITRD_PATH/scripts )
-setup_mtime=$( stat -c %X $INITRD_PATH/setup )
-boot_mtime=$( stat -c %X $INITRD_PATH/boot )
+scripts_mtime=$( stat -c %Y $INITRD_PATH/scripts )
+setup_mtime=$( stat -c %Y $INITRD_PATH/setup )
+boot_mtime=$( stat -c %Y $INITRD_PATH/boot )
 scripts_mtime=${scripts_mtime%.*}
 setup_mtime=${setup_mtime%.*}
 boot_mtime=${boot_mtime%.*}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit ntp for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package ntp for openSUSE:Factory
checked in at Thu Apr 21 13:41:53 CEST 2011.




--- ntp/ntp.changes 2011-02-03 17:15:58.0 +0100
+++ /mounts/work_src_done/STABLE/ntp/ntp.changes2011-04-01 
16:52:05.0 +0200
@@ -1,0 +2,9 @@
+Fri Apr  1 16:50:21 CET 2011 - h...@urpla.net
+
+- replace remove-ntpdate.diff with sed script
+- don't effectively zap existing /etc/sysconfig/ntp
+- while at it, simplify /etc/sysconfig/ntp update
+- improve NTP_PARSE_DEVICE documentation for /etc/sysconfig/ntp
+- refresh all patches with offsets and fuzz 
+
+---

calling whatdependson for head-i586


Old:

  ntp-4.2.6p3.tar.gz
  remove-ntpdate.diff

New:

  ntp-4.2.6p3.tar.bz2



Other differences:
--
++ ntp.spec ++
--- /var/tmp/diff_new_pack.OEFb3K/_old  2011-04-21 13:40:40.0 +0200
+++ /var/tmp/diff_new_pack.OEFb3K/_new  2011-04-21 13:40:40.0 +0200
@@ -27,10 +27,10 @@
 License:BSD3c(or similar)
 Group:  Productivity/Networking/Other
 Version:4.2.6p3
-Release:8
+Release:9
 Summary:Network Time Protocol daemon (version 4)
 # main source
-Source0:
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-%{version}.tar.gz
+Source0:
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-%{version}.tar.bz2
 # configuration
 Source1:conf.logrotate.ntp
 Source2:conf.ntp.conf
@@ -49,7 +49,6 @@
 Source16:   ntp-wait
 Patch1: ntp-segfault_on_invalid_device.patch
 Patch4: ntpd-maxmonmen.patch
-Patch9: remove-ntpdate.diff
 Patch10:ntp-strcat.patch
 Patch11:ntp-4.2.6p2-seed_file.patch
 Patch13:ntp-code-cleanup.patch 
@@ -62,7 +61,7 @@
 Obsoletes:  xntp3 xntp = 4.2.4p5
 Conflicts:  openntpd
 PreReq: pwdutils %insserv_prereq  %fillup_prereq /usr/bin/diff 
/usr/bin/grep /sbin/chkconfig
-Requires:   timezone
+Requires:   timezone logrotate
 
 %description
 The Network Time Protocol (NTP) is used to synchronize the time of a
@@ -187,7 +186,6 @@
 # copy README.SUSE
 cp %{S:12} .
 tar xzf %{S:13} 
-%patch9
 %patch10 -p1
 %patch11
 %patch13
@@ -195,6 +193,10 @@
 %patch16
 %patch18
 
+# don't build ntpdate (replaced with %{SOURCE15} script)
+sed -i '/\tntpdate/d
+s/ntpdate //g' Makefile.in Makefile.am
+
 %build
 rm -rf acconfig.h
 %{?suse_update_config}
@@ -302,11 +304,7 @@
 # Are we in update mode?
 if [ -f /etc/sysconfig/ntp ]; then
# convert parameters and description in existing sysconfig file
-   cvt_tmp=/etc/sysconfig/sysconfig.ntp.$$
-sed -e s@^XNTPD_@NTPD_@ -e s@\(\.*\)-U ntp\(.*\\)@\1-u ntp\2@ \
-   /etc/sysconfig/ntp  $cvt_tmp  \
-   test -e $cvt_tmp  mv $cvt_tmp /etc/sysconfig/ntp
-   test -e /etc/sysconfig/ntp  rm -f /etc/sysconfig/ntp
+sed -i -e s@^XNTPD_@NTPD_@ -e s@\(\.*\)-U ntp\(.*\\)@\1-u ntp\2@ 
/etc/sysconfig/ntp
grep -q '^keys /etc/ntp.keys' /etc/ntp.conf || {
 echo #
 # Authentication stuff

++ conf.sysconfig.ntp ++
--- /var/tmp/diff_new_pack.OEFb3K/_old  2011-04-21 13:40:40.0 +0200
+++ /var/tmp/diff_new_pack.OEFb3K/_new  2011-04-21 13:40:40.0 +0200
@@ -41,14 +41,17 @@
 #
 NTP_PARSE_LINK=
 
-## Type:   boolean
+## Type:   
string(/dev/ttyS0,/dev/ttyS1,/dev/ttyUSB0,/dev/ttyUSB1,/dev/ttyUSB2)
 ## Default:
 ## ServiceRestart: ntp
 #
 # Parse driver device
+#
 # For more information see the ntp documentation in the package ntp-doc
 # /usr/share/doc/packages/ntp-doc/drivers/driver8.html
 #
+# NOTE: Adjust /etc/apparmor.d/tunables/ntpd accordingly
+#
 NTP_PARSE_DEVICE=
 
 ## Type:  boolean

++ ntp-4.2.6p3.tar.gz - ntp-4.2.6p3.tar.bz2 ++

++ ntp-segfault_on_invalid_device.patch ++
--- /var/tmp/diff_new_pack.OEFb3K/_old  2011-04-21 13:40:41.0 +0200
+++ /var/tmp/diff_new_pack.OEFb3K/_new  2011-04-21 13:40:41.0 +0200
@@ -1,7 +1,8 @@
-diff -ru ntpd/refclock_parse.c ntpd/refclock_parse.c
 ntpd/refclock_parse.c  2007-08-18 22:24:46.0 +0200
-+++ ntpd/refclock_parse.c  2008-09-25 17:03:56.0 +0200
-@@ -3319,6 +3319,10 @@
+Index: ntpd/refclock_parse.c
+===
+--- ntpd/refclock_parse.c
 ntpd/refclock_parse.c
+@@ -3315,6 +3315,10 @@ parse_control(
  struct parseunit *parse = (struct parseunit *)peer-procptr-unitptr;
parsectl_t tmpctl;
  
@@ -12,4 +13,3 @@
static char outstatus[400]; /* status output buffer */
  
if (out)
-Nur in ntp-segfault_on_invalid_device/ntpd: refclock_parse.c.orig.

++ ntp-strcat.patch ++
--- /var/tmp/diff_new_pack.OEFb3K/_old  2011-04-21 13:40:41.0 +0200
+++ /var/tmp/diff_new_pack.OEFb3K/_new  2011-04-21 

commit plasma-addons for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package plasma-addons for openSUSE:Factory
checked in at Thu Apr 21 13:42:03 CEST 2011.




--- plasma-addons/plasma-addons.changes 2011-04-01 20:36:17.0 +0200
+++ /mounts/work_src_done/STABLE/plasma-addons/plasma-addons.changes
2011-04-11 17:47:56.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 11 15:46:37 UTC 2011 - wstephen...@novell.com
+
+- Add patch for memory leak in comic applet
+
+---
@@ -8 +12,0 @@
-
@@ -15 +18,0 @@
-  

calling whatdependson for head-i586


New:

  4ab9e40e-comic-memleak.diff



Other differences:
--
++ plasma-addons.spec ++
--- /var/tmp/diff_new_pack.Sd6IGu/_old  2011-04-21 13:41:05.0 +0200
+++ /var/tmp/diff_new_pack.Sd6IGu/_new  2011-04-21 13:41:05.0 +0200
@@ -39,11 +39,12 @@
 Summary:Additional Plasma Widgets
 Url:http://www.kde.org/
 Version:4.6.2
-Release:1
+Release:3
 Source0:kdeplasma-addons-%{version}.tar.bz2
 Patch0: 4_6_BRANCH.diff
 Patch1: krunner-akonadi-dont-cause-start.diff
 Patch2: lancelot-suse.diff
+Patch3: 4ab9e40e-comic-memleak.diff
 Provides:   extragear-plasma = 4.0.80
 Obsoletes:  extragear-plasma = 4.0.80
 Provides:   kdebase4-workspace-plasmoids = 4.0.4
@@ -111,6 +112,7 @@
 %patch0
 %patch1
 %patch2
+%patch3 -p1
 
 %build
   %cmake_kde4 -d build

++ 4ab9e40e-comic-memleak.diff ++
commit 4ab9e40e1e3484a4adf059164c91e06d1f5b6b76
Author: Matthias Fuchs ma...@gmx.net
Date:   Thu Apr 7 15:32:26 2011 +0200

Fixes prefetching. Now constant useage of the comic applet does not lead to 
high memory usage.
REVIEW:101046

diff --git a/applets/comic/comic.cpp b/applets/comic/comic.cpp
index 72edadd..d9bd496 100644
--- a/applets/comic/comic.cpp
+++ b/applets/comic/comic.cpp
@@ -329,16 +329,26 @@ void ComicApplet::setTabBarVisible( bool isVisible )
 }
 }
 
-void ComicApplet::dataUpdated( const QString, const Plasma::DataEngine::Data 
data )
+void ComicApplet::dataUpdated( const QString source, const 
Plasma::DataEngine::Data data )
 {
+//disconnect prefetched comic strips
+if ( source != mOldSource ) {
+mEngine-disconnectSource( source, this );
+return;
+}
+
 setBusy( false );
 setConfigurationRequired( false );
 slotStartTimer();
 
 //there was an error, display information as image
-if ( data[ Error ].toBool() ) {
-if ( !mShowErrorPicture  !data[ Previous identifier suffix 
].toString().isEmpty() ) {
-updateComic( data[ Previous identifier suffix ].toString() );
+const bool hasError = data[ Error ].toBool();
+const bool errorAutoFixable = data[ Error automatically fixable 
].toBool();
+if ( hasError ) {
+const QString previousIdentifierSuffix = data[ Previous identifier 
suffix ].toString();
+if ( !mShowErrorPicture  !previousIdentifierSuffix.isEmpty() ) {
+mEngine-disconnectSource( source, this );
+updateComic( previousIdentifierSuffix );
 return;
 }
 QPixmap errorPic( 500, 400 );
@@ -425,6 +435,11 @@ void ComicApplet::dataUpdated( const QString, const 
Plasma::DataEngine::Data d
 mLabelUrl-setText( mWebsiteUrl.host() );
 mImageWidget-setScaled( !mScaleComic );
 
+//disconnect if there is either no error, or an error that can not be 
fixed automatically 
+if ( !errorAutoFixable ) {
+mEngine-disconnectSource( source, this );
+}
+
 setTabBarVisible( mShowTabBar  mUseTabs );
 mLabelTop-setVisible( ( mShowComicAuthor || mShowComicTitle )  
!mLabelTop-text().isEmpty() );
 mLabelId-setVisible( mShowComicIdentifier  !mLabelId-text().isEmpty() 
);
@@ -454,11 +469,14 @@ void ComicApplet::dataUpdated( const QString, const 
Plasma::DataEngine::Data d
 
 //prefetch the previous and following comic for faster navigation
 if ( !mNextIdentifierSuffix.isEmpty() ) {
-mEngine-query( mComicIdentifier + ':' + mNextIdentifierSuffix );
+const QString prefetch = mComicIdentifier + ':' + 
mNextIdentifierSuffix;
+mEngine-connectSource( prefetch, this );
+mEngine-query( prefetch );
 }
-
 if ( !mPreviousIdentifierSuffix.isEmpty() ) {
-mEngine-query( mComicIdentifier + ':' + mPreviousIdentifierSuffix );
+const QString prefetch = mComicIdentifier + ':' + 
mPreviousIdentifierSuffix;
+mEngine-connectSource( prefetch, this );
+mEngine-query( prefetch );
 }
 }
 
@@ -838,6 +856,7 @@ void ComicApplet::updateComic( const QString 
identifierSuffix )
 
 setConfigurationRequired( mComicIdentifier.isEmpty() );
 if ( !mComicIdentifier.isEmpty()  mEngine  mEngine-isValid() ) {
+
 setBusy( true );
 const QString identifier = mComicIdentifier + ':' + 

commit rsyslog for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory
checked in at Thu Apr 21 13:43:27 CEST 2011.




--- rsyslog/rsyslog.changes 2011-03-24 17:36:11.0 +0100
+++ /mounts/work_src_done/STABLE/rsyslog/rsyslog.changes2011-04-08 
15:27:45.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr  8 13:24:34 UTC 2011 - m...@suse.de
+
+- bugfix: race condition in deferred name resolution (id=238)
+  from v5.8.0 candidate.
+
+---

calling whatdependson for head-i586


New:

  rsyslog-deferred-dns-query-race.diff



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.9cpg3n/_old  2011-04-21 13:42:22.0 +0200
+++ /var/tmp/diff_new_pack.9cpg3n/_new  2011-04-21 13:42:22.0 +0200
@@ -21,7 +21,7 @@
 Name:   rsyslog
 Summary:The enhanced syslogd for Linux and Unix
 Version:5.6.5
-Release:1
+Release:2
 %define upstream_version5.6.5
 %define with_dbi0%{?suse_version} = 1140 || 
0%{?build_with_relp:1}
 %define with_relp   0%{?suse_version} = 1130 || 
0%{?build_with_relp:1}
@@ -68,6 +68,7 @@
 %if 0%{?suse_version} = 1140
 Patch1: rsyslog-systemd-integration.bnc656104.diff
 %endif
+Patch2: rsyslog-deferred-dns-query-race.diff
 
 %description
 Rsyslog is an enhanced multi-threaded syslogd supporting, among others,
@@ -215,6 +216,7 @@
 %setup -q -n %{name}-%{upstream_version}
 %if 0%{?suse_version} = 1140
 %patch1 -p1
+%patch2 -p1
 # install the files systemd provides rather than what we provide.
 cp -a /usr/share/doc/packages/systemd/sd-daemon.[ch] runtime/
 %endif

++ rsyslog-deferred-dns-query-race.diff ++
From 21f69b2c3a95c990ea123d078b08c554cab1d121 Mon Sep 17 00:00:00 2001
From: Rainer Gerhards rgerha...@adiscon.com
Date: Fri, 8 Apr 2011 11:04:38 +0200
Subject: [PATCH] bugfix: race condition in deferred name resolution

Note that this actually is a very small change, but I needed
to shuffle a lot of code around in order to make it compile
(due to required define order...).

Signed-off-by: Marius Tomaschewski m...@suse.de
---
 runtime/msg.c |  232 +
 1 files changed, 117 insertions(+), 115 deletions(-)

diff --git a/runtime/msg.c b/runtime/msg.c
index 409515a..8a1e66a 100644
--- a/runtime/msg.c
+++ b/runtime/msg.c
@@ -287,6 +287,121 @@ static pthread_mutex_t mutTrimCtr; /* mutex to 
handle malloc trim */
 static int getAPPNAMELen(msg_t *pM, sbool bLockMutex);
 
 
+/* The following functions will support advanced output module
+ * multithreading, once this is implemented. Currently, we
+ * include them as hooks only. The idea is that we need to guard
+ * some msg objects data fields against concurrent access if
+ * we run on multiple threads. Please note that in any case this
+ * is not necessary for calls from INPUT modules, because they
+ * construct the message object and do this serially. Only when
+ * the message is in the processing queue, multiple threads may
+ * access a single object. Consequently, there are no guard functions
+ * for set methods, as these are called during input. Only get
+ * functions that modify important structures have them.
+ * rgerhards, 2007-07-20
+ * We now support locked and non-locked operations, depending on
+ * the configuration of rsyslog. To support this, we use function
+ * pointers. Initially, we start in non-locked mode. There, all
+ * locking operations call into dummy functions. When locking is
+ * enabled, the function pointers are changed to functions doing
+ * actual work. We also introduced another MsgPrepareEnqueue() function
+ * which initializes the locking structures, if needed. This is
+ * necessary because internal messages during config file startup
+ * processing are always created in non-locking mode. So we can
+ * not initialize locking structures during constructions. We now
+ * postpone this until when the message is fully constructed and
+ * enqueued. Then we know the status of locking. This has a nice
+ * side effect, and that is that during the initial creation of
+ * the Msg object no locking needs to be done, which results in better
+ * performance. -- rgerhards, 2008-01-05
+ */
+static void (*funcLock)(msg_t *pMsg);
+static void (*funcUnlock)(msg_t *pMsg);
+static void (*funcDeleteMutex)(msg_t *pMsg);
+void (*funcMsgPrepareEnqueue)(msg_t *pMsg);
+#if 1 /* This is a debug aid */
+#define MsgLock(pMsg)  funcLock(pMsg)
+#define MsgUnlock(pMsg) funcUnlock(pMsg)
+#else
+#define MsgLock(pMsg)  {dbgprintf(MsgLock line %d\n - , __LINE__); 
funcLock(pMsg);; }
+#define MsgUnlock(pMsg) {dbgprintf(MsgUnlock line %d - , __LINE__); 
funcUnlock(pMsg); }
+#endif
+
+/* the next function is a dummy to be used by the looking functions
+ * 

commit rfc for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package rfc for openSUSE:Factory
checked in at Thu Apr 21 13:43:47 CEST 2011.




--- AUTO/all/rfc/rfc.changes2011-04-14 11:42:16.0 +0200
+++ /mounts/work_src_done/STABLE/rfc/rfc.changes2011-04-21 
12:42:11.0 +0200
@@ -2 +2 @@
-Thu Apr 14 11:42:16 CEST 2011 - autobu...@suse.de
+Thu Apr 21 12:42:10 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-04-14
+- automated update on 2011-04-21

calling whatdependson for head-i586




Other differences:
--
++ rfc.spec ++
--- /var/tmp/diff_new_pack.KNKJMh/_old  2011-04-21 13:42:03.0 +0200
+++ /var/tmp/diff_new_pack.KNKJMh/_new  2011-04-21 13:42:03.0 +0200
@@ -25,7 +25,7 @@
 Summary:The RFCs (Request For Comments)
 Source: rfc.tgz
 BuildArch:  noarch
-Version:2011.4.14
+Version:2011.4.21
 Release:1
 Url:ftp://ftp.isi.edu/in-notes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build


++ rfc.tgz ++
AUTO/all/rfc/rfc.tgz /mounts/work_src_done/STABLE/rfc/rfc.tgz differ: char 5, 
line 1






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit socat for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package socat for openSUSE:Factory
checked in at Thu Apr 21 13:43:57 CEST 2011.




--- socat/socat.changes 2010-08-02 14:10:18.0 +0200
+++ /mounts/work_src_done/STABLE/socat/socat.changes2011-02-02 
18:24:17.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb  2 18:23:27 CET 2011 - meiss...@suse.de
+
+- Handle case where a AF_LOCAL socket has no name. bnc#668319
+
+---

calling whatdependson for head-i586


New:

  socat-unixsalen.patch



Other differences:
--
++ socat.spec ++
--- /var/tmp/diff_new_pack.IvA7tX/_old  2011-04-21 13:43:42.0 +0200
+++ /var/tmp/diff_new_pack.IvA7tX/_new  2011-04-21 13:43:42.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package socat (Version 1.7.1.3)
+# spec file for package socat
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Pascal Bleser pascal.ble...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -22,12 +22,13 @@
 Name:   socat
 BuildRequires:  openssl-devel procps readline-devel tcpd-devel
 Version:1.7.1.3
-Release:1
+Release:6
 License:BSD3c ; GPLv2+
 Group:  Productivity/Networking/Other
 Url:http://www.dest-unreach.org/socat/
 Summary:Multipurpose relay for bidirectional data transfer
 Source: 
http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
+Patch0: socat-unixsalen.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,6 +41,7 @@
 
 %prep
 %setup
+%patch0 -p1
 
 %build
 %{?suse_update_config:%{suse_update_config -f}}
@@ -68,4 +70,5 @@
 %{_bindir}/procan
 %{_bindir}/filan
 %{_mandir}/man1/socat.1%{ext_man}
+
 %changelog

++ socat-unixsalen.patch ++
Index: socat-1.7.1.2/sysutils.c
===
--- socat-1.7.1.2.orig/sysutils.c
+++ socat-1.7.1.2/sysutils.c
@@ -215,10 +215,14 @@ char *sockaddr_unix_info(const struct so
} else
 #endif /* WITH_ABSTRACT_UNIXSOCKET */
{
-  nextc =
-sanitize_string(sa-sun_path,
+  if (salen = XIOUNIXSOCKOVERHEAD) {
+   nextc = sanitize_string (anon, MIN(UNIX_PATH_MAX, strlen(anon)),
+   ubuff, XIOSAN_DEFAULT_BACKSLASH_OCT_3);
+  } else {
+   nextc = sanitize_string(sa-sun_path,
 MIN(UNIX_PATH_MAX, strlen(sa-sun_path)),
 ubuff, XIOSAN_DEFAULT_BACKSLASH_OCT_3);
+  }
   *nextc = '\0';
   strncpy(buff, ubuff, blen);
}





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sox for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package sox for openSUSE:Factory
checked in at Thu Apr 21 13:44:43 CEST 2011.




--- sox/sox.changes 2010-09-21 05:32:13.0 +0200
+++ /mounts/work_src_done/STABLE/sox/sox.changes2011-03-01 
15:16:36.0 +0100
@@ -1,0 +2,16 @@
+Tue Mar  1 14:13:15 UTC 2011 - reddw...@opensuse.org
+
+- Update to version 14.3.2
+  o Seek support for MP3 files.
+  o Fix WavPack header bugs.
+  o Fix length error in 24-bit RIFF files.
+  o Add default channel mapping to 24-bit RIFF files.
+  o Fix ffmpeg crashes on some CPU's.
+  o Read wider range of WAV files with chunks embedded.
+  o Fix incorrect MP3 length determination with some VBR files with initial 
silence.
+  o Enable LADSPA support by default on all platforms if libltdl exists.
+  o Allow now legend on spectrogram.
+  o Fix -w option on stat effect.
+  o Support specifying absolute end position instead of offset from beginning 
of trim operation.
+
+---

calling whatdependson for head-i586


Old:

  sox-14.3.1.tar.bz2

New:

  _service
  _service:download_url:sox-14.3.2.tar.bz2
  _service:set_version:sox.spec



Other differences:
--
++ _service:set_version:sox.spec ++
#
# spec file for package sox
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%bcond_with ffmpeg
%bcond_with mad
%bcond_with lame
%bcond_with amrwb
%bcond_with amrnb

Name:   sox
BuildRequires:  alsa-devel
BuildRequires:  file-devel
BuildRequires:  flac-devel
BuildRequires:  ladspa-devel
BuildRequires:  libao-devel
BuildRequires:  libgsm-devel
BuildRequires:  libid3tag-devel
BuildRequires:  libpng-devel
BuildRequires:  libpulse-devel
BuildRequires:  libsamplerate-devel
BuildRequires:  libsndfile-devel
BuildRequires:  libvorbis-devel
BuildRequires:  pkg-config
BuildRequires:  wavpack-devel
%if %{with ffmpeg}
BuildRequires:  libffmpeg-devel
%endif
%if %{with mad}
BuildRequires:  libmad-devel
%endif
%if %{with lame}
BuildRequires:  libmp3lame-devel
%endif
%if %{with amrwb}
BuildRequires:  libamrwb-devel
%endif
%if %{with amrnb}
BuildRequires:  libamrnb-devel
%endif
Version:14.3.2
Release:1
License:LGPLv2.1+ ; GPLv2+
Summary:Sound Conversion Tools and Library
Url:http://sox.sourceforge.net
Group:  Productivity/Multimedia/Sound/Editors and Convertors
Source: %{name}-%{version}.tar.bz2
Source1:audioio.h
# PATCH-FIX-OPENSUSE %{name}-no_buildstamp.patch reddw...@opensuse.org -- this 
patch removes the buildstamp
Patch1: %{name}-no_buildstamp.patch
# PATCH-FIX-UPSTREAM %{name}-14.3.1-undefined.patch sf#3072301 
reddw...@opensuse.org -- fix undefined behavior problems as reported by 
post-build script
Patch2: %{name}-14.3.1-undefined.patch
# PATCH-FIX-UPSTREAM %{name}-14.3.1-aliasing.patch sf#3072320 
reddw...@opensuse.org -- fix an aliasing problem as reported by post-build 
script
Patch3: %{name}-14.3.1-aliasing.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
SOX is intended to be the Swiss Army knife of sound processing tools.
It does many things, it just does not do them all well. Sooner or later
it will come in very handy. SOX is really only usable day-to-day if you
hide the wacky options with one-line shell scripts.

%package devel
License:LGPLv2.1+ ; GPLv2+
Summary:Sound Conversion Tools and Library
Group:  Development/Libraries/C and C++
Requires:   %{name} = %{version}
Requires:   pkg-config

%description devel
SOX is intended to be the Swiss Army knife of sound processing tools.
It does many things, it just does not do them all well. Sooner or later
it will come in very handy. SOX is really only usable day-to-day if you
hide the wacky options with one-line shell scripts.

%prep
%setup -q
%patch1
%patch2
%patch3

%build
# /dev/audio (OSS) support. If it ever breaks just remove it.
if [ ! -f %{_includedir}/sun/audioio.h ]; then
mkdir -p include/sun
cp %{S:1} include/sun/audioio.h
fi
export CPPFLAGS=-I$PWD/include
#
%configure --disable-static
make %{?_smp_mflags}

%install
%makeinstall
rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/sox/*.la


commit tellico for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package tellico for openSUSE:Factory
checked in at Thu Apr 21 13:44:50 CEST 2011.




--- KDE/tellico/tellico.changes 2011-02-26 11:24:12.0 +0100
+++ /mounts/work_src_done/STABLE/tellico/tellico.changes2011-04-11 
12:03:45.0 +0200
@@ -1,0 +2,21 @@
+Mon Apr 11 10:02:06 UTC 2011 - wstephen...@novell.com
+
+- Update to tellico 2.3.3:
+  * Added data sources for Filmaster and Douban.
+  * Added capability for importing ADS format from z39.50 sources.
+  * Added check for duplicate Bibtex keys (bko#245225)
+  * Added manga search for AnimeNfo.com.
+  * Improved performance for loading and sorting large collections.
+  * Fixed parsing bug for some IMDb results (bko#262036)
+  * Fixed parsing bug for empty table values (bko#261108)
+  * Fixed parsing bug with AnimeNfo.com results.
+  * Fixed bug when editing existing filters (bko#268829)
+  * Fixed crashing bug for editing some values (bko#269044)
+  * Fixed bug with loans not being updated for removed entries
+(bko#270129)
+  * Fixed build for Linux kernel 2.6.38+ when using newer libv4l
+library.
+  * Fixed build with GCC 4.6.
+
+
+---

calling whatdependson for head-i586


Old:

  tellico-2.3.2.tar.bz2

New:

  tellico-2.3.3.tar.bz2



Other differences:
--
++ tellico.spec ++
--- /var/tmp/diff_new_pack.VmC40y/_old  2011-04-21 13:44:04.0 +0200
+++ /var/tmp/diff_new_pack.VmC40y/_new  2011-04-21 13:44:04.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   tellico
-Version:2.3.2
-Release:8
+Version:2.3.3
+Release:1
 Summary:A Collection Manager for KDE
 
 License:GPLv2+

++ tellico-2.3.2.tar.bz2 - tellico-2.3.3.tar.bz2 ++
 106292 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit virt-viewer for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package virt-viewer for openSUSE:Factory
checked in at Thu Apr 21 13:49:31 CEST 2011.




--- virt-viewer/virt-viewer.changes 2010-08-27 01:08:53.0 +0200
+++ /mounts/work_src_done/STABLE/virt-viewer/virt-viewer.changes
2011-04-04 22:51:03.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr  4 14:15:27 MDT 2011 - carn...@novell.com
+
+- Update to virt-viewer version 0.3.1 
+  + Add support for Spice
+  + Add support for spice resize-guest
+  + Add support for zoom levels
+  + Add a menu for zooming in/out of the virtual desktop.
+  + Add a --zoom command line to set the initial zoom level.
+  + Support connections over UNIX sockets
+
+---

calling whatdependson for head-i586


Old:

  virt-viewer-0.2.1.tar.gz

New:

  virt-viewer-0.3.1.tar.gz



Other differences:
--
++ virt-viewer.spec ++
--- /var/tmp/diff_new_pack.vdgAlH/_old  2011-04-21 13:49:07.0 +0200
+++ /var/tmp/diff_new_pack.vdgAlH/_new  2011-04-21 13:49:07.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package virt-viewer (Version 0.2.1)
+# spec file for package virt-viewer
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -18,14 +18,14 @@
 
 
 Name:   virt-viewer
-Version:0.2.1
-Release:4
+Version:0.3.1
+Release:1
 Summary:Virtual Machine Viewer
 Group:  System/Monitoring
 License:GPLv2+
 Url:http://www.virt-manager.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:virt-viewer-0.2.1.tar.gz
+Source0:virt-viewer-0.3.1.tar.gz
 Patch0: netcat.diff
 Patch1: vnc-listen.patch
 Patch2: windows-keycombo.patch
@@ -63,7 +63,7 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+#%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1

++ glade-keycombo.patch ++
--- /var/tmp/diff_new_pack.vdgAlH/_old  2011-04-21 13:49:07.0 +0200
+++ /var/tmp/diff_new_pack.vdgAlH/_new  2011-04-21 13:49:07.0 +0200
@@ -1,8 +1,8 @@
-Index: virt-viewer-0.2.1/src/viewer.glade
+Index: virt-viewer-0.3.1/src/viewer.glade
 ===
 virt-viewer-0.2.1.orig/src/viewer.glade
-+++ virt-viewer-0.2.1/src/viewer.glade
-@@ -98,11 +98,88 @@
+--- virt-viewer-0.3.1.orig/src/viewer.glade
 virt-viewer-0.3.1/src/viewer.glade
+@@ -145,11 +145,88 @@
/widget
  /child
  child
@@ -91,7 +91,7 @@
widget class=GtkMenuItem id=menu-send-caf1
  property name=visibleTrue/property
  property name=label 
translatable=yesCtrl+Alt+F_1/property
-@@ -199,7 +276,7 @@
+@@ -246,7 +323,7 @@
/widget
  /child
  child

++ netcat.diff ++
--- /var/tmp/diff_new_pack.vdgAlH/_old  2011-04-21 13:49:07.0 +0200
+++ /var/tmp/diff_new_pack.vdgAlH/_new  2011-04-21 13:49:07.0 +0200
@@ -1,13 +1,13 @@
-Index: virt-viewer-0.2.1/src/viewer.c
+Index: virt-viewer-0.3.1/src/viewer.c
 ===
 virt-viewer-0.2.1.orig/src/viewer.c
-+++ virt-viewer-0.2.1/src/viewer.c
-@@ -828,7 +828,7 @@ static int viewer_open_tunnel_ssh(const
+--- virt-viewer-0.3.1.orig/src/viewer.c
 virt-viewer-0.3.1/src/viewer.c
+@@ -741,7 +741,7 @@ static int viewer_open_tunnel_ssh(const
cmd[n++] = sshuser;
}
cmd[n++] = sshhost;
 -  cmd[n++] = nc;
 +  cmd[n++] = netcat;
-   cmd[n++] = localhost;
-   cmd[n++] = vncport;
-   cmd[n++] = NULL;
+   if (port) {
+   cmd[n++] = localhost;
+   cmd[n++] = port;

++ netware-keycombo.patch ++
--- /var/tmp/diff_new_pack.vdgAlH/_old  2011-04-21 13:49:07.0 +0200
+++ /var/tmp/diff_new_pack.vdgAlH/_new  2011-04-21 13:49:07.0 +0200
@@ -1,20 +1,20 @@
-Index: virt-viewer-0.2.1/src/viewer.c
+Index: virt-viewer-0.3.1/src/viewer.c
 ===
 virt-viewer-0.2.1.orig/src/viewer.c
-+++ virt-viewer-0.2.1/src/viewer.c
-@@ -68,7 +68,7 @@ static const char * const menuNames[LAST
+--- virt-viewer-0.3.1.orig/src/viewer.c
 virt-viewer-0.3.1/src/viewer.c
+@@ -63,7 +63,7 @@ static const char * const menuNames[LAST
  };
  
  
 -#define MAX_KEY_COMBO 3
 +#define MAX_KEY_COMBO 4
- struct  keyComboDef {
+ structkeyComboDef {
guint keys[MAX_KEY_COMBO];
guint nkeys;
-@@ -78,7 +78,16 @@ 

commit webalizer for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package webalizer for openSUSE:Factory
checked in at Thu Apr 21 13:50:01 CEST 2011.




--- webalizer/webalizer.changes 2011-03-19 19:20:41.0 +0100
+++ /mounts/work_src_done/STABLE/webalizer/webalizer.changes2011-03-20 
22:31:49.0 +0100
@@ -1,0 +2,11 @@
+Sun Mar 20 21:28:14 UTC 2011 - ch...@computersalat.de
+
+- add world flags (sub-pkg)
+  o add missing link for uk.png
+  o add missing su.png
+  o add license file (CC BY-SA 3.0)
+http://creativecommons.org/licenses/by-sa/3.0/legalcode
+- rework configuration patch  conf patch
+  o fix path to GeoIP.dat
+
+---

calling whatdependson for head-i586


Old:

  webalizer-2.21-02-configuration.diff

New:

  flags.license.html
  flags.tar.bz2
  webalizer-2.23-04-conf.patch



Other differences:
--
++ webalizer.spec ++
--- /var/tmp/diff_new_pack.Gt86cb/_old  2011-04-21 13:49:42.0 +0200
+++ /var/tmp/diff_new_pack.Gt86cb/_new  2011-04-21 13:49:42.0 +0200
@@ -22,11 +22,13 @@
 Name:   webalizer
 Summary:A Web Server Log File Analysis Program
 Version:2.23
-Release:1
+Release:2
 License:GPLv2+
 Group:  Productivity/Networking/Web/Utilities
 Url:http://www.mrunix.net/webalizer/
-Source: %{name}-%{version}-%{editlvl}-src.tar.bz2
+Source0:%{name}-%{version}-%{editlvl}-src.tar.bz2
+Source1:flags.tar.bz2
+Source2:flags.license.html
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch0: %{name}-2.21-02.diff
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
@@ -34,7 +36,7 @@
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch3: %{name}-2.21-02-maxagent.diff
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
-Patch4: %{name}-2.21-02-configuration.diff
+Patch4: %{name}-2.23-04-conf.patch
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch5: %{name}-2.21-02-fclose.diff
 # FIX-DATADIR - fix for datadir and mandir
@@ -68,14 +70,29 @@
 Combined log formats as defined by NCSA and others, and variations of
 these which it attempts to handle intelligently.
 
+%package flags
+Summary:Flags of the World
+License:CC BY-SA 3.0
+Group:  Productivity/Networking/Web/Utilities
+Url:http://flags.blogpotato.de/
+Requires:   %{name}
+
+%description flags
+Images for those who want to visualize the data returned by an
+IP-to-Country database (e.g. the one provided by Directi) with
+corresponding flags. Flags provided are based on the iso3166
+countrycode, that means there are currently 243 flags offered in the
+world set.
+
 %prep
-%setup -q -n %{name}-%{version}-%{editlvl}
+%setup -q -n %{name}-%{version}-%{editlvl} -a 1
 %patch0
 %patch1
 %patch3
-%patch4
+%patch4 -p1
 %patch5
 %patch6 -p1
+%{__cp} -a %{S:2} .
 
 %build
 %{suse_update_config -f}
@@ -96,12 +113,15 @@
 install -d -m 755 %{buildroot}/etc
 install -d -m 755 %{buildroot}/%{_mandir}/man1
 make DESTDIR=%{buildroot} install
-install -d -m 755 %{buildroot}%{apache_serverroot}/htdocs/webalizer
-install -d -m 755 %{buildroot}%{_localstatedir}/lib/webalizer
-mv %{buildroot}/%{_sysconfdir}/webalizer.conf.sample 
%{buildroot}/%{_sysconfdir}/webalizer.conf
+install -d -m 755 %{buildroot}%{apache_serverroot}/htdocs/%{name}
+install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
+mv %{buildroot}/%{_sysconfdir}/%{name}.conf.sample 
%{buildroot}/%{_sysconfdir}/%{name}.conf
+
+#install flags
+%{__cp} -a flags %{buildroot}%{apache_serverroot}/htdocs/%{name}/
 
 %preun
-#rm -f var/lib/webalizer/*
+#rm -f var/lib/%{name}/*
 
 %clean
 rm -rf %{buildroot}
@@ -110,9 +130,15 @@
 %defattr(-,root,root)
 %doc CHANGES COPYING Copyright README README.FIRST country-codes.txt
 %doc %{_mandir}/man?/*
-%config(noreplace) %{_sysconfdir}/webalizer.conf
-%dir %{apache_serverroot}/htdocs/webalizer
+%config(noreplace) %{_sysconfdir}/%{name}.conf
+%dir %{apache_serverroot}/htdocs/%{name}
+%exclude %{apache_serverroot}/htdocs/%{name}/flags
 %{_bindir}/*
-%{_localstatedir}/lib/webalizer
+%{_localstatedir}/lib/%{name}
+
+%files flags
+%defattr(-,root,root)
+%doc flags.license.html
+%dir %{apache_serverroot}/htdocs/%{name}/flags
 
 %changelog

++ flags.license.html ++
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;

html xmlns=http://www.w3.org/1999/xhtml;
head
  meta name=generator content=
  HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org /

  titleCreative Commons Legal Code/title
  meta http-equiv=content-type content=
  text/html; charset=utf-8 /
  link rel=stylesheet type=text/css href=
  

commit rpmlint-mini for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:Factory
checked in at Thu Apr 21 16:15:01 CEST 2011.




--- rpmlint-mini/rpmlint-mini.changes   2011-04-18 14:31:55.0 +0200
+++ /mounts/work_src_done/STABLE/rpmlint-mini/rpmlint-mini.changes  
2011-04-19 10:47:09.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 08:46:32 UTC 2011 - lnus...@suse.de
+
+- allow adding configs via RPMLINT_MINI_CONFIG
+
+---

calling whatdependson for head-i586




Other differences:
--
++ rpmlint-mini.spec ++
--- /var/tmp/diff_new_pack.wiWjSG/_old  2011-04-21 16:14:23.0 +0200
+++ /var/tmp/diff_new_pack.wiWjSG/_new  2011-04-21 16:14:23.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  checkbashisms dash libtool
 Summary:Rpm correctness checker
 Version:1.1
-Release:1
+Release:3
 Url:http://rpmlint.zarb.org/
 License:GPLv2+
 Group:  System/Packages

++ rpmlint-mini.config ++
--- /var/tmp/diff_new_pack.wiWjSG/_old  2011-04-21 16:14:23.0 +0200
+++ /var/tmp/diff_new_pack.wiWjSG/_new  2011-04-21 16:14:23.0 +0200
@@ -1,7 +1,10 @@
 #!/usr/bin/python
 
 configs = [ '/opt/testing/share/rpmlint/config' ]
-configs += glob.glob(/usr/src/packages/SOURCES/*rpmlintrc)
+if os.environ.get(RPMLINT_MINI_CONFIG, None):
+configs += os.environ.get(RPMLINT_MINI_CONFIG, '').split(' ')
+else:
+configs += glob.glob(/usr/src/packages/SOURCES/*rpmlintrc)
 configs += glob.glob('/opt/testing/share/rpmlint/mini/*.config')
 
 for f in configs:






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org