commit zlib for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package zlib for openSUSE:Factory checked in 
at 2011-12-27 18:39:53

Comparing /work/SRC/openSUSE:Factory/zlib (Old)
 and  /work/SRC/openSUSE:Factory/.zlib.new (New)


Package is "zlib", Maintainer is "mvysko...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/zlib/zlib.changes2011-12-12 
17:06:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.zlib.new/zlib.changes   2011-12-27 
18:39:56.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec 22 14:31:42 CET 2011 - meiss...@suse.de
+
+- use configure options for library paths. Also fixes
+  the pkg-config file to not have /usr/local bnc#738169
+
+---



Other differences:
--
++ zlib.spec ++
--- /var/tmp/diff_new_pack.h4Jfld/_old  2011-12-27 18:39:59.0 +0100
+++ /var/tmp/diff_new_pack.h4Jfld/_new  2011-12-27 18:39:59.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   zlib
 Provides:   libz
 Obsoletes:  libz
@@ -89,14 +90,14 @@
 %if %{do_profiling}
 profiledir=$(mktemp -d)
 trap "rm -rf $profiledir" EXIT
-CC="%__cc" ./configure --shared
+CC="%__cc" ./configure --shared --prefix=%_prefix --libdir=/%_lib
 %{__make} CFLAGS="$RPM_OPT_FLAGS %{cflags_profile_generate}=$profiledir" 
%{?_smp_mflags}
 time make check
 make clean
 %{__make} CFLAGS="$RPM_OPT_FLAGS %{cflags_profile_feedback}=$profiledir" 
%{?_smp_mflags}
 %else
 export CFLAGS="%optflags"
-CC="%__cc" ./configure --shared
+CC="%__cc" ./configure --shared --prefix=%_prefix --libdir=/%_lib
 %{__make} %{?_smp_mflags}
 %endif
 
@@ -104,12 +105,9 @@
 time make check
 
 %install
-mkdir -p %{buildroot}{/%{_lib},%{_libdir}}
-mkdir -p %{buildroot}%{_mandir}/man3
-mkdir -p %{buildroot}%{_includedir}
-make install \
-   prefix=%{buildroot}%{_prefix} \
-   libdir=%{buildroot}/%{_lib}
+#mkdir -p %{buildroot}%{_mandir}/man3
+mkdir -p %{buildroot}%{_libdir}
+make install DESTDIR=%{buildroot}
 %{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/libz.so) 
%{buildroot}%{_libdir}/libz.so
 %{__rm} -v %{buildroot}/%{_lib}/libz.so
 # static lib

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



commit xfconf for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package xfconf for openSUSE:Factory checked 
in at 2011-12-27 18:39:45

Comparing /work/SRC/openSUSE:Factory/xfconf (Old)
 and  /work/SRC/openSUSE:Factory/.xfconf.new (New)


Package is "xfconf", Maintainer is "xfce-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/xfconf/xfconf.changes2011-09-23 
12:51:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfconf.new/xfconf.changes   2011-12-27 
18:39:47.0 +0100
@@ -1,0 +2,10 @@
+Fri Dec 23 19:49:00 UTC 2011 - g...@opensuse.org
+
+- remove workarounds for 11.2
+- update to version 4.8.1
+  - fix double free crash
+  - allow installation of the helpers in a custom location
+  - translation updates
+- install xfconfd under %_libexecdir
+
+---

Old:

  xfconf-4.8.0.tar.bz2

New:

  xfconf-4.8.1.tar.bz2



Other differences:
--
++ xfconf.spec ++
--- /var/tmp/diff_new_pack.Nfik5f/_old  2011-12-27 18:39:48.0 +0100
+++ /var/tmp/diff_new_pack.Nfik5f/_new  2011-12-27 18:39:48.0 +0100
@@ -15,31 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-%if 0%{?suse_version} >= 1130
-%define withperl 1
-%else
-%define withperl 0
-%endif
-
 Name:   xfconf
-Version:4.8.0
-Release:1
-License:GPL-2.0+
+Version:4.8.1
+Release:0
 %define libname lib%{name}-0-2
 Summary:Simple Configuration Storage for Xfce
-Url:http://www.xfce.org/
+License:GPL-2.0+
 Group:  System/GUI/XFCE
+Url:http://www.xfce.org/
 Source: %{name}-%{version}.tar.bz2
 Source100:  %{name}-rpmlintrc
 Patch0: xfconf-4.7.3-remove-rpath.patch
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
-%if %{withperl}
 BuildRequires:  perl(ExtUtils::Depends)
 BuildRequires:  perl(ExtUtils::PkgConfig)
 BuildRequires:  perl(Glib)
-%endif
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
@@ -49,10 +40,7 @@
 Xfconf is a simple client-server configuration storage and query system for the
 Xfce desktop.
 
-%if %{withperl}
-
 %package -n perl-xfconf
-License:GPL-2.0+
 Summary:Simple Configuration Storage for Xfce - Perl Interface
 Group:  Development/Libraries/Perl
 Requires:   %{name} = %{version}
@@ -65,12 +53,8 @@
 
 This package contains the Perl interface to %{name}.
 
-%endif
-
 %package -n %{libname}
 
-
-License:GPL-2.0+
 Summary:Simple Configuration Storage for Xfce - Runtime Library
 Group:  System/Libraries
 Provides:   libxfce4mcs = %{version}
@@ -84,7 +68,6 @@
 This package contains the runtime library.
 
 %package -n libxfconf-devel
-License:GPL-2.0+
 Summary:Simple Configuration Storage for Xfce - Runtime Library - 
Development Files
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
@@ -110,11 +93,8 @@
 %configure \
 --disable-silent-rules \
 --disable-static \
-%if %{withperl}
+--with-helper-path-prefix=%{_libexecdir} \
 --with-perl-options='NOECHO= OPTIMIZE="%{optflags}" CCDLFLAGS="-Wl,-E" 
INSTALLDIRS=vendor' \
-%else
---disable-perl-bindings \
-%endif
 --enable-gtk-doc
 make %{?_smp_mflags}
 
@@ -123,9 +103,7 @@
 rm -f %{buildroot}%{_libdir}/*.la
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,ur_PK}
 rm -f %{buildroot}%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.bs
-%if %{withperl}
 %perl_process_packlist
-%endif
 %find_lang %{name}
 
 %clean
@@ -139,9 +117,9 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog TODO
 %{_bindir}/xfconf-query
-%dir %{_libdir}/xfce4
-%dir %{_libdir}/xfce4/xfconf
-%{_libdir}/xfce4/xfconf/xfconfd
+%dir %{_libexecdir}/xfce4
+%dir %{_libexecdir}/xfce4/xfconf
+%{_libexecdir}/xfce4/xfconf/xfconfd
 %{_datadir}/dbus-1/services/*
 
 %files -n %{libname}
@@ -155,8 +133,6 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
 
-%if %{withperl}
-
 %files -n perl-xfconf
 %defattr(-,root,root)
 %doc %{_mandir}/man3/Xfce4::Xfconf.3pm*
@@ -170,6 +146,4 @@
 %{_localstatedir}/adm/perl-modules/xfconf
 %endif
 
-%endif
-
 %changelog

++ xfconf-4.8.0.tar.bz2 -> xfconf-4.8.1.tar.bz2 ++
 21374 lines of diff (skipped)

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



commit virtuoso for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package virtuoso for openSUSE:Factory 
checked in at 2011-12-27 18:39:39

Comparing /work/SRC/openSUSE:Factory/virtuoso (Old)
 and  /work/SRC/openSUSE:Factory/.virtuoso.new (New)


Package is "virtuoso", Maintainer is "dmuel...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/virtuoso/virtuoso.changes2011-11-16 
17:23:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.virtuoso.new/virtuoso.changes   2011-12-27 
18:39:41.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 27 15:31:56 UTC 2011 - idon...@suse.com
+
+- Fix wrong size parameter in memset call 
+
+---

New:

  virtuoso-wrong-memset.patch



Other differences:
--
++ virtuoso.spec ++
--- /var/tmp/diff_new_pack.g3ZwuQ/_old  2011-12-27 18:39:44.0 +0100
+++ /var/tmp/diff_new_pack.g3ZwuQ/_new  2011-12-27 18:39:44.0 +0100
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   virtuoso
 Version:6.1.4
-Release:7
-License:GPL-2.0
+Release:0
 Summary:Relational database server with RDF
-Url:http://virtuoso.openlinksw.com/
+License:GPL-2.0
 Group:  Productivity/Databases/Servers
+Url:http://virtuoso.openlinksw.com/
 Source0:
http://prdownloads.sourceforge.net/virtuoso/%{name}-opensource-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE build-sanely.diff -- Build only things needed by KDE
 Patch0: build-sanely.diff
@@ -35,6 +34,8 @@
 Patch3: isql-buffer-overflow.patch
 # PATCH-FIX-OPENSUSE suse-gawk-4.diff pkl...@openlinksw.com -- Disable the 
gawk check for Opensuse (required because of SR85083)
 Patch4: suse-gawk-4.diff
+# PATCH-FIX-UPSTREAM patches/virtuoso-wrong-memset.patch idoen...@suse.de -- 
Fix wrong size parameter in memset call
+Patch5: virtuoso-wrong-memset.patch
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  gperf
@@ -66,7 +67,6 @@
 It is used by the Virtuoso backend for Soprano in KDE.
 
 %package -n virtuoso-server
-License:GPL-2.0
 Summary:Virtuoso server
 Group:  Productivity/Databases/Servers
 Requires:   virtuoso-drivers = %{version}
@@ -79,7 +79,6 @@
 It is used by the Virtuoso backend for Soprano in KDE.
 
 %package -n virtuoso-drivers
-License:GPL-2.0
 Summary:Virtuoso ODBC Driver
 Group:  Productivity/Databases/Servers
 Provides:   %{name} = %{version}
@@ -101,6 +100,7 @@
 %if 0%{?suse_version} >= 1210
 %patch4 -p1
 %endif
+%patch5 -p1
 
 %build
 # autogen.sh because of patching Makefile.am

++ virtuoso-wrong-memset.patch ++
Index: virtuoso-opensource-6.1.4/libsrc/Wi/srvcr.c
===
--- virtuoso-opensource-6.1.4.orig/libsrc/Wi/srvcr.c
+++ virtuoso-opensource-6.1.4/libsrc/Wi/srvcr.c
@@ -2085,7 +2085,7 @@ bif_scroll_cr_open (caddr_t * qst, caddr
 {
   params[0][inx] = box_copy_tree (bif_arg (qst, args, inx + 1, 
"__scroll_cr_open"));
 }
-  memset (opts, 0, sizeof (opts));
+  memset (opts, 0, sizeof (stmt_options_t));
   opts->so_concurrency = SQL_CONCUR_LOCK;
   opts->so_cursor_type = stmt->sst_query->qr_cursor_type;
 
Index: virtuoso-opensource-6.1.4/libsrc/Tidy/lexer.c
===
--- virtuoso-opensource-6.1.4.orig/libsrc/Tidy/lexer.c
+++ virtuoso-opensource-6.1.4/libsrc/Tidy/lexer.c
@@ -191,7 +191,7 @@ Lexer *NewLexer(StreamIn *in)
 Lexer *lexer;
 
 lexer = (Lexer *)MemAlloc(sizeof(Lexer));
-ClearMemory (lexer, sizeof (Lexer *));
+ClearMemory (lexer, sizeof (Lexer));
 lexer->in = in;
 lexer->lines = 1;
 lexer->columns = 1;
@@ -483,7 +483,7 @@ Node *NewNode(void)
 Node *node;
 
 node = (Node *)MemAlloc(sizeof(Node));
-ClearMemory (node, sizeof (Node *));
+ClearMemory (node, sizeof (Node));
 node->type = TextNode;
 return node;
 }
Index: virtuoso-opensource-6.1.4/libsrc/Tidy/tidy.c
===
--- virtuoso-opensource-6.1.4.orig/libsrc/Tidy/tidy.c
+++ virtuoso-opensource-6.1.4/libsrc/Tidy/tidy.c
@@ -215,7 +215,7 @@ StreamIn *OpenInputBoxString(caddr_t htm
 {
 StreamIn *in;
 in = (StreamIn *)MemAlloc(sizeof(StreamIn));
-ClearMemory(in, sizeof (StreamIn *));
+ClearMemory(in, sizeof (StreamIn));
 in->input.tio_data.lm_memblock = html_input;
 in->input.tio_data.lm_length = box_length (html_input)-1;
 in->input.tio_pos = 0;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vim for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2011-12-27 18:39:33

Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and  /work/SRC/openSUSE:Factory/.vim.new (New)


Package is "vim", Maintainer is "idon...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2011-12-07 21:41:22.0 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2011-12-27 
18:39:39.0 +0100
@@ -1,0 +2,26 @@
+Fri Dec 23 11:18:17 UTC 2011 - idon...@suse.com
+
+- Update to patchlevel 382, fixes the following problems
+  * IME characters are inserted twice.
+  * C-indenting wrong for a function header.
+  * C-indenting wrong for static enum.
+  * No support for bitwise AND, OR, XOR and invert.
+  * A tags file with an extremely long name may cause 
+an infinite loop.
+
+---
+Wed Dec 21 10:51:09 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---
+Fri Dec  9 13:20:50 UTC 2011 - idon...@suse.com
+
+- Update to patchlevel 372, fixes the following problems 
+  * Crash when using a large Unicode character in a file that has
+syntax highlighting.
+  * :wundo and :rundo use a wrong checksum.
+  * When using a command line mapping to  with file name 
+completion to go one directory up, 'wildchar' is inserted.
+
+---

Old:

  vim-7.2-lzma-support.patch



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.inljNR/_old  2011-12-27 18:39:41.0 +0100
+++ /var/tmp/diff_new_pack.inljNR/_new  2011-12-27 18:39:41.0 +0100
@@ -15,17 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   vim
 Version:7.3
-Release:1
-License:Vim
-Group:  Productivity/Editors/Vi
+Release:0
 BuildRequires:  db-devel
 %if 0%{?suse_version} > 1020
 BuildRequires:  fdupes
 %endif
+BuildRequires:  autoconf
 BuildRequires:  gettext-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  libacl-devel
@@ -47,7 +44,7 @@
 %endif
 #
 %define pkg_version 7.3
-%define official_ptchlvl 364
+%define official_ptchlvl 382
 %define VIM_SUBDIR vim73
 %define site_runtimepath /usr/share/vim/site
 #
@@ -74,6 +71,8 @@
 Recommends: vim-data = %{version}
 %endif
 Summary:Vi IMproved
+License:Vim
+Group:  Productivity/Editors/Vi
 #
 Url:http://www.vim.org/
 Source: ftp://ftp.vim.org/pub/vim/unix/vim-%{pkg_version}.tar.bz2
@@ -109,7 +108,6 @@
 Patch19:%{name}-7.3-diff_check.patch
 Patch21:%{name}-7.3-filetype_changes.patch
 Patch22:%{name}-7.3-filetype_mine.patch
-Patch25:vim-7.2-lzma-support.patch
 Patch100:   vim-7.1.314-CVE-2009-0316-debian.patch
 Patch101:   vim73-no-static-libpython.patch
 
@@ -276,12 +274,9 @@
 %patch19 -p1
 %patch21 -p1
 %patch22 -p1
-#%patch25
 %patch100 -p1
 %patch101
 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE8} %{SOURCE10} .
-#rename no nb $RPM_BUILD_DIR/vim*/src/po/no.*
-#rename menu_no menu_nb $RPM_BUILD_DIR/vim*/runtime/lang/menu_no*
 
 %build
 export CFLAGS="%{optflags} -Wall -pipe -fno-strict-aliasing"
@@ -309,16 +304,12 @@
 --enable-tclinterp \
 --with-tclsh=%{_bindir}/tclsh \
 --with-python-config-dir=%{py_libdir}/config"
-# TODO:
-#  - if suse_version for gnome path
+
 export GUI_OPTIONS="\
 --enable-xim \
 --enable-fontset \
---enable-gnome-check \
---enable-gui=gnome2 \
---enable-gtk2-check \
---with-gtk-prefix=/opt/gnome \
---with-gnome=/opt/gnome"
+--enable-gui=gtk2 \
+--enable-gtk2-check"
 
 pushd src
 autoconf 


++ vim-7.3-patches.tar.bz2 ++
 2271 lines of diff (skipped)

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



commit vcdimager for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package vcdimager for openSUSE:Factory 
checked in at 2011-12-27 18:39:24

Comparing /work/SRC/openSUSE:Factory/vcdimager (Old)
 and  /work/SRC/openSUSE:Factory/.vcdimager.new (New)


Package is "vcdimager", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/vcdimager/vcdimager.changes  2011-09-23 
12:49:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.vcdimager.new/vcdimager.changes 2011-12-27 
18:39:38.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 21 10:31:51 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---



Other differences:
--
++ vcdimager.spec ++
--- /var/tmp/diff_new_pack.XXfgVu/_old  2011-12-27 18:39:39.0 +0100
+++ /var/tmp/diff_new_pack.XXfgVu/_new  2011-12-27 18:39:39.0 +0100
@@ -15,11 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   vcdimager
-BuildRequires:  cdparanoia gawk gcc-c++ libcddb-devel libxml2-devel pkgconfig 
popt-devel
+BuildRequires:  cdparanoia
+BuildRequires:  gawk
+BuildRequires:  gcc-c++
+BuildRequires:  libcddb-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  pkgconfig
+BuildRequires:  popt-devel
 # In automatic build systems, use feature-limited version of libcdio to break 
build loop.
 %if "x%{?_project}" != "x"
 BuildRequires:  libcdio-mini-devel
@@ -28,18 +32,17 @@
 BuildRequires:  libcdio-devel
 %endif
 Url:http://www.vcdimager.org/
-License:GPL-2.0
-Group:  Productivity/Multimedia/CD/Record
 PreReq: %install_info_prereq
-AutoReqProv:on
 # bug437293
 %ifarch ppc64
 Obsoletes:  vcdimager-64bit
 %endif
 #
 Version:0.7.24
-Release:1
+Release:0
 Summary:Video CD (VCD) authoring software
+License:GPL-2.0
+Group:  Productivity/Multimedia/CD/Record
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch1: sector_private.patch
@@ -77,9 +80,8 @@
 
 %package devel
 Url:http://www.vcdimager.org/
-License:GPL-2.0
-Group:  Development/Languages/C and C++
 Summary:Video CD (VCD) authoring software
+Group:  Development/Languages/C and C++
 Requires:   %{name} = %{version} libcdio-devel glibc-devel
 # bug437293
 %ifarch ppc64
@@ -123,7 +125,6 @@
 %patch1 -p1
 
 %build
-%{?suse_update_config:%{suse_update_config  -f -l}}
 %configure --disable-static --with-pic
 make %{?jobs:-j%jobs}
 

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



commit util-linux for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2011-12-27 18:39:14

Comparing /work/SRC/openSUSE:Factory/util-linux (Old)
 and  /work/SRC/openSUSE:Factory/.util-linux.new (New)


Package is "util-linux", Maintainer is "pu...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes2011-11-22 
17:49:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.util-linux.new/util-linux.changes   
2011-12-27 18:39:37.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec 25 22:19:44 UTC 2011 - co...@suse.com
+
+- do not call %suse_update_config
+
+---



Other differences:
--
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.Ifbl8l/_old  2011-12-27 18:39:38.0 +0100
+++ /var/tmp/diff_new_pack.Ifbl8l/_new  2011-12-27 18:39:38.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define time_ver 1.7
 %define which_ver 2.20
 %define adjtimex_ver 1.28
@@ -25,14 +24,14 @@
 BuildRequires:  gettext-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  libsepol-devel
+BuildRequires:  libtool
 BuildRequires:  ncurses-devel
 BuildRequires:  pam-devel
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
 BuildRequires:  zlib-devel
-BuildRequires:  libtool
 Version:2.20.1
-Release:4
+Release:0
 # util-linux is a base package and uuidd pre-requiring pwdutils pulls
 # that into the core build cycle.  pwdutils also pulls in the whole
 # ldap stack into it.  Avoid this whole mess which is done only to
@@ -45,11 +44,10 @@
 # bnc#651598:
 Provides:   util-linux(fake+no-canonicalize)
 PreReq: %install_info_prereq permissions
-License:GPL-2.0+
-Group:  System/Base
-AutoReqProv:on
 Recommends: %{name}-lang = %{version}
 Summary:A collection of basic system utilities
+License:GPL-2.0+
+Group:  System/Base
 Source: 
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v20/%{name}-%{version}.tar.bz2
 Source1:util-linux-rpmlintrc
 # XXX: make nologin part of login package
@@ -123,7 +121,6 @@
 mount program, the fdisk configuration tool, and more.
 
 %package -n libblkid1
-License:GPL-2.0+
 Summary:Filesystem detection library
 Group:  System/Filesystems
 
@@ -131,7 +128,6 @@
 Library for filesystem detection.
 
 %package -n libblkid-devel
-License:GPL-2.0+
 Summary:Development files for the filesystem detection library
 Group:  Development/Libraries/C and C++
 Requires:   libblkid1 = %{version}
@@ -141,7 +137,6 @@
 detection.
 
 %package -n uuidd
-License:GPL-2.0+
 Summary:Helper daemon to guarantee uniqueness of time-based UUIDs
 Group:  System/Filesystems
 PreReq: %fillup_prereq
@@ -155,7 +150,6 @@
 SMP systems.
 
 %package -n libuuid1
-License:GPL-2.0+
 Summary:Library to generate UUIDs
 Group:  System/Filesystems
 
@@ -163,7 +157,6 @@
 A library to generate universally unique IDs (UUIDs).
 
 %package -n libuuid-devel
-License:GPL-2.0+
 Summary:Development files for libuuid1
 Group:  Development/Libraries/C and C++
 Requires:   libuuid1 = %{version}
@@ -173,7 +166,6 @@
 unique IDs (UUIDs).
 
 %package -n libmount1
-License:GPL-2.0+
 Summary:Device mount library
 Group:  System/Filesystems
 
@@ -182,7 +174,6 @@
 mount(8) and /sbin/mount. helpers.
 
 %package -n libmount-devel
-License:GPL-2.0+
 Summary:Development files for libmount1
 Group:  Development/Libraries/C and C++
 Requires:   libmount1 = %{version}
@@ -230,7 +221,6 @@
 aclocal --force
 autoconf --force
 automake --force-missing --add-missing --foreign
-%{?suse_update_config:%{suse_update_config}}
 %configure --prefix=/usr \
--mandir=%{_mandir} \
--infodir=%{_infodir} \

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



commit upower for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package upower for openSUSE:Factory checked 
in at 2011-12-27 18:39:08

Comparing /work/SRC/openSUSE:Factory/upower (Old)
 and  /work/SRC/openSUSE:Factory/.upower.new (New)


Package is "upower", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/upower/upower.changes2011-10-04 
18:15:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.upower.new/upower.changes   2011-12-27 
18:39:36.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec 16 02:54:43 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to version 0.9.15 
+
+---

Old:

  upower-0.9.14.tar.xz

New:

  upower-0.9.15.tar.xz



Other differences:
--
++ upower.spec ++
--- /var/tmp/diff_new_pack.hYSfJP/_old  2011-12-27 18:39:37.0 +0100
+++ /var/tmp/diff_new_pack.hYSfJP/_new  2011-12-27 18:39:37.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   upower
 Summary:Power Device Enumeration Framework
-Version:0.9.14
+Version:0.9.15
 Release:1
 License:GPL-2.0+
 Url:http://upower.freedesktop.org/

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



commit texlive-bin for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package texlive-bin for openSUSE:Factory 
checked in at 2011-12-27 18:39:04

Comparing /work/SRC/openSUSE:Factory/texlive-bin (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-bin.new (New)


Package is "texlive-bin", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/texlive-bin/texlive-bin.changes  2011-12-12 
17:04:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-bin.new/texlive-bin.changes 
2011-12-27 18:39:05.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 21 10:13:43 UTC 2011 - adr...@suse.de
+
+- make arm -mthumb removal armv7l specific
+
+---



Other differences:
--
++ texlive-bin.spec ++
--- /var/tmp/diff_new_pack.qFqS41/_old  2011-12-27 18:39:36.0 +0100
+++ /var/tmp/diff_new_pack.qFqS41/_new  2011-12-27 18:39:36.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   texlive-bin
 # Remark: For package texlive its self see next sub package which is build for 
noarch
 # Remark: In case of enabling ttf2pk we need also freetype(1) within the line 
of BuildRequires
@@ -89,10 +90,10 @@
 BuildRequires:  perl(Readonly::XS)
 %endif
 Url:http://www.tug.org/texlive/
-License:GPL-2.0+ ; LPPL-1.3c
 Summary:Binary coded programs for package texlive
-Requires(prereq): /bin/date /bin/ln
+License:GPL-2.0+ ; LPPL-1.3c
 Group:  Productivity/Publishing/TeX/Base
+Requires(prereq): /bin/date /bin/ln
 Version:2011
 Release:0
 Source0:
ftp://tug.org/texlive/historic/2011/texlive-20110705-source.tar.xz
@@ -244,6 +245,7 @@
 
 %package-n texlive
 Summary:The Base System of TeXLive
+Group:  Productivity/Publishing/TeX/Base
 Provides:   TeX Dvips PicTeX
 Requires(prereq): texlive-bin = %{version}-%{release}
 Requires(prereq): coreutils ed findutils grep permissions sed
@@ -299,6 +301,7 @@
 
 %package -n texlive-doc
 Summary:The documentation of the TeXLive Base System
+Group:  Productivity/Publishing/TeX/Base
 BuildArch:  noarch
 
 %description -n texlive-doc
@@ -355,7 +358,6 @@
 %package -n texlive-bin-devel
 %bin_package -d devel
 
-
 %package -n texlive-cjk
 Requires(prereq): texlive = %{version}
 Requires(prereq): texlive-latex = %{version}
@@ -363,6 +365,7 @@
 Obsoletes:  te_ptex cjk-latex
 Conflicts:  tetex
 Summary:LaTeX Macro Package for CJK (Chinese/Japanese/Korean)
+Group:  Productivity/Publishing/TeX/Base
 BuildArch:  noarch
 
 %description -n texlive-cjk
@@ -379,12 +382,12 @@
 %package -n texlive-bin-cjk
 %bin_package cjk
 
-
 %package -n texlive-arab
 Provides:   ArabTeX
 Requires(prereq): texlive = %{version}
 Requires(prereq): texlive-latex = %{version}
 Summary:(La)TeX Macro Package for Arab and Hebrew
+Group:  Productivity/Publishing/TeX/Base
 BuildArch:  noarch
 
 %description -n texlive-arab
@@ -407,6 +410,7 @@
 Obsoletes:  te_mpost
 Conflicts:  tetex
 Summary:All about MetaPost
+Group:  Productivity/Publishing/TeX/Base
 BuildArch:  noarch
 
 %description -n texlive-metapost
@@ -431,9 +435,9 @@
 %package -n texlive-bin-metapost
 %bin_package metapost
 
-
 %package -n texlive-fonts-extra
 Summary:Extra fonts for TeX Live
+Group:  Productivity/Publishing/TeX/Base
 Suggests:   texlive-fonts-extra-doc
 BuildArch:  noarch
 
@@ -577,6 +581,7 @@
 
 %package -n texlive-fonts-extra-doc
 Summary:The documentation for extra fonts
+Group:  Productivity/Publishing/TeX/Base
 BuildArch:  noarch
 
 %description -n texlive-fonts-extra-doc
@@ -591,6 +596,7 @@
 Obsoletes:  te_cont
 Conflicts:  tetex
 Summary:The conTeXt system depending on pdfTeX
+Group:  Productivity/Publishing/TeX/Base
 BuildArch:  noarch
 
 %description -n texlive-context
@@ -614,6 +620,7 @@
 Obsoletes:  te_omega
 Conflicts:  tetex
 Summary:Omega, an extended TeX/LaTeX version with unicode
+Group:  Productivity/Publishing/TeX/Base
 BuildArch:  noarch
 
 %description -n texlive-omega
@@ -634,7 +641,6 @@
 %package -n texlive-bin-omega
 %bin_package omega
 
-
 %package -n texlive-xetex
 Provides:   XeTeX XeLaTeX
 Requires(prereq): texlive = %{version}
@@ -643,6 +649,7 @@
 Requires(prereq): texlive-bin-xetex = %{version}-%{release}
 Conflicts:  tetex
 Summary:XeTeX, an extended TeX/LaTeX version for unicode
+Group:  Productivity/Publishing/TeX/Base
 AutoReqProv:off
 BuildArch:  noarch
 
@@ -662,13 +669,13 @@
 %package -n texliv

commit t1utils for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package t1utils for openSUSE:Factory checked 
in at 2011-12-27 18:38:57

Comparing /work/SRC/openSUSE:Factory/t1utils (Old)
 and  /work/SRC/openSUSE:Factory/.t1utils.new (New)


Package is "t1utils", Maintainer is "frei...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/t1utils/t1utils.changes  2011-09-23 
12:47:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.t1utils.new/t1utils.changes 2011-12-27 
18:38:59.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 21 10:31:50 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---



Other differences:
--
++ t1utils.spec ++
--- /var/tmp/diff_new_pack.oYotOg/_old  2011-12-27 18:38:59.0 +0100
+++ /var/tmp/diff_new_pack.oYotOg/_new  2011-12-27 18:38:59.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package t1utils (Version 1.36)
+# spec file for package t1utils
 #
-# 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,18 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   t1utils
-License:PERMISSIVE-OSI-COMPLIANT
-Group:  Productivity/Publishing/PS
-AutoReqProv:on
 Version:1.36
-Release:1
+Release:0
 Source0:
ftp://ftp.tex.ac.uk/tex-archive/fonts/utilities/t1utils/t1utils-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A collection of simple type-1 font manipulation programs
+License:PERMISSIVE-OSI-COMPLIANT
+Group:  Productivity/Publishing/PS
 Url:http://www.lcdf.org/type/#t1utils
 
 %description
@@ -50,7 +46,6 @@
 %build
 rm -f config.cache
 # update config.{guess,sub}
-%{?suse_update_config}
 export CFLAGS="$RPM_OPT_FLAGS" 
 ./configure --prefix=/usr \
 --mandir=%{_mandir} \

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



commit systemtap for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package systemtap for openSUSE:Factory 
checked in at 2011-12-27 18:38:49

Comparing /work/SRC/openSUSE:Factory/systemtap (Old)
 and  /work/SRC/openSUSE:Factory/.systemtap.new (New)


Package is "systemtap", Maintainer is "to...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/systemtap/systemtap-docs.changes 2011-11-10 
16:05:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap-docs.changes
2011-12-27 18:38:51.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 21 10:44:28 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---
--- /work/SRC/openSUSE:Factory/systemtap/systemtap.changes  2011-11-10 
16:05:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap.changes 2011-12-27 
18:38:51.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 23 14:30:33 CET 2011 - a...@suse.de
+
+- Create tmpfiles during new install.
+
+---



Other differences:
--
++ systemtap-docs.spec ++
--- /var/tmp/diff_new_pack.3jtICK/_old  2011-12-27 18:38:52.0 +0100
+++ /var/tmp/diff_new_pack.3jtICK/_new  2011-12-27 18:38:52.0 +0100
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   systemtap-docs
-BuildRequires:  gcc-c++ libebl-devel pkg-config
+BuildRequires:  autoconf
+BuildRequires:  gcc-c++
+BuildRequires:  libebl-devel
+BuildRequires:  pkg-config
 # for documents
 BuildRequires:  xmlto
 BuildRequires:  fop
 BuildRequires:  latex2html
-License:GPLv2+
 Version:1.6
-Release:5
+Release:0
 Summary:Documents and examples for systemtap
+License:GPL-2.0+
 Group:  Development/Tools/Debuggers
 Url:http://sourceware.org/systemtap/
 Source: systemtap-%{version}.tar.bz2

++ systemtap.spec ++
--- /var/tmp/diff_new_pack.3jtICK/_old  2011-12-27 18:38:52.0 +0100
+++ /var/tmp/diff_new_pack.3jtICK/_new  2011-12-27 18:38:52.0 +0100
@@ -15,16 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   systemtap
-BuildRequires:  gcc-c++ glib2-devel libcap-devel libebl-devel pkg-config 
sqlite-devel
-BuildRequires:  mozilla-nspr-devel mozilla-nss-devel mozilla-nss-tools
-License:GPLv2+
+BuildRequires:  gcc-c++
+BuildRequires:  glib2-devel
+BuildRequires:  libcap-devel
+BuildRequires:  libebl-devel
+BuildRequires:  mozilla-nspr-devel
+BuildRequires:  mozilla-nss-devel
+BuildRequires:  mozilla-nss-tools
+BuildRequires:  pkg-config
+BuildRequires:  sqlite-devel
+BuildRequires:  systemd
 Version:1.6
-Release:8
+Release:0
 Summary:Instrumentation System
+License:GPL-2.0+
 Group:  Development/Tools/Debuggers
 Url:http://sourceware.org/systemtap/
 Source: systemtap-%{version}.tar.bz2
@@ -40,8 +46,6 @@
 of the system.
 
 %package runtime
-License:GPLv2+
-Group:  Development/Tools/Debuggers
 Summary:Runtime environment for systemtap
 
 %description runtime
@@ -49,10 +53,9 @@
 This package contains the runtime environment for systemtap programs.
 
 %package server
-License:GPLv2+
-Group:  Development/Tools/Debuggers
 Summary:Systemtap server
 Requires:   %{name} = %{version}-%{release}
+Requires(post): /bin/systemd-tmpfiles
 # dependancies for systemtap shell scripts
 Requires:   coreutils avahi avahi-utils mozilla-nss-tools zip unzip
 
@@ -61,8 +64,6 @@
 This package contains the server component of systemtap.
 
 %package sdt-devel
-License:GPLv2+
-Group:  Development/Tools/Debuggers
 Summary:Static probe support tools
 Requires:   %{name} = %{version}-%{release}
 Requires:   python-base
@@ -100,6 +101,10 @@
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
+%post server
+# Create tmpfiles
+/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/stap-server.conf
+
 %files
 %defattr(-,root,root)
 %{_bindir}/stap

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



commit sgml-skel for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package sgml-skel for openSUSE:Factory 
checked in at 2011-12-27 18:38:43

Comparing /work/SRC/openSUSE:Factory/sgml-skel (Old)
 and  /work/SRC/openSUSE:Factory/.sgml-skel.new (New)


Package is "sgml-skel", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/sgml-skel/sgml-skel.changes  2011-09-23 
12:46:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.sgml-skel.new/sgml-skel.changes 2011-12-27 
18:38:45.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:49:07 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ sgml-skel.spec ++
--- /var/tmp/diff_new_pack.a1Mds3/_old  2011-12-27 18:38:46.0 +0100
+++ /var/tmp/diff_new_pack.a1Mds3/_new  2011-12-27 18:38:46.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package sgml-skel (Version 0.6)
+# spec file for package sgml-skel
 #
-# 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
@@ -15,21 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   sgml-skel
+BuildRequires:  automake
 BuildRequires:  libxml2
 Summary:Helper Scripts for the SGML System
 Version:0.6
-Release:416
+Release:0
 Group:  Productivity/Publishing/SGML
 Requires:   libxml2
 PreReq: /bin/awk
 PreReq: /bin/mv
 PreReq: /bin/chmod
-#Provides: 
-License:GPL v2 or later
+License:GPL-2.0+
 # URL: 
 Source0:http://www.suse.de/~ke/%{name}/%{name}-%{version}.tar.bz2
 # :pserver:anon...@sources.redhat.com:/cvs/docbook-tools

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



commit redland for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package redland for openSUSE:Factory checked 
in at 2011-12-27 18:38:34

Comparing /work/SRC/openSUSE:Factory/redland (Old)
 and  /work/SRC/openSUSE:Factory/.redland.new (New)


Package is "redland", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/redland/redland.changes  2011-11-16 
17:22:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.redland.new/redland.changes 2011-12-27 
18:38:37.0 +0100
@@ -1,0 +2,24 @@
+Wed Dec 21 12:51:02 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 1.0.15
+  Issues Fixed:
+ 461: librdf error - query language vsparql already 
+  registered
+ 468: xlc on AIX configure tests for both 
+  HAVE_BDB_OPEN_7_ARGS and HAVE_BDB_OPEN_6_ARGS pass
+ 475: Freeing a counted_string returned by redland on a 
+  modern Windows system crashes
+ 478: Object returned from librdf_stream_get_object must 
+  be copied, but may not copiable
+ 483: Documentation of 
+  librdf_parser_get_namespaces_seen_count return is 
+  incorrect
+ 485: No rule to make target `-lltdl', needed by 
+  `librdf.la'. Stop.
+
+---
+Wed Dec 21 10:41:59 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---

Old:

  redland-1.0.14.tar.gz

New:

  redland-1.0.15.tar.gz



Other differences:
--
++ redland.spec ++
--- /var/tmp/diff_new_pack.XVRRgl/_old  2011-12-27 18:38:38.0 +0100
+++ /var/tmp/diff_new_pack.XVRRgl/_new  2011-12-27 18:38:38.0 +0100
@@ -15,17 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %bcond_with perl
 
 Name:   redland
-Version:1.0.14
-Release:6
-License:LGPL-2.1+ ; Apache-2.0
+Version:1.0.15
+Release:0
 Summary:Libraries that provide support for the Resource Description 
Framework (RDF)
-Url:http://www.librdf.org
+License:LGPL-2.1+ ; Apache-2.0
 Group:  System/Libraries
+Url:http://www.librdf.org
 Source0:http://download.librdf.org/source/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
 BuildRequires:  db-devel
 BuildRequires:  librasqal-devel
 BuildRequires:  pkg-config
@@ -45,7 +45,6 @@
 developers to start with.
 
 %package -n libredland-devel
-License:LGPL-2.1+ ; Apache-2.0
 Summary:Development package for programs that use Redland
 Group:  Development/Libraries/C and C++
 Requires:   libredland0 = %{version}
@@ -54,7 +53,6 @@
 Files needed to develop with the Redland RDF library.
 
 %package -n libredland0
-License:LGPL-2.1+ ; Apache-2.0
 Summary:Libraries that provide support for the Resource Description 
Framework (RDF)
 Group:  System/Libraries
 %requires_gelibrasqal1

++ redland-1.0.14.tar.gz -> redland-1.0.15.tar.gz ++
 22172 lines of diff (skipped)

++ redland-ocloexec.patch ++
--- /var/tmp/diff_new_pack.XVRRgl/_old  2011-12-27 18:38:38.0 +0100
+++ /var/tmp/diff_new_pack.XVRRgl/_new  2011-12-27 18:38:38.0 +0100
@@ -1,6 +1,61 @@
 src/rdf_serializer.c.orig
-+++ src/rdf_serializer.c
-@@ -557,7 +557,7 @@ librdf_serializer_serialize_stream_to_fi
+--- configure.ac   2011-12-04 03:43:19.0 +0100
 configure.ac   2011-12-21 14:28:11.441688112 +0100
+@@ -100,7 +100,9 @@
+ 
+ dnl Checks for programs.
+ AM_SANITY_CHECK
+-AC_PROG_CC
++AC_PROG_CC_STDC
++AC_USE_SYSTEM_EXTENSIONS
++AC_SYS_LARGEFILE
+ AM_PROG_CC_C_O
+ AC_PROG_INSTALL
+ AC_PROG_LN_S
+--- src/rdf_files.c2011-08-01 05:56:47.0 +0200
 src/rdf_files.c2011-12-21 14:28:11.440688113 +0100
+@@ -44,6 +44,8 @@
+ #endif
+ #endif
+ 
++#include 
++
+ #ifdef STANDALONE
+ #define LIBRDF_DEBUG 1
+ #endif
+@@ -91,7 +93,7 @@
+   
+ #ifdef HAVE_MKSTEMP
+   /* Proritise mkstemp() since GNU libc says: Never use mktemp(). */
+-  fd=mkstemp(name);
++  fd=mkostemp(name, O_CLOEXEC);
+   if(fd<0) {
+ LIBRDF_FREE(char*, name);
+ return NULL;
+--- src/rdf_parser_raptor.c2011-11-04 17:08:18.0 +0100
 src/rdf_parser_raptor.c2011-12-21 14:28:11.440688113 +0100
+@@ -571,7 +571,7 @@
+ if(!filename)
+   return NULL;
+ 
+-fh=fopen(filename, "r");
++fh=fopen(filename, "re");
+ if(!fh) {
+   librdf_log(pcontext->parser->world, 0, LIBRDF_LOG_ERROR,
+  LIBRDF_FROM_PARSER, NULL, "failed to open file '%s' - %s",
+--- src/rdf_query_results.c2011-11-04 17:08:18.0 +0100
++

commit rasqal for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package rasqal for openSUSE:Factory checked 
in at 2011-12-27 18:38:28

Comparing /work/SRC/openSUSE:Factory/rasqal (Old)
 and  /work/SRC/openSUSE:Factory/.rasqal.new (New)


Package is "rasqal", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/rasqal/rasqal.changes2011-09-23 
12:44:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.rasqal.new/rasqal.changes   2011-12-27 
18:38:30.0 +0100
@@ -1,0 +2,30 @@
+Wed Dec 21 16:48:07 UTC 2011 - tittiatc...@gmail.com
+
+- Remove the specific -32bit compilation for 64bit systems. This 
+  as that rasqal depends on mhash for which there is no -32bit 
+  package
+
+---
+Wed Dec 21 12:46:07 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 0.9.28
+  *  Added full support for SPARQL 1.1 draft STRBEFORE, STRAFTER 
+ and REPLACE.
+  * Add internal Mersenne Twister PRNG or choose others via 
+configure
+  * Language name 'sparql' is now SPARQL 1.1
+  * The query result formats now all use the W3C Format URIs as 
+their primary URI
+  * Improved configure check for for ceil(), floor() and round() 
+to prevent GCC optimizing the test away and getting the wrong 
+answer
+  * Bugfixes
+
+---
+Sat Oct  8 10:51:46 UTC 2011 - toddrme2...@gmail.com
+
+- Split documentation package (fix for RPMLINT warning)
+- Added mhash buildrequires
+- Cleaned up spec file formatting
+
+---

Old:

  baselibs.conf
  rasqal-0.9.27.tar.bz2

New:

  rasqal-0.9.28.tar.bz2



Other differences:
--
++ rasqal.spec ++
--- /var/tmp/diff_new_pack.MLamMN/_old  2011-12-27 18:38:31.0 +0100
+++ /var/tmp/diff_new_pack.MLamMN/_new  2011-12-27 18:38:31.0 +0100
@@ -15,27 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   rasqal
-Version:0.9.27
-Release:1
-License:LGPLv2.1+ or GPLv2+ or ASLv2.0+
+Version:0.9.28
+Release:0
+%define sonum   3
 Summary:RDF Parser Toolkit for Redland
-Url:http://librdf.org/rasqal/
+License:LGPL-2.1+ or GPL-2.0+ or SUSE-Apache-2.0+
 Group:  Productivity/Other
-# http://download.librdf.org/source/rasqal-0.9.21.tar.gz
+Url:http://librdf.org/%{name}/
+# http://download.librdf.org/source/rasqal-0.9.27.tar.gz
 Source0:%{name}-%{version}.tar.bz2
-Source100:  baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  libraptor-devel
-BuildRequires:  libxml2-devel
+BuildRequires:  mhash-devel
 BuildRequires:  mpfr-devel
 BuildRequires:  pcre-devel
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(libxml-2.0)
+Requires:   lib%{name}%{sonum} = %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Rasqal is a library providing full support for querying Resource
@@ -44,30 +45,36 @@
 It currently handles the RDF Data Query Language (RDQL) and SPARQL
 Query language.
 
-%package -n librasqal3
-License:LGPLv2.1+ or GPLv2+ or ASLv2.0+
+%package -n lib%{name}%{sonum}
 Summary:RDF Parser Toolkit for Redland
 Group:  System/Libraries
 %requires_gelibraptor1
 
-%description -n librasqal3
+%description -n lib%{name}%{sonum}
 Rasqal is a library providing full support for querying Resource
 Description Framework (RDF) including parsing query syntaxes,
 constructing the queries, executing them and returning result formats.
 It currently handles the RDF Data Query Language (RDQL) and SPARQL
 Query language.
 
-%package -n librasqal-devel
-License:LGPLv2.1+ or GPLv2+ or ASLv2.0+
+%package -n lib%{name}-devel
 Summary:Development package for the Rasqal RDF query library
 Group:  Development/Languages/C and C++
 Requires:   libraptor-devel >= 2.0.4
-Requires:   librasqal3 = %{version}
+Requires:   lib%{name}%{sonum} = %{version}
 
-%description -n librasqal-devel
+%description -n lib%{name}-devel
 This package contains the files needed to develop with the Rasqal RDF
 query language library.
 
+%package -n lib%{name}-devel-doc
+Summary:Documentation package for lib%{name}-devel
+Group:  Development/Languages/C and C++
+
+%description -n lib%{name}-devel-doc
+This package contains the documentation and help files to aid with
+developing software using the Rasqal RDF query language library.
+
 %prep
 %setup -q
 
@@ -80,7 +87,7 @@
--disable-static \
 

commit raptor for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package raptor for openSUSE:Factory checked 
in at 2011-12-27 18:38:23

Comparing /work/SRC/openSUSE:Factory/raptor (Old)
 and  /work/SRC/openSUSE:Factory/.raptor.new (New)


Package is "raptor", Maintainer is "dmuel...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/raptor/raptor.changes2011-10-02 
11:13:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.raptor.new/raptor.changes   2011-12-27 
18:38:25.0 +0100
@@ -1,0 +2,15 @@
+Wed Dec 21 12:41:18 UTC 2011 - tittiatc...@gmail.com
+
+- Update to v2.0.6
+  * Handle libCurl SSL options before 7.16.4 (2007)
+  * Add a few sequence utility methods for sort, reverse and 
+permute
+  * All parsers and serializers use the W3C Format URIs as their 
+primary URI
+  * N-Quads parser can now handle optional context/graph URI
+  * Turtle serializer uses official text/turtle mime type
+  * Added some additional UTF-8 and snprintf utility functions
+  * No longer needs math functions trunc, lround and round.
+  * Several internal code style fixes and cleanups
+
+---

Old:

  raptor2-2.0.4.tar.bz2

New:

  raptor2-2.0.6.tar.bz2



Other differences:
--
++ raptor.spec ++
--- /var/tmp/diff_new_pack.U0wcQ3/_old  2011-12-27 18:38:26.0 +0100
+++ /var/tmp/diff_new_pack.U0wcQ3/_new  2011-12-27 18:38:26.0 +0100
@@ -16,16 +16,16 @@
 #
 
 
-
 Name:   raptor
-Version:2.0.4
-Release:1
-License:LGPL-2.1+ ; Apache-2.0
+Version:2.0.6
+Release:0
 Summary:RDF Parser Toolkit
-Url:http://www.redland.opensource.ac.uk/raptor/
+License:LGPL-2.1+ ; Apache-2.0
 Group:  System/Libraries
+Url:http://www.redland.opensource.ac.uk/raptor/
 Source0:%{name}2-%{version}.tar.bz2
 Source1:baselibs.conf
+BuildRequires:  autoconf
 BuildRequires:  curl-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  pkg-config
@@ -37,7 +37,6 @@
 standalone RDF parsers, generating triples from RDF/XML or N-Triples.
 
 %package -n libraptor2-0
-License:LGPL-2.1+ ; Apache-2.0
 Summary:RDF Parser Toolkit
 Group:  System/Libraries
 
@@ -46,7 +45,6 @@
 standalone RDF parsers, generating triples from RDF/XML or N-Triples.
 
 %package -n libraptor-devel
-License:LGPL-2.1+ ; Apache-2.0
 Summary:Development package for the raptor library
 Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
@@ -68,7 +66,7 @@
 
 %install
 make DESTDIR=%{buildroot} install
-mv %{buildroot}%{_docdir}/raptor %{buildroot}%{_docdir}/raptor-devel
+mv %{buildroot}%{_docdir}/raptor2 %{buildroot}%{_docdir}/raptor-devel
 #causes some ugly  dependency bloat..
 rm -f %{buildroot}%{_libdir}/libraptor2.la
 

++ raptor2-2.0.4.tar.bz2 -> raptor2-2.0.6.tar.bz2 ++
 71531 lines of diff (skipped)

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



commit pulseaudio for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory 
checked in at 2011-12-27 18:38:16

Comparing /work/SRC/openSUSE:Factory/pulseaudio (Old)
 and  /work/SRC/openSUSE:Factory/.pulseaudio.new (New)


Package is "pulseaudio", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes2011-10-25 
17:01:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new/pulseaudio.changes   
2011-12-27 18:38:18.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 27 13:27:22 UTC 2011 - idon...@suse.com
+
+- Fix wrong size argument in memset call 
+
+---

New:

  pulseaudio-wrong-memset.patch



Other differences:
--
++ pulseaudio.spec ++
--- /var/tmp/diff_new_pack.2aCmcT/_old  2011-12-27 18:38:19.0 +0100
+++ /var/tmp/diff_new_pack.2aCmcT/_new  2011-12-27 18:38:19.0 +0100
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   pulseaudio
 Version:1.1
-Release:1
+Release:0
 %define drvver  1.1
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:A Networked Sound Server
-Url:http://pulseaudio.org
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/Sound Daemons
+Url:http://pulseaudio.org
 Source: 
http://freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz
 Source1:default.pa-for-gdm
 Source2:setup-pulseaudio
@@ -32,6 +30,7 @@
 Source99:   baselibs.conf
 Patch0: disabled-start.diff
 Patch1: suppress-socket-error-msg.diff
+Patch2: pulseaudio-wrong-memset.patch
 BuildRequires:  alsa-devel
 BuildRequires:  bluez-devel
 BuildRequires:  doxygen
@@ -252,6 +251,7 @@
 translation-update-upstream
 %patch0
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf


++ pulseaudio-wrong-memset.patch ++
Index: pulseaudio-1.1/src/modules/rtp/rtp.c
===
--- pulseaudio-1.1.orig/src/modules/rtp/rtp.c
+++ pulseaudio-1.1/src/modules/rtp/rtp.c
@@ -286,7 +286,7 @@ int pa_rtp_recv(pa_rtp_context *c, pa_me
 
 if (!found_tstamp) {
 pa_log_warn("Couldn't find SO_TIMESTAMP data in auxiliary recvmsg() 
data!");
-memset(tstamp, 0, sizeof(tstamp));
+memset(tstamp, 0, sizeof(struct timeval));
 }
 
 return 0;
Index: pulseaudio-1.1/src/modules/echo-cancel/adrian-aec.c
===
--- pulseaudio-1.1.orig/src/modules/echo-cancel/adrian-aec.c
+++ pulseaudio-1.1/src/modules/echo-cancel/adrian-aec.c
@@ -163,7 +163,7 @@ static void AEC_leaky(AEC *a)
 } else if (1 == a->hangover) {
   --(a->hangover);
   // My Leaky NLMS is to erase vector w when hangover expires
-  memset(a->w, 0, sizeof(a->w));
+  memset(a->w, 0, sizeof(REAL));
 }
   }
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit php5 for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2011-12-27 18:37:59

Comparing /work/SRC/openSUSE:Factory/php5 (Old)
 and  /work/SRC/openSUSE:Factory/.php5.new (New)


Package is "php5", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/php5/php5.changes2011-12-15 
16:07:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2011-12-27 
18:38:09.0 +0100
@@ -1,0 +2,17 @@
+Wed Dec 21 10:40:03 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---
+Tue Dec 20 12:06:57 UTC 2011 - pgaj...@suse.com
+
+- apache module conflicts with apache2-worker [bnc#728671]
+
+---
+Fri Dec 16 13:31:56 UTC 2011 - pgaj...@suse.com
+
+- security update:
+  * CVE-2011-4566 [bnc#733590]
+  * CVE-2011-1466 [bnc#736169]
+
+---

New:

  php-5.3.8-CVE-2011-1466.patch
  php-5.3.8-CVE-2011-4566.patch



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.E9fkcx/_old  2011-12-27 18:38:10.0 +0100
+++ /var/tmp/diff_new_pack.E9fkcx/_new  2011-12-27 18:38:10.0 +0100
@@ -25,6 +25,7 @@
 %define with_spell 1
 
 BuildRequires:  apache2-devel
+BuildRequires:  autoconf
 BuildRequires:  bison
 BuildRequires:  curl-devel
 BuildRequires:  db-devel
@@ -167,6 +168,8 @@
 Patch36:php-5.3.8-crypt-tests.patch
 # related to previous patch; !(defined(_REENTRANT) || defined(_THREAD_SAFE))
 Patch37:php-5.3.8-no-reentrant-crypt.patch
+Patch38:php-5.3.8-CVE-2011-4566.patch
+Patch39:php-5.3.8-CVE-2011-1466.patch
 Url:http://www.php.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:PHP5 Core Files
@@ -251,6 +254,8 @@
 Requires:   apache2-prefork %{apache2_mmn} %{name} = %{version}
 PreReq: apache2
 Conflicts:  apache2-mod_php4
+# see bnc#728671
+Conflicts:  apache2-worker
 Provides:   mod_php_any php-xml php-spl php-simplexml php-session php-pcre 
php-date php-reflection php-filter
 
 %description -n apache2-mod_php5
@@ -1280,6 +1285,8 @@
 %patch35
 %patch36
 %patch37
+%patch38
+%patch39
 # Safety check for API version change.
 vapi=`sed -n '/#define PHP_API_VERSION/{s/.* //;p}' main/php.h`
 if test "x${vapi}" != "x%{apiver}"; then


++ php-5.3.8-CVE-2011-1466.patch ++
http://svn.php.net/viewvc/?view=revision&revision=306475
http://svn.php.net/viewvc/?view=revision&revision=317360
http://svn.php.net/viewvc/?view=revision&revision=317387

Index: ext/calendar/gregor.c
===
--- ext/calendar/gregor.c.orig
+++ ext/calendar/gregor.c
@@ -127,6 +127,7 @@
  **/
 
 #include "sdncal.h"
+#include 
 
 #define GREGOR_SDN_OFFSET 32045
 #define DAYS_PER_5_MONTHS  153
@@ -146,21 +147,12 @@ void SdnToGregorian(
long int temp;
int dayOfYear;
 
-   if (sdn <= 0) {
-   *pYear = 0;
-   *pMonth = 0;
-   *pDay = 0;
-   return;
+   if (sdn <= 0 ||
+   sdn > (LONG_MAX - 4 * GREGOR_SDN_OFFSET) / 4) {
+   goto fail;
}
temp = (sdn + GREGOR_SDN_OFFSET) * 4 - 1;
 
-   if (temp < 0) {
-   *pYear = 0;
-   *pMonth = 0;
-   *pDay = 0;
-   return;
-   }
-
/* Calculate the century (year/100). */
century = temp / DAYS_PER_400_YEARS;
 
@@ -190,6 +182,10 @@ void SdnToGregorian(
*pYear = year;
*pMonth = month;
*pDay = day;
+fail:
+   *pYear = 0;
+   *pMonth = 0;
+   *pDay = 0;
 }
 
 long int GregorianToSdn(
++ php-5.3.8-CVE-2011-4566.patch ++
http://svn.php.net/viewvc/?view=revision&revision=319535
--- ext/exif/exif.c 2011/11/19 04:41:03 319534
+++ ext/exif/exif.c 2011/11/19 04:49:36 319535
@@ -2874,11 +2874,11 @@
offset_val = php_ifd_get32u(dir_entry+8, 
ImageInfo->motorola_intel);
/* If its bigger than 4 bytes, the dir entry contains an 
offset. */
value_ptr = offset_base+offset_val;
-   if (offset_val+byte_count > IFDlength || value_ptr < dir_entry) 
{
+   if (byte_count > IFDlength || offset_val > IFDlength-byte_count 
|| value_ptr < dir_entry) {
/* It is important to check for IMAGE_FILETYPE_TIFF
 * JPEG does not use absolute pointers instead its 
pointers are
   

commit pth for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package pth for openSUSE:Factory checked in 
at 2011-12-27 18:38:10

Comparing /work/SRC/openSUSE:Factory/pth (Old)
 and  /work/SRC/openSUSE:Factory/.pth.new (New)


Package is "pth", Maintainer is "pu...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pth/pth.changes  2011-09-23 12:42:05.0 
+0200
+++ /work/SRC/openSUSE:Factory/.pth.new/pth.changes 2011-12-27 
18:38:11.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec 21 10:41:24 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---
+Tue Dec 20 11:06:28 UTC 2011 - co...@suse.com
+
+- own aclocal directory, there is no other reason to buildrequire
+  automake
+
+---



Other differences:
--
++ pth.spec ++
--- /var/tmp/diff_new_pack.1T5hIP/_old  2011-12-27 18:38:12.0 +0100
+++ /var/tmp/diff_new_pack.1T5hIP/_new  2011-12-27 18:38:12.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package pth (Version 2.0.7)
+# spec file for package pth
 #
-# 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,21 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   pth
+BuildRequires:  autoconf
 Url:http://www.gnu.org/software/pth/
-License:LGPL-2.1+
-Group:  Development/Libraries/C and C++
 Version:2.0.7
-Release:117
-AutoReqProv:on
+Release:0
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch:  %{name}-%{version}.diff
 Patch1: pth_sched.patch
 Summary:GNU Portable Threads
+License:LGPL-2.1+
+Group:  Development/Libraries/C and C++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,16 +38,8 @@
 each thread has it's own individual program-counter, run-time stack,
 signal mask and errno variable.
 
-
-
-Authors:
-
-Ralf S. Engelschall 
-
 %package -n libpth20
-License:LGPL-2.1+
 Summary:GNU Portable Threads
-Group:  Development/Libraries/C and C++
 Provides:   pth
 Obsoletes:  pth
 %define library_name libpth20
@@ -63,16 +53,8 @@
 each thread has it's own individual program-counter, run-time stack,
 signal mask and errno variable.
 
-
-
-Authors:
-
-Ralf S. Engelschall 
-
 %package -n libpth-devel
-License:LGPL-2.1+
 Summary:GNU Portable Threads
-Group:  Development/Libraries/C and C++
 Requires:   %{library_name} = %{version}
 # pth-devel was last used in openSUSE 11.1
 Provides:   pth-devel = %{version}
@@ -86,12 +68,6 @@
 each thread has it's own individual program-counter, run-time stack,
 signal mask and errno variable.
 
-
-
-Authors:
-
-Ralf S. Engelschall 
-
 %prep
 %setup -q
 %patch
@@ -128,6 +104,7 @@
 %defattr(-,root,root)
 %{_bindir}/pth-config
 %{_includedir}/pth.h
+%dir %{_datadir}/aclocal
 %{_datadir}/aclocal/pth.m4
 %{_libdir}/libpth*.so
 %doc %{_mandir}/man3/*

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



commit perl-Moose for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Moose for openSUSE:Factory 
checked in at 2011-12-27 18:37:51

Comparing /work/SRC/openSUSE:Factory/perl-Moose (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Moose.new (New)


Package is "perl-Moose", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Moose/perl-Moose.changes2011-12-06 
13:52:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Moose.new/perl-Moose.changes   
2011-12-27 18:38:08.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 15 14:45:40 UTC 2011 - co...@suse.com
+
+- do not buildrequire Data::Visitor, it's causing a build cycle
+
+---



Other differences:
--
++ perl-Moose.spec ++
--- /var/tmp/diff_new_pack.GIiktk/_old  2011-12-27 18:38:08.0 +0100
+++ /var/tmp/diff_new_pack.GIiktk/_new  2011-12-27 18:38:08.0 +0100
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   perl-Moose
 Version:2.0401
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Release:0
 %define cpan_name Moose
 Summary:A postmodern object system for Perl 5
-Url:http://search.cpan.org/dist/Moose/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Moose/
 Source: 
http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
 Patch1: perl-Moose-old_Test-More.patch
 Patch2: perl-Moose-apply_role.patch
@@ -34,35 +33,34 @@
 Obsoletes:  perl-Class-MOP < %{version}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(DBM::Deep)
 BuildRequires:  perl(Data::OptList)
+BuildRequires:  perl(DateTime::Format::MySQL)
+BuildRequires:  perl(Declare::Constraints::Simple)
 BuildRequires:  perl(Devel::GlobalDestruction)
 BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
 BuildRequires:  perl(Eval::Closure)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(IO::String)
 BuildRequires:  perl(List::MoreUtils) >= 0.12
 BuildRequires:  perl(MRO::Compat) >= 0.05
+BuildRequires:  perl(Module::Refresh)
 BuildRequires:  perl(Package::DeprecationManager) >= 0.11
 BuildRequires:  perl(Package::Stash) >= 0.21
 BuildRequires:  perl(Package::Stash::XS) >= 0.18
 BuildRequires:  perl(Params::Util) >= 1.00
+BuildRequires:  perl(SUPER)
 BuildRequires:  perl(Scalar::Util) >= 1.19
 BuildRequires:  perl(Sub::Exporter) >= 0.980
 BuildRequires:  perl(Sub::Name) >= 0.05
 BuildRequires:  perl(Task::Weaken)
+BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal) >= 0.001
+BuildRequires:  perl(Test::LeakTrace)
 BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::Requires) >= 0.05
 BuildRequires:  perl(Test::Output)
-BuildRequires:  perl(Test::LeakTrace)
-BuildRequires:  perl(Test::Deep)
-BuildRequires:  perl(SUPER)
-BuildRequires:  perl(Module::Refresh)
-BuildRequires:  perl(DateTime::Format::MySQL)
-BuildRequires:  perl(Declare::Constraints::Simple)
+BuildRequires:  perl(Test::Requires) >= 0.05
 BuildRequires:  perl(Try::Tiny) >= 0.02
-BuildRequires:  perl(DBM::Deep)
-BuildRequires:  perl(IO::String)
-BuildRequires:  perl(Data::Visitor)
 Requires:   perl(Data::OptList)
 Requires:   perl(Devel::GlobalDestruction)
 Requires:   perl(Eval::Closure) >= 0.04

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



commit pciutils-ids for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package pciutils-ids for openSUSE:Factory 
checked in at 2011-12-27 18:37:46

Comparing /work/SRC/openSUSE:Factory/pciutils-ids (Old)
 and  /work/SRC/openSUSE:Factory/.pciutils-ids.new (New)


Package is "pciutils-ids", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pciutils-ids/pciutils-ids.changes
2011-12-21 14:58:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.pciutils-ids.new/pciutils-ids.changes   
2011-12-27 18:38:07.0 +0100
@@ -2 +2 @@
-Sat Dec 17 03:40:06 CET 2011 - autobu...@suse.de
+Sat Dec 24 03:41:02 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-12-17
+- automated update on 2011-12-24



Other differences:
--
++ pciutils-ids.spec ++
--- /var/tmp/diff_new_pack.yIFcwU/_old  2011-12-27 18:38:08.0 +0100
+++ /var/tmp/diff_new_pack.yIFcwU/_new  2011-12-27 18:38:08.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   pciutils-ids
-Version:2011.12.17
+Version:2011.12.21
 Release:1
 AutoReqProv:on
 Group:  Hardware/Other

++ pci.ids.bz2 ++
--- /var/tmp/diff_new_pack.yIFcwU/_old  2011-12-27 18:38:08.0 +0100
+++ /var/tmp/diff_new_pack.yIFcwU/_new  2011-12-27 18:38:08.0 +0100
@@ -1,8 +1,8 @@
 #
 #  List of PCI ID's
 #
-#  Version: 2011.12.17
-#  Date:2011-12-17 03:15:02
+#  Version: 2011.12.21
+#  Date:2011-12-21 03:15:01
 #
 #  Maintained by Martin Mares  and other volunteers from the
 #  PCI ID Project at http://pciids.sf.net/.
@@ -3043,6 +3043,7 @@
0194  uPD720200 USB 3.0 Host Controller
1028 04b2  Vostro 3350
1043 8413  P8P67 Deluxe Motherboard
+   1b96 0001  USB 3.0 PCIe Card
 1034  Framatome Connectors USA Inc.
 1035  Comp. & Comm. Research Lab
 1036  Future Domain Corp.
@@ -6341,7 +6342,9 @@
1028 020e  Inspiron 531
1849 03e0  939NF6G-VSTA Board
03e1  MCP61 LPC Bridge
-   03e2  MCP61 LPC Bridge
+   1043 83a4  M4N68T series motherboard
+   03e2  MCP61 Host Bridge
+   1043 83a4  M4N68T series motherboard
03e3  MCP61 LPC Bridge
03e4  MCP61 High Definition Audio
03e5  MCP61 Ethernet
@@ -6358,24 +6361,30 @@
1849 03ea  939NF6G-VSTA Board
03eb  MCP61 SMBus
1028 020e  Inspiron 531
+   1043 83a4  M4N68T series motherboard
1849 03eb  939NF6G-VSTA Board
03ec  MCP61 IDE
1025 0392  ET1350
1028 020e  Inspiron 531
+   1043 83a4  M4N68T series motherboard
1849 03ec  939NF6G-VSTA Board
03ee  MCP61 Ethernet
03ef  MCP61 Ethernet
1025 8000  ET1350
1028 020e  Inspiron 531
+   1043 83a4  M4N68T series motherboard
1849 03ef  939NF6G-VSTA Board
03f0  MCP61 High Definition Audio
1028 020e  Inspiron 531
+   1043 8415  M4N68T series motherboard
1849 0888  939NF6G-VSTA Board
-   03f1  MCP61 USB Controller
+   03f1  MCP61 USB 1.1 Controller
1028 020e  Inspiron 531
+   1043 83a4  M4N68T series motherboard
1849 03f1  939NF6G-VSTA Board
-   03f2  MCP61 USB Controller
+   03f2  MCP61 USB 2.0 Controller
1028 020e  Inspiron 531
+   1043 83a4  M4N68T series motherboard
1849 03f2  939NF6G-VSTA Board
03f3  MCP61 PCI bridge
1028 020e  Inspiron 531
@@ -6383,9 +6392,11 @@
03f4  MCP61 SMU
03f5  MCP61 Memory Controller
1028 020e  Inspiron 531
+   1043 83a4  M4N68T series motherboard
1849 03eb  939NF6G-VSTA Board
03f6  MCP61 SATA Controller
1028 020e  Inspiron 531
+   1043 83a4  M4N68T series motherboard
1849 03f6  939NF6G-VSTA Board
03f7  MCP61 SATA Controller
0400  G84 [GeForce 8600 GTS]
@@ -6519,7 +6530,7 @@
1019 297a  MCP73PVT-SM
056f  MCP73 PCI Express bridge
1019 297a  MCP73PVT-SM
-   05b1  NF200 PCIe 2.0 switch for mainboards
+   05b1  NF200 PCIe 2.0 switch
05b8  NF200 PCIe 2.0 switch for GTX 295
05be  NF200 PCIe 2.0 switch for Quadro Plex S4 / Tesla S870 / Tesla 
S1070 / Tesla S2050
05e0  GT200b [GeForce GTX 295]
@@ -6941,6 +6952,7 @@
0be9  GF106 High Definition Audio Controller
1558 8687  CLEVO/KAPOK W860CU
0bea  GF108 High Definition Audio Controller
+   3842 1430  GeForce GT 430
0beb  

commit openmpi for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2011-12-27 18:37:40

Comparing /work/SRC/openSUSE:Factory/openmpi (Old)
 and  /work/SRC/openSUSE:Factory/.openmpi.new (New)


Package is "openmpi", Maintainer is "p...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes  2011-10-11 
18:21:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi.changes 2011-12-27 
18:38:04.0 +0100
@@ -1,0 +2,99 @@
+Wed Oct 26 17:29:32 CEST 2011 - p...@suse.de
+
+- Update to OpenMPI 1.4.4 to fix problems with f90 code (bnc#724941):
+  * Modified a memcpy() call in the openib btl connection setup to use
+memmove() instead because of the possibility of an overlapping
+copy (as identified by valgrind).
+  * Changed use of sys_timer_get_cycles() to the more appropriate
+wrapper: opal_timer_base_get_cycles().  Thanks to Jani Monoses
+for this fix.
+  * Corrected the reported default value of btl_openib_ib_timeout
+in the "IB retries exceeded" error message.  Thanks to Kevin Buckley
+for this correction.
+  * Increase rdmacm adress resolution timeout from 1s to 30s & 
+update Chelsio T4 openib BTL defaults.  Thanks to Steve Wise
+for these updates.
+(** also to appear in 1.5.5)
+  * Ensure that MPI_Accumulate error return in 1.4 is consistent with
+1.5.x and trunk.
+  * Allow the word "slots" in rankfiles (i.e., not just "slot").
+(** also appeared in 1.5.4)
+  * Add Mellanox ConnectX 3 device IDs to the openib BTL defaults.
+(** also appeared in 1.5.4)
+  * Update description of btl_openib_cq_size to be more accurate.
+  * Ensure mpirun's --xterm options leaves sessions attached.
+(** also appeared in 1.5.4)
+  * Update to allow more than 128 entries in an appfile.
+(** also appeared in 1.5.4)
+  * Update description of btl_openib_cq_size to be more accurate.
+(** also appeared in 1.5.4)
+  * Fix for deadlock when handling recursive attribute keyval deletions
+(e.g., when using ROMIO with MPI_THREAD_MULTIPLE).
+  * Fix indexed datatype leaks.  Thanks to Pascal Deveze for supplying
+the initial patch.  (** also appeared in 1.5.4)
+  * Fixed the F90 types of the sendcounts and displs parameters to
+MPI_SCATTERV.  Thanks to Stanislav Sazykin for identifying the issue.
+(** also appeared in 1.5.4)
+  * Exclude opal/libltdl from "make distclean" when --disable-dlopen is
+used.  Thanks to David Gunter for reporting the issue.
+  * Fixed a segv in MPI_Comm_create when called with GROUP_EMPTY.
+Thanks to Dominik Goeddeke for finding this.
+(** also appeared in 1.5.4)
+  * Fixed return codes from MPI_PROBE and MPI_IPROBE.
+(** also appeared in 1.5.4)
+  * Fixed undefined symbol error when using the vtf90 profiling tool.
+  * Fix for referencing an uninitialized variable in DPM ORTE.  Thanks
+to Avinash Malik for reporting the issue.
+  * Fix for correctly handling multi-token args when using debuggers.
+  * Eliminated the unneeded u_int*_t datatype definitions.
+  * Change in ORTE DPM to get around gcc 4.[45].x compiler wanrings
+about possibly calling free() on a non-heap variable, even though it
+will never happen because the refcount will never go to zero.
+
+  * Fix for libtool issue when using pgcc to compile ompi in conjunction
+with the -tp option.
+  * Fixed a race condition in osc_rdma_sync.  Thanks to Guillaume
+Thouvenin for finding this issue.
+  * Clarification of MPI_Init_thread man page.
+  * Fixed an indexing problem in precondition_transports.
+  * Fixed a problem in which duplicated libs were being specified for
+linking.  Thanks to Hicham Mouline for noticing it.
+  * Various autogen.sh fixes.
+  * Fix for memchecking buffers during MPI_*INIT.
+  * Man page cleanups.  Thanks to Jeremiah Willcock and Jed Brown.
+  * Fix for VT rpmbuild on RHEL5.
+  * Support Solaris legacy munmap prototype changes.
+(** also appeared in 1.5.4)
+  * Expands app_idx to int32_t to allow more than 127 app_contexts.
+  * Guard the inclusion of execinfo.h since not all platforms have it.  Thanks
+to Aleksej Saushev for identifying this issue.
+(** also appeared in 1.5.4)
+  * Fix to avoid possible environment corruption.  Thanks to Peter Thompson
+for identifying the issue and supplying a patch.
+(** also appeared in 1.5.4)
+  * Fixed paffinity base MCA duplicate registrations.  Thanks to Gus
+Correa for bringing this to our attention.
+  * Fix recursive locking bug when MPI-IO was used with
+MPI_THREAD_MULTIPLE.  (** also appeared in 1.5.4)
+  * F90 MPI API fixes.
+  * Fixed a misleading MPI_Bcast error message.  Thanks to Jeremiah
+Willcock for reporting this.
+  * Added  to ptmalloc's hooks.c (it's not always included
+by default on so

commit lynx for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package lynx for openSUSE:Factory checked in 
at 2011-12-27 18:37:32

Comparing /work/SRC/openSUSE:Factory/lynx (Old)
 and  /work/SRC/openSUSE:Factory/.lynx.new (New)


Package is "lynx", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lynx/lynx.changes2011-09-23 
02:12:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.lynx.new/lynx.changes   2011-12-27 
18:38:01.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 21 10:24:43 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---



Other differences:
--
++ lynx.spec ++
--- /var/tmp/diff_new_pack.YFAYtp/_old  2011-12-27 18:38:04.0 +0100
+++ /var/tmp/diff_new_pack.YFAYtp/_new  2011-12-27 18:38:04.0 +0100
@@ -15,22 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   lynx
-BuildRequires:  ncurses-devel openssl-devel postfix
-License:GPL-2.0+
-Group:  Productivity/Networking/Web/Browsers
+BuildRequires:  ncurses-devel
+BuildRequires:  openssl-devel
+BuildRequires:  postfix
 Provides:   lynxssl web_browser
 Obsoletes:  lynxssl
 PreReq: /bin/cp
 Requires:   xli
-AutoReqProv:on
 Version:2.8.7
-Release:13
+Release:0
 Url:http://lynx.isc.org
 Summary:A Text-Based WWW Browser
+License:GPL-2.0+
+Group:  Productivity/Networking/Web/Browsers
 Source: http://lynx.isc.org/lynx2.8.7/lynx2.8.7.tar.bz2
 # Source1:  po.tar.bz2
 Patch100:   lynx-2.8.5.dif
@@ -56,7 +54,6 @@
 # rm -f po/{es,fr,it,ko,no,pl,pt}.po
 
 %build
-%{?suse_update_config:%{suse_update_config -f}}
 export CFLAGS="$RPM_OPT_FLAGS -pipe"
 ./configure \
--with-ssl \

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



commit llvm for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2011-12-27 18:37:25

Comparing /work/SRC/openSUSE:Factory/llvm (Old)
 and  /work/SRC/openSUSE:Factory/.llvm.new (New)


Package is "llvm", Maintainer is "mh...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/llvm/llvm.changes2011-12-06 
18:00:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2011-12-27 
18:37:59.0 +0100
@@ -1,0 +2,11 @@
+Sun Dec 25 15:29:46 UTC 2011 - idon...@suse.com
+
+- Don't run gcc for ada files, just fail instead. 
+
+---
+Thu Dec 22 15:33:24 UTC 2011 - idon...@suse.com
+
+- Add clang-glibc2.14.patch to support glibc 2.14 headers
+- Install profiling support
+
+---

New:

  clang-disable-ada-extension.patch
  clang-glibc2.14.patch



Other differences:
--
++ llvm.spec ++
--- /var/tmp/diff_new_pack.menvkR/_old  2011-12-27 18:38:00.0 +0100
+++ /var/tmp/diff_new_pack.menvkR/_new  2011-12-27 18:38:00.0 +0100
@@ -15,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define _revision 145598
 %define _release_version 3.0
 %define _supported_archs "ARM;X86"
 
 Name:   llvm
 Version:3.0
-Release:1
-License:NCSA
+Release:0
 Summary:Low Level Virtual Machine
-Url:http://www.llvm.org
+License:NCSA
 Group:  Development/Languages/Other
+Url:http://www.llvm.org
 Source0:%{name}-%{version}.tar.bz2
 Source100:  %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE set-revision.patch idoen...@suse.de -- Allow us to set 
revision
@@ -35,6 +34,10 @@
 Patch2: clang-cmake-lib.patch
 # PATCH-FIX-OPENSUSE assume-opensuse.patch idoen...@suse.de -- Always enable 
openSUSE/SUSE features
 Patch3: assume-opensuse.patch
+# PATCH-FIX-UPSTREAM clang-glibc2.14.patch idoen...@suse.de -- Support glibc 
2.14 headers
+Patch4: clang-glibc2.14.patch
+# PATCH-FIX-OPENSUSE clang-disable-ada-extension.patch idoen...@suse.de -- 
Don't run gcc for ada files
+Patch5: clang-disable-ada-extension.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -129,13 +132,15 @@
 %patch1
 %patch2
 %patch3
+cd tools/clang
+%patch4
+cd ../..
+%patch5 -p1
 
 sed -i s,SVN_REVISION,\"%{_revision}\",g tools/clang/lib/Basic/Version.cpp
 
 # Nasty hardcoded path
-%if "%{_lib}" == "lib64"
-sed -i s,/lib/LLVMgold.so,/lib64/LLVMgold.so, tools/clang/lib/Driver/Tools.cpp
-%endif
+sed -i s,/lib/,/%{_lib}/,g tools/clang/lib/Driver/Tools.cpp
 
 %build
 TOPLEVEL=$PWD
@@ -334,6 +339,7 @@
 %{_mandir}/man1/clang.1.gz
 %{_libdir}/libclang.so.*
 %{_libdir}/libLTO.so
+%{_libdir}/*profile*.a
 %if 0%{?suse_version} >= 1220
 %{_libdir}/LLVMgold.so
 %endif
@@ -370,10 +376,10 @@
 %defattr(-,root,root)
 %{_includedir}/clang
 %{_includedir}/clang-c
-%{_libdir}/libclang.so
 %{_libdir}/libLTO.a
+%{_libdir}/libclang.so
 %{_libdir}/libclang*.a
-%{_libdir}/*profile_rt*
+%{_libdir}/*profile*.so
 
 %files devel
 %defattr(-,root,root,-)

++ clang-disable-ada-extension.patch ++
Index: llvm/tools/clang/lib/Driver/Types.cpp
===
--- llvm.orig/tools/clang/lib/Driver/Types.cpp
+++ llvm/tools/clang/lib/Driver/Types.cpp
@@ -158,8 +158,6 @@ types::ID types::lookupTypeForExtension(
.Case("hh", TY_CXXHeader)
.Case("ll", TY_LLVM_IR)
.Case("hpp", TY_CXXHeader)
-   .Case("ads", TY_Ada)
-   .Case("adb", TY_Ada)
.Case("ast", TY_AST)
.Case("c++", TY_CXX)
.Case("C++", TY_CXX)
++ clang-glibc2.14.patch ++
Index: test/CodeGen/pr9614.c
===
--- test/CodeGen/pr9614.c   (revision 146866)
+++ test/CodeGen/pr9614.c   (revision 146867)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm %s -O1 -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
 
 extern void foo_alias (void) __asm ("foo");
 inline void foo (void) {
@@ -8,15 +8,22 @@
 inline __attribute__ ((__always_inline__)) void bar (void) {
   return bar_alias ();
 }
+extern char *strrchr_foo (const char *__s, int __c)  __asm ("strrchr");
+extern inline __attribute__ ((__always_inline__)) __attribute__ 
((__gnu_inline__)) char * strrchr_foo (const char *__s, int __c)  {
+  return __builtin_strrchr (__s, __c);
+}
 void f(void) {
   foo();
   bar();
+  strrchr_foo("", '.');
 }
 
 // CHECK: define void @f()
 // CHECK: call void @foo()
 // CHECK-N

commit linux-atm for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package linux-atm for openSUSE:Factory 
checked in at 2011-12-27 18:37:19

Comparing /work/SRC/openSUSE:Factory/linux-atm (Old)
 and  /work/SRC/openSUSE:Factory/.linux-atm.new (New)


Package is "linux-atm", Maintainer is "jbo...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/linux-atm/linux-atm.changes  2011-09-23 
02:11:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.linux-atm.new/linux-atm.changes 2011-12-27 
18:37:57.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 21 10:23:58 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---



Other differences:
--
++ linux-atm.spec ++
--- /var/tmp/diff_new_pack.KcK94P/_old  2011-12-27 18:37:58.0 +0100
+++ /var/tmp/diff_new_pack.KcK94P/_new  2011-12-27 18:37:58.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package linux-atm (Version 2.5.0)
+# spec file for package linux-atm
 #
-# 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,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   linux-atm
 %define sover  1
-BuildRequires:  bison flex glibc-devel
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  glibc-devel
 Url:http://sourceforge.net/projects/linux-atm/
+Summary:Tools for ATM
 License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
 Group:  Productivity/Networking/Other
-Summary:Tools for ATM
 Version:2.5.0
-Release:146
+Release:0
 Source0:linux-atm-%{version}.tar.bz2
 Patch0: linux-atm-%{version}.diff
 Patch1: linux-atm-2.5.0-include.patch
@@ -38,18 +37,15 @@
 
 %package -n libatm%sover
 
-
-License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
-Group:  System/Libraries
 Summary:Libraries for ATM
+Group:  System/Libraries
 
 %description -n libatm%sover
 Libraries for ATM (Asynchronous Transfer Mode) networking.
 
 %package devel
-License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
-Group:  Development/Libraries/C and C++
 Summary:Development for ATM
+Group:  Development/Libraries/C and C++
 Requires:   libatm%sover = %version
 
 %description devel
@@ -63,7 +59,6 @@
 %patch2
 
 %build
-%{?suse_update_config}
 %configure --disable-static
 %{__make} %{?_smp_mflags}
 

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



commit libzypp for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2011-12-27 18:37:14

Comparing /work/SRC/openSUSE:Factory/libzypp (Old)
 and  /work/SRC/openSUSE:Factory/.libzypp.new (New)


Package is "libzypp", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2011-12-07 
21:41:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2011-12-27 
18:37:53.0 +0100
@@ -1,0 +2,10 @@
+Fri Dec 23 14:51:25 CET 2011 - m...@suse.de
+
+- Adapt Repository iteration to libsolv changes.
+- Add sat::Pool tests
+- Fix Flags<> api to be more consistent and add testcase.
+- Set min_curl_version 7.19.4 (bnc#735284)
+- Doc: add some words about 'Solver - Vendor protection'
+- version 11.0.0 (0)
+
+---

Old:

  libzypp-10.3.5.tar.bz2

New:

  libzypp-11.0.0.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.HOeoyU/_old  2011-12-27 18:37:56.0 +0100
+++ /var/tmp/diff_new_pack.HOeoyU/_new  2011-12-27 18:37:56.0 +0100
@@ -23,7 +23,7 @@
 Group:  System/Packages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Package, Patch, Pattern, and Product Management
-Version:10.3.5
+Version:11.0.0
 Release:1
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
@@ -104,20 +104,7 @@
 Requires:   gnupg2
 %endif
 
-# ---
-%if 0%{?suse_version} >= 1110
-# (almost) common codebase, but on SLES11-SP1 (according to Rudi
-# suse_version == 1110) we have a patched libcurl-7.19.0-11.22,
-# and no aria2. Furthermore SLE may use it's own set of .po files
-# from po/sle-zypp-po.tar.bz2.
-
-# this check should use 7.19.0 if SLE and 7.19.4 if not (backported
-# CURLOPT_REDIR_PROTOCOLS)
-%define min_curl_version 7.19.0-11.22
-%endif
-
-# ---
-
+%define min_curl_version 7.19.4
 %if 0%{?suse_version}
 %if 0%{?suse_version} >= 1100
 # Code11+

++ libzypp-10.3.5.tar.bz2 -> libzypp-11.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-10.3.5/VERSION.cmake 
new/libzypp-11.0.0/VERSION.cmake
--- old/libzypp-10.3.5/VERSION.cmake2011-12-06 13:11:17.0 +0100
+++ new/libzypp-11.0.0/VERSION.cmake2011-12-23 15:04:41.0 +0100
@@ -58,11 +58,11 @@
 # - Consider calling ./mkChangelog to assist you.
 #   See './mkChangelog -h' for help.
 #
-SET(LIBZYPP_MAJOR "10")
-SET(LIBZYPP_COMPATMINOR "3")
-SET(LIBZYPP_MINOR "3")
-SET(LIBZYPP_PATCH "5")
+SET(LIBZYPP_MAJOR "11")
+SET(LIBZYPP_COMPATMINOR "0")
+SET(LIBZYPP_MINOR "0")
+SET(LIBZYPP_PATCH "0")
 #
-# LAST RELEASED: 10.3.5 (3)
+# LAST RELEASED: 11.0.0 (0)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-10.3.5/libzypp.spec.cmake 
new/libzypp-11.0.0/libzypp.spec.cmake
--- old/libzypp-10.3.5/libzypp.spec.cmake   2011-12-06 13:11:17.0 
+0100
+++ new/libzypp-11.0.0/libzypp.spec.cmake   2011-12-23 15:04:41.0 
+0100
@@ -104,20 +104,7 @@
 Requires:   gnupg2
 %endif
 
-# ---
-%if 0%{?suse_version} >= 1110
-# (almost) common codebase, but on SLES11-SP1 (according to Rudi
-# suse_version == 1110) we have a patched libcurl-7.19.0-11.22,
-# and no aria2. Furthermore SLE may use it's own set of .po files
-# from po/sle-zypp-po.tar.bz2.
-
-# this check should use 7.19.0 if SLE and 7.19.4 if not (backported
-# CURLOPT_REDIR_PROTOCOLS)
-%define min_curl_version 7.19.0-11.22
-%endif
-
-# ---
-
+%define min_curl_version 7.19.4
 %if 0%{?suse_version}
 %if 0%{?suse_version} >= 1100
 # Code11+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-10.3.5/mkChangelog 
new/libzypp-11.0.0/mkChangelog
--- old/libzypp-10.3.5/mkChangelog  2011-12-06 13:11:17.0 +0100
+++ new/libzypp-11.0.0/mkChangelog  2011-12-23 15:04:41.0 +0100
@@ -107,7 +107,7 @@
   echo ""
 }
 
-git status --porcelain | grep '^[^ ]' | grep -v "$VERSIONFILE\|$CHANGESFILE" 
&& {
+git status --porcelain | grep '^[^ ?]' | grep -v "$VERSIONFILE\|$CHANGESFILE" 
&& {
   Becho "!!! Files other than version and changes are added to the index."
   Becho "!!! Doing dryrun..."
   DRYRUN=1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-10.3

commit libxml2 for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package libxml2 for openSUSE:Factory checked 
in at 2011-12-27 18:37:09

Comparing /work/SRC/openSUSE:Factory/libxml2 (Old)
 and  /work/SRC/openSUSE:Factory/.libxml2.new (New)


Package is "libxml2", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libxml2/libxml2.changes  2011-09-23 
02:11:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libxml2.new/libxml2.changes 2011-12-27 
18:37:51.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec 21 10:24:19 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---
+Tue Dec 20 11:05:01 UTC 2011 - co...@suse.com
+
+- own aclocal directory, there is no other reason to buildrequire
+  automake
+
+---



Other differences:
--
++ libxml2-python.spec ++
--- /var/tmp/diff_new_pack.GfH3Mk/_old  2011-12-27 18:37:52.0 +0100
+++ /var/tmp/diff_new_pack.GfH3Mk/_new  2011-12-27 18:37:52.0 +0100
@@ -16,18 +16,18 @@
 #
 
 
-
 Name:   libxml2-python
 Version:2.7.8+git20110708
-Release:1
-License:MIT
+Release:0
 Summary:Python Bindings for libxml2
-Url:http://xmlsoft.org
+License:MIT
 Group:  Development/Libraries/Python
+Url:http://xmlsoft.org
 Source: libxml2-%{version}.tar.bz2
 Source1:libxml2-python-rpmlintrc
 BuildRequires:  libxml2-devel
-BuildRequires:  python-devel python-xml
+BuildRequires:  python-devel
+BuildRequires:  python-xml
 %py_requires
 Requires:   libxml2 = %{version}
 # Uncomment to save space:

++ libxml2.spec ++
--- /var/tmp/diff_new_pack.GfH3Mk/_old  2011-12-27 18:37:52.0 +0100
+++ /var/tmp/diff_new_pack.GfH3Mk/_new  2011-12-27 18:37:52.0 +0100
@@ -16,16 +16,16 @@
 #
 
 
-
 Name:   libxml2
 Version:2.7.8+git20110708
-Release:1
-License:MIT
+Release:0
 Summary:A Library to Manipulate XML Files
-Url:http://xmlsoft.org
+License:MIT
 Group:  System/Libraries
+Url:http://xmlsoft.org
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
+BuildRequires:  autoconf
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
 BuildRequires:  zlib-devel
@@ -52,7 +52,6 @@
 progress.
 
 %package devel
-License:MIT
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
@@ -69,7 +68,6 @@
 to develop applications that require these.
 
 %package doc
-License:MIT
 Summary:A Library to Manipulate XML Files
 Group:  System/Libraries
 Requires:   %{name} = %{version}
@@ -145,6 +143,7 @@
 %files devel
 %defattr(-, root, root)
 %{_bindir}/xml2-config
+%dir %{_datadir}/aclocal
 %{_datadir}/aclocal/libxml.m4
 %{_includedir}/libxml
 %{_includedir}/libxml2

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



commit libxfce4ui for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package libxfce4ui for openSUSE:Factory 
checked in at 2011-12-27 18:37:04

Comparing /work/SRC/openSUSE:Factory/libxfce4ui (Old)
 and  /work/SRC/openSUSE:Factory/.libxfce4ui.new (New)


Package is "libxfce4ui", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libxfce4ui/libxfce4ui.changes2011-10-16 
12:56:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.libxfce4ui.new/libxfce4ui.changes   
2011-12-27 18:37:48.0 +0100
@@ -1,0 +2,7 @@
+Fri Dec 23 19:44:01 UTC 2011 - g...@opensuse.org
+
+- updated to version 4.8.1
+  - fix memory leak
+  - translation updates
+
+---

Old:

  libxfce4ui-4.8.0.tar.bz2

New:

  libxfce4ui-4.8.1.tar.bz2



Other differences:
--
++ libxfce4ui.spec ++
--- /var/tmp/diff_new_pack.ZHxRac/_old  2011-12-27 18:37:50.0 +0100
+++ /var/tmp/diff_new_pack.ZHxRac/_new  2011-12-27 18:37:50.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   libxfce4ui
-Version:4.8.0
-Release:2
-License:LGPL-2.1+
+Version:4.8.1
+Release:0
 Summary:Widgets Library for the Xfce Desktop Environment
-Url:http://www.xfce.org/projects/libxfce4/
+License:LGPL-2.1+
 Group:  System/Libraries
+Url:http://www.xfce.org/projects/libxfce4/
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
@@ -41,8 +39,8 @@
 applications.
 
 %package -n glade3-catalog-libxfce4ui
-License:LGPL-2.1+
 Summary:libxfce4ui Glade Catalog
+License:LGPL-2.1+
 Group:  Development/Tools/GUI Builders
 Requires:   %{name} = %{version}
 Requires:   glade3
@@ -53,8 +51,8 @@
 Xfce widgets in Glade.
 
 %package devel
-License:LGPL-2.1+
 Summary:Development Files for the libxfce4ui Library
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Requires:   libxfce4ui = %{version}
 Requires:   pkgconfig(gladeui-1.0)
@@ -70,8 +68,8 @@
 the libxfce4ui library.
 
 %package doc
-License:LGPL-2.1+
 Summary:Documentation for the libxfce4ui Library
+License:LGPL-2.1+
 Group:  Documentation/HTML
 Requires:   libxfce4ui = %{version}
 

++ libxfce4ui-4.8.0.tar.bz2 -> libxfce4ui-4.8.1.tar.bz2 ++
 19079 lines of diff (skipped)

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



commit libvorbis for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package libvorbis for openSUSE:Factory 
checked in at 2011-12-27 18:36:57

Comparing /work/SRC/openSUSE:Factory/libvorbis (Old)
 and  /work/SRC/openSUSE:Factory/.libvorbis.new (New)


Package is "libvorbis", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libvorbis/libvorbis.changes  2011-11-28 
12:54:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvorbis.new/libvorbis.changes 2011-12-27 
18:37:43.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec 25 11:09:50 UTC 2011 - idon...@suse.com
+
+- -O20 optimization level doesn't exist, use -O3 
+
+---



Other differences:
--
++ libvorbis.spec ++
--- /var/tmp/diff_new_pack.JGnrGW/_old  2011-12-27 18:37:48.0 +0100
+++ /var/tmp/diff_new_pack.JGnrGW/_new  2011-12-27 18:37:48.0 +0100
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   libvorbis
 Version:1.3.2
-Release:10
+Release:0
 #to_be_filled_by_service
-License:BSD-3-Clause
 Summary:The Vorbis General Audio Compression Codec
-Url:http://www.vorbis.com/
+License:BSD-3-Clause
 Group:  System/Libraries
+Url:http://www.vorbis.com/
 # bug437293 (SLES10 -> SLES11 upgrade path)
 %ifarch ppc64
 Obsoletes:  libvorbis-64bit
@@ -40,8 +39,10 @@
 Patch10:libvorbis-pkgconfig.patch
 Patch11:vorbis-fix-linking.patch
 Patch12:vorbis-ocloexec.patch
+BuildRequires:  fdupes
 BuildRequires:  libogg-devel
-BuildRequires:  fdupes libtool pkgconfig
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,7 +57,6 @@
 
 Summary:The Vorbis General Audio Compression Codec
 Group:  System/Libraries
-License:BSD-3-Clause
 # bug437293 (SLES10 -> SLES11 upgrade path)
 %ifarch ppc64
 Obsoletes:  libvorbis-64bit
@@ -78,7 +78,6 @@
 
 Summary:The Vorbis General Audio Compression Codec
 Group:  System/Libraries
-License:BSD-3-Clause
 
 %description -n libvorbisenc2
 Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and
@@ -92,7 +91,6 @@
 
 Summary:The Vorbis General Audio Compression Codec
 Group:  System/Libraries
-License:BSD-3-Clause
 
 %description -n libvorbisfile3
 Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and
@@ -103,7 +101,6 @@
 libmatroska (matroska) can also be used.
 
 %package devel
-License:BSD-3-Clause
 Summary:Include Files and Libraries mandatory for Ogg Vorbis 
Development
 Group:  Development/Libraries/C and C++
 Requires:   libvorbis0 = %{version}
@@ -122,7 +119,6 @@
 to compile and develop applications that use libvorbis.
 
 %package doc
-License:BSD-3-Clause
 Summary:Documentation of Ogg/Vorbis library
 Group:  Documentation/Other
 %if 0%{?suse_version} >= 1120
@@ -145,6 +141,9 @@
 %patch12
 
 %build
+# Fix optimization level   


+sed -i s,-O20,-O3,g configure.ac
+
 autoreconf -fiv
 %configure --disable-examples --disable-static
 make %{?_smp_mflags}

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



commit libogg for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package libogg for openSUSE:Factory checked 
in at 2011-12-27 18:36:50

Comparing /work/SRC/openSUSE:Factory/libogg (Old)
 and  /work/SRC/openSUSE:Factory/.libogg.new (New)


Package is "libogg", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libogg/libogg.changes2011-11-21 
15:47:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.libogg.new/libogg.changes   2011-12-27 
18:37:41.0 +0100
@@ -1,0 +2,10 @@
+Sun Dec 25 15:06:51 UTC 2011 - co...@suse.com
+
+- own aclocal directory
+
+---
+Sun Dec 25 11:14:05 UTC 2011 - idon...@suse.com
+
+- -O20 optimization level does not exist, use -O3 
+
+---



Other differences:
--
++ libogg.spec ++
--- /var/tmp/diff_new_pack.R4isf1/_old  2011-12-27 18:37:43.0 +0100
+++ /var/tmp/diff_new_pack.R4isf1/_new  2011-12-27 18:37:43.0 +0100
@@ -21,10 +21,10 @@
 Name:   libogg
 Version:1.3.0
 Release:0
-License:BSD-3-Clause
 Summary:Ogg Bitstream Library
-Url:http://www.vorbis.com/
+License:BSD-3-Clause
 Group:  System/Libraries
+Url:http://www.vorbis.com/
 Source: 
http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.gz
 Source2:baselibs.conf
 Patch1: lib64.dif
@@ -40,6 +40,7 @@
 
 %package -n libogg%{_SO_nr}
 Summary:Ogg Bitstream Library
+Group:  System/Libraries
 
 %description -n libogg%{_SO_nr}
 Libogg is a library for manipulating ogg bitstreams.  It handles both
@@ -66,6 +67,9 @@
 fi
 
 %build
+# Fix optimization level
+sed -i s,-O20,-O3,g configure
+
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -91,6 +95,7 @@
 %{_docdir}/%{name}-devel
 %{_includedir}/ogg
 %{_libdir}/libogg.so
+%dir %{_datadir}/aclocal
 %{_datadir}/aclocal/ogg.m4
 %{_libdir}/pkgconfig/ogg.pc
 

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



commit libidn for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package libidn for openSUSE:Factory checked 
in at 2011-12-27 18:36:40

Comparing /work/SRC/openSUSE:Factory/libidn (Old)
 and  /work/SRC/openSUSE:Factory/.libidn.new (New)


Package is "libidn", Maintainer is "crrodrig...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/libidn/libidn.changes2011-10-02 
10:15:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libidn.new/libidn.changes   2011-12-27 
18:37:40.0 +0100
@@ -1,0 +2,11 @@
+Mon Dec 26 14:01:29 UTC 2011 - crrodrig...@opensuse.org
+
+- fix URL 
+
+---
+Mon Dec 26 05:47:14 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to version 1.23 
+- Run spec cleaner
+
+---

Old:

  libidn-1.22.tar.bz2

New:

  libidn-1.23.tar.gz



Other differences:
--
++ libidn.spec ++
--- /var/tmp/diff_new_pack.mpckgi/_old  2011-12-27 18:37:41.0 +0100
+++ /var/tmp/diff_new_pack.mpckgi/_new  2011-12-27 18:37:41.0 +0100
@@ -15,14 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   libidn
+Version:1.23
+Release:4
 License:GPL-3.0 ; LGPL-2.1+
 Group:  System/Libraries
-Version:1.22
-Release:4
 # bug437293
 %ifarch ppc64
 Obsoletes:  libidn-64bit
@@ -30,11 +29,11 @@
 #
 Summary:Support for Internationalized Domain Names (IDN)
 Url:http://www.gnu.org/software/libidn/
-Source0:http://josefsson.org/libidn/releases/libidn-%version.tar.bz2
+Source0:http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
 Source1:baselibs.conf
-PreReq: %install_info_prereq
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig
+Requires(pre):  %install_info_prereq
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
@@ -49,17 +48,12 @@
 XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via
 IDNA is supported.
 
-
-
-Authors:
-
-Simon Josefsson 
-
 %package devel
 License:LGPL-2.1+
-Requires:   %{name} = %{version} glibc-devel
 Summary:Include Files and Libraries mandatory for Development
 Group:  System/Libraries
+Requires:   %{name} = %{version}
+Requires:   glibc-devel
 # bug437293
 %ifarch ppc64
 Obsoletes:  libidn-devel-64bit
@@ -79,24 +73,18 @@
 XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via
 IDNA is supported.
 
-
-
-Authors:
-
-Simon Josefsson 
-
 %prep
 %setup -q
 
 %build
 %configure --with-pic --disable-static --disable-gtk-doc
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm -f $RPM_BUILD_ROOT/%_infodir/dir
+%make_install
+rm -f %{buildroot}/%{_infodir}/dir
 rm -f %{buildroot}%{_libdir}/libidn.la
-%find_lang %name
+%find_lang %{name}
 
 %check
 %if ! 0%{?qemu_user_space_build}
@@ -104,7 +92,7 @@
 %endif
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post
 /sbin/ldconfig
@@ -114,23 +102,23 @@
 /sbin/ldconfig
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/libidn.info.gz
 
-%files -f %name.lang
+%files -f %{name}.lang
 %defattr(-,root,root)
-%dir %_prefix/share/emacs
-%dir %_prefix/share/emacs/site-lisp
+%dir %{_datadir}/emacs
+%dir %{_datadir}/emacs/site-lisp
 %doc AUTHORS COPYING.LIB ChangeLog FAQ NEWS README THANKS TODO
-%_libdir/libidn.so.*
-%_infodir/libidn*
-%_prefix/bin/idn
-%_mandir/man1/idn.1.*
-%_prefix/share/emacs/site-lisp/idna.el
-%_prefix/share/emacs/site-lisp/punycode.el
+%{_libdir}/libidn.so.*
+%{_infodir}/libidn*
+%{_bindir}/idn
+%{_mandir}/man1/idn.1.*
+%{_datadir}/emacs/site-lisp/idna.el
+%{_datadir}/emacs/site-lisp/punycode.el
 
 %files devel
 %defattr(-,root,root)
-%_libdir/libidn.so
-/usr/include/*.h
-%_libdir/pkgconfig/libidn.pc
-%_mandir/man3/*
+%{_libdir}/libidn.so
+%{_includedir}/*.h
+%{_libdir}/pkgconfig/libidn.pc
+%{_mandir}/man3/*
 
 %changelog

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



commit libgssglue for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package libgssglue for openSUSE:Factory 
checked in at 2011-12-27 18:36:34

Comparing /work/SRC/openSUSE:Factory/libgssglue (Old)
 and  /work/SRC/openSUSE:Factory/.libgssglue.new (New)


Package is "libgssglue", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libgssglue/libgssglue.changes2011-09-26 
10:35:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgssglue.new/libgssglue.changes   
2011-12-27 18:37:38.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 20 11:03:51 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---



Other differences:
--
++ libgssglue.spec ++
--- /var/tmp/diff_new_pack.peN5xv/_old  2011-12-27 18:37:39.0 +0100
+++ /var/tmp/diff_new_pack.peN5xv/_new  2011-12-27 18:37:39.0 +0100
@@ -15,21 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   libgssglue
 Url:http://www.citi.umich.edu/projects/nfsv4/linux
 Summary:Generic GSSAPI Library
-Version:0.3
-Release:1
-Group:  Development/Libraries/C and C++
 License:BSD-3-Clause ; MIT
+Group:  Development/Libraries/C and C++
+Version:0.3
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
 BuildRequires:  pkg-config
 %define debug_package_requires libgssglue1 = %{version}-%{release}
 PreReq: %fillup_prereq %insserv_prereq
-AutoReqProv:on
 Source: %{name}-%{version}.tar.bz2
 Source1:baselibs.conf
 
@@ -39,8 +36,6 @@
 libraries, depending on the mechanism.
 
 %package -n libgssglue1
-Group:  Development/Libraries/C and C++
-License:BSD-3-Clause ; MIT
 Summary:Generic GSSAPI Library
 
 %description -n libgssglue1
@@ -49,8 +44,6 @@
 libraries, depending on the mechanism.
 
 %package devel
-Group:  Development/Libraries/C and C++
-License:BSD-3-Clause ; MIT
 Summary:Generic GSSAPI Library
 # last used 11.0
 Provides:   libgssapi = %{version}
@@ -66,7 +59,6 @@
 %setup -q
 
 %build
-%{?suse_update_config:%{suse_update_config -f }}
 autoconf
 export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" 
 %configure --libdir=/%_lib --disable-static

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



commit libassuan for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package libassuan for openSUSE:Factory 
checked in at 2011-12-27 18:36:29

Comparing /work/SRC/openSUSE:Factory/libassuan (Old)
 and  /work/SRC/openSUSE:Factory/.libassuan.new (New)


Package is "libassuan", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libassuan/libassuan.changes  2011-10-03 
09:20:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libassuan.new/libassuan.changes 2011-12-27 
18:37:36.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec 25 22:18:28 UTC 2011 - co...@suse.com
+
+- own aclocal directory
+
+---



Other differences:
--
++ libassuan.spec ++
--- /var/tmp/diff_new_pack.guduwT/_old  2011-12-27 18:37:38.0 +0100
+++ /var/tmp/diff_new_pack.guduwT/_new  2011-12-27 18:37:38.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   libassuan
 Version:2.0.2
-Release:1
-License:GPL-2.0+ ; LGPL-2.1+
+Release:0
 Summary:IPC library used by GnuPG version 2
-Url:http://www.gnupg.org/aegypten2/index.html
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  Development/Libraries/C and C++
+Url:http://www.gnupg.org/aegypten2/index.html
 Source: libassuan-%{version}.tar.bz2
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -34,17 +32,13 @@
 Libassuan is the IPC library used by gpg2 (GnuPG version 2)
 
 %package -n libassuan0
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:IPC library used by GnuPG version 2
-Group:  Development/Libraries/C and C++
 
 %description -n libassuan0
 Libassuan is the IPC library used by gpg2 (GnuPG version 2)
 
 %package devel
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:IPC library used by GnuPG version 2
-Group:  Development/Libraries/C and C++
 Requires:   libgpg-error-devel
 Requires:   libassuan0 = %{version}
 
@@ -91,6 +85,7 @@
 %doc %{_infodir}/assuan*
 %{_includedir}/*.h
 %{_bindir}/*-config
+%dir %{_datadir}/aclocal
 %{_datadir}/aclocal/*.m4
 %{_libdir}/libassuan.so
 

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



commit libapr-util1 for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package libapr-util1 for openSUSE:Factory 
checked in at 2011-12-27 18:36:22

Comparing /work/SRC/openSUSE:Factory/libapr-util1 (Old)
 and  /work/SRC/openSUSE:Factory/.libapr-util1.new (New)


Package is "libapr-util1", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libapr-util1/libapr-util1.changes
2011-10-25 16:07:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libapr-util1.new/libapr-util1.changes   
2011-12-27 18:37:33.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 21 10:10:48 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libapr-util1.spec ++
--- /var/tmp/diff_new_pack.aRUc5W/_old  2011-12-27 18:37:36.0 +0100
+++ /var/tmp/diff_new_pack.aRUc5W/_new  2011-12-27 18:37:36.0 +0100
@@ -15,9 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   libapr-util1
 %define with_sqlite2 0
 %define with_sqlite3 0
@@ -38,7 +35,9 @@
 #
 %define dso_libdir %{_libdir}/apr-util-1
 #
-BuildRequires:  db-devel libapr1-devel
+BuildRequires:  autoconf
+BuildRequires:  db-devel
+BuildRequires:  libapr1-devel
 #
 #
 # database backends
@@ -62,33 +61,38 @@
 # distro specific buildrequires
 #
 %if %{?suse_version:1}0
-BuildRequires:  doxygen openldap2-devel
+BuildRequires:  doxygen
+BuildRequires:  openldap2-devel
 %endif
 %if 0%{?suse_version} > 1020
-BuildRequires:  libexpat-devel pkgconfig
+BuildRequires:  libexpat-devel
+BuildRequires:  pkgconfig
 %else
 BuildRequires:  expat
 %endif
 %if %{?fedora_version:1}0
-BuildRequires:  expat-devel openldap2-devel
+BuildRequires:  expat-devel
+BuildRequires:  openldap2-devel
 %endif
 %if %{?mandriva_version:1}0
-BuildRequires:  expat-devel libldap2.3_0-devel
+BuildRequires:  expat-devel
+BuildRequires:  libldap2.3_0-devel
 %endif
 %if %{?rhel_version:1}0
-BuildRequires:  expat-devel openldap2-devel
+BuildRequires:  expat-devel
+BuildRequires:  openldap2-devel
 %endif
 %if %{?centos_version:1}0
-BuildRequires:  expat-devel openldap2-devel
+BuildRequires:  expat-devel
+BuildRequires:  openldap2-devel
 %endif
 #
 Url:http://apr.apache.org/
-License:Apache-2.0
-Group:  Development/Libraries/Other
-AutoReqProv:on
 Version:1.3.12
-Release:12
+Release:0
 Summary:Apache Portable Runtime (APR) Library
+License:Apache-2.0
+Group:  Development/Libraries/Other
 Source: http://www.apache.org/dist/apr/apr-util-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch0: libapr-util1-1.3.12-gcc46.patch
@@ -116,9 +120,8 @@
 Too many to list here -- see /usr/share/doc/packages/apache2/ABOUT_APACHE
 
 %package devel
-License:Apache-2.0
 Summary:Apache Portable Runtime (APR) Library
-Group:  Development/Libraries/Other
+License:Apache-2.0
 Requires:   libapr-util1 = %{version}
 Requires:   libapr1-devel
 # apu-config returns -lldap -lber -ldb_
@@ -127,7 +130,6 @@
 %if 0%{?suse_version} > 1020
 Requires:   libexpat-devel
 %endif
-AutoReqProv:on
 # bug437293
 %ifarch ppc64
 Obsoletes:  libapr-util1-devel-64bit
@@ -149,7 +151,6 @@
 %package dbd-mysql
 Summary:DBD driver for MySQL
 License:LGPL-2.1+
-Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
 
 %description dbd-mysql
@@ -162,9 +163,8 @@
 Too many to list here -- see /usr/share/doc/packages/apache2/ABOUT_APACHE
 
 %package dbd-pgsql
-License:Apache-2.0
 Summary:DBD driver for PostgreSQL
-Group:  Development/Libraries/Other
+License:Apache-2.0
 Requires:   %{name} = %{version}
 
 %description dbd-pgsql
@@ -177,9 +177,8 @@
 Too many to list here -- see /usr/share/doc/packages/apache2/ABOUT_APACHE
 
 %package dbd-sqlite2
-License:Apache-2.0
 Summary:DBD driver for SQLite 2
-Group:  Development/Libraries/Other
+License:Apache-2.0
 Requires:   %{name} = %{version}
 
 %description dbd-sqlite2
@@ -192,9 +191,8 @@
 Too many to list here -- see /usr/share/doc/packages/apache2/ABOUT_APACHE
 
 %package dbd-sqlite3
-License:Apache-2.0
 Summary:DBD driver for SQLite 3
-Group:  Development/Libraries/Other
+License:Apache-2.0
 Requires:   %{name} = %{version}
 
 %description dbd-sqlite3

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



commit libapr1 for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package libapr1 for openSUSE:Factory checked 
in at 2011-12-27 18:36:13

Comparing /work/SRC/openSUSE:Factory/libapr1 (Old)
 and  /work/SRC/openSUSE:Factory/.libapr1.new (New)


Package is "libapr1", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libapr1/libapr1.changes  2011-10-05 
12:37:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.libapr1.new/libapr1.changes 2011-12-27 
18:36:18.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 20 20:58:34 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libapr1.spec ++
--- /var/tmp/diff_new_pack.g6njqM/_old  2011-12-27 18:37:33.0 +0100
+++ /var/tmp/diff_new_pack.g6njqM/_new  2011-12-27 18:37:33.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libapr1 (Version 1.4.2)
+# spec file for package libapr1
 #
-# 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,9 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   libapr1
+BuildRequires:  autoconf
 %if %{?suse_version:1}0
 BuildRequires:  doxygen
 %endif
@@ -25,9 +24,6 @@
 BuildRequires:  pkg-config
 %endif
 Url:http://apr.apache.org/
-License:Other uncritical OpenSource License ; Apache Software License 
..
-Group:  Development/Libraries/Other
-AutoReqProv:on
 # bug437293
 %ifarch ppc64
 Obsoletes:  libapr1-64bit
@@ -37,8 +33,10 @@
 %endif
 #
 Version:1.4.5
-Release:2
+Release:0
 Summary:Apache Portable Runtime (APR) Library
+License:Other uncritical OpenSource License ; Apache-2.0
+Group:  Development/Libraries/Other
 Source: http://www.apache.org/dist/apr/apr-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch1: string-compare.diff
@@ -63,11 +61,8 @@
 examples being the Apache HTTP server.
 
 %package devel
-License:Other uncritical OpenSource License ; Apache Software License 
..
 Summary:Apache Portable Runtime (APR) Library
-Group:  Development/Libraries/Other
 Requires:   libapr1 = %{version} glibc-devel
-AutoReqProv:on
 # bug437293
 %ifarch ppc64
 Obsoletes:  libapr1-devel-64bit

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



commit libao for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package libao for openSUSE:Factory checked 
in at 2011-12-27 18:36:02

Comparing /work/SRC/openSUSE:Factory/libao (Old)
 and  /work/SRC/openSUSE:Factory/.libao.new (New)


Package is "libao", Maintainer is "mvysko...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libao/libao.changes  2011-09-23 
02:07:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libao.new/libao.changes 2011-12-27 
18:36:04.0 +0100
@@ -1,0 +2,7 @@
+Mon Dec 26 02:37:18 UTC 2011 - crrodrig...@opensuse.org
+
+- Use O_CLOEXEC in shared library 
+- Remove aRts plugin, which is dead since 2004.
+- remove _service file
+
+---

Old:

  _service
  _service:recompress:download_url:libao-1.1.0.tar.bz2
  _service:set_version:libao.spec

New:

  libao-1.1.0.tar.gz
  libao-ocloexec.patch



Other differences:
--
++ libao.spec ++
--- /var/tmp/diff_new_pack.JIaxUU/_old  2011-12-27 18:36:06.0 +0100
+++ /var/tmp/diff_new_pack.JIaxUU/_new  2011-12-27 18:36:06.0 +0100
@@ -21,19 +21,21 @@
 %define PLUGIN_VERSION 4
 
 Name:   libao
-Version:to_be_filled_by_service
+Version:1.1.0
 Release:8
 License:GPL-2.0+
 %define my_provides /tmp/my-provides
 Summary:A Cross-Platform Audio Output Library
 Url:http://www.xiph.org/ao/
 Group:  System/Libraries
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE lib64.dif -- General problem, but no general fix... 
openSUSE specific.
 Patch0: lib64.dif
-BuildRequires:  arts-devel
+Patch1: libao-ocloexec.patch
 BuildRequires:  libesd-devel
 BuildRequires:  libpulse-devel
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,7 +44,6 @@
 
 %package -n libao%{_SO_nr}
 
-
 License:GPL-2.0+
 Group:  System/Libraries
 Summary:A Cross-Platform Audio Output Library
@@ -57,7 +58,6 @@
 
 %package plugins%{PLUGIN_VERSION}
 
-
 License:GPL-2.0+
 Summary:Main output plugins for libao
 Group:  System/Libraries
@@ -76,19 +76,9 @@
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-%package plugin%{PLUGIN_VERSION}-arts
-
-
-Summary:ARts output plugin for libao
-Group:  System/Libraries
-Supplements:packageand(arts:libao%{_SO_nr})
-
-%description plugin%{PLUGIN_VERSION}-arts
-This package contains the aRts output plugin for libao.
 
 %package plugin%{PLUGIN_VERSION}-esd
 
-
 Summary:ESD output plugin for libao
 Group:  System/Libraries
 Supplements:packageand(esound-daemon:libao%{_SO_nr})
@@ -101,12 +91,14 @@
 if [ "%{_lib}" == "lib64" ]; then
 %patch0
 fi
+%patch1
 ### If there is anything wrong it should be reported upstream
 # remove obsolete macros
 #rm -f acinclude.m4
 
 %build
-%configure --disable-static
+autoreconf -fiv
+%configure --enable-alsa-mmap --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -152,10 +144,6 @@
 %{_datadir}/aclocal/*.m4
 %{_libdir}/pkgconfig/*.pc
 
-%files plugin%{PLUGIN_VERSION}-arts
-%defattr(0644,root,root,0755)
-%{_libdir}/ao/plugins-%{PLUGIN_VERSION}/libarts.so
-
 %files plugin%{PLUGIN_VERSION}-esd
 %defattr(0644,root,root,0755)
 %{_libdir}/ao/plugins-%{PLUGIN_VERSION}/libesd.so

++ libao-ocloexec.patch ++
--- src/audio_out.c.orig
+++ src/audio_out.c
@@ -1344,7 +1344,7 @@ ao_device *ao_open_file (int driver_id,
 
if (!overwrite) {
/* Test for file existence */
-   file = fopen(filename, "r");
+   file = fopen(filename, "re");
if (file != NULL) {
fclose(file);
errno = AO_EFILEEXISTS;
@@ -1353,7 +1353,7 @@ ao_device *ao_open_file (int driver_id,
}
 
 
-   file = fopen(filename, "w");
+   file = fopen(filename, "we");
}
 
 
--- src/config.c.orig
+++ src/config.c
@@ -57,7 +57,7 @@ static int ao_read_config_file(ao_config
char line[LINE_LEN];
int end;
 
-   if ( !(fp = fopen(config_file, "r")) )
+   if ( !(fp = fopen(config_file, "re")) )
return 0; /* Can't open file */
 
while (fgets(line, LINE_LEN, fp)) {
--- configure.ac.orig
+++ configure.ac
@@ -30,7 +30,9 @@ dnl Check for programs
 dnl 
 
 cflags_save="$CFLAGS"
-AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 AC_LIBTOOL_WIN32_DLL
 AC_LIBTOOL_DLOPEN
 AM_PROG_LI

commit ksh for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package ksh for openSUSE:Factory checked in 
at 2011-12-27 18:35:53

Comparing /work/SRC/openSUSE:Factory/ksh (Old)
 and  /work/SRC/openSUSE:Factory/.ksh.new (New)


Package is "ksh", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ksh/ksh.changes  2011-11-18 15:46:03.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ksh.new/ksh.changes 2011-12-27 
18:35:54.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec  4 23:00:26 UTC 2011 - ag...@suse.com
+
+- Don't run tests in qemu - they fail
+
+---



Other differences:
--
++ ksh.spec ++
--- /var/tmp/diff_new_pack.7nzhZC/_old  2011-12-27 18:35:56.0 +0100
+++ /var/tmp/diff_new_pack.7nzhZC/_new  2011-12-27 18:35:56.0 +0100
@@ -386,6 +386,7 @@
   SHELL=${root}/bin/ksh.test
   SHCOMP=${root}/bin/shcomp.test
   export PATH SHCOMP SHELL
+%if !0%{?qemu_user_space_build:1}
   pushd ${test}
   typeset -i failed=0
   ln -sf ${root}/lib ${test}/../
@@ -400,6 +401,7 @@
   fi
   killall -q -s 9 ${root}/bin/ksh.test || true
   popd
+%endif
   mkdir -p share/locale/C/LC_MESSAGES
   sed -rn "\@mamake -C cmd/ksh93@,\@mamake -C@ {
s@^\+ g?cc@$SHELL msgcc -M-set=ast@

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



commit jpeg8 for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package jpeg8 for openSUSE:Factory checked 
in at 2011-12-27 18:35:44

Comparing /work/SRC/openSUSE:Factory/jpeg8 (Old)
 and  /work/SRC/openSUSE:Factory/.jpeg8.new (New)


Package is "jpeg8", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/jpeg8/jpeg8.changes  2011-12-14 
14:33:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.jpeg8.new/jpeg8.changes 2011-12-27 
18:35:45.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 20 20:56:11 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---



Other differences:
--
++ jpeg8.spec ++
--- /var/tmp/diff_new_pack.c5297p/_old  2011-12-27 18:35:46.0 +0100
+++ /var/tmp/diff_new_pack.c5297p/_new  2011-12-27 18:35:46.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define major   8
 %define minor   3
 %define micro   0
@@ -25,11 +24,11 @@
 %define cmajor  62 
 
 Name:   jpeg8
-License:SUSE-IJG
-Group:  Productivity/Graphics/Convertors
 Version:%{srcver}
 Release:0
 Summary:Independent JPEG Group's JPEG Software
+License:SUSE-IJG
+Group:  Productivity/Graphics/Convertors
 Url:http://www.ijg.org/
 Source0:jpegsrc.v%{version}.tar.gz
 Source1:baselibs.conf 
@@ -69,9 +68,9 @@
 %package -n libjpeg%{major}
 
 Summary:JPEG libraries
-Version:%{libver}
-Release:3
 Group:  System/Libraries
+Version:%{libver}
+Release:0
 # bug437293
 %ifarch ppc64
 Obsoletes:  libjpeg-64bit
@@ -85,9 +84,9 @@
 %package -n libjpeg%{major}-devel
 
 Summary:Development Tools for applications which will use the Libjpeg 
Library
-Version:%{libver}
-Release:2
 Group:  Development/Libraries/C and C++
+Version:%{libver}
+Release:0
 Requires:   libjpeg%{major} = %{version}
 Conflicts:  libjpeg%{cmajor}-devel
 # bug437293
@@ -108,7 +107,6 @@
 %patch2 -p1
 
 %build
-%{?suse_update_config:%{suse_update_config -f}}
 %configure --disable-static --enable-shared --with-pic
 %{__make} %{?jobs:-j%jobs} libdir=%{_libdir}
 

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



commit hunspell for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package hunspell for openSUSE:Factory 
checked in at 2011-12-27 18:35:40

Comparing /work/SRC/openSUSE:Factory/hunspell (Old)
 and  /work/SRC/openSUSE:Factory/.hunspell.new (New)


Package is "hunspell", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/hunspell/hunspell.changes2011-09-26 
17:03:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.hunspell.new/hunspell.changes   2011-12-27 
18:35:41.0 +0100
@@ -1,0 +2,16 @@
+Wed Dec 14 15:17:31 UTC 2011 - cfarr...@suse.com
+
+- license update: (GPL-2.0+ or LGPL-2.1+ or MPL-1.1+) and LGPL-2.1+
+  SPDX syntax describing the COPYING file statesments
+
+---
+Fri Dec  9 13:20:45 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+---
+Fri Dec  9 11:50:51 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ hunspell.spec ++
--- /var/tmp/diff_new_pack.Pqwcom/_old  2011-12-27 18:35:42.0 +0100
+++ /var/tmp/diff_new_pack.Pqwcom/_new  2011-12-27 18:35:42.0 +0100
@@ -17,13 +17,13 @@
 
 
 Summary:Hunspell - a spell checker and morphological analyzer library
+License:(GPL-2.0+ or LGPL-2.1+ or MPL-1.1+) and LGPL-2.1+
+Group:  System/Libraries
 
 Name:   hunspell
 Version:1.3.2
-Release:4
-License:GPLv2+ ; LGPLv2.1+ ; MPL ..
-Url:http://hunspell.sourceforge.net/
-Group:  System/Libraries
+Release:0
+URL:http://hunspell.sourceforge.net/
 Source0:%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
 BuildRequires:  autoconf >= 2.59
@@ -45,7 +45,6 @@
 LibreOffice or OpenOffice.org UNO module.
 
 %package tools
-License:GPLv2+ ; LGPLv2.1+ ; MPL ..
 Summary:Hunspell tools
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
@@ -54,7 +53,6 @@
 This package contains munch and unmunch programs.
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+ ; MPL ..
 Summary:Files for developing with hunspell
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
@@ -65,7 +63,6 @@
 Includes and definitions for developing with hunspell.
 
 %package static
-License:GPLv2+ ; LGPLv2.1+ ; MPL ..
 Summary:Static hunspell library
 Group:  Development/Libraries/Other
 Requires:   %{name}-devel = %{version}
@@ -91,9 +88,6 @@
 %check
 make check
 
-%clean
-rm -rf %{buildroot}
-
 %post  -p /sbin/ldconfig
 
 %postun-p /sbin/ldconfig

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



commit glibc for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2011-12-27 18:35:36

Comparing /work/SRC/openSUSE:Factory/glibc (Old)
 and  /work/SRC/openSUSE:Factory/.glibc.new (New)


Package is "glibc", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc.changes  2011-12-21 
14:56:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc.changes 2011-12-27 
18:35:38.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 21 15:16:42 CET 2011 - meiss...@suse.de
+
+- Do not mention the buildtime anymore to make build-compare work.
+
+---

New:

  glibc-nodate.patch



Other differences:
--
++ glibc.spec ++
--- /var/tmp/diff_new_pack.CStErz/_old  2011-12-27 18:35:41.0 +0100
+++ /var/tmp/diff_new_pack.CStErz/_new  2011-12-27 18:35:41.0 +0100
@@ -19,8 +19,8 @@
 %define crypt_bf_version 1.2
 
 Name:   glibc
-License:GPL-2.0+
 Summary:Standard Shared Libraries (from the GNU C Library)
+License:GPL-2.0+
 Group:  System/Libraries
 BuildRequires:  gcc-c++
 BuildRequires:  libselinux-devel
@@ -78,7 +78,7 @@
 Obsoletes:  glibc-32bit
 %endif
 Version:2.14.1
-Release:12
+Release:0
 %define git_id  4f2b767fef50
 %define glibc_ports_ver %version
 Url:http://www.gnu.org/software/libc/libc.html
@@ -227,6 +227,8 @@
 Patch85:glibc-2.14-32args-printf.patch
 # PATCH-FIX-UPSTREAM fix tzfile heap overrun bnc#735850 - a...@suse.de
 Patch86:tzfile-corruption-fix.patch
+# PATCH-FIX-OPENSUSE fixed build-compare by omitting one more date - 
meiss...@suse.de
+Patch87:glibc-nodate.patch
 
 %description
 The GNU C Library provides the most important standard libraries used
@@ -235,8 +237,8 @@
 without these libraries.
 
 %package info
-License:GPL-2.0+
 Summary:Info Files for the GNU C Library
+License:GPL-2.0+
 Group:  Documentation/Other
 Requires(post): %{install_info_prereq}
 Requires(postun): %{install_info_prereq}
@@ -248,8 +250,8 @@
 complete and is partially out of date.
 
 %package html
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:HTML Documentation for the GNU C Library
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  Documentation/HTML
 BuildArch:  noarch
 
@@ -259,8 +261,8 @@
 partially out of date.
 
 %package i18ndata
-License:LGPL-2.1+
 Summary:Database Sources for 'locale'
+License:LGPL-2.1+
 Group:  System/Libraries
 BuildArch:  noarch
 
@@ -271,8 +273,8 @@
 created.
 
 %package locale
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:Locale Data for Localized Programs
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/Libraries
 Requires(post): /bin/cat
 Requires:   glibc = %{version}
@@ -288,8 +290,8 @@
 Locale data for the internationalisation features of the GNU C library.
 
 %package -n nscd
-License:LGPL-2.1+
 Summary:Name Service Caching Daemon
+License:LGPL-2.1+
 Group:  System/Daemons
 Provides:   aaa_base:/etc/init.d/nscd
 Provides:   glibc:/usr/sbin/nscd
@@ -302,8 +304,8 @@
 performance with NIS, NIS+, and LDAP.
 
 %package profile
-License:LGPL-2.1+
 Summary:Libc Profiling and Debugging Versions
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Requires:   glibc = %{version}
 # bug437293
@@ -319,8 +321,8 @@
 necessary for profiling and debugging.
 
 %package devel
-License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
 Summary:Include Files and Libraries Mandatory for Development
+License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Obsoletes:  epoll = 1.0
 Provides:   epoll < 1.0
@@ -340,6 +342,7 @@
 
 %package devel-static
 Summary:C library static libraries for -static linking
+License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Requires:   %{name}-devel = %{version}
 # Provide Fedora name for package to make packaging easier
@@ -351,8 +354,8 @@
 which is highly discouraged.
 
 %package utils
-License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
 Summary:Development utilities from GNU C library
+License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
 Group:  Development/Languages/C and C++
 Requires:   glibc = %{version}
 
@@ -366,8 +369,8 @@
 %ifarch %ix86
 
 %package obsolete
-License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
 Summary:Obsolete Shared Libraries from the GNU C Library
+License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
 Group:  System/Libraries
 Requires:   glib

commit gc for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package gc for openSUSE:Factory checked in 
at 2011-12-27 18:35:28

Comparing /work/SRC/openSUSE:Factory/gc (Old)
 and  /work/SRC/openSUSE:Factory/.gc.new (New)


Package is "gc", Maintainer is "u...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gc/gc.changes2011-10-03 09:19:09.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gc.new/gc.changes   2011-12-27 
18:35:30.0 +0100
@@ -1,0 +2,12 @@
+Sun Dec 25 16:02:21 UTC 2011 - idon...@suse.com
+
+- Provide libatomic-ops-devel package too 
+
+---
+Tue Dec 13 09:55:10 UTC 2011 - wer...@suse.de
+
+- To use this with asymptote from TeX Live large config is required.
+  Also fast garbage collection iby using pthread-based parallel mark
+  implementation will help a lot.
+
+---



Other differences:
--
++ gc.spec ++
--- /var/tmp/diff_new_pack.8EdDwZ/_old  2011-12-27 18:35:33.0 +0100
+++ /var/tmp/diff_new_pack.8EdDwZ/_new  2011-12-27 18:35:33.0 +0100
@@ -15,21 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   gc
 Version:7.1.9.6
-Release:1
+Release:0
 %define src_ver 7.2alpha6
-Group:  Development/Libraries/C and C++
-License:BSD-3-Clause
 Url:http://www.hpl.hp.com/personal/Hans_Boehm/gc/
 Summary:A garbage collector for C and C++
+License:BSD-3-Clause
+Group:  Development/Libraries/C and C++
 Source: %{name}-%{src_ver}.tar.bz2
 Patch0: %{name}-build.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++ pkg-config
+BuildRequires:  gcc-c++
 BuildRequires:  libtool
+BuildRequires:  pkg-config
+Conflicts:  libatomic-ops-devel <= %{src_ver}
+Provides:   libatomic-ops-devel = %{src_ver}
 
 %description
 The Boehm-Demers-Weiser conservative garbage collector can be used as a
@@ -70,25 +71,56 @@
 automatically recycles memory when it determines that it can no longer
 be otherwise accessed.
 
+%package -n libatomic_ops-devel
+Summary:Atomic memory update operations
+Group:  Development/Libraries/C and C++
+Provides:   libatomic_ops-static = %{version}-%{release}
+
+%description -n libatomic_ops-devel 
+Provides implementations for atomic memory update operations on a
+number of architectures. This allows direct use of these in reasonably
+portable code. Unlike earlier similar packages, this one explicitly
+considers memory barrier semantics, and allows the construction of code
+that involves minimum overhead across a variety of architectures.
+
 %prep
 %setup -q -n %{name}-%{src_ver}
 %patch0 -p1
 
 %build
-%{suse_update_config -f}
+# refresh auto*/libtool to purge rpaths
+rm -f libtool libtool.m4
 autoreconf -fi
-%{__libtoolize} -f
-%configure --disable-static --with-pic --enable-cplusplus
+
+# see bugzilla.redhat.com/689877
+CPPFLAGS="-DUSE_GET_STACKBASE_FOR_MAIN"; export CPPFLAGS
+
+%configure --disable-static \
+--with-pic \
+--with-gnu-ld  \
+--enable-cplusplus \
+--enable-large-config   \
+--enable-threads=posix  \
+--enable-parallel-mark \
+--with-libatomic-ops=no
+
 make %{?_smp_mflags}
+make %{?_smp_mflags} -C libatomic_ops
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm -fr $RPM_BUILD_ROOT/usr/share/gc# docs
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+
+%makeinstall
+%makeinstall -C libatomic_ops
+
+rm -rf $RPM_BUILD_ROOT/usr/share/gc# docs
+rm -rf %{buildroot}%{_datadir}/libatomic_ops/{COPYING,*.txt}
+rm -f %{buildroot}%{_libdir}/*.la
 
 %check
 %if ! 0%{?qemu_user_space_build}
 make check
+# fails on i586
+make check -C libatomic_ops ||:
 %endif
 
 %post -n libgc1 -p /sbin/ldconfig
@@ -97,7 +129,7 @@
 
 %files -n libgc1
 %defattr(-, root, root)
-%doc README.QUICK doc/README*
+%doc README.QUICK doc/README.*
 %{_libdir}/lib*.so.*
 
 %files devel
@@ -105,6 +137,19 @@
 %doc doc/[a-z]*
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc
-%{_includedir}/*
+%{_includedir}/gc.h
+%{_includedir}/gc_cpp.h
+%{_includedir}/gc
+
+%files -n libatomic_ops-devel
+%defattr(-,root,root,-)
+%doc libatomic_ops/AUTHORS libatomic_ops/ChangeLog libatomic_ops/COPYING 
libatomic_ops/NEWS libatomic_ops/README
+%doc libatomic_ops/doc/*.txt
+%{_includedir}/atomic_ops.h
+%{_includedir}/atomic_ops_malloc.h
+%{_includedir}/atomic_ops_stack.h
+%{_includedir}/atomic_ops/
+%{_libdir}/libatomic_ops.a
+%{_libdir}/libatomic_ops_gpl.a
 
 %changelog

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

commit fltk for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package fltk for openSUSE:Factory checked in 
at 2011-12-27 18:35:15

Comparing /work/SRC/openSUSE:Factory/fltk (Old)
 and  /work/SRC/openSUSE:Factory/.fltk.new (New)


Package is "fltk", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/fltk/fltk.changes2011-09-23 
01:57:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.fltk.new/fltk.changes   2011-12-27 
18:35:17.0 +0100
@@ -1,0 +2,11 @@
+Thu Dec 22 07:52:43 UTC 2011 - pgaj...@suse.com
+
+- buildrequires automake
+
+---
+Wed Dec 21 08:41:22 UTC 2011 - pgaj...@suse.com
+
+- fixed linking library with as-needed [bnc#736410]
+  * as-needed.patch
+
+---

New:

  fltk-as-needed.patch



Other differences:
--
++ fltk.spec ++
--- /var/tmp/diff_new_pack.OMRAhr/_old  2011-12-27 18:35:19.0 +0100
+++ /var/tmp/diff_new_pack.OMRAhr/_new  2011-12-27 18:35:19.0 +0100
@@ -20,6 +20,7 @@
 Name:   fltk
 License:LGPL-2.1+
 Group:  Development/Libraries/X11
+# Migrating Code from FLTK 1.1 to 1.3: 
http://www.fltk.org/doc-1.3/migration_1_3.html
 Version:1.3.0
 Release:1
 Summary:Free C++ GUI Toolkit for the X Window System, OpenGL, and WIN32
@@ -28,10 +29,11 @@
 # http://cinepaint.cvs.sourceforge.net/cinepaint/cinepaint-project/fltk/
 Source: %{name}-%{version}-source.tar.bz2
 Source2:baselibs.conf
+Patch0: fltk-as-needed.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   libfltk1 >= %{version}
 
-BuildRequires:  doxygen pkgconfig
+BuildRequires:  automake doxygen pkgconfig
 BuildRequires:  gcc-c++
 
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
@@ -140,9 +142,9 @@
 
 %prep
 %setup -q 
+%patch0 -p1
 
 %build
-%{?suse_update_config:%{suse_update_config}}
 export CFLAGS="%optflags -fno-strict-aliasing"
 export CXXFLAGS="%optflags -fno-strict-aliasing"
 %configure \

++ fltk-as-needed.patch ++
Index: fltk-1.3.0/src/Makefile
===
--- fltk-1.3.0.orig/src/Makefile
+++ fltk-1.3.0/src/Makefile
@@ -240,7 +240,7 @@ $(LIBNAME): $(OBJECTS)
 
 libfltk.so.1.3: $(OBJECTS)
echo $(DSOCOMMAND) $@ ...
-   $(DSOCOMMAND) $@ $(OBJECTS)
+   $(DSOCOMMAND) $@ $(OBJECTS) $(LDLIBS)
$(RM) libfltk.so
$(LN) libfltk.so.1.3 libfltk.so
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit expect for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package expect for openSUSE:Factory checked 
in at 2011-12-27 18:35:06

Comparing /work/SRC/openSUSE:Factory/expect (Old)
 and  /work/SRC/openSUSE:Factory/.expect.new (New)


Package is "expect", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/expect/expect.changes2011-10-07 
16:20:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.expect.new/expect.changes   2011-12-27 
18:35:08.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 20 20:19:12 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ expect.spec ++
--- /var/tmp/diff_new_pack.3TS9v7/_old  2011-12-27 18:35:09.0 +0100
+++ /var/tmp/diff_new_pack.3TS9v7/_new  2011-12-27 18:35:09.0 +0100
@@ -19,13 +19,14 @@
 Url:http://expect.nist.gov
 
 Name:   expect
+BuildRequires:  autoconf
 BuildRequires:  tcl-devel
 Version:5.45
-Release:2
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Group:  Development/Languages/Tcl
-License:SUSE-Public-Domain
 Summary:A Tool for Automating Interactive Programs
+License:SUSE-Public-Domain
+Group:  Development/Languages/Tcl
 Source: %{name}%{version}.tar.gz
 Source1:expect-rpmlintrc
 Patch1: expect.patch
@@ -39,9 +40,8 @@
 and FAQs.  There is an entire book on it available from O'Reilly.
 
 %package devel
-License:SUSE-Public-Domain
-Group:  Development/Libraries/Tcl
 Summary:Header Files and C API Documentation for expect
+Group:  Development/Libraries/Tcl
 
 %description devel
 This package contains header files and documentation needed for linking

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



commit emacs for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2011-12-27 18:34:58

Comparing /work/SRC/openSUSE:Factory/emacs (Old)
 and  /work/SRC/openSUSE:Factory/.emacs.new (New)


Package is "emacs", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/emacs/emacs.changes  2011-11-25 
10:12:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2011-12-27 
18:34:59.0 +0100
@@ -1,0 +2,15 @@
+Tue Dec 20 20:30:48 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---
+Tue Dec 20 20:23:40 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---
+Mon Nov 28 08:36:10 UTC 2011 - wer...@suse.de
+
+- Resolve build conflicts 
+
+---



Other differences:
--
++ emacs.spec ++
--- /var/tmp/diff_new_pack.TVGdfg/_old  2011-12-27 18:35:05.0 +0100
+++ /var/tmp/diff_new_pack.TVGdfg/_new  2011-12-27 18:35:05.0 +0100
@@ -16,25 +16,48 @@
 #
 
 
-
 Name:   emacs
-BuildRequires:  alsa-devel bind-devel dbus-1-devel elfutils fdupes 
fonts-config freetype2-devel gconf2-devel giflib-devel gtk2-devel krb5-devel 
libjpeg-devel libotf-devel libpng-devel librsvg-devel libtiff-devel 
m17n-lib-devel ncurses-devel nmh sendmail texinfo update-desktop-files 
xaw3d-devel xorg-x11-devel
+BuildRequires:  alsa-devel
+BuildRequires:  autoconf
+BuildRequires:  bind-devel
+BuildRequires:  dbus-1-devel
+BuildRequires:  elfutils
+BuildRequires:  fdupes
+BuildRequires:  fonts-config
+BuildRequires:  freetype2-devel
+BuildRequires:  gconf2-devel
+BuildRequires:  giflib-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  krb5-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  libotf-devel
+BuildRequires:  libpng-devel
+BuildRequires:  librsvg-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  m17n-lib-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  nmh
+BuildRequires:  sendmail
+BuildRequires:  texinfo
+BuildRequires:  update-desktop-files
+BuildRequires:  xaw3d-devel
+BuildRequires:  xorg-x11-devel
 %if 0%{?suse_version} > 1130
 BuildRequires:  gpm-devel
 %else
 BuildRequires:  gpm
 %endif
 Url:http://www.gnu.org/software/emacs/
-License:GPLv2+
-Group:  Productivity/Editors/Emacs
 Version:23.3
-Release:2
+Release:0
 Obsoletes:  ge_exec ge_site emacmisc emacsger emacs-url Mule-UCS 
emacs-calc erc
 Requires:   emacs-info = %{version}
 Requires:   emacs_program = %{version}-%{release}
 Requires:   ctags
 Provides:   ge_site ge_exec emacs-url Mule-UCS emacs-calc erc emacmisc
 Summary:GNU Emacs Base Package
+License:GPL-2.0+
+Group:  Productivity/Editors/Emacs
 Source: ftp://ftp.gnu.org/gnu/emacs/emacs-23.3a.tar.bz2
 Source1:app-defaults.Emacs
 Source2:site-lisp.tar.bz2
@@ -82,13 +105,11 @@
 emacs-nox.
 
 %package -n emacs-nox
-License:GPLv2+
 PreReq: fileutils
 Obsoletes:  emac_nox
 Requires:   emacs = %{version}-%{release}
 Provides:   emacs_program = %{version}-%{release}, emac_nox
 Summary:GNU Emacs-nox: An Emacs Binary without X Window System Support
-Group:  Productivity/Editors/Emacs
 
 %description -n emacs-nox
 Eight Megabytes And Constantly Swapping. Call it
@@ -98,7 +119,6 @@
 Love it or leave it.
 
 %package -n emacs-x11
-License:GPLv2+
 PreReq: fileutils
 Obsoletes:  emacsbin
 Requires:   emacs = %{version}-%{release}
@@ -106,7 +126,6 @@
 Provides:   emacs_program = %{version}-%{release} emacsbin
 Provides:   emacs:/usr/bin/emacs ge_exec:/usr/bin/emacs
 Summary:GNU Emacs: Emacs binary with X Window System Support
-Group:  Productivity/Editors/Emacs
 
 %description -n emacs-x11
 Call it
@@ -117,12 +136,10 @@
 Support.
 
 %package -n emacs-el
-License:GPLv2+
 Obsoletes:  ge_lisp
 Requires:   emacs = %{version}-%{release}
 Provides:   ge_lisp
 Summary:Several Lisp Files for GNU Emacs
-Group:  Productivity/Editors/Emacs
 %if 0%{?suse_version} >= 1120
 BuildArch:  noarch
 %endif
@@ -132,11 +149,9 @@
 files are pre-byte compiled and therefore not necessary.
 
 %package -n emacs-info
-License:GPLv2+
 Obsoletes:  ge_info elispman elisp-manual elispint emacs-lisp-intro
 Provides:   elispman elisp-manual elispint emacs-lisp-intro ge_info
 Summary:Info files for GNU Emacs
-Group:  Productivity/Editors/Emacs
 PreReq:  

commit dcraw for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package dcraw for openSUSE:Factory checked 
in at 2011-12-27 18:34:55

Comparing /work/SRC/openSUSE:Factory/dcraw (Old)
 and  /work/SRC/openSUSE:Factory/.dcraw.new (New)


Package is "dcraw", Maintainer is "posta...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/dcraw/dcraw.changes  2011-10-10 
00:48:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.dcraw.new/dcraw.changes 2011-12-27 
18:34:57.0 +0100
@@ -1,0 +2,8 @@
+Fri Dec 23 18:52:51 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 9.12:
+  dcraw - revision 1.446
+  * Support the Canon S100, Nikon 1 J1 and V1, Panasonic GX1, Fuji X10, and
+Samsung NX200 with color matrices from DNG Converter 6.6.
+
+---

Old:

  dcraw-9.11.tar.gz

New:

  dcraw-9.12.tar.gz



Other differences:
--
++ dcraw.spec ++
--- /var/tmp/diff_new_pack.bsi6Dd/_old  2011-12-27 18:34:58.0 +0100
+++ /var/tmp/diff_new_pack.bsi6Dd/_new  2011-12-27 18:34:58.0 +0100
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   dcraw
-Version:9.11
-Release:1
-License:PERMISSIVE-OSI-COMPLIANT
+Version:9.12
+Release:0
 Summary:Raw Digital Photo Decoding
-Url:http://www.cybercom.net/~dcoffin/dcraw/
+License:PERMISSIVE-OSI-COMPLIANT
 Group:  Productivity/Graphics/Convertors
+Url:http://www.cybercom.net/~dcoffin/dcraw/
 Source0:
http://www.cybercom.net/~dcoffin/dcraw/archive/%{name}-%{version}.tar.gz
 #*** NOTE: run "sh update_dcraw" to update to latest version of the following 
sources ("wget", "rcs" and "lynx" packages are required for the update).
 Source1:README
@@ -54,6 +53,7 @@
 Command line tools for raw digital photo decoding and processing.
 
 %lang_package
+
 %prep
 %setup -q -n %{name}
 cp -a %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} .

++ README ++
--- /var/tmp/diff_new_pack.bsi6Dd/_old  2011-12-27 18:34:58.0 +0100
+++ /var/tmp/diff_new_pack.bsi6Dd/_new  2011-12-27 18:34:58.0 +0100
@@ -70,7 +70,7 @@
execute permission.
  * [16]dcraw.c -- decodes raw photos, extracts thumbnails, and
displays metadata
-   Supports 426 cameras at last count. Compile with "gcc -o dcraw -O4
+   Supports 438 cameras at last count. Compile with "gcc -o dcraw -O4
dcraw.c -lm -ljasper -ljpeg -llcms" or "gcc -o dcraw -O4 dcraw.c
-lm -DNODEPS". Run with no arguments to see a usage message. Don't
complain that 16-bit output is too dark -- read the [17]FAQ!
@@ -426,6 +426,7 @@
  * Canon PowerShot S70
  * Canon PowerShot S90
  * Canon PowerShot S95
+ * Canon PowerShot S100
  * Canon PowerShot SX1 IS
  * Canon PowerShot SX110 IS (CHDK hack)
  * Canon PowerShot SX120 IS (CHDK hack)
@@ -509,6 +510,7 @@
  * Fuji FinePix HS20EXR
  * Fuji FinePix F550EXR
  * Fuji FinePix X100
+ * Fuji X10
  * Fuji IS-1
  * Hasselblad CFV
  * Hasselblad H3D
@@ -632,6 +634,8 @@
  * Nikon D5000
  * Nikon D5100
  * Nikon D7000
+ * Nikon 1 J1
+ * Nikon 1 V1
  * Nikon E700 ("DIAG RAW" hack)
  * Nikon E800 ("DIAG RAW" hack)
  * Nikon E880 ("DIAG RAW" hack)
@@ -715,6 +719,7 @@
  * Panasonic DMC-GF3
  * Panasonic DMC-GH1
  * Panasonic DMC-GH2
+ * Panasonic DMC-GX1
  * Panasonic DMC-L1
  * Panasonic DMC-L10
  * Panasonic DMC-LC1
@@ -763,6 +768,7 @@
  * Samsung NX10
  * Samsung NX11
  * Samsung NX100
+ * Samsung NX200
  * Samsung WB550
  * Samsung WB2000
  * Samsung S85 (hacked)

++ dcraw-9.11.tar.gz -> dcraw-9.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dcraw/dcraw.c new/dcraw/dcraw.c
--- old/dcraw/dcraw.c   2011-10-07 03:00:37.0 +0200
+++ new/dcraw/dcraw.c   2011-12-21 02:30:35.0 +0100
@@ -19,11 +19,11 @@
*If you have not modified dcraw.c in any way, a link to my
homepage qualifies as "full source code".
 
-   $Revision: 1.445 $
-   $Date: 2011/10/07 01:00:37 $
+   $Revision: 1.446 $
+   $Date: 2011/12/21 01:21:23 $
  */
 
-#define DCRAW_VERSION "9.11"
+#define DCRAW_VERSION "9.12"
 
 #ifndef _GNU_SOURCE
 #define _GNU_SOURCE
@@ -3834,7 +3834,8 @@
 }
   }
   if (filters && colors == 3) {
-if ((mix_green = four_color_rgb)) colors++;
+if (four_color_rgb && colors++)
+  mix_green = !half_size;
 else {
   for (row = FC(1,0) >> 1; row < height; row+=2)
for (col = FC(row,1) & 1; col < width; col+=2)
@@ -6280,6 +6281,8 @@
{ 12374,-5016,-1049,-1677,9902,2078,-83,852,4683 } },
 { "Canon PowerShot S9

commit cryptsetup for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package cryptsetup for openSUSE:Factory 
checked in at 2011-12-27 18:34:50

Comparing /work/SRC/openSUSE:Factory/cryptsetup (Old)
 and  /work/SRC/openSUSE:Factory/.cryptsetup.new (New)


Package is "cryptsetup", Maintainer is "lnus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/cryptsetup/cryptsetup.changes2011-10-27 
19:34:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.cryptsetup.new/cryptsetup.changes   
2011-12-27 18:34:52.0 +0100
@@ -1,0 +2,11 @@
+Fri Dec 16 13:06:18 UTC 2011 - jeng...@medozas.de
+
+- Update to new upstream release 1.4.1
+* support for trim/discard
+* The on-disk LUKS header can now be detached (e.g. placed on
+  separate device or in file)
+* Support key-slot option for luksOpen (use only explicit keyslot)
+* API: Removal of deprecated API from libcryptsetup (all functions
+  using struct crypt_options)
+
+---

Old:

  cryptsetup-1.3.1.tar.bz2
  cryptsetup-1.3.1.tar.bz2.asc

New:

  cryptsetup-1.4.1.tar.bz2
  cryptsetup-1.4.1.tar.bz2.asc



Other differences:
--
++ cryptsetup.spec ++
--- /var/tmp/diff_new_pack.9WGM80/_old  2011-12-27 18:34:54.0 +0100
+++ /var/tmp/diff_new_pack.9WGM80/_new  2011-12-27 18:34:54.0 +0100
@@ -20,7 +20,7 @@
 %define ver %version%{?beta:-%beta}
 
 Name:   cryptsetup
-Url:http://code.google.com/p/cryptsetup/
+URL:http://code.google.com/p/cryptsetup/
 BuildRequires:  device-mapper-devel e2fsprogs-devel libgcrypt-devel popt-devel
 BuildRequires:  libselinux-devel pkgconfig
 BuildRequires:  libtool
@@ -30,7 +30,7 @@
 %define bcver 0_201110101134
 License:GPL-2.0+
 Group:  System/Base
-Version:1.3.1
+Version:1.4.1
 Release:2
 #Release:%{?beta:0.}.%{?beta:.}%{?beta}
 Summary:Set Up dm-crypt Based Encrypted Block Devices
@@ -65,12 +65,12 @@
 includes support for automatically setting up encrypted volumes at boot
 time via the config file /etc/crypttab.
 
-%package -n libcryptsetup1
+%package -n libcryptsetup4
 License:GPL-2.0+
 Summary:Set Up dm-crypt Based Encrypted Block Devices
 Group:  System/Base
 
-%description  -n libcryptsetup1
+%description  -n libcryptsetup4
 cryptsetup is used to conveniently set up dm-crypt based device-mapper
 targets. It allows to set up targets to read cryptoloop compatible
 volumes as well as LUKS formatted ones. The package additionally
@@ -84,7 +84,7 @@
 # cryptsetup-devel last used 11.1
 Provides:   cryptsetup-devel = %{version}
 Obsoletes:  cryptsetup-devel < %{version}
-Requires:   libcryptsetup1 = %{version}
+Requires:   libcryptsetup4 = %{version}
 Requires:   device-mapper-devel libgcrypt-devel libgpg-error-devel 
e2fsprogs-devel glibc-devel
 
 %description  -n libcryptsetup-devel
@@ -135,7 +135,7 @@
 # move devel stuff to %%{libdir}
 rm -f $RPM_BUILD_ROOT/%{_lib}/libcryptsetup.so
 mkdir -p $RPM_BUILD_ROOT%{_libdir}
-ln -s /%{_lib}/libcryptsetup.so.1 $RPM_BUILD_ROOT%{_libdir}/libcryptsetup.so
+ln -s /%{_lib}/libcryptsetup.so.4 $RPM_BUILD_ROOT%{_libdir}/libcryptsetup.so
 mv $RPM_BUILD_ROOT/%_lib/pkgconfig $RPM_BUILD_ROOT/%_libdir
 # don't want this file in /lib (FHS compat check), and can't move it to 
/usr/lib
 rm -f $RPM_BUILD_ROOT/%_lib/*.la
@@ -189,9 +189,9 @@
 [ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
 %{insserv_cleanup}
 
-%post -n libcryptsetup1 -p /sbin/ldconfig
+%post -n libcryptsetup4 -p /sbin/ldconfig
 
-%postun -n libcryptsetup1 -p /sbin/ldconfig
+%postun -n libcryptsetup4 -p /sbin/ldconfig
 
 %files -f %name.lang
 %defattr(-,root,root)
@@ -215,9 +215,9 @@
 %_mandir/man5/cryptotab.5.gz
 /lib/cryptsetup
 
-%files -n libcryptsetup1
+%files -n libcryptsetup4
 %defattr(-,root,root)
-/%_lib/libcryptsetup.so.1*
+/%_lib/libcryptsetup.so.4*
 
 %files -n libcryptsetup-devel
 %defattr(-,root,root)

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.9WGM80/_old  2011-12-27 18:34:54.0 +0100
+++ /var/tmp/diff_new_pack.9WGM80/_new  2011-12-27 18:34:54.0 +0100
@@ -1 +1 @@
-libcryptsetup1
+libcryptsetup4

++ cryptsetup-1.3.1.tar.bz2 -> cryptsetup-1.4.1.tar.bz2 ++
 29936 lines of diff (skipped)

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



commit autoconf for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package autoconf for openSUSE:Factory 
checked in at 2011-12-27 18:34:43

Comparing /work/SRC/openSUSE:Factory/autoconf (Old)
 and  /work/SRC/openSUSE:Factory/.autoconf.new (New)


Package is "autoconf", Maintainer is "p...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/autoconf/autoconf-el.changes 2011-09-23 
01:52:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoconf.new/autoconf-el.changes
2011-12-27 18:34:45.0 +0100
@@ -1,0 +2,28 @@
+Sun Dec 18 12:40:46 UTC 2011 - sweet_...@gmx.de
+
+- correct license and style (prepare_spec)
+- minor build fixes, avoid deprecated macros to be more portable
+
+---
+Sat Sep 17 13:42:16 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---
+Sat Sep 17 13:41:38 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---
+Mon Jan 31 17:26:59 CET 2011 - p...@suse.de
+
+- Use 2.68 everywhere in specfile.
+- Use %%configure macro in spec file.
+
+---
+Mon Jan 31 17:26:28 CET 2011 - p...@suse.de
+
+- Cosmetic changes to spec file
+
+---
@@ -482 +510 @@
-
+---
@@ -487 +515 @@
-
+---
--- /work/SRC/openSUSE:Factory/autoconf/autoconf-testsuite.changes  
2011-09-23 01:52:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoconf.new/autoconf-testsuite.changes 
2011-12-27 18:34:45.0 +0100
@@ -1,0 +2,17 @@
+Sun Dec 18 12:40:46 UTC 2011 - sweet_...@gmx.de
+
+- correct license and style (prepare_spec)
+- minor build fixes, avoid deprecated macros to be more portable
+
+---
+Sat Sep 17 13:42:16 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---
+Sat Sep 17 13:41:38 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---
@@ -7,0 +25,5 @@
+Mon Jan 31 17:26:28 CET 2011 - p...@suse.de
+
+- Cosmetic changes to spec file
+
+---
@@ -488 +510 @@
-
+---
@@ -493 +515 @@
-
+---
--- /work/SRC/openSUSE:Factory/autoconf/autoconf.changes2011-09-23 
01:52:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoconf.new/autoconf.changes   2011-12-27 
18:34:45.0 +0100
@@ -1,0 +2,23 @@
+Sun Dec 18 12:40:46 UTC 2011 - sweet_...@gmx.de
+
+- correct license and style (prepare_spec)
+- minor build fixes, avoid deprecated macros to be more portable
+
+---
+Sat Sep 17 13:42:16 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---
+Sat Sep 17 13:41:38 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---
+Mon Jan 31 17:26:59 CET 2011 - p...@suse.de
+
+- Use 2.68 everywhere in specfile.
+- Use %%configure macro in spec file.
+
+---
@@ -487 +510 @@
-
+---
@@ -492 +515 @@
-
+---



Other differences:
--
++ autoconf-el.spec ++
--- /var/tmp/diff_new_pack.JhgnOi/_old  2011-12-27 18:34:49.0 +0100
+++ /var/tmp/diff_new_pack.JhgnOi/_new  2011-12-27 18:34:49.0 +0100
@@ -16,15 +16,14 @@
 #
 
 
-
 Name: 

commit adns for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package adns for openSUSE:Factory checked in 
at 2011-12-27 18:34:26

Comparing /work/SRC/openSUSE:Factory/adns (Old)
 and  /work/SRC/openSUSE:Factory/.adns.new (New)


Package is "adns", Maintainer is "pu...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/adns/adns.changes2011-11-22 
17:47:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.adns.new/adns.changes   2011-12-27 
18:34:27.0 +0100
@@ -1,0 +2,10 @@
+Tue Dec 20 11:24:52 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---
+Tue Nov 22 15:09:47 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+---



Other differences:
--
++ adns.spec ++
--- /var/tmp/diff_new_pack.teneWs/_old  2011-12-27 18:34:29.0 +0100
+++ /var/tmp/diff_new_pack.teneWs/_new  2011-12-27 18:34:29.0 +0100
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   adns
 %define lname  libadns1
 Version:1.4
-Release:83
-License:GPLv2+
-Group:  Productivity/Networking/DNS/Utilities
+Release:0
 Url:http://www.chiark.greenend.org.uk/~ian/adns/
 Summary:Advanced Easy-to-Use Asynchronous-Capable DNS Utilities
+License:GPL-2.0+
+Group:  Productivity/Networking/DNS/Utilities
 Source: %{name}-%{version}.tar.bz2
 Source1:README.SUSE
 Source2:baselibs.conf
@@ -34,12 +32,12 @@
 Patch3: adns-visibility.patch
 Patch4: adns-ocloexec.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
 
 %description
 adns includes a collection of useful DNS resolver utilities.
 
 %package -n %lname
-License:GPLv2+
 Summary:Advanced DNS resolver client library
 Group:  System/Libraries
 Provides:   libadns = %{version}
@@ -51,7 +49,6 @@
 client library for C (and C++) programs.
 
 %package -n libadns-devel
-License:GPLv2+
 Summary:Libraries and header files to develop programs with libadns 
support
 Group:  Development/Languages/C and C++
 Requires:   %lname = %{version} glibc-devel

-- 
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-12-27 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2011-12-27 18:34:21

Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and  /work/SRC/openSUSE:Factory/.aaa_base.new (New)


Package is "aaa_base", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes2011-12-12 
16:55:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2011-12-27 
18:34:23.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec 23 14:28:44 UTC 2011 - wer...@suse.de
+
+- Use since_epoch of rtc0 and not raw system time
+- If CMSO clock is in synch but nevertheless off by more than
+
+---



Other differences:
--
++ aaa_base.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/init.d/boot.clock 
new/aaa_base/files/etc/init.d/boot.clock
--- old/aaa_base/files/etc/init.d/boot.clock2011-11-23 13:55:06.0 
+0100
+++ new/aaa_base/files/etc/init.d/boot.clock2011-12-23 15:27:45.0 
+0100
@@ -53,8 +53,26 @@
 # write system time back to HW clock, bug bnc#492921.
 #
 ELEVENMIN_MODE=no
-typeset -i STA_CLOCK=$(adjtimex --print | sed -rn '/^[[:blank:]]*status:/{ 
s/[^[:digit:]]*([[:digit:]]+)/\1/p; }')
-test $((STA_CLOCK & 64)) -eq 0 && ELEVENMIN_MODE=yes
+if test -e /sys/class/rtc/rtc0/since_epoch ; then
+typeset -i STA_DIFF=0
+read -t 1 STA_DIFF < /sys/class/rtc/rtc0/since_epoch
+let STA_DIFF-=$(TZ=UTC /bin/date +'%s')
+if ((STA_DIFF > -900 && STA_DIFF < 900)) ; then
+   typeset -i STA_CLOCK=64
+   while IFS=: read tag value ; do
+   value=${value##* }
+   case "${tag}" in
+   *status)
+   let STA_CLOCK=$value ;;
+   *return\ value*)
+   let 'STA_CLOCK|=64'
+   esac
+   done < <(TZ=UTC /sbin/adjtimex $HWCLOCK --print)
+fi
+unset tag value
+((STA_CLOCK & 64)) || ELEVENMIN_MODE=yes
+unset STA_CLOCK STA_DIFF
+fi
 
 #
 # Without having rtc_cmos module loaded hwclock will fail on at least x86
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/usr/share/man/man8/SuSEconfig.8 
new/aaa_base/files/usr/share/man/man8/SuSEconfig.8
--- old/aaa_base/files/usr/share/man/man8/SuSEconfig.8  2011-12-10 
23:10:42.0 +0100
+++ new/aaa_base/files/usr/share/man/man8/SuSEconfig.8  2011-12-23 
15:27:45.0 +0100
@@ -42,9 +42,6 @@
 .BI "\-module " modulename
 Runs SuSEconfig with the configuration module for a specific subsystem 
 instead of running all modules.
-.TP
-.BI "\-listmodules"
-List available modules.
 .PP
 
 .SH NOTE

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



commit xarchiver for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package xarchiver for openSUSE:Factory 
checked in at 2011-12-27 18:15:55

Comparing /work/SRC/openSUSE:Factory/xarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.xarchiver.new (New)


Package is "xarchiver", Maintainer is "xfce-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/xarchiver/xarchiver.changes  2011-10-28 
15:27:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.xarchiver.new/xarchiver.changes 2011-12-27 
18:15:55.0 +0100
@@ -1,0 +2,7 @@
+Mon Dec 19 17:20:38 UTC 2011 - g...@opensuse.org
+
+- added xarchiver-fix-double-escaping.patch in order to fix double
+  escaping of filenames passed to the --add-to commandline option
+  (bnc#723170)
+
+---

New:

  xarchiver-fix-double-escaping.patch



Other differences:
--
++ xarchiver.spec ++
--- /var/tmp/diff_new_pack.ZZUXh4/_old  2011-12-27 18:15:58.0 +0100
+++ /var/tmp/diff_new_pack.ZZUXh4/_new  2011-12-27 18:15:58.0 +0100
@@ -16,27 +16,28 @@
 #
 
 
-
 Name:   xarchiver
 Version:0.5.2+20090319
-Release:11
-License:GPL-2.0+
+Release:0
 Summary:Lightweight, desktop-independent archive manager
-Url:http://xarchiver.sourceforge.net/
+License:GPL-2.0+
 Group:  Productivity/Archiving/Compression
+Url:http://xarchiver.sourceforge.net/
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}.1
 # PATCH-FIX-OPENSUSE xarchiver-0.5.2+20090319-honor-docdir.patch 
g...@opensuse.org -- Install documentation under docdir and do not install 
README, ChangeLog etc.
 Patch0: xarchiver-0.5.2+20090319-honor-docdir.patch
+# PATCH-FIX-UPSTREAM xarchiver-fix-double-escaping.patch bnc#723170 
g...@opensuse.org -- Fix double escaping of filenames passed to the --add-to 
commandline option
+Patch1: xarchiver-fix-double-escaping.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
+BuildRequires:  startup-notification
+BuildRequires:  update-desktop-files
+BuildRequires:  xfce4-dev-tools
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(pango)
-BuildRequires:  startup-notification
-BuildRequires:  update-desktop-files
-BuildRequires:  xfce4-dev-tools
 Recommends: bzip2
 Recommends: gzip
 Recommends: p7zip
@@ -55,6 +56,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 # fix spurious executable permissions of some debug files
 chmod -x src/mime.*
 

++ xarchiver-fix-double-escaping.patch ++
diff --git a/src/main.c b/src/main.c
index a13d737..07b4824 100644
--- a/src/main.c
+++ b/src/main.c
@@ -208,13 +208,13 @@ int main (int argc, char **argv)
g_free(_current_dir);
GSList *files = NULL;
_current_dir = g_path_get_basename(add_files);
-   files = 
g_slist_append(files,xa_escape_filename(_current_dir,"$'`\"\\!?* ()[]&|:;<>#"));
+   files = 
g_slist_append(files,g_strdup(_current_dir));
g_free(_current_dir);
g_free(add_files);
for (x = 1; x< argc; x++)
{
_current_dir = 
g_path_get_basename(argv[x]);
-   files = 
g_slist_append(files,xa_escape_filename(_current_dir,"$'`\"\\!?* ()[]&|:;<>#"));
+   files = 
g_slist_append(files,g_strdup(_current_dir));
g_free (_current_dir);
}
xa_execute_add_commands(archive,files,NULL);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Test-Differences for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Differences for 
openSUSE:Factory checked in at 2011-12-27 18:15:28

Comparing /work/SRC/openSUSE:Factory/perl-Test-Differences (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-Differences.new (New)


Package is "perl-Test-Differences", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-Differences/perl-Test-Differences.changes  
2011-11-21 12:47:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Differences.new/perl-Test-Differences.changes
 2011-12-27 18:15:34.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 27 13:30:21 UTC 2011 - co...@suse.com
+
+- fix typo in provide
+
+---



Other differences:
--
++ perl-Test-Differences.spec ++
--- /var/tmp/diff_new_pack.2nfu8u/_old  2011-12-27 18:15:35.0 +0100
+++ /var/tmp/diff_new_pack.2nfu8u/_new  2011-12-27 18:15:35.0 +0100
@@ -15,27 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Test-Differences
 Version:0.61
-Release:1
+Release:0
 Summary:Test strings and data structures and show differences if not ok
+License:GPL-1.0+ or Artistic-1.0
+Group:  Development/Libraries/Perl
 Source: 
http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Differences-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Test-Differences/
-Group:  Development/Libraries/Perl
-License:GPL-1.0+ or Artistic
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
-BuildRequires:  make perl
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Text::Diff)
 Requires:   perl(Text::Diff)
 # MANUAL
-Provides:   perl(Test::Diferences) = 0.600
+Provides:   perl(Test::Differences) = 0.600
 
 %description
 Test strings and data structures and show differences if not ok.

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



commit perl-POE-Test-Loops for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package perl-POE-Test-Loops for 
openSUSE:Factory checked in at 2011-12-27 18:15:20

Comparing /work/SRC/openSUSE:Factory/perl-POE-Test-Loops (Old)
 and  /work/SRC/openSUSE:Factory/.perl-POE-Test-Loops.new (New)


Package is "perl-POE-Test-Loops", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-POE-Test-Loops/perl-POE-Test-Loops.changes  
2011-12-25 17:39:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-POE-Test-Loops.new/perl-POE-Test-Loops.changes 
2011-12-27 18:15:24.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 27 11:08:43 CET 2011 - dmuel...@suse.de
+
+- avoid incorrect perl provides by rpm provides finder
+
+---
@@ -7 +12 @@
-Tue Jun 14 09:54:07 UTC 2011 - co...@novell.com
+Tue Jun 14 09:54:07 UTC 2011 - co...@suse.com
@@ -20 +25 @@
-Tue Nov 30 19:20:40 UTC 2010 - co...@novell.com
+Tue Nov 30 19:20:40 UTC 2010 - co...@suse.com

New:

  strip-dummy-provides.diff



Other differences:
--
++ perl-POE-Test-Loops.spec ++
--- /var/tmp/diff_new_pack.ONku4N/_old  2011-12-27 18:15:24.0 +0100
+++ /var/tmp/diff_new_pack.ONku4N/_new  2011-12-27 18:15:24.0 +0100
@@ -24,11 +24,12 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/POE-Test-Loops/
 Source: 
http://www.cpan.org/authors/id/R/RC/RCAPUTO/%{cpan_name}-%{version}.tar.gz
+Patch0: strip-dummy-provides.diff
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More) >= 0.94
+BuildRequires:  perl-macros
 #BuildRequires: perl(Curses)
 #BuildRequires: perl(POE)
 #BuildRequires: perl(POE::NFA)
@@ -52,6 +53,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ strip-dummy-provides.diff ++
--- lib/POE/Test/Loops/ses_nfa.pm
+++ lib/POE/Test/Loops/ses_nfa.pm
@@ -38,7 +38,8 @@
 ### This goes in its own package because POE::Session and POE::NFA
 ### export conflicting constants.
 
-package Switch;
+package # split to avoid CPAN indexer
+Switch;
 {
   $Switch::VERSION = '1.350';
 }
@@ -143,7 +144,8 @@
 ### observer who pushes the light's button over and over, watching it
 ### as it goes on and off.
 
-package Operator;
+package # split to avoid CPAN indexer
+Operator;
 {
   $Operator::VERSION = '1.350';
 }
@@ -182,7 +184,8 @@
 ### This is a Fibonacci number servlet.  Post it a request with the F
 ### number you want, and it calculates and returns it.
 
-package FibServer;
+package # split to avoid CPAN indexer
+FibServer;
 {
   $FibServer::VERSION = '1.350';
 }
@@ -242,7 +245,8 @@
 ### This is a Fibonacci client.  It asks for F numbers and checks the
 ### responses vs. expectations.
 
-package FibClient;
+package # split to avoid CPAN indexer
+FibClient;
 {
   $FibClient::VERSION = '1.350';
 }
--- lib/POE/Test/Loops/ses_session.pm
+++ lib/POE/Test/Loops/ses_session.pm
@@ -229,7 +229,8 @@
 #--
 # Unmapped package session.
 
-package UnmappedPackage;
+package # split to avoid CPAN indexer
+UnmappedPackage;
 {
   $UnmappedPackage::VERSION = '1.350';
 }
@@ -253,7 +254,8 @@
 #--
 # Unmapped object session.
 
-package UnmappedObject;
+package # split to avoid CPAN indexer
+UnmappedObject;
 {
   $UnmappedObject::VERSION = '1.350';
 }
@@ -280,7 +282,8 @@
 #--
 # Unmapped package session.
 
-package MappedPackage;
+package # split to avoid CPAN indexer
+MappedPackage;
 {
   $MappedPackage::VERSION = '1.350';
 }
@@ -304,7 +307,8 @@
 #--
 # Unmapped object session.
 
-package MappedObject;
+package # split to avoid CPAN indexer
+MappedObject;
 {
   $MappedObject::VERSION = '1.350';
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-POE for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package perl-POE for openSUSE:Factory 
checked in at 2011-12-27 18:15:11

Comparing /work/SRC/openSUSE:Factory/perl-POE (Old)
 and  /work/SRC/openSUSE:Factory/.perl-POE.new (New)


Package is "perl-POE", Maintainer is "garl...@novell.com"

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-POE.new/perl-POE.changes   2011-12-27 
18:15:12.0 +0100
@@ -0,0 +1,201 @@
+---
+Thu Dec 22 09:14:23 UTC 2011 - co...@suse.de
+
+- updated to 1.350, see CHANGES
+
+---
+Fri Nov 11 10:35:05 UTC 2011 - co...@suse.com
+
+- use original source
+
+---
+Sun Jul 31 07:26:20 UTC 2011 - l...@linux-schulserver.de
+
+- update to 1.312:
+  + fix getnameinfo() return values 
+  + Add stack traces to _data_handle_remove() failures
+  + Add note about Perl 5.6 issues with '>&' open mode
+and other documentation enhancements
+  + Bump Term::Cap prereq to 1.10
+  + add proper checks for ipv6 stuff in Makefile.PL
+  + Rework Apocalypse's blocking(0) change to avoid code BLOCKs.
+  + Make transpose-chars work when cursor is at end of line
+  + Reinstate transposition regex which failed on 5.004_05
+  + remove obsolete code and comments pertaining perl-5.005
+  + add missing POE_DANTIC env check
+  + Make Time::HiRes a mandatory dependency
+- fixed source0 URL
+- added HTTP::Request, Socket::GetAddrInfo, Term::Cap and Term::Size 
+  to BuildRequires to run more tests
+- recommend HTTP::Request
+
+---
+Tue Apr  5 11:14:53 UTC 2011 - co...@novell.com
+
+- regenerate with cpanspec
+
+---
+Fri Feb  4 13:24:46 UTC 2011 - l...@linux-schulserver.de
+
+- update to 1.299:
+  + Try Sucket6 if Socket doesn't provide IPv6 address families
+  + Work around the possibility that Socket::GetAddrInfo isn't loaded
+ when someone needs IPv6.
+  + Upgrade IPv6 support from Socket6 to Socket::GetAddrInfo
+  + delete $ENV{POE_ASSERT_USAGE} so that 11_assert_usage.t and 
+13_assert_data.t can do their thing
+  + Add doc blurb about pty issues on linux
+  + Remove alias_resolve()'s warning if the resolution failed
+  + Added a guard to the signal pipe
+  + Allow call to POE::Kernel methods by class instead of by object
+  + Fix two typos in PoCo-(Client|Server)-TCP documentation
+  + Require a new POE::Test::Loops
+  + Mention that "use POE;" warrants has_forked() after forking
+  + Fix 'CleintInput' typo in poco-server-tcp's Pod
+  + Add user continuation parameters to sig() and sig_child()
+  + Continue to guarantee FIFO event ordering despite the rollback to
+dumping them in a time-ordered queue. Detect minor time regressions,
+and use the last time value plus a small number when needed.
+  + Fixed a mistake in the alias_list() example code in POE::Kernel
+documentation, spotted by Paul G Webster
+  + Chris Benedict reported that nmap will crash Wheel::SocketFactory
+based things. nmap disconnects before accept() can be called, so
+accept() returns ECONNABORTED. Technically applications can handle
+this themselves and not destroy the wheel, but the wheel maybe
+shouldn't report harmless errors.
+  + Fix a method name typo in TRACE_REFCNT code
+  + Bugs fixed: cpan #61727, cpan #63242, cpan #59925
+- fix Recommends
+
+---
+Wed Dec  1 13:34:38 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Thu Sep 30 20:37:36 UTC 2010 - ch...@computersalat.de
+
+- update to 1.293
+  o Add user continuation parameters to sig() and sig_child().
+  o Roll back most of the lexical FIFO event arrays. Going through a
+POE::Queue for this will be a bit slower, but POE::XS::Queue::Array
+may be fast enough.
+  o Continue to guarantee FIFO event ordering despite the rollback to
+dumping them in a time-ordered queue. Detect minor time regressions,
+and use the last time value plus a small number when needed. 
+  o Fixed a mistake in the alias_list() example code in POE::Kernel
+documentation, spotted by Paul G Webster
+  o Chris Benedict reported that Mac OS X returns ESPIPE when accept() is
+aborted, rather than ECONNABORTED everywhere else. Add ESPIPE to the
+list of harmless accept() errors. 
+  o Chris Benedict reported that nmap will crash Wheel::SocketFactory
+based things. nmap disconnects before accept() can be called, so
+accept() returns ECONNABORTED. Technically a

commit perl-MooseX-Types-Structured for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Types-Structured for 
openSUSE:Factory checked in at 2011-12-27 18:14:41

Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Types-Structured (Old)
 and  /work/SRC/openSUSE:Factory/.perl-MooseX-Types-Structured.new (New)


Package is "perl-MooseX-Types-Structured", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Types-Structured.new/perl-MooseX-Types-Structured.changes
   2011-12-27 18:14:43.0 +0100
@@ -0,0 +1,35 @@
+---
+Wed Dec 21 09:44:28 UTC 2011 - co...@suse.com
+
+- update to 0.28
+   - Fixed regression where mixed type constraints (MX:Types style and
+'classic' Stringy style) are used in a single structured type doesn't
+ work.
+
+---
+Sat Apr 30 00:04:49 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 0.27: no user-visible changes
+- changes from 0.25:
+  * fixed bug where ->is_subtype_of dies meaninglessly when the type we are
+trying to check is not a type we can find; this makes our handling
+consistent with core Moose; also changed ->equals and ->is_a_type_of to be
+consistent
+- changes from 0.24:
+  * added some performance enhancing caching code
+
+---
+Wed Dec  1 13:33:58 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Nov 29 18:30:41 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+---
+Thu Nov  4 22:30:08 UTC 2010 - pascal.ble...@opensuse.org
+
+- initial package (0.23)
+

New:

  MooseX-Types-Structured-0.28.tar.gz
  perl-MooseX-Types-Structured.changes
  perl-MooseX-Types-Structured.spec



Other differences:
--
++ perl-MooseX-Types-Structured.spec ++
# vim: set sw=4 ts=4 et nu:
#
# spec file for package perl-MooseX-Types-Structured
#
# 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-MooseX-Types-Structured
Version:0.28
Release:0
Summary:Structured Type Constraints for Moose
License:Artistic-1.0 or GPL-1.0+
Group:  Development/Libraries/Perl
Source: 
http://search.cpan.org/CPAN/authors/id/J/JJ/JJNAPIORK/MooseX-Types-Structured-%{version}.tar.gz
Url:http://search.cpan.org/dist/MooseX-Types-Structured
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  make
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Data::Dumper)
BuildRequires:  perl(DateTime)
BuildRequires:  perl(Devel::PartialDump) >= 0.13
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.31
BuildRequires:  perl(Moose) >= 1.08
BuildRequires:  perl(Moose::Meta::TypeCoercion)
BuildRequires:  perl(Moose::Meta::TypeConstraint)
BuildRequires:  perl(Moose::Meta::TypeConstraint::Parameterizable)
BuildRequires:  perl(Moose::Util::TypeConstraints) >= 1.06
BuildRequires:  perl(MooseX::Types) >= 0.22
BuildRequires:  perl(MooseX::Types::DateTime)
BuildRequires:  perl(MooseX::Types::Moose)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(Sub::Exporter) >= 0.982
BuildRequires:  perl(Test::Fatal)
BuildRequires:  perl(Test::More) >= 0.94
BuildRequires:  perl(overload)
Requires:   perl(Scalar::Util)
Requires:   perl(overload)
Requires:   perl(Sub::Exporter) >= 0.982
Requires:   perl(Moose::Meta::TypeConstraint)
Requires:   perl(Moose::Util::TypeConstraints) >= 1.06
Requires:   perl(Moose::Meta::TypeConstraint::Parameterizable)
Requires:   perl(Moose::Meta::TypeCoercion)
Requires:   perl(MooseX::Types) >= 0.22
Requires:   perl(Devel::PartialDump) >= 0.13
Requires:   perl(Moose) >= 1.08

%description
A structured type constraint is a standard container Moose type
constraint, such as an ArrayRef or HashRef, which has been enhanced to
allow y

commit perl-Lexical-Persistence for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Lexical-Persistence for 
openSUSE:Factory checked in at 2011-12-27 18:14:24

Comparing /work/SRC/openSUSE:Factory/perl-Lexical-Persistence (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Lexical-Persistence.new (New)


Package is "perl-Lexical-Persistence", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Lexical-Persistence.new/perl-Lexical-Persistence.changes
   2011-12-27 18:14:25.0 +0100
@@ -0,0 +1,10 @@
+---
+Mon Nov 29 18:30:21 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+---
+Tue May 11 22:47:06 UTC 2010 - pascal.ble...@opensuse.org
+
+- initial package (1.020)
+

New:

  Lexical-Persistence-1.020.tar.gz
  perl-Lexical-Persistence.changes
  perl-Lexical-Persistence.spec



Other differences:
--
++ perl-Lexical-Persistence.spec ++
# vim: set sw=3 ts=3 noet:
#
# spec file for package perl-Lexical-Persistence
#
# 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-Lexical-Persistence
Version:1.020
Release:0
Summary:Persistent lexical variable values for arbitrary calls
License:Artistic-1.0 or GPL-1.0+
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/modules/by-module/Lexical/RCAPUTO/Lexical-Persistence-%{version}.tar.gz
Url:http://search.cpan.org/dist/Lexical-Persistence/
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Requires:   perl
Requires:   perl(Devel::LexAlias) >= 0.04
Requires:   perl(PadWalker) >= 1.1
BuildRequires:  make
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Devel::LexAlias) >= 0.04
BuildRequires:  perl(PadWalker) >= 1.1

%description
Lexical::Persistence does a few things, all related. Note that all the
behaviors listed here are the defaults. Subclasses can override nearly every
aspect of Lexical::Persistence's behavior.

Lexical::Persistence lets your code access persistent data through lexical
variables. This example prints "some value" because the value of $x perists in
the $lp object between setter() and getter().

%prep
%setup -q -n "Lexical-Persistence-%{version}"
%__sed -i '/^auto_install/d' Makefile.PL

%build
%__perl Makefile.PL PREFIX="%{_prefix}"
%__make %{?jobs:-j%{jobs}}

%install
%perl_make_install
%perl_process_packlist

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

%files
%defattr(-,root,root)
%doc README
%dir %{perl_vendorlib}/Lexical
%{perl_vendorlib}/Lexical/Persistence.pm
%dir %{perl_vendorarch}/auto/Lexical
%{perl_vendorarch}/auto/Lexical/Persistence
%doc %{perl_man3dir}/Lexical::Persistence.%{perl_man3ext}%{ext_man}

# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End:

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



commit perl-IO-Socket-SSL for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Socket-SSL for 
openSUSE:Factory checked in at 2011-12-27 18:14:15

Comparing /work/SRC/openSUSE:Factory/perl-IO-Socket-SSL (Old)
 and  /work/SRC/openSUSE:Factory/.perl-IO-Socket-SSL.new (New)


Package is "perl-IO-Socket-SSL", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes
2011-12-08 14:46:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-IO-Socket-SSL.new/perl-IO-Socket-SSL.changes   
2011-12-27 18:14:16.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 11 23:27:04 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.53:
+  * kill child in t/memleak_bad_hanshake.t if test fails RT#73146
+
+---

Old:

  IO-Socket-SSL-1.52.tar.gz

New:

  IO-Socket-SSL-1.53.tar.gz



Other differences:
--
++ perl-IO-Socket-SSL.spec ++
--- /var/tmp/diff_new_pack.jF1mhS/_old  2011-12-27 18:14:17.0 +0100
+++ /var/tmp/diff_new_pack.jF1mhS/_new  2011-12-27 18:14:17.0 +0100
@@ -16,8 +16,9 @@
 #
 
 
+
 Name:   perl-IO-Socket-SSL
-Version:1.52
+Version:1.53
 Release:0
 %define cpan_name IO-Socket-SSL
 Summary:Nearly transparent SSL encapsulation for IO::Socket::INET

++ IO-Socket-SSL-1.52.tar.gz -> IO-Socket-SSL-1.53.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-1.52/Changes 
new/IO-Socket-SSL-1.53/Changes
--- old/IO-Socket-SSL-1.52/Changes  2011-12-07 09:10:23.0 +0100
+++ new/IO-Socket-SSL-1.53/Changes  2011-12-11 22:32:53.0 +0100
@@ -1,3 +1,7 @@
+v1.53 2011.12.11
+- kill child in t/memleak_bad_hanshake.t if test fails 
+  https://rt.cpan.org/Ticket/Display.html?id=73146
+  Thanks to CLEACH ofr reporting
 v1.52 2011.12.07
 - fix syntax error in t/memleak_bad_handshake.t
   thanks to cazzaniga[DOT]sandro[AT]gmail[DOT]com for reporting
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-1.52/META.yml 
new/IO-Socket-SSL-1.53/META.yml
--- old/IO-Socket-SSL-1.52/META.yml 2011-12-07 09:11:17.0 +0100
+++ new/IO-Socket-SSL-1.53/META.yml 2011-12-11 22:43:48.0 +0100
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   IO-Socket-SSL
-version:1.52
+version:1.53
 abstract:   Nearly transparent SSL encapsulation for IO::Socket::INET.
 author:
 - Steffen Ullrich & Peter Behroozi & Marko Asplund
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-1.52/SSL.pm 
new/IO-Socket-SSL-1.53/SSL.pm
--- old/IO-Socket-SSL-1.52/SSL.pm   2011-12-07 09:09:08.0 +0100
+++ new/IO-Socket-SSL-1.53/SSL.pm   2011-12-11 22:33:00.0 +0100
@@ -78,7 +78,7 @@
}) {
@ISA = qw(IO::Socket::INET);
}
-   $VERSION = '1.52';
+   $VERSION = '1.53';
$GLOBAL_CONTEXT_ARGS = {};
 
#Make $DEBUG another name for $Net::SSLeay::trace
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-1.52/t/memleak_bad_handshake.t 
new/IO-Socket-SSL-1.53/t/memleak_bad_handshake.t
--- old/IO-Socket-SSL-1.52/t/memleak_bad_handshake.t2011-12-07 
09:08:53.0 +0100
+++ new/IO-Socket-SSL-1.53/t/memleak_bad_handshake.t2011-12-11 
22:42:22.0 +0100
@@ -39,7 +39,7 @@
 
 defined( my $pid = fork()) or do {
print "1..0 # Skipped: fork failed\n";
-   exit;
+   goto done;
 };
 
 if ( $pid == 0 ) {
@@ -48,9 +48,10 @@
# socket accept, client handshake and client close 
$server->accept;
}
-   exit
+   goto done;
 }
 
+
 close($server);
 # plain non-SSL connect and close w/o sending data
 for(1..100) {
@@ -59,7 +60,7 @@
 my $size100 = getsize($pid);
 if ( ! $size100 ) {
print "1..0 # Skipped: cannot get size of child process\n";
-   exit
+   goto done;
 }
 
 for(100..200) {
@@ -73,13 +74,14 @@
 my $size300 = getsize($pid);
 if ($size100>$size200 or $size200<$size300) {;
print "1..0 # skipped  - do we measure the right thing?\n";
-   exit;
+   goto done;
 }
 
 print "1..1\n";
 print "not " if $size100 < $size200 and $size200 < $size300;
 print "ok # check memleak failed handshake ($size100,$size200,$size300)\n";
 
+done:
 kill(9,$pid);
 wait;
 exit;

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



commit perl-Email-Simple for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Email-Simple for 
openSUSE:Factory checked in at 2011-12-27 18:14:04

Comparing /work/SRC/openSUSE:Factory/perl-Email-Simple (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Email-Simple.new (New)


Package is "perl-Email-Simple", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Email-Simple/perl-Email-Simple.changes  
2011-12-06 18:02:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Email-Simple.new/perl-Email-Simple.changes 
2011-12-27 18:14:06.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec 24 10:18:19 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 2.101:
+  * remove instruction to use ::Creator instead of just ->create
+  * documentation improvements
+
+---

Old:

  Email-Simple-2.100.tar.gz

New:

  Email-Simple-2.101.tar.gz



Other differences:
--
++ perl-Email-Simple.spec ++
--- /var/tmp/diff_new_pack.I3MZ5n/_old  2011-12-27 18:14:07.0 +0100
+++ /var/tmp/diff_new_pack.I3MZ5n/_new  2011-12-27 18:14:07.0 +0100
@@ -15,15 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   perl-Email-Simple
 %define cpan_name Email-Simple
-Summary:simple parsing of RFC2822 message format and headers
-Version:2.100
+Summary:Simple parsing of RFC2822 message format and headers
+Version:2.101
 Release:0
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Email-Simple/
-Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Simple-2.100.tar.gz
+Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Simple-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
@@ -39,10 +41,6 @@
 meant to be simple to use and to maintain, pared to the bone, fast, minimal
 in their external dependencies, and correct.
 
-Authors:
-
-sorry, no author found
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 

++ Email-Simple-2.100.tar.gz -> Email-Simple-2.101.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Simple-2.100/Changes 
new/Email-Simple-2.101/Changes
--- old/Email-Simple-2.100/Changes  2009-11-04 05:09:27.0 +0100
+++ new/Email-Simple-2.101/Changes  2011-12-23 20:18:34.0 +0100
@@ -1,5 +1,10 @@
 Revision history for Perl extension Email::Simple.
 
+2.101 2011-12-23
+  remove instruction to use ::Creator instead of just ->create
+
+  documentation improvements (thanks, Michael Stevens)
+
 2.100 2009-11-03
   merge Email-Simple-Creator into Email-Simple distribution
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Simple-2.100/MANIFEST 
new/Email-Simple-2.101/MANIFEST
--- old/Email-Simple-2.100/MANIFEST 2009-11-04 05:20:19.0 +0100
+++ new/Email-Simple-2.101/MANIFEST 2011-12-23 20:18:50.0 +0100
@@ -37,4 +37,5 @@
 t/test-mails/many-repeats
 t/undef-message.t
 t/unit.t
-META.yml Module meta-data (added by MakeMaker)
+META.yml Module YAML meta-data (added by 
MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Simple-2.100/META.json 
new/Email-Simple-2.101/META.json
--- old/Email-Simple-2.100/META.json1970-01-01 01:00:00.0 +0100
+++ new/Email-Simple-2.101/META.json2011-12-23 20:18:50.0 +0100
@@ -0,0 +1,45 @@
+{
+   "abstract" : "unknown",
+   "author" : [
+  "unknown"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.112621",
+   "license" : [
+  "perl_5"
+   ],
+   "meta-spec" : {
+  "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+  "version" : "2"
+   },
+   "name" : "Email-Simple",
+   "no_index" : {
+  "directory" : [
+ "t",
+ "inc"
+  ]
+   },
+   "prereqs" : {
+  "build" : {
+ "requires" : {
+"ExtUtils::MakeMaker" : 0
+ }
+  },
+  "configure" : {
+ "requires" : {
+"ExtUtils::MakeMaker" : 0
+ }
+  },
+  "runtime" : {
+ "requires" : {
+"Email::Date::Format" : 0,
+"Test::More" : "0.47"
+ }
+  }
+   },
+   "release_status" : "stable",
+   "resources" : {
+  "x_Repository" : "http://github.com/rjbs/email-

commit perl-Capture-Tiny for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Capture-Tiny for 
openSUSE:Factory checked in at 2011-12-27 18:13:54

Comparing /work/SRC/openSUSE:Factory/perl-Capture-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Capture-Tiny.new (New)


Package is "perl-Capture-Tiny", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Capture-Tiny/perl-Capture-Tiny.changes  
2011-09-23 12:36:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Capture-Tiny.new/perl-Capture-Tiny.changes 
2011-12-27 18:13:55.0 +0100
@@ -1,0 +2,27 @@
+Sat Dec 24 10:14:30 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 0.15:
+  * repeated captures from a custom filehandle would return undef instead of
+the empty string (and would warn). This has been fixed. RT#73374
+  * commented out debugging code for slightly less runtime overhead
+
+- changes from 0.14:
+  * added: capturing with custom filehandles will return only newly appended
+output instead of everything already in the file RT#73374
+
+---
+Wed Dec 21 11:59:40 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 0.13: no user-visible changes
+- changes from 0.12:
+  - add new functions capture_stdout, capture_stderr, tee_stdout, tee_stderr; 
RT#60515
+  - capture functions also returns the return values from the executed 
coderef; RT#61794
+  - capture functions take optional custom filehandles for capturing via named
+files instead of anonymous ones
+  - tied filehandles based on Tie::StdHandle can now use the ":utf8" layer;
+removed remaining TODO tests; adds Scalar::Util as a dependency
+  - when Time::HiRes::usleep is available, tee operations will
+sleep during the busy-loop waiting for tee processes to be ready
+RT#67858
+
+---

Old:

  Capture-Tiny-0.11.tar.gz

New:

  Capture-Tiny-0.15.tar.gz



Other differences:
--
++ perl-Capture-Tiny.spec ++
--- /var/tmp/diff_new_pack.F7gPWa/_old  2011-12-27 18:13:56.0 +0100
+++ /var/tmp/diff_new_pack.F7gPWa/_new  2011-12-27 18:13:56.0 +0100
@@ -18,8 +18,8 @@
 
 
 Name:   perl-Capture-Tiny
-Version:0.11
-Release:3
+Version:0.15
+Release:1
 License:Apache-2.0
 %define cpan_name Capture-Tiny
 Summary:Capture STDOUT and STDERR from Perl, XS or external programs
@@ -32,6 +32,9 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.31
 BuildRequires:  perl(Test::Differences)
+BuildRequires:  perl(Time::HiRes)
+Requires:   perl(Scalar::Util)
+Recommends: perl(Time::HiRes)
 %{perl_requires}
 
 %description

++ Capture-Tiny-0.11.tar.gz -> Capture-Tiny-0.15.tar.gz ++
 2237 lines of diff (skipped)

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



commit linux-glibc-devel for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package linux-glibc-devel for 
openSUSE:Factory checked in at 2011-12-27 18:13:41

Comparing /work/SRC/openSUSE:Factory/linux-glibc-devel (Old)
 and  /work/SRC/openSUSE:Factory/.linux-glibc-devel.new (New)


Package is "linux-glibc-devel", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/linux-glibc-devel/linux-glibc-devel.changes  
2011-12-25 17:36:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.linux-glibc-devel.new/linux-glibc-devel.changes 
2011-12-27 18:13:44.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 26 12:54:18 UTC 2011 - a...@suse.de
+
+- Update to Linux 3.2-rc7 headers.
+
+---

Old:

  linux-glibc-devel-3.1.tar.bz2

New:

  linux-glibc-devel-3.2_rc7.tar.bz2



Other differences:
--
++ linux-glibc-devel.spec ++
--- /var/tmp/diff_new_pack.KMZ7Q3/_old  2011-12-27 18:13:45.0 +0100
+++ /var/tmp/diff_new_pack.KMZ7Q3/_new  2011-12-27 18:13:45.0 +0100
@@ -23,8 +23,12 @@
 License:GPL-2.0
 Group:  Development/Libraries/C and C++
 BuildArch:  noarch
-Version:3.1
-Release:0
+# this confusing version number has no meaning, it's the version
+# of the Linux kernel where these headers come from
+Version:3.2_rc7
+Release:5
+# A "-" is not allowed in version
+%define upstream_version 3.2-rc7
 Url:http://www.kernel.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   kernel-headers 
@@ -45,7 +49,7 @@
 
 
 %prep
-%setup -q -n linux-glibc-devel-%version
+%setup -q -n linux-glibc-devel-%{upstream_version}
 %patch1
 
 %build

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



commit libflaim for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package libflaim for openSUSE:Factory 
checked in at 2011-12-27 18:13:30

Comparing /work/SRC/openSUSE:Factory/libflaim (Old)
 and  /work/SRC/openSUSE:Factory/.libflaim.new (New)


Package is "libflaim", Maintainer is "csarangt...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/libflaim/libflaim.changes2011-12-25 
17:35:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.libflaim.new/libflaim.changes   2011-12-27 
18:13:32.0 +0100
@@ -1,0 +2,8 @@
+Mon Dec 26 16:12:01 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections
+- Enable parallel building with %_smp_mflags
+- shlib policy packaging
+- Drop static libraries
+
+---



Other differences:
--
++ libflaim.spec ++
--- /var/tmp/diff_new_pack.kUArkl/_old  2011-12-27 18:13:32.0 +0100
+++ /var/tmp/diff_new_pack.kUArkl/_new  2011-12-27 18:13:32.0 +0100
@@ -18,10 +18,10 @@
 
 
 Name:   libflaim
-%define prefix /usr
+%define lname  libflaim5
 BuildRequires:  gcc-c++ ncurses-devel
 Summary:Embeddable cross-platform database engine
-Url:http://forge.novell.com/modules/xfmod/project/?flaim
+URL:http://forge.novell.com/modules/xfmod/project/?flaim
 Version:4.9.1046
 Release:106
 License:LGPL-2.1+
@@ -39,10 +39,22 @@
 and robust. It is available on a wide variety of 32 bit and 64 bit
 platforms.
 
+%package -n %lname
+Summary:Embeddable cross-platform database engine
+Group:  System/Libraries
+
+%description -n %lname
+FLAIM is an embeddable cross-platform database engine that provides a
+rich, powerful, easy-to-use feature set. It is the database engine used
+by Novell eDirectory. It has proven to be highly scalable, reliable,
+and robust. It is available on a wide variety of 32 bit and 64 bit
+platforms.
+
 %package devel
 License:LGPL-2.1+
 Summary:Embeddable cross-platform database engine
 Group:  Development/Libraries/C and C++
+Requires:   %lname = %version
 
 %description devel
 FLAIM is an embeddable cross-platform database engine that provides a
@@ -62,26 +74,27 @@
 %endif
 
 %build
-make lib_dir_name=%{_lib}  libs
+# Must use the same variable assignments as in %%install
+# to avoid recompilation
+make rpm_build_root="%buildroot" install_prefix="%_prefix" \
+   lib_dir_name="%_lib" \
+   libs %{?_smp_mflags}
 
 %install
-make rpm_build_root=$RPM_BUILD_ROOT install_prefix=%{prefix} 
lib_dir_name=%{_lib}  install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make rpm_build_root="%buildroot" install_prefix="%_prefix" \
+   lib_dir_name="%_lib" \
+   install
+rm -f "%buildroot/%_libdir"/*.a;
 
-%files
+%files -n %lname
 %defattr(-,root,root)
 %doc COPYING COPYRIGHT VERSION
-%{prefix}/%{_lib}/libflaim.so.5.2
-%{prefix}/%{_lib}/libflaim.so.5
+%_libdir/libflaim.so.5*
 
 %files devel
 %defattr(-,root,root)
-%{prefix}/%{_lib}/libflaim.so
-%{prefix}/%{_lib}/libflaim.a
-%{prefix}/%{_lib}/pkgconfig/libflaim.pc
-%{prefix}/include/flaim.h
-%{prefix}/include/flaimtk.h
+%_libdir/libflaim.so
+%_libdir/pkgconfig/libflaim.pc
+%_includedir/flaim*.h
 
 %changelog

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



commit GraphicsMagick for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package GraphicsMagick for openSUSE:Factory 
checked in at 2011-12-27 18:13:20

Comparing /work/SRC/openSUSE:Factory/GraphicsMagick (Old)
 and  /work/SRC/openSUSE:Factory/.GraphicsMagick.new (New)


Package is "GraphicsMagick", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/GraphicsMagick/GraphicsMagick.changes
2011-09-23 01:50:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.GraphicsMagick.new/GraphicsMagick.changes   
2011-12-27 18:13:22.0 +0100
@@ -1,0 +2,14 @@
+Tue Dec 27 09:30:07 UTC 2011 - pgaj...@suse.com
+
+- updated to 1.3.13:
+  * In I/O blob, don't rewind already open file handle passed to
+OpenBlob() since we don't know the intended state of this file
+handle, and because it prevents appending to an existing file.
+  * In AppendImageProfile(), don't leak profile buffer while appending
+a chunk to an existing profile.
+  * Fix deadlock in ClonePixelCache() which was caused by using the
+same semaphore pointer in the source and destination images.
+  * etc. see NEWS.txt
+- disabled perl.patch
+
+---

Old:

  GraphicsMagick-1.3.12-debian-fixed.patch
  GraphicsMagick-1.3.12-include.patch
  GraphicsMagick-1.3.12-perl.patch
  GraphicsMagick-1.3.12.tar.bz2

New:

  GraphicsMagick-1.3.13-debian-fixed.patch
  GraphicsMagick-1.3.13-include.patch
  GraphicsMagick-1.3.13.tar.bz2



Other differences:
--
++ GraphicsMagick.spec ++
--- /var/tmp/diff_new_pack.yijf2r/_old  2011-12-27 18:13:23.0 +0100
+++ /var/tmp/diff_new_pack.yijf2r/_new  2011-12-27 18:13:23.0 +0100
@@ -21,15 +21,15 @@
 BuildRequires:  cups-client dcraw freetype2-devel gcc-c++ 
ghostscript-fonts-other ghostscript-fonts-std ghostscript-library 
libjasper-devel liblcms-devel libtiff-devel libwmf-devel libxml2-devel pkgconfig
 # Define Quantum depth
 %define quant 8
-%define base_version 1.3.12
+%define base_version 1.3
 Summary:Viewer and Converter for Images
-Version:1.3.12
+Version:1.3.13
 Release:12
 License:MIT
 Group:  Productivity/Graphics/Convertors
-Source: 
ftp://ftp.GraphicsMagick.org/pub/%{name}/%{name}-%{version}.tar.bz2
+#Source: 
ftp://ftp.GraphicsMagick.org/pub/%{name}/%{base_version}/%{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.bz2
 Patch2: %{name}-%{version}-debian-fixed.patch
-Patch4: %{name}-%{version}-perl.patch
 Patch10:%{name}-%{version}-include.patch
 Url:http://www.GraphicsMagick.org/
 AutoReqProv:on
@@ -230,7 +230,6 @@
 %prep
 %setup -q
 %patch2 -p1
-%patch4
 %patch10
 
 %build
@@ -294,8 +293,8 @@
 %defattr(644, root, root, 755)
 %docdir %{_defaultdocdir}/%{name}
 %{_defaultdocdir}/%{name}
-%doc %{_datadir}/%{name}-%{base_version}
-%exclude %{_datadir}/%{name}-%{base_version}/config
+%doc %{_datadir}/%{name}-%{version}
+%exclude %{_datadir}/%{name}-%{version}/config
 %attr(755, root, root) %{_bindir}/gm
 %doc %{_mandir}/man1/gm.1.gz
 %doc %{_mandir}/man4/*gz
@@ -304,16 +303,16 @@
 %files -n libGraphicsMagick3
 %defattr(644, root, root, 755)
 %{_libdir}/lib%{name}.so.*
-%dir %{_libdir}/%{name}-%{base_version}
-%dir %{_libdir}/%{name}-%{base_version}/config
-%{_libdir}/%{name}-%{base_version}/config/*.mgk
-%dir %{_libdir}/%{name}-%{base_version}/modules-Q%{quant}
-%dir %{_libdir}/%{name}-%{base_version}/modules-Q%{quant}/coders
-%dir %{_libdir}/%{name}-%{base_version}/modules-Q%{quant}/filters
-%{_libdir}/%{name}-%{base_version}/modules-Q%{quant}/*/*.so
-%{_libdir}/%{name}-%{base_version}/modules-Q%{quant}/*/*.la
-%dir %{_datadir}/%{name}-%{base_version}
-%{_datadir}/%{name}-%{base_version}/config
+%dir %{_libdir}/%{name}-%{version}
+%dir %{_libdir}/%{name}-%{version}/config
+%{_libdir}/%{name}-%{version}/config/*.mgk
+%dir %{_libdir}/%{name}-%{version}/modules-Q%{quant}
+%dir %{_libdir}/%{name}-%{version}/modules-Q%{quant}/coders
+%dir %{_libdir}/%{name}-%{version}/modules-Q%{quant}/filters
+%{_libdir}/%{name}-%{version}/modules-Q%{quant}/*/*.so
+%{_libdir}/%{name}-%{version}/modules-Q%{quant}/*/*.la
+%dir %{_datadir}/%{name}-%{version}
+%{_datadir}/%{name}-%{version}/config
 
 %files -n libGraphicsMagickWand2
 %defattr(644, root, root, 755)
@@ -328,7 +327,7 @@
 %{_includedir}/%{name}/magick/*
 %{_libdir}/lib%{name}.so
 %{_libdir}/lib%{name}Wand.so
-%dir %{_libdir}/%{name}-%{base_version}/modules-Q%{quant}
+%dir %{_libdir}/%{name}-%{version}/modules-Q%{quant}
 %{_libdir}/pkgconfig/%{name}.pc
 %{_libdir}/pkgconfig/%{name}Wand.pc
 %attr(755, root, root) %{_bindir}/%{name}-config

++ GraphicsMagick-1.3.12-debian-fixed.patch -> 
GraphicsMagick-1.3.13-d

commit crash for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2011-12-27 18:13:06

Comparing /work/SRC/openSUSE:Factory/crash (Old)
 and  /work/SRC/openSUSE:Factory/.crash.new (New)


Package is "crash", Maintainer is "ptesa...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/crash/crash.changes  2011-11-16 
17:17:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2011-12-27 
18:13:07.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 27 12:46:46 UTC 2011 - idon...@suse.com
+
+- Fix wrong size parameter in memset call 
+
+---

New:

  crash-wrong-memset.patch



Other differences:
--
++ crash.spec ++
--- /var/tmp/diff_new_pack.SPQ8kw/_old  2011-12-27 18:13:13.0 +0100
+++ /var/tmp/diff_new_pack.SPQ8kw/_new  2011-12-27 18:13:13.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define crash_version  6.0.0
 %define whitepaper_version 2003
@@ -36,10 +35,10 @@
 %define build_kmp 1
 Url:http://people.redhat.com/anderson/
 Summary:Crash utility for live systems; netdump, diskdump, LKCD or 
mcore dumpfiles
-Version:%{crash_version}
-Release:1
 License:GPL-3.0+ ; GFDL-1.2
 Group:  Development/Tools/Debuggers
+Version:%{crash_version}
+Release:0
 Source: %{name}-%{version}.tar.gz
 Source2:crash_whitepaper-%{whitepaper_version}.tar.bz2
 Source3:README.SUSE
@@ -58,15 +57,20 @@
 Patch7: %{name}-rl_digit_loop-return.patch
 Patch8: %{name}-missing-declarations.patch
 Patch9: %{name}-debuginfo-compressed.patch
+Patch10:%{name}-wrong-memset.patch
 Patch90:%{name}-sial-ps-2.6.29.diff
-BuildRequires:  bison flex ncurses-devel zlib-devel
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  ncurses-devel
+BuildRequires:  zlib-devel
 Requires:   /usr/bin/nm
 ExclusiveArch:  %ix86 x86_64 ia64 s390 s390x ppc64 alpha
 # Source code says it can do ppc32. Excluded here?
 ExcludeArch:ppc
 # crash driver KMP
 %if %build_kmp
-BuildRequires:  kernel-syms module-init-tools
+BuildRequires:  kernel-syms
+BuildRequires:  module-init-tools
 %if 0%{?suse_version} >= 1130
 BuildRequires:  kernel-devel
 %endif
@@ -99,9 +103,9 @@
 David Anderson 
 
 %package doc
-License:GFDL-1.2
 Requires:   %{name} = %{version}
 Summary:Documentation for Crash
+License:GFDL-1.2
 Group:  Development/Tools/Debuggers
 
 %description doc
@@ -114,9 +118,9 @@
 David Anderson 
 
 %package devel
-License:GPL-2.0+
 Requires:   %{name} = %{version}
 Summary:Development files for crash
+License:GPL-2.0+
 Group:  Development/Tools/Debuggers
 
 %description devel
@@ -136,9 +140,9 @@
 %if %build_sial
 
 %package sial
-License:GPL-2.0+
 Requires:   %{name} = %{version}
 Summary:SIAL extension for crash
+License:GPL-2.0+
 Group:  Development/Tools/Debuggers
 
 %description sial
@@ -159,9 +163,9 @@
 %if %build_gcore
 
 %package gcore
-License:GPL-2.0+
 Requires:   %{name} = %{version}
 Summary:Gcore extension for crash
+License:GPL-2.0+
 Group:  Development/Tools/Debuggers
 
 %description gcore
@@ -179,12 +183,12 @@
 %if %build_kmp
 
 %package %kmp_pkg
-Group:  System/Kernel
-License:GPL-2.0
 Summary:Memory driver for the crash utility
+License:GPL-2.0
+Group:  System/Kernel
 %if 0%{?suse_version} < 920
 Version:%{version}_%{kver_}
-
+Release:0
 
 Requires:   kernel = %kver
 %endif
@@ -209,6 +213,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 ## SIAL patches
 cd sial-scripts-%{scripts_version}
 %patch90 -p1

++ crash-wrong-memset.patch ++
Index: crash-6.0.0/gdb-7.3.1.patch
===
--- crash-6.0.0.orig/gdb-7.3.1.patch
+++ crash-6.0.0/gdb-7.3.1.patch
@@ -1263,3 +1263,14 @@
  
  struct tdefs {
char *symbol;
+--- gdb-7.3.1/bfd/bfdio.c
 gdb-7.3.1/bfd/bfdio.c
+@@ -577,7 +577,7 @@ memory_bstat (bfd *abfd, struct stat *st
+ {
+   struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream;
+ 
+-  memset (statbuf, 0, sizeof (statbuf));
++  memset (statbuf, 0, sizeof (struct stat));
+   statbuf->st_size = bim->size;
+ 
+   return 0;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rsync for openSUSE:Factory

2011-12-27 Thread h_root
Hello community,

here is the log from the commit of package rsync for openSUSE:Factory checked 
in at 2011-12-27 14:20:21

Comparing /work/SRC/openSUSE:Factory/rsync (Old)
 and  /work/SRC/openSUSE:Factory/.rsync.new (New)


Package is "rsync", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rsync/rsync.changes  2011-10-13 
16:22:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.rsync.new/rsync.changes 2011-12-27 
14:20:23.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec 21 10:42:30 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---
+Fri Nov 25 01:38:07 UTC 2011 - crrodrig...@opensuse.org
+
+- Add systemd unit
+- Do not BuildRequire textlive
+
+---

New:

  rsyncd.service



Other differences:
--
++ rsync.spec ++
--- /var/tmp/diff_new_pack.Wd0pcl/_old  2011-12-27 14:20:24.0 +0100
+++ /var/tmp/diff_new_pack.Wd0pcl/_new  2011-12-27 14:20:24.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define with_system_zlib 0
 %if 0%{?suse_version} < 1120
 %define _initddir %{_sysconfdir}/init.d
@@ -23,11 +22,11 @@
 
 Name:   rsync
 Version:3.0.9
-Release:8
-License:GPL-3.0+
+Release:0
 Summary:Versatile tool for fast incremental file transfer
-Url:http://rsync.samba.org/
+License:GPL-3.0+
 Group:  Productivity/Networking/Other
+Url:http://rsync.samba.org/
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-patches-%{version}.tar.bz2
 Source2:logrotate.rsync
@@ -36,9 +35,10 @@
 Source5:rsyncd.conf
 Source6:rsyncd.secrets
 Source7:rsync-server.firewall
+Source8:rsyncd.service
 Patch3: system-zlib.diff
+BuildRequires:  autoconf
 BuildRequires:  libacl-devel
-BuildRequires:  libpng
 BuildRequires:  openslp-devel
 BuildRequires:  popt-devel
 BuildRequires:  zlib-devel
@@ -47,15 +47,14 @@
 PreReq: grep
 PreReq: sed
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} > 1020
-BuildRequires:  texlive-latex
-%else
-BuildRequires:  te_ams
-BuildRequires:  te_latex
-%endif
 %if 0%{?suse_version} > 1010
 Recommends: logrotate
 %endif
+%if 0%{?suse_version} > 1140
+BuildRequires:  systemd
+%{?systemd_requires}
+%define has_systemd 1
+%endif
 
 %description
 Rsync is a fast and extraordinarily versatile file  copying  tool. It can copy
@@ -87,9 +86,6 @@
   --enable-acl-support \
   --enable-xattr-support
 make %{?_smp_mflags}
-latex tech_report
-latex tech_report
-dvips tech_report -o tech_report.ps
 
 %install
 %if 0%{?suse_version} < 1120
@@ -112,25 +108,45 @@
 ln -sf ../../etc/init.d/rsyncd %{buildroot}%{_sbindir}/rcrsyncd
 mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
 install -m 644 %{SOURCE7} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/rsync-server
+%if 0%{?has_systemd}
+install -D -m 0644 %SOURCE8 %{buildroot}%{_unitdir}/rsyncd.service
+%endif
+
+%pre
+%if 0%{?has_systemd}
+%service_add_pre rsyncd.service
+%endif
 
 %preun
 %stop_on_removal rsyncd
+%if 0%{?has_systemd}
+%service_del_preun rsyncd.service
+%endif
 
 %post
 %fillup_and_insserv rsyncd
 if ! grep -q "^pid file" /etc/rsyncd.conf ; then
sed -i -e "/^log file/{;p;s@\(.*\)@pid file = /var/run/rsyncd.pid@;}" 
/etc/rsyncd.conf
 fi
+%if 0%{?has_systemd}
+%service_add_post rsyncd.service
+%endif
 
 %postun
 %restart_on_update rsyncd
 %insserv_cleanup
+%if 0%{?has_systemd}
+%service_del_postun rsyncd.service
+%endif
 
 %clean
 rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
+%if 0%{?has_systemd}
+%{_unitdir}/rsyncd.service
+%endif
 %config(noreplace) %{_sysconfdir}/rsyncd.conf
 %config(noreplace) %{_sysconfdir}/rsyncd.secrets
 %config(noreplace) %{_sysconfdir}/logrotate.d/rsync
@@ -143,6 +159,6 @@
 %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/*
 %doc %{_mandir}/man1/rsync.1.gz
 %doc %{_mandir}/man5/rsyncd.conf.5.gz
-%doc COPYING NEWS README tech_report.ps tech_report.tex
+%doc COPYING NEWS README tech_report.tex
 
 %changelog

++ rsyncd.service ++
[Unit]
Description=Start the rsync server daemon
After=network.target

[Service]
ExecStart=/usr/sbin/rsyncd --daemon --no-detach
IOSchedulingClass=idle
CPUSchedulingPolicy=batch
[Install]
WantedBy=multi-user.target--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org