commit elfutils for openSUSE:Factory

2011-06-16 Thread h_root

Hello community,

here is the log from the commit of package elfutils for openSUSE:Factory
checked in at Thu Jun 16 09:02:20 CEST 2011.




--- elfutils/elfutils.changes   2011-04-28 19:48:06.0 +0200
+++ /mounts/work_src_done/STABLE/elfutils/elfutils.changes  2011-05-24 
17:33:21.0 +0200
@@ -1,0 +2,6 @@
+Tue May 24 15:32:28 UTC 2011 - crrodrig...@opensuse.org
+
+- Remote timestamps on binaries, breaks build compare
+- Add missing build requires on zlib, bzip2 and lzma .
+
+---

calling whatdependson for head-i586




Other differences:
--
++ elfutils.spec ++
--- /var/tmp/diff_new_pack.vsdm3h/_old  2011-06-16 08:58:44.0 +0200
+++ /var/tmp/diff_new_pack.vsdm3h/_new  2011-06-16 08:58:44.0 +0200
@@ -21,7 +21,7 @@
 Name:   elfutils
 License:GPLv2 ; GPLv2+ ; LGPLv2.1+
 Version:0.152
-Release:1
+Release:3
 Summary:Higher-level library to access ELF
 Group:  System/Libraries
 Url:http://elfutils.fedorahosted.org
@@ -36,7 +36,7 @@
 Patch6: elfutils-0.137-dwarf-header-check-fix.diff
 Patch7: elfutils-0.148-dont-crash.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison flex
+BuildRequires:  bison flex libbz2-devel xz-devel zlib-devel
 
 %description
 This package provides a higher-level library to access ELF files. This
@@ -100,7 +100,7 @@
 License:GPLv2+
 
 %description -n libelf1
-This package provide a high-level library to read and write ELF files.
+This package provides a high-level library to read and write ELF files.
 This is a part of elfutils package.
 
 %package -n libelf-devel
@@ -120,7 +120,7 @@
 License:GPLv2+
 
 %description -n libdw1
-This package provide a high-level library to access the DWARF debugging
+This package provides a high-level library to access the DWARF debugging
 information.  This is a part of elfutils package.
 
 %package -n libdw-devel
@@ -145,6 +145,12 @@
 %patch7 -p1
 
 %build
+# Change DATE/TIME macros to use last change time of elfutils.changes
+# See http://lists.opensuse.org/opensuse-factory/2011-05/msg00304.html
+modified=$(sed -n '/^/n;s/ - .*$//;p;q' %{_sourcedir}/%{name}.changes)
+DATE=\$(date -d ${modified} +%%b %%e %%Y)\
+TIME=\$(date -d ${modified} +%%R)\
+find . -type f -regex .*\.c\|.*\.cpp\|.*\.h -exec sed -i 
s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g {} +
 autoreconf -fi
 %configure --program-prefix=eu-
 make %{?_smp_mflags}






Remember to have fun...

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



commit attr for openSUSE:Factory

2011-06-16 Thread h_root

Hello community,

here is the log from the commit of package attr for openSUSE:Factory
checked in at Thu Jun 16 09:03:57 CEST 2011.




--- attr/attr.changes   2010-06-28 08:46:06.0 +0200
+++ /mounts/work_src_done/STABLE/attr/attr.changes  2011-05-18 
11:36:16.0 +0200
@@ -1,0 +2,24 @@
+Wed May 18 09:32:06 UTC 2011 - co...@novell.com
+
+- make shared library executable
+
+---
+Tue Apr 19 18:06:35 UTC 2011 - bphil...@novell.com
+
+- upgrade to 2.4.46
+ - Fix tests
+
+---
+Sat Apr 16 00:16:15 UTC 2011 - bphil...@novell.com
+
+- upgrade to 2.4.45 
+ - OPTIONS in man pages should be a section heading, not a subsection heading
+ - getfattr: encode NULs properly with --encoding=text
+ - setfattr.1: document supported encodings of values
+ - convert the man pages into html
+ - attr_parse_attr_conf: eliminate a double free
+ - attr_parse_attr_conf: eliminate a memory leak
+ - quote: pull in string.h for strchr prototype
+ - libattr: fix memory leak in attr_copy_action()
+
+---

calling whatdependson for head-i586


Old:

  attr-2.4.44.src.tar.gz
  attr-fiximplicit.patch

New:

  attr-2.4.46.src.tar.gz



Other differences:
--
++ attr.spec ++
--- /var/tmp/diff_new_pack.jJbKlF/_old  2011-06-16 09:02:34.0 +0200
+++ /var/tmp/diff_new_pack.jJbKlF/_new  2011-06-16 09:02:34.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package attr (Version 2.4.44)
+# spec file for package attr
 #
-# 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
@@ -22,13 +22,12 @@
 Group:  System/Filesystems
 AutoReqProv:on
 Summary:Commands for Manipulating Extended Attributes
-Version:2.4.44
-Release:4
+Version:2.4.46
+Release:1
 Source: %{name}-%{version}.src.tar.gz
 Source1:xattr.conf
 Source2:baselibs.conf
 Patch0: builddefs.in.diff
-Patch1: %name-fiximplicit.patch
 Url:http://download.savannah.gnu.org/releases-noredirect/attr/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 License:GPLv2+ ; LGPLv2.1+
@@ -40,13 +39,6 @@
 is also provided, which is largely compatible with the SGI IRIX tool of
 the same name.
 
-
-
-Authors:
-
-Andreas Gruenbacher a.gruenbac...@computer.org
-SGI
-
 %package -n libattr
 License:GPLv2+ ; LGPLv2.1+
 Summary:A dynamic library for filesystem extended attribute support
@@ -62,13 +54,6 @@
 This package contains the libattr.so dynamic library, which contains
 the extended attribute library functions.
 
-
-
-Authors:
-
-Andreas Gruenbacher a.gruenbac...@computer.org
-SGI
-
 %package -n libattr-devel
 License:GPLv2+ ; LGPLv2.1+
 Summary:Include Files and Libraries mandatory for Development
@@ -89,16 +74,9 @@
 documented system call API is the recommended interface, but an SGI
 IRIX compatibility interface is also provided.
 
-
-
-Authors:
-
-SGI
-
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 export OPTIMIZER=$RPM_OPT_FLAGS -fPIC
@@ -131,6 +109,7 @@
 rm -f $RPM_BUILD_ROOT/%{_libdir}/libattr.la
 install -d -m 755 $RPM_BUILD_ROOT/%{_sysconfdir}
 install -m 644 %_sourcedir/xattr.conf $RPM_BUILD_ROOT/%{_sysconfdir}
+chmod 755 $RPM_BUILD_ROOT/%{_lib}/libattr.so.1*
 %find_lang %name
 
 %clean

++ attr-2.4.44.src.tar.gz - attr-2.4.46.src.tar.gz ++
 24759 lines of diff (skipped)






Remember to have fun...

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



commit acl for openSUSE:Factory

2011-06-16 Thread h_root

Hello community,

here is the log from the commit of package acl for openSUSE:Factory
checked in at Thu Jun 16 09:05:27 CEST 2011.




--- acl/acl.changes 2010-06-28 08:46:03.0 +0200
+++ /mounts/work_src_done/STABLE/acl/acl.changes2011-04-19 
20:06:18.0 +0200
@@ -1,0 +2,20 @@
+Tue Apr 19 18:05:44 UTC 2011 - bphil...@novell.com
+
+- upgrade to 2.2.51
+ - Test fixes
+
+---
+Sat Apr 16 00:26:52 UTC 2011 - bphil...@novell.com
+
+- upgrade to 2.2.50
+ - OPTIONS in man pages should be a section heading, not a subsection heading
+ - Fix a typo in the setfacl man page
+ - setfacl: Clarify that removing a non-existent acl entry is not an error
+ - Prevent setfacl --restore from SIGSEGV on malformed restore file
+ - setfacl: make sure that -R only calls stat(2) on symlinks when it needs to
+ - libacl: fix potential null pointer dereference
+ - setfacl: fix restore crash on malformed input
+ - setfacl: print useful error from read_acl_comments
+ - setfacl: changing owner and when S_ISUID should be set --restore fix
+
+---

calling whatdependson for head-i586


Old:

  acl-2.2.48.src.tar.gz

New:

  acl-2.2.51.src.tar.gz



Other differences:
--
++ acl.spec ++
--- /var/tmp/diff_new_pack.Xp96Y2/_old  2011-06-16 09:04:08.0 +0200
+++ /var/tmp/diff_new_pack.Xp96Y2/_new  2011-06-16 09:04:08.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package acl (Version 2.2.48)
+# spec file for package acl
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,8 +23,8 @@
 Group:  System/Filesystems
 AutoReqProv:on
 Summary:Commands for Manipulating POSIX Access Control Lists
-Version:2.2.48
-Release:5
+Version:2.2.51
+Release:1
 Source: %name-%version.src.tar.gz
 Source2:baselibs.conf
 Patch0: builddefs.in.diff
@@ -188,6 +188,7 @@
 %doc %attr(644,root,root) %{_mandir}/man3/acl_to_any_text.3.gz
 %doc %attr(644,root,root) %{_mandir}/man3/acl_to_text.3.gz
 %doc %attr(644,root,root) %{_mandir}/man3/acl_valid.3.gz
+%doc %attr(644,root,root) %{_mandir}/man3/acl_extended_file_nofollow.3.gz
 
 %files -n libacl
 %defattr(755,root,root,755)

++ acl-2.2.48.src.tar.gz - acl-2.2.51.src.tar.gz ++
 25709 lines of diff (skipped)






Remember to have fun...

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



commit gnutls for openSUSE:Factory

2011-06-16 Thread h_root

Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory
checked in at Thu Jun 16 09:57:01 CEST 2011.




--- gnutls/gnutls.changes   2010-04-24 13:52:05.0 +0200
+++ /mounts/work_src_done/STABLE/gnutls/gnutls.changes  2011-06-15 
22:30:01.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 11 03:05:58 UTC 2010 - g...@novell.com
+
+- update to latest stable version 2.10.2
+  * tons of changes, see NEWS
+
+---

calling whatdependson for head-i586


Old:

  gnutls-2.8.6.tar.bz2

New:

  gnutls-2.10.2.tar.bz2



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.GmSfw0/_old  2011-06-16 09:54:09.0 +0200
+++ /var/tmp/diff_new_pack.GmSfw0/_new  2011-06-16 09:54:09.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gnutls (Version 2.8.6)
+# spec file for package gnutls
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:   gnutls
 BuildRequires:  gcc-c++ libgcrypt-devel libopencdk-devel libtasn1-devel 
pkg-config
-Version:2.8.6
+Version:2.10.2
 Release:1
 License:LGPLv2.1+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -137,8 +137,8 @@
 
 %prep
 %setup -q
+#%patch0 -p1
 #%patch1 -p1
-#%patch2 -p1
 
 %build
 autoreconf -fi

++ gnutls-2.8.6.tar.bz2 - gnutls-2.10.2.tar.bz2 ++
gnutls/gnutls-2.8.6.tar.bz2 
/mounts/work_src_done/STABLE/gnutls/gnutls-2.10.2.tar.bz2 differ: char 11, line 
1






Remember to have fun...

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



commit gnome-sharp2 for openSUSE:Factory

2011-06-16 Thread h_root

Hello community,

here is the log from the commit of package gnome-sharp2 for openSUSE:Factory
checked in at Thu Jun 16 10:00:07 CEST 2011.




--- GNOME/gnome-sharp2/gnome-sharp2.changes 2010-10-29 20:25:42.0 
+0200
+++ /mounts/work_src_done/STABLE/gnome-sharp2/gnome-sharp2.changes  
2011-06-09 10:49:19.0 +0200
@@ -1,0 +2,15 @@
+Thu Jun  9 08:35:14 UTC 2011 - dims...@opensuse.org
+
+- Help the build to choose the right packages by using
+  pkgconfig()-style BuildRequires:
+  + Old ones: glade-sharp2, gtk-sharp2, gtk-sharp2-gapi,
+  mono-devel, gnome-panel-devel, monodoc-core
+  + New ones: mono, mono-cairo, gtk-sharp-2.0, glade-sharp-2.0,
+  gnome-vfs-2.0, libgnomecanvas-2.0, libgnomeui-2.0,
+  gtk+-2.0, gmodule-2.0, gapi-2.0
+- Remove unneeded BuildRequires:
+  + librsvg-devel, vte-devel, gtkhtml2-devel, gnome-panel-devel,
+update-desktop-files.
+- Spec-cleanup using spec-cleaner
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gnome-sharp2.spec ++
--- /var/tmp/diff_new_pack.bstHNY/_old  2011-06-16 09:57:11.0 +0200
+++ /var/tmp/diff_new_pack.bstHNY/_new  2011-06-16 09:57:11.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gnome-sharp2 (Version 2.24.2)
+# spec file for package gnome-sharp2
 #
-# 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,26 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define _name gnome-sharp
 
 Name:   gnome-sharp2
 Version:2.24.2
-Release:1
-Url:http://www.mono-project.com/GtkSharp
+Release:6
 License:LGPLv2.1
-Group:  System/GUI/GNOME
 Summary:Mono bindings for Gnome
-BuildRequires:  glade-sharp2 gtk-sharp2 gtk-sharp2-gapi
-BuildRequires:  librsvg-devel
-BuildRequires:  mono-devel
-BuildRequires:  vte-devel
-BuildRequires:  gnome-panel-devel
-BuildRequires:  monodoc-core
-BuildRequires:  update-desktop-files
-BuildRequires:  gtkhtml2-devel
+Url:http://www.mono-project.com/GtkSharp
+Group:  System/GUI/GNOME
 Source: 
http://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.24/%{_name}-%{version}.tar.bz2
+BuildRequires:  pkgconfig(gapi-2.0)
+BuildRequires:  pkgconfig(glade-sharp-2.0)
+BuildRequires:  pkgconfig(gmodule-2.0)
+BuildRequires:  pkgconfig(gnome-vfs-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk-sharp-2.0)
+BuildRequires:  pkgconfig(libgnomecanvas-2.0)
+BuildRequires:  pkgconfig(libgnomeui-2.0)
+BuildRequires:  pkgconfig(mono)
+BuildRequires:  pkgconfig(mono-cairo)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,12 +43,12 @@
 
 %package -n gnome-sharp2-complete
 License:LGPLv2.1
-Group:  System/GUI/GNOME
 Summary:GTK+ and GNOME bindings for Mono (virtual package)
-Requires:   art-sharp2 = %{version}-%{release}
-Requires:   gconf-sharp2 = %{version}-%{release}
-Requires:   gnome-sharp2 = %{version}-%{release}
-Requires:   gnome-vfs-sharp2 = %{version}-%{release}
+Group:  System/GUI/GNOME
+Requires:   art-sharp2 = %{version}
+Requires:   gconf-sharp2 = %{version}
+Requires:   gnome-sharp2 = %{version}
+Requires:   gnome-vfs-sharp2 = %{version}
 
 %description -n gnome-sharp2-complete
 Gtk# is a library that allows you to build fully native graphical GNOME
@@ -84,13 +85,16 @@
 %setup -q -n %{_name}-%{version}
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
-%configure --libexecdir=%{_prefix}/lib --enable-debug
-make
+export CFLAGS=%{optflags} -fno-strict-aliasing
+%configure \
+--libexecdir=%{_prefix}/lib \
+--disable-static \
+--enable-debug
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot}
-rm -f %{buildroot}%{_libdir}/*.*a
+%makeinstall
+find %{buildroot} -type f -name '*.la' -delete -print
 
 %clean
 rm -rf %{buildroot}






Remember to have fun...

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



commit mc for openSUSE:Factory

2011-06-16 Thread h_root

Hello community,

here is the log from the commit of package mc for openSUSE:Factory
checked in at Thu Jun 16 10:19:23 CEST 2011.




--- GNOME/mc/mc.changes 2011-03-23 09:19:58.0 +0100
+++ /mounts/work_src_done/STABLE/mc/mc.changes  2011-04-25 11:19:39.0 
+0200
@@ -1,0 +2,7 @@
+Mon Apr 25 08:25:11 UTC 2011 - lazy.k...@opensuse.org
+
+- Don't convert Russian and Ukrainian docs. They have been already
+  in UTF-8 (bnc#686483).
+- Install help and hints for non-english locales (bnc#681060).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.mrIbDP/_old  2011-06-16 10:17:58.0 +0200
+++ /var/tmp/diff_new_pack.mrIbDP/_new  2011-06-16 10:17:58.0 +0200
@@ -24,7 +24,7 @@
 License:GPLv2+
 Url:http://www.ibiblio.org/mc/
 Version:4.7.5.1
-Release:7
+Release:8
 Source: mc-%{version}.tar.lzma
 Source1:x11_browser
 Source2:%{name}.desktop
@@ -124,8 +124,6 @@
 iconv -f iso8859-2 -t utf-8 -o mc.hint.hu.tmp mc.hint.hu  mv mc.hint.hu.tmp 
mc.hint.hu
 iconv -f iso8859-2 -t utf-8 -o mc.hint.pl.tmp mc.hint.pl  mv mc.hint.pl.tmp 
mc.hint.pl
 iconv -f iso8859-5 -t utf-8 -o mc.hint.sr.tmp mc.hint.sr  mv mc.hint.sr.tmp 
mc.hint.sr
-iconv -f koi8-r -t utf8 -o mc.hint.ru.tmp mc.hint.ru  mv mc.hint.ru.tmp 
mc.hint.ru
-iconv -f koi8-u -t utf8 -o mc.hint.uk.tmp mc.hint.uk  mv mc.hint.uk.tmp 
mc.hint.uk
 iconv -f big5 -t utf8 -o mc.hint.zh.tmp mc.hint.zh  mv mc.hint.zh.tmp 
mc.hint.zh
 popd
 pushd misc
@@ -146,9 +144,6 @@
 pushd pl
 iconv -f iso8859-2 -t utf-8 -o mc.1.in.tmp mc.1.in  mv mc.1.in.tmp mc.1.in
 popd
-pushd ru
-iconv -f koi8-r -t utf-8 -o mc.1.in.tmp mc.1.in  mv mc.1.in.tmp mc.1.in
-popd
 pushd sr
 iconv -f iso8859-5 -t utf-8 -o mc.1.in.tmp mc.1.in  mv mc.1.in.tmp mc.1.in
 iconv -f iso8859-5 -t utf-8 -o mcserv.8.in.tmp mcserv.8.in  mv 
mcserv.8.in.tmp mcserv.8.in
@@ -167,9 +162,6 @@
 pushd pl
 iconv -f iso8859-2 -t utf-8 -o xnc.hlp.tmp xnc.hlp  mv xnc.hlp.tmp xnc.hlp
 popd
-pushd ru
-iconv -f koi8-r -t utf-8 -o xnc.hlp.tmp xnc.hlp  mv xnc.hlp.tmp xnc.hlp
-popd
 pushd sr
 iconv -f iso8859-5 -t utf-8 -o xnc.hlp.tmp xnc.hlp  mv xnc.hlp.tmp xnc.hlp
 popd # doc/hlp
@@ -242,6 +234,9 @@
 %exclude %{_sysconfdir}/mc/mc.menu.*
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
+
+%files lang -f %{name}.lang
+%defattr(-, root, root)
 %lang(es) %doc %{_mandir}/es
 %lang(hu) %doc %{_mandir}/hu
 %lang(it) %doc %{_mandir}/it
@@ -254,8 +249,9 @@
 %lang(it) %doc %{_datadir}/mc/*/mc.*.it
 %lang(nl) %doc %{_datadir}/mc/*/mc.*.nl
 %lang(pl) %doc %{_datadir}/mc/*/mc.*.pl
+%lang(ru) %doc %{_datadir}/mc/*/mc.*.ru
 %lang(sr) %doc %{_datadir}/mc/*/mc.*.sr
-
-%files lang -f %{name}.lang
+%lang(uk) %doc %{_datadir}/mc/*/mc.*.uk
+%lang(zh) %doc %{_datadir}/mc/*/mc.*.zh
 
 %changelog








Remember to have fun...

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



commit patterns-openSUSE for openSUSE:Factory

2011-06-16 Thread h_root

Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory
checked in at Thu Jun 16 10:23:51 CEST 2011.




--- patterns-openSUSE/patterns-openSUSE.changes 2011-05-25 09:37:10.0 
+0200
+++ /mounts/work_src_done/STABLE/patterns-openSUSE/patterns-openSUSE.changes
2011-06-15 21:40:10.0 +0200
@@ -1,0 +2,26 @@
+Wed Jun 15 19:39:51 UTC 2011 - co...@novell.com
+
+Stephan Kulow (2):
+  drop ivman
+  fix webyast sel files
+
+---
+Wed Jun 15 09:58:16 UTC 2011 - co...@novell.com
+
+- set version to 12.1
+
+---
+Wed Jun 15 08:29:57 UTC 2011 - co...@novell.com
+
+Ludwig Nussel (2):
+  add vim to minimal_base
+  create a separate minimal_base-conflicts pattern
+
+Stefan Schubert (1):
+  added webyast
+
+Stephan Kulow (4):
+  libstorage is gone
+  promo dvd can live without xgl
+
+---

calling whatdependson for head-i586




Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.GWkVlN/_old  2011-06-16 10:22:50.0 +0200
+++ /var/tmp/diff_new_pack.GWkVlN/_new  2011-06-16 10:22:50.0 +0200
@@ -23,8 +23,8 @@
 Group:  Metapackages
 AutoReqProv:on
 Summary:Patterns for Installation (full ftp tree)
-Version:11.4
-Release:12
+Version:12.1
+Release:1
 Url:http://en.opensuse.org/Patterns
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: patterns-openSUSE-data.tar.bz2
@@ -151,7 +151,6 @@
 Recommends: mtools
 Recommends: sox
 Recommends: vorbis-tools
-Requires:   ivman
 Requires:   mc
 Requires:   patterns-openSUSE-console
 Requires:   w3m
@@ -1874,15 +1873,6 @@
 
 Group:  Metapackages
 Summary:Meta package for pattern minimal_base
-Conflicts:  cups-client
-Conflicts:  desktop-translations
-Conflicts:  glib-networking
-Conflicts:  gsettings-backend-dconf
-Conflicts:  netpbm
-Conflicts:  perl-doc
-Conflicts:  python-base
-Conflicts:  readline-doc
-Conflicts:  samba-client
 Recommends: SuSEfirewall2
 Recommends: autofs
 Recommends: bc
@@ -1909,7 +1899,7 @@
 Recommends: tcsh
 Recommends: telnet
 Recommends: unscd
-Recommends: vim-base
+Recommends: vim
 Recommends: w3m
 Recommends: wget
 Recommends: wireless-tools
@@ -1917,12 +1907,34 @@
 Recommends: xinetd
 Recommends: yp-tools
 Recommends: ypbind
-Requires:   patterns-openSUSE-basesystem
 Requires:   patterns-openSUSE-minimal_base
+%ifarch ix86
+Requires:   patterns-openSUSE-minimal_base
+%endif
+
+%description minimal_base
+This package is installed if a pattern is selected to have a working update 
path
+
+%package minimal_base-conflicts
+
+Group:  Metapackages
+Summary:Meta package for pattern minimal_base-conflicts
+Conflicts:  cups-client
+Conflicts:  desktop-translations
+Conflicts:  glib-networking
+Conflicts:  gsettings-backend-dconf
+Conflicts:  netpbm
+Conflicts:  perl-doc
+Conflicts:  python-base
+Conflicts:  readline-doc
+Conflicts:  samba-client
+Conflicts:  vim-data
+Requires:   patterns-openSUSE-basesystem
+Requires:   patterns-openSUSE-minimal_base-conflicts
 Requires:   patterns-openSUSE-sw_management
 Requires:   patterns-openSUSE-yast2_basis
 
-%description minimal_base
+%description minimal_base-conflicts
 This package is installed if a pattern is selected to have a working update 
path
 
 %package misc_server
@@ -2201,6 +2213,58 @@
 %description voip
 This package is installed if a pattern is selected to have a working update 
path
 
+%package webyast-ui
+
+Group:  Metapackages
+Summary:Meta package for pattern webyast-ui
+Requires:   qwebyast
+Requires:   webyast-activedirectory-ui
+Requires:   webyast-base-ui
+Requires:   webyast-firewall-ui
+Requires:   webyast-kerberos-ui
+Requires:   webyast-ldap-ui
+Requires:   webyast-licenses-ui
+Requires:   webyast-mail-ui
+Requires:   webyast-network-ui
+Requires:   webyast-reboot-ui
+Requires:   webyast-registration-ui
+Requires:   webyast-roles-ui
+Requires:   webyast-root-user-ui
+Requires:   webyast-services-ui
+Requires:   webyast-software-ui
+Requires:   webyast-status-ui
+Requires:   webyast-time-ui
+Requires:   webyast-users-ui
+
+%description webyast-ui
+This package is installed if a pattern is selected to have a working update 
path
+
+%package webyast-ws
+
+Group:  Metapackages
+Summary:Meta package for pattern webyast-ws
+Requires:   webyast-activedirectory-ws
+Requires:   

commit krusader for openSUSE:Factory

2011-06-16 Thread h_root

Hello community,

here is the log from the commit of package krusader for openSUSE:Factory
checked in at Thu Jun 16 10:39:38 CEST 2011.




--- KDE/krusader/krusader.changes   2010-09-09 11:21:14.0 +0200
+++ /mounts/work_src_done/STABLE/krusader/krusader.changes  2011-06-15 
14:04:42.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 15 12:04:25 UTC 2011 - co...@novell.com
+
+- add -fpermissive to pass old code in new gccs
+
+---

calling whatdependson for head-i586




Other differences:
--
++ krusader.spec ++
--- /var/tmp/diff_new_pack.zRTWEe/_old  2011-06-16 10:30:52.0 +0200
+++ /var/tmp/diff_new_pack.zRTWEe/_new  2011-06-16 10:30:52.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package krusader (Version 2.0.0)
+# spec file for package krusader
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 
 Name:   krusader
 Version:2.0.0
-Release:14
+Release:15
 License:GPLv2+
 Group:  Productivity/File utilities
 Url:http://krusader.sourceforge.net/
@@ -39,13 +39,6 @@
 %description
 An advanced twin panel (commander style) file manager for KDE.
 
-
-
-Authors:
-
-Shie Erlich krusa...@users.sourceforge.net
-Rafi Yanai  krusa...@users.sourceforge.net
-
 %package -n kio_iso
 License:GPLv2+
 Group:  System/GUI/KDE
@@ -57,12 +50,6 @@
 KIO slave to access ISO images like zip- or tar.gz-archives in your
 file-browser.
 
-
-
-Authors:
-
-Szombathelyi Gygy gyu...@users.sourceforge.net
-
 %package doc
 License:GPLv2+
 Group:  Productivity/File utilities
@@ -71,13 +58,6 @@
 %description doc
 An advanced twin panel (commander style) file manager for KDE.
 
-
-
-Authors:
-
-Shie Erlich krusa...@users.sourceforge.net
-Rafi Yanai  krusa...@users.sourceforge.net
-
 %prep
 %setup -q
 %patch
@@ -89,6 +69,7 @@
 done
 
 %build
+export RPM_OPT_FLAGS=$RPM_OPT_FLAGS -fpermissive
 %cmake_kde4 -d build
 %make_jobs
 
@@ -103,9 +84,6 @@
 cp %{SOURCE1} %{buildroot}%{_kde_share_dir}/services/ServiceMenus/
 %fdupes %{buildroot}
 
-%clean
-test %{buildroot} != /  %__rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig






Remember to have fun...

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



commit apport for openSUSE:Factory

2011-06-16 Thread h_root

Hello community,

here is the log from the commit of package apport for openSUSE:Factory
checked in at Thu Jun 16 10:46:11 CEST 2011.




--- apport/apport.changes   2010-07-20 15:15:12.0 +0200
+++ /mounts/work_src_done/STABLE/apport/apport.changes  2011-06-15 
12:47:36.0 +0200
@@ -1,0 +2,20 @@
+Wed Jun 15 09:52:01 UTC 2011 - lnus...@suse.de
+
+- really fix /var/lock/subsys usage
+- init script cleanup
+- install rcapport symlink
+- url for viewing reports should be http
+
+---
+Tue Jun  7 19:40:26 UTC 2011 - br...@ioda-net.ch
+
+- Changing subject of bnc#698213 after mail from speilicke to 
+  /var/lock making it in phase with the patch
+- Renamed patch to apport-fix_var_lock_subsys.diff
+
+---
+Mon Jun  6 11:24:22 UTC 2011 - br...@ioda-net.ch
+
+- Fix init script to get rid of /var/run/subsys (bnc#698213) 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ apport.spec ++
--- /var/tmp/diff_new_pack.eAg4Q1/_old  2011-06-16 10:41:53.0 +0200
+++ /var/tmp/diff_new_pack.eAg4Q1/_new  2011-06-16 10:41:53.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package apport (Version 0.114)
+# spec file for package apport
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2007-2008 Nikolay Derkach nderk...@gmail.com
 #
 # All modifications and additions to the file contributed by third parties
@@ -23,7 +23,7 @@
 Name:   apport
 Summary:Automatic crash handler
 Version:0.114
-Release:20
+Release:24
 License:GPLv2+
 Url:https://launchpad.net/apport
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -115,6 +115,8 @@
 # install init script 
 %__install -d -m755 %{buildroot}%{_sysconfdir}/init.d 
 %__install -m755 %SOURCE1 %{buildroot}%{_sysconfdir}/init.d/apport
+%__install -d -m755 %{buildroot}%{_sbindir}
+ln -s %{_sysconfdir}/init.d/apport %{buildroot}%{_sbindir}/rcapport
 # install man pages
 %__install -d -m755 %{buildroot}%{_mandir}/man1
 %__install -m644 man/apport-{cli,unpack}.1 %{buildroot}%{_mandir}/man1
@@ -153,6 +155,7 @@
 %{_bindir}/apport-cli
 %{_bindir}/apport-checkreports
 %{_bindir}/apport-unpack
+%{_sbindir}/rcapport
 %doc doc/data-format.pdf doc/package-hooks.txt
 %doc %{_mandir}/man1/apport-cli.1*
 %doc %{_mandir}/man1/apport-unpack.1*

++ crashdb.conf ++
--- /var/tmp/diff_new_pack.eAg4Q1/_old  2011-06-16 10:41:53.0 +0200
+++ /var/tmp/diff_new_pack.eAg4Q1/_new  2011-06-16 10:41:53.0 +0200
@@ -7,8 +7,8 @@
 'impl': 'opensuse_crashdb',
 'bug_pattern_base': None,
'report_baseurl': 'https://crashdb.opensuse.org/log/new',
-   'comment_baseurl': 'https://crashdb.opensuse.org/log/show/%s',
-   'comment_rawurl': 'https://crashdb.opensuse.org/log/raw/%s',
+   'comment_baseurl': 'http://crashdb.opensuse.org/log/show/%s',
+   'comment_rawurl': 'http://crashdb.opensuse.org/log/raw/%s',
'cert_location': '/etc/apport/crashdb.pem',
 'distro': 'opensuse'
 },

++ rc.apport ++
--- /var/tmp/diff_new_pack.eAg4Q1/_old  2011-06-16 10:41:53.0 +0200
+++ /var/tmp/diff_new_pack.eAg4Q1/_new  2011-06-16 10:41:53.0 +0200
@@ -23,12 +23,6 @@
 
 set -o noclobber
 
-# Check for missing binaries (stale symlinks should not happen)
-# Note: Special treatment of stop for LSB conformance
-[ -x $AGENT ] || { log_failure_msg $AGENT not installed;
-   if [ $1 = stop ]; then exit 0;
-   else exit 5; fi; }
-
 # Return success if apport is already enabled
 apport_is_enabled() {
 grep -q ^|.*apport $PATFILE
@@ -40,9 +34,6 @@
 start_apport()
 {
 if ! apport_is_enabled; then 
-[ -e /var/crash ] || {
-log_failure_msg There is /var/crash directory missing in your 
system;
-exit 2; }
 cat $PATFILE  $OLDPAT
 echo |$AGENT %p %s %c | /proc/sys/kernel/core_pattern
 fi
@@ -62,13 +53,11 @@
 case $1 in
 start)
  start_apport
- touch /var/lock/subsys/apport
  log_success_msg Starting $DESC
;;

 stop)
  stop_apport
- rm -f /var/lock/subsys/apport
  log_success_msg Stopping $DESC
;;
 restart|reload)
@@ -86,23 +75,22 @@
  # 4 - service status unknown :-(
  # 5--199 reserved (5--99 LSB, 100--149 distro, 150--199 appl.)

-  if grep -q 'apport' $PATFILE; then
-   echo Apport is enabled
-exit 0
+ echo -n Checking for $DESC ...
+ if apport_is_enabled; then
+   rc_failed 0
  else
-   echo Apport is disabled
-   

commit acpid for openSUSE:Factory

2011-06-16 Thread h_root

Hello community,

here is the log from the commit of package acpid for openSUSE:Factory
checked in at Thu Jun 16 10:46:39 CEST 2011.




--- acpid/acpid.changes 2011-03-09 14:10:01.0 +0100
+++ /mounts/work_src_done/STABLE/acpid/acpid.changes2011-06-15 
22:33:31.0 +0200
@@ -1,0 +2,5 @@
+Sat May 21 16:09:14 UTC 2011 - vlado.pas...@gmail.com
+
+- Version update to 2.0.10 for systemd support
+
+---

calling whatdependson for head-i586


Old:

  _service:download_url:acpid-2.0.9.tar.gz

New:

  _service:download_url:acpid-2.0.10.tar.gz



Other differences:
--
++ acpid.spec ++
--- /var/tmp/diff_new_pack.Kg5reC/_old  2011-06-16 10:46:20.0 +0200
+++ /var/tmp/diff_new_pack.Kg5reC/_new  2011-06-16 10:46:20.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   acpid
 Url:http://tedfelix.com/linux/acpid-netlink.html
-Version:2.0.9
+Version:2.0.10
 Release:1
 License:GPLv2+
 Group:  System/Daemons

++ _service ++
--- /var/tmp/diff_new_pack.Kg5reC/_old  2011-06-16 10:46:20.0 +0200
+++ /var/tmp/diff_new_pack.Kg5reC/_new  2011-06-16 10:46:20.0 +0200
@@ -2,11 +2,11 @@
   service name=download_url
 param name=protocolhttp/param
 param name=hosttedfelix.com/param
-param name=path/linux/acpid-2.0.9.tar.gz/param
+param name=path/linux/acpid-2.0.10.tar.gz/param
   /service
   service name=verify_file
-param name=file_service:download_url:acpid-2.0.9.tar.gz/param
+param name=file_service:download_url:acpid-2.0.10.tar.gz/param
 param name=verifiersha256/param
-param 
name=checksumf02a4931083ef52e6785c989d9d44720387c1d65a42bdcd364e3b06cd588ba65/param
+param 
name=checksumef7e4ed2f3594dd02a50a92fc47dc0e1fea80c07fab8a5f3d1040ee76fae0acb/param
   /service
 /services

++ _service:download_url:acpid-2.0.9.tar.gz - 
_service:download_url:acpid-2.0.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.9/Changelog new/acpid-2.0.10/Changelog
--- old/acpid-2.0.9/Changelog   2011-04-15 19:12:47.0 +0200
+++ new/acpid-2.0.10/Changelog  2011-05-17 19:05:33.0 +0200
@@ -1,3 +1,12 @@
+* Tue May 17 2011  Ted Felix http://www.tedfelix.com
+  - 2.0.10 release
+  - Fixed compiler warnings in kacpimon.  (kacpimon/libnetlink.c)
+(Michael Meskes)
+  - systemd support.  The socket acpid creates to connect with clients can now
+be passed as stdin (fd 0) at startup.  (acpid.c sock.h sock.c acpid.8)  
+(Reiner Klussmeier)
+  - man page improvements  (acpid.8)  (Ted Felix)
+
 * Fri Apr 15 2011  Ted Felix http://www.tedfelix.com
   - 2.0.9 release
   - Removed newlines from acpid_log() calls and modified acpid_log() to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.9/Makefile new/acpid-2.0.10/Makefile
--- old/acpid-2.0.9/Makefile2011-03-12 17:06:19.0 +0100
+++ new/acpid-2.0.10/Makefile   2011-04-27 01:56:59.0 +0200
@@ -1,7 +1,7 @@
 # Makefile for ACPI daemon
 
 # update these numbers for new releases
-VERSION = 2.0.9
+VERSION = 2.0.10
 
 OPT = -O2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.9/TESTPLAN new/acpid-2.0.10/TESTPLAN
--- old/acpid-2.0.9/TESTPLAN2011-03-19 03:37:20.0 +0100
+++ new/acpid-2.0.10/TESTPLAN   2011-05-02 23:54:40.0 +0200
@@ -4,10 +4,16 @@
 
 - Run all these tests with valgrind to detect memory leaks.
 - It's best to test without a window manager running (such as GNOME or KDE) as 
they tend to handle acpi events on their own and override acpid.  To bring down 
X on a system that is configured with a graphical login, there's usually an 
init script you can run.  As an example, with Debian/GNOME, log off of your 
X/GNOME session, switch to another tty (e.g. Alt-Ctrl-F1), login, and do this:
-  sudo /etc/init.d/gdm stop
-  [need instructions for upstart, maybe this: sudo initctl gdm stop]
-Now X is out of the way and you can test from the console.
-- You can kill acpid with sudo killall acpid.
+sudo /etc/init.d/gdm stop
+  It's different if you are using upstart:
+sudo initctl gdm stop
+  And systemd requires a different incantation:
+[anyone care to enlighten me?]
+  Now X is out of the way and you can test from the console.
+- You can kill acpid with sudo killall acpid.  Or if you are using upstart:
+sudo initctl stop acpid
+  For systemd:
+[anyone?]
 - To make testing more convenient, you can run acpid from a shell as acpid 
-ld to get maximum logging.  Use Ctrl-C to stop acpid.
 
 Normal Paths
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.9/acpid.8 new/acpid-2.0.10/acpid.8
--- 

commit php5-pear-Horde_Support for openSUSE:Factory

2011-06-16 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Support for 
openSUSE:Factory
checked in at Thu Jun 16 10:50:29 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Support/php5-pear-Horde_Support.changes
2011-06-15 16:46:13.0 +0200
@@ -0,0 +1,17 @@
+---
+Wed Jun 15 14:44:18 UTC 2011 - l...@b1-systems.de
+
+- removed rm buildroot
+- removed explicit conflict for version 2.0.0
+
+---
+Wed Apr  6 16:35:44 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+- formal update, no functionality added
+
+---
+Thu Mar 17 09:35:19 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Support-1.0.0.tgz
  php5-pear-Horde_Support.changes
  php5-pear-Horde_Support.spec



Other differences:
--
++ php5-pear-Horde_Support.spec ++
#
# spec file for package php5-pear-Horde_Support
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


%define peardir %(pear config-get php_dir 2 /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary:PEAR: Horde support package

Name:   php5-pear-Horde_Support
Version:1.0.0
Release:1
License:BSD
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Support-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Support
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0
Requires:   php5-pear-Horde_Stream_Wrapper  2.0.0
Requires:   php5-pear = 1.7.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Support
%define pear_sname horde_support
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This package provides supporting functionality for Horde that is not tied
to Horde but is used by it. These classes can be used outside of Horde as
well.

%prep
%setup -c -T
pear -v -c pearrc \
-d php_dir=%{peardir} \
-d doc_dir=%{_docdir}/%{name} \
-d bin_dir=%{_bindir} \
-d data_dir=%{peardir}/data \
-d test_dir=%{peardir}/tests \
-d ext_dir=%{_libdir} \
-s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}

# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Support.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Support.xml

%postun
if [ $1 -eq 0 ]; then
pear uninstall --nodeps --ignore-errors --register-only 
pear.horde.org/Horde_Support
fi

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Support.xml

%changelog





Remember to have fun...

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



commit perl-Crypt-RC4 for openSUSE:Factory

2011-06-16 Thread h_root

Hello community,

here is the log from the commit of package perl-Crypt-RC4 for openSUSE:Factory
checked in at Thu Jun 16 10:51:42 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Crypt-RC4/perl-Crypt-RC4.changes  
2011-06-07 09:19:55.0 +0200
@@ -0,0 +1,20 @@
+---
+Tue Jun  7 07:19:30 UTC 2011 - co...@novell.com
+
+- ran spec-cleaner
+
+---
+Tue Nov 30 19:20:02 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Nov 29 18:29:37 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+---
+Sun Jul 25 23:58:05 UTC 2010 - pascal.ble...@opensuse.org
+
+- initial package (2.02)
+

calling whatdependson for head-i586


New:

  Crypt-RC4-2.02.tar.gz
  perl-Crypt-RC4.changes
  perl-Crypt-RC4.spec



Other differences:
--
++ perl-Crypt-RC4.spec ++
#
# spec file for package perl-Crypt-RC4
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Pascal Bleser
#
# 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-Crypt-RC4
Version:2.02
Release:1
License:GPL+ or Artistic
Summary:Perl implementation of the RC4 encryption algorithm
Url:http://search.cpan.org/dist/Crypt-RC4/
Group:  Development/Libraries/Perl
Source: 
http://search.cpan.org/CPAN/authors/id/S/SI/SIFUKURT/Crypt-RC4-%{version}.tar.gz
BuildRequires:  make
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}

%description
A simple implementation of the RC4 algorithm, developed by RSA Security, Inc.
Here is the description from RSA's website:

RC4 is a stream cipher designed by Rivest for RSA Data Security (now RSA
Security). It is a variable key-size stream cipher with byte-oriented
operations. The algorithm is based on the use of a random permutation. Analysis
shows that the period of the cipher is overwhelmingly likely to be greater than
10100. Eight to sixteen machine operations are required per output byte, and
the cipher can be expected to run very quickly in software. Independent
analysts have scrutinized the algorithm and it is considered secure.

%prep
%setup -q -n Crypt-RC4-%{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

%check
make test

%clean
%{?buildroot:rm -rf %{buildroot}}

%files
%defattr(-,root,root)
%doc Changes
%dir %{perl_vendorlib}/Crypt
%{perl_vendorlib}/Crypt/RC4.pm
%dir %{perl_vendorarch}/auto/Crypt
%{perl_vendorarch}/auto/Crypt/RC4
%doc %{perl_man3dir}/Crypt::RC4.%{perl_man3ext}%{ext_man}

%changelog





Remember to have fun...

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



drop gnome-mag from openSUSE:Factory

2011-06-16 Thread h_root

Hello community,

FYI: Package gnome-mag was dropped from openSUSE:Factory at Thu Jun 16 17:22:51 
CEST 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=gnome-mag

Remember to have fun...

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



commit release-notes-openSUSE for openSUSE:11.4

2011-06-16 Thread h_root

Hello community,

here is the log from the commit of package release-notes-openSUSE for 
openSUSE:11.4
checked in at Thu Jun 16 23:15:19 CEST 2011.




--- 
old-versions/11.4/UPDATES/all/release-notes-openSUSE/release-notes-openSUSE.changes
 2011-04-19 13:19:23.0 +0200
+++ 11.4/release-notes-openSUSE/release-notes-openSUSE.changes  2011-06-15 
10:55:00.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 15 10:52:27 CEST 2011 - k...@suse.de
+
+- 11.4.5
+* Update translations.
+* Improved entries: NFS shares not mounted at boot (bnc#694784).
+
+---

calling whatdependson for 11.4-i586


Old:

  release-notes-opensuse-11.4.4.tar.bz2

New:

  release-notes-opensuse-11.4.5.tar.bz2



Other differences:
--
++ release-notes-openSUSE.spec ++
--- /var/tmp/diff_new_pack.VzGn3S/_old  2011-06-16 23:13:45.0 +0200
+++ /var/tmp/diff_new_pack.VzGn3S/_new  2011-06-16 23:13:45.0 +0200
@@ -25,7 +25,7 @@
 Summary:Most Important Changes for This openSUSE Release
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:11.4.4
+Version:11.4.5
 Release:0.RELEASE2
 Provides:   release-notes = %{version}
 Source0:release-notes-opensuse-%{version}.tar.bz2

++ release-notes-opensuse-11.4.4.tar.bz2 - 
release-notes-opensuse-11.4.5.tar.bz2 ++
 2155 lines of diff (skipped)






Remember to have fun...

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