commit yp-tools for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package yp-tools for openSUSE:Factory 
checked in at 2013-04-12 20:47:45

Comparing /work/SRC/openSUSE:Factory/yp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yp-tools.new (New)


Package is "yp-tools", Maintainer is "ku...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yp-tools/yp-tools.changes2012-02-20 
16:20:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.yp-tools.new/yp-tools.changes   2013-04-12 
20:47:46.0 +0200
@@ -1,0 +2,16 @@
+Tue Apr  9 16:29:58 CEST 2013 - ku...@suse.de
+
+- Update to version 2.14 (minor bugfix release)
+
+---
+Mon Apr  8 17:00:45 CEST 2013 - ku...@suse.de
+
+- Update to version 2.13 (autoconf meta data update)
+
+---
+Fri Apr  5 08:50:08 UTC 2013 - idon...@suse.com
+
+- Cleanup spec file
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+---

Old:

  yp-tools-2.12.tar.bz2

New:

  yp-tools-2.14.tar.bz2



Other differences:
--
++ yp-tools.spec ++
--- /var/tmp/diff_new_pack.xjzstg/_old  2013-04-12 20:47:48.0 +0200
+++ /var/tmp/diff_new_pack.xjzstg/_new  2013-04-12 20:47:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yp-tools
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,71 +17,62 @@
 
 
 Name:   yp-tools
-Provides:   ypclient:/usr/bin/ypwhich
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:2.12
+Version:2.14
 Release:0
 Summary:Network Information Service (YP) client utilities
 License:GPL-2.0
 Group:  Productivity/Networking/NIS
-Source: yp-tools-%{version}.tar.bz2
+Source: 
http://www.linux-nis.org/download/yp-tools/yp-tools-%{version}.tar.bz2
+Url:http://www.linux-nis.org/
 Source1:match_printcap
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This packages contains some useful tools for accessing NIS maps or to
 test NIS configurations.
 
-
-
-Authors:
-
-Thorsten Kukuk 
-
 %prep
 %setup -q
 
 %build
-CFLAGS=$RPM_OPT_FLAGS ./configure --enable-call-passwd --enable-domainname 
--mandir=%{_mandir}
+CFLAGS="%{optflags}" ./configure --enable-call-passwd --enable-domainname 
--mandir=%{_mandir}
 make
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 # Not yet
-rm -f $RPM_BUILD_ROOT/usr/sbin/ypserv_test
-cp -a $RPM_BUILD_ROOT%{_mandir}/man8/domainname.8 
$RPM_BUILD_ROOT%{_mandir}/man8/nisdomainname.8
-cp -a $RPM_BUILD_ROOT%{_mandir}/man8/domainname.8 
$RPM_BUILD_ROOT%{_mandir}/man8/ypdomainname.8
-mkdir -p $RPM_BUILD_ROOT/usr/lib/yp
-install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/yp
-rm $RPM_BUILD_ROOT%{_bindir}/domainname 
$RPM_BUILD_ROOT/usr/share/man/man8/domainname.8
+rm -f %{buildroot}%{_sbindir}/ypserv_test
+cp -a %{buildroot}%{_mandir}/man8/domainname.8 
%{buildroot}%{_mandir}/man8/nisdomainname.8
+cp -a %{buildroot}%{_mandir}/man8/domainname.8 
%{buildroot}%{_mandir}/man8/ypdomainname.8
+mkdir -p %{buildroot}%{_prefix}/lib/yp
+install -m 755 %{SOURCE1} %{buildroot}%{_prefix}/lib/yp
+rm %{buildroot}%{_bindir}/domainname %{buildroot}%{_mandir}/man8/domainname.8
 #UsrMerge
-mkdir -p $RPM_BUILD_ROOT/bin
-ln -sf %{_bindir}/nisdomainname $RPM_BUILD_ROOT/bin
-ln -sf %{_bindir}/ypdomainname $RPM_BUILD_ROOT/bin
+mkdir -p %{buildroot}/bin
+ln -sf %{_bindir}/nisdomainname %{buildroot}/bin
+ln -sf %{_bindir}/ypdomainname %{buildroot}/bin
 #EndUsrMerge
 %{find_lang} %{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
-%dir /var/yp
-%config(noreplace) /var/yp/nicknames
+%dir %{_localstatedir}/yp
+%config(noreplace) %{_localstatedir}/yp/nicknames
 #UsrMerge
 /bin/nisdomainname
 /bin/ypdomainname
 #EndUsrMerge
-%_bindir/nisdomainname
-%_bindir/ypcat
-%_bindir/ypchfn
-%_bindir/ypchsh
-%_bindir/ypdomainname
-%_bindir/ypmatch
-%_bindir/yppasswd
-%_bindir/ypwhich
-%dir /usr/lib/yp
-/usr/lib/yp/match_printcap
+%{_bindir}/nisdomainname
+%{_bindir}/ypcat
+%{_bindir}/ypchfn
+%{_bindir}/ypchsh
+%{_bindir}/ypdomainname
+%{_bindir}/ypmatch
+%{_bindir}/yppasswd
+%{_bindir}/ypwhich
+%dir %{_prefix}/lib/yp
+%{_prefix}/lib/yp/match_printcap
 %doc %{_mandir}/man1/ypcat.1.gz
 %doc %{_mandir}/man1/ypchfn.1.gz
 %doc %{_mandir}/man1/ypchsh.1.gz
@@ -94

commit yast2-control-center for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-control-center for 
openSUSE:Factory checked in at 2013-04-12 20:45:53

Comparing /work/SRC/openSUSE:Factory/yast2-control-center (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-control-center.new (New)


Package is "yast2-control-center", Maintainer is "tgoettlic...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-control-center/yast2-control-center.changes
2013-02-28 10:23:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-control-center.new/yast2-control-center.changes
   2013-04-12 20:45:54.0 +0200
@@ -1,0 +2,7 @@
+Sat Mar 30 14:54:01 UTC 2013 - dims...@opensuse.org
+
+- Add X-GNOME-SystemSettings as category to YaST.desktop: allows
+  YaST to be seen by gnome-control-center and to be added
+  transparently.
+
+---



Other differences:
--
++ yast2-control-center.spec ++
--- /var/tmp/diff_new_pack.L0uW2y/_old  2013-04-12 20:45:55.0 +0200
+++ /var/tmp/diff_new_pack.L0uW2y/_new  2013-04-12 20:45:55.0 +0200
@@ -93,7 +93,7 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 cd ..
 
-%suse_update_desktop_file -G "Administrator Settings"  
%{buildroot}%{_datadir}/applications/YaST.desktop Core-System 
X-SuSE-ControlCenter-System
+%suse_update_desktop_file -G "Administrator Settings"  
%{buildroot}%{_datadir}/applications/YaST.desktop Core-System 
X-SuSE-ControlCenter-System X-GNOME-SystemSettings
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/kde4/services/YaST-systemsettings.desktop 
 
 %clean

++ yast2-control-center-2.22.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-2.22.4/package/yast2-control-center.changes 
new/yast2-control-center-2.22.4/package/yast2-control-center.changes
--- old/yast2-control-center-2.22.4/package/yast2-control-center.changes
2013-02-26 15:26:30.0 +0100
+++ new/yast2-control-center-2.22.4/package/yast2-control-center.changes
2013-04-02 13:56:31.0 +0200
@@ -1,4 +1,11 @@
 ---
+Sat Mar 30 14:54:01 UTC 2013 - dims...@opensuse.org
+
+- Add X-GNOME-SystemSettings as category to YaST.desktop: allows
+  YaST to be seen by gnome-control-center and to be added
+  transparently.
+
+---
 Tue Feb 26 15:20:07 CET 2013 - tgoettlic...@suse.de
 
 - Adapted requirement for libyui-qt4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-2.22.4/yast2-control-center.spec.in 
new/yast2-control-center-2.22.4/yast2-control-center.spec.in
--- old/yast2-control-center-2.22.4/yast2-control-center.spec.in
2013-02-26 15:26:30.0 +0100
+++ new/yast2-control-center-2.22.4/yast2-control-center.spec.in
2013-04-02 13:56:31.0 +0200
@@ -65,7 +65,7 @@
 cd ..
 
 
-%suse_update_desktop_file -G "Administrator Settings"  
%{buildroot}%{_datadir}/applications/YaST.desktop Core-System 
X-SuSE-ControlCenter-System
+%suse_update_desktop_file -G "Administrator Settings"  
%{buildroot}%{_datadir}/applications/YaST.desktop Core-System 
X-SuSE-ControlCenter-System X-GNOME-SystemSettings
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/kde4/services/YaST-systemsettings.desktop 
 
 %clean

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



commit xosview for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package xosview for openSUSE:Factory checked 
in at 2013-04-12 20:45:40

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


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

Changes:

--- /work/SRC/openSUSE:Factory/xosview/xosview.changes  2013-03-11 
07:54:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.xosview.new/xosview.changes 2013-04-12 
20:45:41.0 +0200
@@ -1,0 +2,19 @@
+Tue Apr  9 13:34:24 UTC 2013 - wer...@suse.de
+
+- Update to xosview version 1.14
+This release makes small fixes, including one for a bug that
+could cause random crashes.
+1.13: This release makes changes to temperature sensing, adds
+  significant performance optimizations, and fixes bugs.
+1.12: This release fixes a number of long-standing issues with
+  screen updates and redrawing.
+1.11: The only change in this release is to fix a bug which
+  prevents use with Red Hat Enterprise Linux 6 kernels
+1.10: This release adds a new configurable (and simplified)
+  CPU meter, plus several Linux and BSD improvements.
+1.9.4: This release improves temperature sensor displays and
+   BSD support, and fixes bugs.
+1.9.3: This release adds a simplified build system and some
+   minor changes.
+
+---

Old:

  xosview-1.9.2-appdef.dif
  xosview-1.9.2-diskstat.dif
  xosview-1.9.2-double.patch
  xosview-1.9.2-float-conv.patch
  xosview-1.9.2-irda.patch
  xosview-1.9.2-longint.patch
  xosview-1.9.2-maxlimit.patch
  xosview-1.9.2-procsys.patch
  xosview-1.9.2-serial.patch
  xosview-1.9.2.tar.bz2

New:

  xosview-1.14-appdef.dif
  xosview-1.14-diskstat.dif
  xosview-1.14-longint.patch
  xosview-1.14-maxlimit.patch
  xosview-1.14-procsys.patch
  xosview-1.14-serial.patch
  xosview-1.14-sysinfo.patch
  xosview-1.14.dif
  xosview-1.14.tar.gz
  xosview-rpmlintrc



Other differences:
--
++ xosview.spec ++
--- /var/tmp/diff_new_pack.slc45g/_old  2013-04-12 20:45:46.0 +0200
+++ /var/tmp/diff_new_pack.slc45g/_new  2013-04-12 20:45:46.0 +0200
@@ -28,28 +28,26 @@
 #Requires:desktop-data-SuSE
 # This because /usr/bin/xrdb is part of xorg-x11
 Requires:   xorg-x11
-Version:1.9.2
+Version:1.14
 Release:0
 Summary:System Load Information
 License:GPL-2.0+
 Group:  System/Monitoring
-Url:http://sourceforge.net/projects/xosview/
-Source: xosview-%{version}.tar.bz2
+Url:https://github.com/hills/xosview
+Source: xosview-%{version}.tar.gz
 Source1:rc.config.xosview
 Source2:xosview.png
 Source3:xosview.desktop
 Source4:xosview.sh
+Source5:xosview-rpmlintrc
 Patch:  xosview-%{version}.dif
 Patch1: xosview-%{version}-serial.patch
 Patch2: xosview-%{version}-procsys.patch
 Patch3: xosview-%{version}-maxlimit.patch
-Patch4: xosview-%{version}-irda.patch
-Patch6: xosview-%{version}-double.patch
 Patch7: xosview-%{version}-longint.patch
-Patch8: xosview-%{version}-float-conv.patch
+Patch8: xosview-%{version}-sysinfo.patch
 Patch10:xosview-%{version}-appdef.dif
 Patch11:xosview-%{version}-diskstat.dif
-Patch12:xosview-config.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _appdefdir  %{_datadir}/X11/app-defaults
 
@@ -60,64 +58,53 @@
 
 %prep
 %setup -q
-%patch1  -p0 -b ".serial"
-%patch2  -p0 -b ".procsys"
-%patch3  -p0 -b ".maxlimit"
-%patch4  -p0 -b ".irda"
-%patch6  -p0 -b ".double"
-%patch7  -p0 -b ".ulong"
-%patch8  -p0 -b ".float-conv"
+%patch1  -p0 -b .serial
+%patch2  -p0 -b .procsys
+%patch3  -p0 -b .maxlimit
+%patch7  -p0 -b .ulong
+%patch8  -p0 -b .sysinfo
 %patch10 -p0 -b ".appdef"
 %patch11 -p0 -b ".diskstat"
-%patch12 
 %patch
 
 %build
-  CFLAGS="$RPM_OPT_FLAGS"
-CXXFLAGS=""
-  CC=gcc
+  OPTFLAGS="$RPM_OPT_FLAGS"
  CXX=g++
 case "$RPM_OPT_FLAGS" in
 *-fno-const-strings*) ;;
 *)
-if $CXX $CFLAGS -fno-const-strings -S -o /dev/null -xc /dev/null > 
/dev/null 2>&1 ; then
-   CXXFLAGS="-fno-const-strings"
+if $CXX $OPTFLAGS -fno-const-strings -S -o /dev/null -xc /dev/null > 
/dev/null 2>&1 ; then
+   OPTFLAGS="$OPTFLAGS -fno-const-strings"
 fi
 esac
-export CFLAGS CXXFLAGS CXX CC
-(cd config/; autoconf; cp configure ../)
-%configure --with-x\
-   --x-includes=%{_includedir} \
-   --x-libraries=%{_libdir}\
-   --enable-auto-depend\
-   --enable-linux-syscalls \
-   --disable-li

commit vlc for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2013-04-12 20:44:25

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


Package is "vlc", Maintainer is "ano...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2013-04-06 19:58:09.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2013-04-12 
20:44:27.0 +0200
@@ -1,0 +2,37 @@
+Wed Apr 10 08:05:59 UTC 2013 - dims...@opensuse.org
+
+- Change live555 BuildRequires to live555-devel: in fact we do
+  require the devel package, which for historical reasons just
+  happens to provide live555 as well.
+
+---
+Tue Apr  9 11:56:15 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.0.6:
+  + Access:
+- Fix HTTPS playback with some certificates previously
+  rejected.
+  + Audio Output:
+- Fix lookup for device names in auhal plugin
+  + Demuxers:
+- Fix crash with broken asf files (SA-1302)
+- Fix MKV behaviour with unknown or new ebml elements
+- Fix use-after-free crash in Ogg demuxer
+- Fix regression on some paletted codecs in AVI
+- Fix ALAC in mp4 regression
+- Improvements to the vimeo playlist parser
+  + Decoders:
+- Fix GPU decoding on Intel HD 2000/3000 cards on Windows
+- Fix FLAC 6.1 and 7.1 channel layout
+- Fix crashes in HTML srt subtitles
+- 3rd party codecs updates
+  + Mac OS X fixes
+  + Qt: Fix clearing of Media Info panel on dialog exit
+  + GNU/Linux:
+- Numerous D-Bus and MPRIS2 improvements
+- Reject broken versions of PulseAudio
+  + Windows:
+- Fix uninstallation in different location than C:\
+  + Updated translations.
+
+---

Old:

  vlc-2.0.5.tar.xz

New:

  vlc-2.0.6.tar.xz



Other differences:
--
++ vlc.spec ++
--- /var/tmp/diff_new_pack.fQeqdL/_old  2013-04-12 20:44:30.0 +0200
+++ /var/tmp/diff_new_pack.fQeqdL/_new  2013-04-12 20:44:30.0 +0200
@@ -1,6 +1,7 @@
 #
-# spec file for vlc
+# spec file for package vlc
 #
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,9 +13,11 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via email
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
-%define pulseplugin 0%{suse_version} > 1140
+%define pulseplugin 0%{suse_version} > 1130
 %define withxcb 0%{suse_version} > 1131
 %define libvlc 5
 %define libvlccore 5
@@ -24,15 +27,15 @@
 %define with_ncurses 0
 
 Summary:VLC - Video Lan Client
+License:GPL-2.0+
+Group:  Productivity/Multimedia/Video/Players  
 Name:   vlc
-Version:2.0.5
-%define _version 2.0.5
-Release:1.1
+Version:2.0.6
+Release:0
+%define _version 2.0.6
 Source: 
http://download.videolan.org/vlc/%{_version}/vlc-%{_version}.tar.xz
 Patch1: fix_font_path.patch
 Patch3: 0001-no-return-in-non-void.patch
-License:GPL-2.0+
-Group:  Productivity/Multimedia/Video/Players  
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  aalib-devel
 BuildRequires:  alsa-devel
@@ -138,7 +141,7 @@
 BuildRequires:  libtwolame-devel
 BuildRequires:  libx264-devel
 BuildRequires:  libxvidcore-devel 
-BuildRequires:  live555
+BuildRequires:  live555-devel
 %endif
 
 Requires: %{name}-noX = %{version}-%{release}
@@ -177,8 +180,8 @@
 %package noX
 Summary: VLC: VideoLAN Client - without X dependencies
 Group: Productivity/Multimedia/Video/Players
-Requires: libvlccore%{libvlccore} = %{version}-%{release}
 Requires: libvlc%{libvlc} = %{version}-%{release}
+Requires:   libvlccore%{libvlccore} = %{version}-%{release}
 Conflicts: %{conflicts}-noX
 Recommends: libdvdcss
 
@@ -230,7 +233,7 @@
 Requires: %{name} = %{version}-%{release}
 Supplements: packageand(%{name}-noX:pulseaudio)
 Requires: %{name}-noX = %{version}-%{release}
-conflicts: %{conflicts}-aout-pulse
+Conflicts:  %{conflicts}-aout-pulse
 
 %description aout-pulse
 Extends VLC with Pulse Audio Support for Audio Out
@@ -351,7 +354,6 @@
 %suse_update_desktop_file vlc AudioPlayer VideoPlayer Player
 %fdupes %{buildroot}%{_datadir}/vlc
 
-
 # clean up some lang issues...
 for lang in ach cgg ff kmr; do
   rm -rf %{buildroot}%{_datadir}/locale/$lang
@@ -607,7 +609,7 @@
 %{_libdir}/vlc/plugins/control/libdbus_plugin.so
 %

commit systemd-ui for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package systemd-ui for openSUSE:Factory 
checked in at 2013-04-12 20:43:57

Comparing /work/SRC/openSUSE:Factory/systemd-ui (Old)
 and  /work/SRC/openSUSE:Factory/.systemd-ui.new (New)


Package is "systemd-ui", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/systemd-ui/systemd-ui.changes2012-12-10 
17:21:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.systemd-ui.new/systemd-ui.changes   
2013-04-12 20:44:00.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  8 14:57:14 UTC 2013 - fcro...@suse.com
+
+- Update to version 2:
+  + build with gtk3 (drop port-gtk3.patch, merged)
+  + build with libgee 0.8 (drop build-gee08.patch, merged)
+- Switch BuildRequires to pkgconfig(gee-0.8)
+
+---

Old:

  build-gee08.patch
  port-gtk3.patch
  systemd-ui-1.tar.xz

New:

  systemd-ui-2.tar.xz



Other differences:
--
++ systemd-ui.spec ++
--- /var/tmp/diff_new_pack.nS53kc/_old  2013-04-12 20:44:08.0 +0200
+++ /var/tmp/diff_new_pack.nS53kc/_new  2013-04-12 20:44:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package systemd-ui
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   systemd-ui
 Url:http://www.freedesktop.org/wiki/Software/systemd
-Version:1
+Version:2
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
@@ -26,7 +26,7 @@
 BuildRequires:  vala-devel
 BuildRequires:  xz
 BuildRequires:  pkgconfig(dbus-1) >= 1.3.2
-BuildRequires:  pkgconfig(gee-1.0)
+BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(glib-2.0) > 2.26
 BuildRequires:  pkgconfig(gtk+-3.0)
@@ -45,10 +45,6 @@
 # an exception will be silently removed with the next version update.
 # PATCH-FIX-UPSTREAM fix-desktop.patch fcro...@suse.com -- Fix missing 
categories and GenericName
 Patch0: fix-desktop.patch
-# PATCH-FIX-UPSTREAM build-gee08.patch fcro...@suse.com -- Build with libgee 
0.8 if present
-Patch1: build-gee08.patch
-# PATCH-FIX-UPSTREAM port-gtk3.patch fcro...@suse.com -- Port to GTK3
-Patch2: port-gtk3.patch
 
 %description
 Graphical front-end for systemd system and service manager.
@@ -56,15 +52,12 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
-#needed by patches 1 & 2
-autoreconf
 export V=1
 %configure \
   CFLAGS="%{optflags}"
+
 make %{?_smp_mflags}
 
 %install

++ systemd-ui-1.tar.xz -> systemd-ui-2.tar.xz ++
 17893 lines of diff (skipped)

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



commit susedoc-buildbook for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package susedoc-buildbook for 
openSUSE:Factory checked in at 2013-04-12 20:43:22

Comparing /work/SRC/openSUSE:Factory/susedoc-buildbook (Old)
 and  /work/SRC/openSUSE:Factory/.susedoc-buildbook.new (New)


Package is "susedoc-buildbook", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/susedoc-buildbook/susedoc-buildbook.changes  
2011-12-22 13:19:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.susedoc-buildbook.new/susedoc-buildbook.changes 
2013-04-12 20:43:26.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 11 09:03:44 UTC 2013 - k...@suse.de
+
+- 1.0:
+* daps2bs.sh: new script that supports daps 1.1.4 and newer.  All the
+  other scripts such as buildbook are obsolete and thus no longer
+  shipped or installed.
+
+---

Old:

  susedoc-buildbook-0.21.tar.bz2

New:

  susedoc-buildbook-1.0.tar.bz2



Other differences:
--
++ susedoc-buildbook.spec ++
--- /var/tmp/diff_new_pack.jPtTTR/_old  2013-04-12 20:43:28.0 +0200
+++ /var/tmp/diff_new_pack.jPtTTR/_new  2013-04-12 20:43:28.0 +0200
@@ -23,7 +23,7 @@
 Group:  Documentation/SUSE
 AutoReqProv:on
 Summary:susedoc Book Build Script
-Version:0.21
+Version:1.0
 Release:1
 Source: %{name}-%{version}.tar.bz2
 Url:
https://svn.berlios.de/svnroot/repos/opensuse-doc/trunk/susedoc-buildbook
@@ -49,7 +49,7 @@
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-for bin in buildbook.sh update_spec.pl; do
+for bin in daps2bs.sh update_spec.pl; do
   test -f $RPM_BUILD_ROOT/usr/bin/$bin && \
   mv $RPM_BUILD_ROOT/usr/bin/$bin $RPM_BUILD_ROOT/usr/bin/${bin%\.*}
 done

++ susedoc-buildbook-0.21.tar.bz2 -> susedoc-buildbook-1.0.tar.bz2 ++
 3776 lines of diff (skipped)

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



commit seamonkey for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package seamonkey for openSUSE:Factory 
checked in at 2013-04-12 20:43:03

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


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

Changes:

--- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes  2013-04-07 
14:26:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.seamonkey.new/seamonkey.changes 2013-04-12 
20:43:06.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr  9 06:45:05 UTC 2013 - w...@rosenauer.org
+
+- revert to use GStreamer 0.10 on 12.3 (bnc#814101)
+  (remove mozilla-gstreamer-1.patch)
+
+---

Old:

  mozilla-gstreamer-1.patch



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.AS24BX/_old  2013-04-12 20:43:26.0 +0200
+++ /var/tmp/diff_new_pack.AS24BX/_new  2013-04-12 20:43:26.0 +0200
@@ -18,7 +18,7 @@
 
 
 %if %suse_version > 1220
-%define gstreamer_ver 1.0
+%define gstreamer_ver 0.10
 %else
 %define gstreamer_ver 0.10
 %endif
@@ -81,7 +81,6 @@
 Patch8: mozilla-ua-locale.patch
 Patch9: mozilla-ppc.patch
 Patch10:mozilla-gstreamer-760140.patch
-Patch11:mozilla-gstreamer-1.patch
 Patch12:mozilla-libproxy-compat.patch
 Patch20:seamonkey-ua-locale.patch
 Patch21:seamonkey-shared-nss-db.patch
@@ -184,7 +183,6 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
-%patch11 -p1
 %patch12 -p1
 popd
 # comm patches
@@ -246,7 +244,7 @@
 %endif
 %if %suse_version > 1140
 cat << EOF >> $MOZCONFIG
-ac_add_options --enable-gstreamer=%{gstreamer_ver}
+ac_add_options --enable-gstreamer
 EOF
 %endif
 make -f client.mk build


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



commit rng-tools for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package rng-tools for openSUSE:Factory 
checked in at 2013-04-12 20:37:18

Comparing /work/SRC/openSUSE:Factory/rng-tools (Old)
 and  /work/SRC/openSUSE:Factory/.rng-tools.new (New)


Package is "rng-tools", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rng-tools/rng-tools.changes  2012-10-06 
18:43:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.rng-tools.new/rng-tools.changes 2013-04-12 
20:37:19.0 +0200
@@ -1,0 +2,14 @@
+Thu Apr 11 02:42:07 UTC 2013 - crrodrig...@opensuse.org
+
+- Just to be in the safe side, put udev rules later into
+  the mix 50-hwrng.rules --> 90-hwrng.rules
+
+---
+Tue Apr  9 01:03:51 UTC 2013 - crrodrig...@opensuse.org
+
+- 50-hwrng.rules + rng-tools.service, use activation by systemd+udev
+  combo, the service will come up automatically when the kernel
+  registers a /dev/hwrng device, service no longer requires
+  manual intervention to work at all.
+
+---

New:

  90-hwrng.rules



Other differences:
--
++ rng-tools.spec ++
--- /var/tmp/diff_new_pack.TcLnp1/_old  2013-04-12 20:37:20.0 +0200
+++ /var/tmp/diff_new_pack.TcLnp1/_new  2013-04-12 20:37:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rng-tools
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,8 +18,10 @@
 
 Name:   rng-tools
 BuildRequires:  automake
-BuildRequires:  systemd
+BuildRequires:  pkgconfig
 BuildRequires:  trousers-devel
+BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(udev)
 ExclusiveArch:  %ix86 ia64 x86_64
 Summary:Support daemon for hardware random device
 License:GPL-3.0+
@@ -31,6 +33,7 @@
 Source: %{name}-%{version}.tar.bz2 
 Source1:%name.init
 Source2:%{name}.service
+Source3:90-hwrng.rules
 PreReq: %fillup_prereq
 Supplements:modalias(pci:v1022d746Bsv*sd*bc*sc*i*)
 Supplements:modalias(pci:v1022d7443sv*sd*bc*sc*i*)
@@ -71,6 +74,7 @@
 PreReq: sysvinit(syslog)
 %endif
 %{?systemd_requires}
+%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 
 %description
 This  daemon  feeds data from a random number generator to the kernel's
@@ -82,9 +86,9 @@
 
 %build
 autoreconf --force --install
-export CFLAGS="%optflags -pthread"
+export CFLAGS="%optflags"
 %configure
-make
+make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -92,6 +96,7 @@
 install -m 0755 %{SOURCE1} $RPM_BUILD_ROOT/etc/init.d/%name
 %{__ln_s} -f %{_sysconfdir}/init.d/%{name} %{buildroot}%{_sbindir}/rc%{name}
 install -D -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
+install -D -m 0644 %{SOURCE3} %{buildroot}%{_udevrulesdir}/90-hwrng.rules
 
 %pre
 %service_add_pre %{name}.service
@@ -120,5 +125,6 @@
 %{_mandir}/man?/*.*.gz
 %config /etc/init.d/%name
 %{_unitdir}/%{name}.service
+%{_udevrulesdir}/90-hwrng.rules
 
 %changelog

++ 90-hwrng.rules ++
ACTION=="add", KERNEL=="hwrng", SUBSYSTEM=="misc", TAG+="systemd", 
ENV{SYSTEMD_WANTS}+="rng-tools.service"++ rng-tools.service ++
--- /var/tmp/diff_new_pack.TcLnp1/_old  2013-04-12 20:37:20.0 +0200
+++ /var/tmp/diff_new_pack.TcLnp1/_new  2013-04-12 20:37:20.0 +0200
@@ -1,10 +1,9 @@
 [Unit]
 Description=Start the rngd daemon
-ConditionPathExists=/dev/hwrng
 
 [Service]
 CapabilityBoundingSet=CAP_SYS_ADMIN
 ExecStart=/usr/sbin/rngd --foreground --fill-watermark=90% --feed-interval=1 
 
 [Install]
-WantedBy=multi-user.target
\ No newline at end of file
+Alias=rngd.service
\ No newline at end of file

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



commit ooRexx for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package ooRexx for openSUSE:Factory checked 
in at 2013-04-12 20:35:09

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


Package is "ooRexx", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.ooRexx.new/ooRexx.changes   2013-04-12 
20:35:10.0 +0200
@@ -0,0 +1,25 @@
+---
+Tue Apr  9 23:36:55 UTC 2013 - emendo...@suse.com
+
+- SPEC formatting tweaks.
+
+---
+Mon Apr  8 03:16:45 UTC 2013 - emendo...@suse.com
+
+- adding exception for rpmlint. Build date in the interpreter is historical, 
cannot remove.
+
+---
+Sun Apr  7 00:09:58 UTC 2013 - emendo...@suse.com
+
+- cleanups for Factory. 
+
+---
+Tue Oct 16 23:28:15 UTC 2012 - emendo...@suse.com
+
+- adding patches and spec fixes necessary for correct building. 
+
+---
+Fri Oct 12 19:14:14 UTC 2012 - emendo...@suse.com
+
+- initial build based on release version 4.1.1 from oorexx.org.
+

New:

  fixes-rpmlint.patch
  ooRexx-4.1.2.source.tar.bz2
  ooRexx.changes
  ooRexx.spec
  rpmlintrc
  set_default_rexx_path.patch
  update_init_script.patch



Other differences:
--
++ ooRexx.spec ++
#
# spec file for package ooRexx
#
# Copyright (c) 2013 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/
#


%if 0%{?_unknownos}
%define _unknownos 0
%endif

# Red Hat
%if 0%{?_redhat}
# Currently RH does not define these like Fedora does, but they might in the 
future.
# So we define them using the contents of the release file.
%define build_distro rhel
%if %(if grep -q "release 5.5" /etc/redhat-release; then echo 1; else echo 0; 
fi;)
%define build_version 55
%endif
%if %(if grep -q "release 5.6" /etc/redhat-release; then echo 1; else echo 0; 
fi;)
%define build_version 56
%endif
%if %(if grep -q "release 6.0" /etc/redhat-release; then echo 1; else echo 0; 
fi;)
%define build_version 60
%endif
%if %(if grep -q "release 6.1" /etc/redhat-release; then echo 1; else echo 0; 
fi;)
%define build_version 61
%endif
%if %(if grep -q "release 6.2" /etc/redhat-release; then echo 1; else echo 0; 
fi;)
%define build_version 62
%endif
%define _osdistname %{build_distro}%{build_version}
%define _unknownos 0
%endif

# SuSE
%if 0%{?_suse}
%define build_distro %(grep -q "openSUSE" /etc/SuSE-release && echo opensuse || 
echo sles)
%define build_version %{suse_version}
%define _osdistname %{build_distro}%{build_version}
%define _unknownos 0
%endif

# This is the default
%if 0%{?_unknownos}
%define build_distro unknown
%define build_version 0
%define _osdistname %{build_distro}%{build_version}
%endif

#**
# The base spec tags
#**

Name:   ooRexx
Prefix: /usr
Version:4.1.2
Release:26.1
Summary:Open Object Rexx
License:CPL-1.0
Group:  Development/Languages/Other
Url:http://www.oorexx.org/
Source: %{name}-%{version}.source.tar.bz2
# If we don't include the following option we get bogus dependencies generated
AutoReq:0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  bison
BuildRequires:  dos2unix
BuildRequires:  gcc-c++
BuildRequires:  libtool
BuildRequires:  pkgconfig

Patch0: fixes-rpmlint.patch
Patch1: set_default_rexx_path.patch
Patch2: update_init_script.patch

# Specify the libtool library version
# The order of these looks wrong, but that is how it comes out!
%define orx_libversion 4.0.4

%package devel
Summary:Open Object Rexx development files
Group:  Development/Languages/Other
Requir

commit knot for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package knot for openSUSE:Factory checked in 
at 2013-04-12 20:34:10

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


Package is "knot", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/knot/knot.changes2013-04-02 
12:01:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.knot.new/knot.changes   2013-04-12 
20:34:14.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr  3 15:37:52 UTC 2013 - ond...@sury.org
+
+- Update to 1.2.0 final
+Bugfixes:
+   * Memory leaks
+
+---

Old:

  knot-1.1.99+1.2.0rc4.tar.bz2

New:

  knot-1.2.0.tar.bz2



Other differences:
--
++ knot.spec ++
--- /var/tmp/diff_new_pack.RTqf8K/_old  2013-04-12 20:34:18.0 +0200
+++ /var/tmp/diff_new_pack.RTqf8K/_new  2013-04-12 20:34:18.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   knot
 Url:http://www.knot-dns.cz
-Version:1.1.99+1.2.0rc4
+Version:1.2.0
 Release:0
 Summary:An authoritative DNS daemon
 License:GPL-3.0+

++ knot-1.1.99+1.2.0rc4.tar.bz2 -> knot-1.2.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knot-1.1.99+1.2.0rc4/RELNOTES new/knot-1.2.0/RELNOTES
--- old/knot-1.1.99+1.2.0rc4/RELNOTES   2013-03-22 13:22:52.0 +0100
+++ new/knot-1.2.0/RELNOTES 2013-04-02 12:25:05.0 +0200
@@ -1,3 +1,9 @@
+v1.2.0 - Mar 29, 2013
+-
+
+Bugfixes:
+   * Memory leaks
+
 v1.2.0-rc4 - Mar 22, 2013
 -
 
@@ -5,6 +11,7 @@
* knotc 'zonestatus' command
 
 Bugfixes:
+   * Check for broken recvmmsg() implementation
* Changing logfile ownership before dropping privileges
* knotc respects 'control' section from configuration
* RRL: resolved bucket collisions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knot-1.1.99+1.2.0rc4/configure 
new/knot-1.2.0/configure
--- old/knot-1.1.99+1.2.0rc4/configure  2013-03-22 13:23:00.0 +0100
+++ new/knot-1.2.0/configure2013-04-02 12:25:13.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for knot 1.2.0-rc4.
+# Generated by GNU Autoconf 2.69 for knot 1.2.0.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='knot'
 PACKAGE_TARNAME='knot'
-PACKAGE_VERSION='1.2.0-rc4'
-PACKAGE_STRING='knot 1.2.0-rc4'
+PACKAGE_VERSION='1.2.0'
+PACKAGE_STRING='knot 1.2.0'
 PACKAGE_BUGREPORT='knot-...@labs.nic.cz'
 PACKAGE_URL=''
 
@@ -1319,7 +1319,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures knot 1.2.0-rc4 to adapt to many kinds of systems.
+\`configure' configures knot 1.2.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1389,7 +1389,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of knot 1.2.0-rc4:";;
+ short | recursive ) echo "Configuration of knot 1.2.0:";;
esac
   cat <<\_ACEOF
 
@@ -1509,7 +1509,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-knot configure 1.2.0-rc4
+knot configure 1.2.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2062,7 +2062,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by knot $as_me 1.2.0-rc4, which was
+It was created by knot $as_me 1.2.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2889,7 +2889,7 @@
 
 # Define the identity of the package.
  PACKAGE='knot'
- VERSION='1.2.0-rc4'
+ VERSION='1.2.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15469,7 +15469,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by knot $as_me 1.2.0-rc4, which was
+This file was extended by knot $as_me 1.2.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -15535,7 +15535,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-knot config.status 1.2.0-rc4
+knot config.status 1.2.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\

commit kde3-celestia for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package kde3-celestia for openSUSE:Factory 
checked in at 2013-04-12 20:33:55

Comparing /work/SRC/openSUSE:Factory/kde3-celestia (Old)
 and  /work/SRC/openSUSE:Factory/.kde3-celestia.new (New)


Package is "kde3-celestia", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/kde3-celestia/kde3-celestia.changes  
2012-10-08 07:13:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde3-celestia.new/kde3-celestia.changes 
2013-04-12 20:34:00.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr  9 09:45:33 UTC 2013 - pgaj...@suse.com
+
+- build also against libpng16
+  * libpng16.patch
+
+---

New:

  celestia-libpng16.patch



Other differences:
--
++ kde3-celestia.spec ++
--- /var/tmp/diff_new_pack.XRFyBX/_old  2013-04-12 20:34:13.0 +0200
+++ /var/tmp/diff_new_pack.XRFyBX/_new  2013-04-12 20:34:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kde3-celestia
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -31,6 +31,7 @@
 Patch4: celestia-1.6.1-no_copy_dt_needed_entries.patch
 Patch5: celestia-gcc47.patch
 Patch6: celestia-libpng15.patch
+Patch7: celestia-libpng16.patch
 BuildRequires:  fdupes
 BuildRequires:  gettext-tools
 BuildRequires:  kdelibs3-devel
@@ -67,6 +68,7 @@
 %patch4
 %patch5
 %patch6 -p1
+%patch7 -p1
 
 %build
 . /etc/opt/kde3/common_options
@@ -92,9 +94,6 @@
 cat celestia_constellations.lang >>celestia.lang
 %fdupes -s %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files -f celestia.lang
 %defattr(-,root,root)
 %doc AUTHORS COPYING INSTALL README

++ celestia-libpng16.patch ++
@@ -0,0 +1,24 @@
Index: celestia-1.6.1/src/celengine/image.cpp
===
--- celestia-1.6.1.orig/src/celengine/image.cpp
+++ celestia-1.6.1/src/celengine/image.cpp
@@ -42,6 +42,7 @@ extern "C" {
 #include "jpeglib.h"
 #else
 #include 
+#include 
 #include 
 #endif
 }
Index: celestia-1.6.1/src/celengine/texture.cpp
===
--- celestia-1.6.1.orig/src/celengine/texture.cpp
+++ celestia-1.6.1/src/celengine/texture.cpp
@@ -28,6 +28,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #ifndef _WIN32
 #ifndef TARGET_OS_MAC
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit istgt for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package istgt for openSUSE:Factory checked 
in at 2013-04-12 20:33:19

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


Package is "istgt", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/istgt/istgt.changes  2012-11-08 
08:05:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.istgt.new/istgt.changes 2013-04-12 
20:33:20.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr  9 22:55:33 UTC 2013 - sch...@suse.de
+
+- Move configure run to %build section
+
+---



Other differences:
--
++ istgt.spec ++
--- /var/tmp/diff_new_pack.O0yNxl/_old  2013-04-12 20:33:24.0 +0200
+++ /var/tmp/diff_new_pack.O0yNxl/_new  2013-04-12 20:33:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package istgt
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   istgt
 Version:0.10
-Release:20121028
+Release:0
 %define upstreamrel 20121028
 Summary:Userspace iSCSI Target
 License:BSD-2-Clause
@@ -57,9 +57,9 @@
 %patch1 -p1
 %patch2 -p1
 autoconf
-%configure
 
 %build
+%configure
 make
 
 %install

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



commit gtranslator for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package gtranslator for openSUSE:Factory 
checked in at 2013-04-12 20:32:42

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


Package is "gtranslator", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gtranslator/gtranslator.changes  2013-01-07 
15:18:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtranslator.new/gtranslator.changes 
2013-04-12 20:32:43.0 +0200
@@ -1,0 +2,10 @@
+Thu Mar 21 19:00:46 UTC 2013 - dims...@opensuse.org
+
+- Port to gtkspell3:
+  + Add gtranslator-gtkspell3.patch
+  + Replace pkgconfig(gtkspell-3.0) BuildRequires with
+pkgconfig(gtkspell3-3.0).
+  + Add gnome-common BuildRequires and call to autoreconf, as above
+patch touches the build system.
+
+---

New:

  gtranslator-gtkspell3.patch



Other differences:
--
++ gtranslator.spec ++
--- /var/tmp/diff_new_pack.fuBSyv/_old  2013-04-12 20:32:45.0 +0200
+++ /var/tmp/diff_new_pack.fuBSyv/_new  2013-04-12 20:32:45.0 +0200
@@ -24,7 +24,11 @@
 Group:  Development/Tools/Other
 Url:http://gtranslator.sourceforge.net
 Source: 
http://download.gnome.org/sources/gtranslator/2.91/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gtranslator-gtkspell3.patch dims...@opensuse.org -- Port 
to gtkspell3, taken from git
+Patch0: gtranslator-gtkspell3.patch
 BuildRequires:  fdupes
+# Needed for patch0
+BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  yelp-tools
 # Not using a pkgconfig() BuildRequires, to allow building against libgda 4.0 
and 5.0
@@ -32,12 +36,12 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gdict-1.0)
-BuildRequires:  pkgconfig(gdl-3.0)
+BuildRequires:  pkgconfig(gdl-3.0) >= 3.6.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.2
 BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.0.0
-BuildRequires:  pkgconfig(gtkspell-3.0)
+BuildRequires:  pkgconfig(gtkspell3-3.0)
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.2.0
@@ -66,9 +70,12 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build
+# Needed for patch0
+autoreconf -fiv
 %configure \
--disable-static \
--disable-scrollkeeper \

++ gtranslator-gtkspell3.patch ++
>From cf33d8761dbfc7f6c8b27c3146efcad81f8fbde9 Mon Sep 17 00:00:00 2001
From: Kalev Lember 
Date: Sun, 13 Jan 2013 13:19:40 +
Subject: Port to gtkspell3

https://bugzilla.gnome.org/show_bug.cgi?id=691655
---
diff --git a/configure.ac b/configure.ac
index c1ba5b6..3fe9c46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,7 @@ GDL_REQUIRED=3.6.0
 GDA_REQUIRED=4.2.3
 PEAS_REQUIRED=1.2.0
 GDICT_OPTIONAL=0.11.0
-GTKSPELL_OPTIONAL=2.99.99
+GTKSPELL_OPTIONAL=3.0.0
 JSON_GLIB_OPTIONAL=0.12.0
 
 AC_ARG_WITH(gda,
@@ -174,14 +174,14 @@ dnl 
---
 dnl Check for gtkspell >= 3.0 and use it if found
 dnl ---
 have_gtkspell=no
-AC_ARG_WITH(gtkspell3,
+AC_ARG_WITH(gtkspell,
 AS_HELP_STRING([--with-gtkspell],[Build with spell support]),,
 with_gtkspell=auto)
 
 if test x"$with_gtkspell" != "xno"
 then
 PKG_CHECK_MODULES([GTKSPELL], [
-gtkspell-3.0 >= $GTKSPELL_OPTIONAL
+gtkspell3-3.0 >= $GTKSPELL_OPTIONAL
 ], have_gtkspell=yes, have_gtkspell=no)
 
 if test x"$have_gtkspell" = "xyes"
@@ -339,7 +339,7 @@ if [ test x"$have_gtkspell" = "xyes" ]; then
echo "Building spell support: YES"
 else
echo "Building spell support: NO"
-   echo "Requires gtkspell >= $GTKSPELL_OPTIONAL"
+   echo "Requires gtkspell3 >= $GTKSPELL_OPTIONAL"
 fi
 
 echo "
diff --git a/src/gtr-view.c b/src/gtr-view.c
index 59f18e8..b9c4f6a 100644
--- a/src/gtr-view.c
+++ b/src/gtr-view.c
@@ -65,7 +65,7 @@ struct _GtrViewPrivate
   gchar *search_text;
 
 #ifdef HAVE_GTKSPELL
-  GtkSpell *spell;
+  GtkSpellChecker *spell;
 #endif
 };
 
@@ -75,11 +75,10 @@ gtr_attach_gtkspell (GtrView * view)
 {
   GError *error = NULL;
   gchar *errortext = NULL;
-  view->priv->spell = NULL;
 
-  view->priv->spell =
-gtkspell_new_attach (GTK_TEXT_VIEW (view), NULL, &error);
-  if (view->priv->spell == NULL)
+  view->priv->spell = gt

commit gnome-sudoku for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package gnome-sudoku for openSUSE:Factory 
checked in at 2013-04-12 20:32:31

Comparing /work/SRC/openSUSE:Factory/gnome-sudoku (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-sudoku.new (New)


Package is "gnome-sudoku", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gnome-sudoku/gnome-sudoku.changes
2013-03-27 19:24:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-sudoku.new/gnome-sudoku.changes   
2013-04-12 20:32:32.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 11 18:05:27 UTC 2013 - dims...@opensuse.org
+
+- Add gnome-sudoku-numberbox-events.patch: Fix NumberBox envents
+  configuration with latest pygobject.
+
+---

New:

  gnome-sudoku-numberbox-events.patch



Other differences:
--
++ gnome-sudoku.spec ++
--- /var/tmp/diff_new_pack.181Qsd/_old  2013-04-12 20:32:37.0 +0200
+++ /var/tmp/diff_new_pack.181Qsd/_new  2013-04-12 20:32:37.0 +0200
@@ -24,6 +24,8 @@
 Group:  Amusements/Games/Logic
 Url:https://live.gnome.org/GnomeSudoku
 Source: 
http://download.gnome.org/sources/gnome-sudoku/3.8/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-sudoku-numberbox-events.patch bgo#693736 
dims...@opensuse.org -- Fix NumberBox envents configuration with latest 
pygobject
+Patch0: gnome-sudoku-numberbox-events.patch
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  update-desktop-files
@@ -40,6 +42,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ gnome-sudoku-numberbox-events.patch ++
>From c82fc3131802f4fe1f069facb9aae833cc6cdc5f Mon Sep 17 00:00:00 2001
From: Yanko Kaneti 
Date: Wed, 13 Feb 2013 21:15:13 +0200
Subject: [PATCH] Fix NumberBox envents configuration with latest pygobject

---
 src/lib/number_box.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/number_box.py b/src/lib/number_box.py
index 4087de1..60b255a 100644
--- a/src/lib/number_box.py
+++ b/src/lib/number_box.py
@@ -130,7 +130,7 @@ class NumberBox (Gtk.DrawingArea):
 self.bottom_note_list = []
 self.tinfo = tracker_info.TrackerInfo()
 self.set_property('can-focus', True)
-self.set_property('events', Gdk.EventMask.ALL_EVENTS_MASK)
+self.add_events(Gdk.EventMask.ALL_EVENTS_MASK)
 self.connect('button-press-event', self.button_press_cb)
 self.connect('key-release-event', self.key_press_cb)
 self.connect('enter-notify-event', self.pointer_enter_cb)
-- 
1.8.1.2


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



commit gaupol for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package gaupol for openSUSE:Factory checked 
in at 2013-04-12 20:30:48

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


Package is "gaupol", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gaupol/gaupol.changes2013-03-11 
12:05:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.gaupol.new/gaupol.changes   2013-04-12 
20:30:50.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr  9 21:44:03 UTC 2013 - elchev...@opensuse.org
+
+- updated to 0.22
+*  Restore drop-down arrows on undo and redo toolbar buttons for those
+using PyGObject 3.7.90 or greater (bgo#686608)
+ *  Restore almost proper keeping track of recent files for those using
+PyGObject 3.7.4 or greater (bgo#678401, bgo#695970)
+ *  Restore zebra-stripes, which were previously discarded by some
+GTK+ themes
+ *  Mostly fix cell rendering speed issues with GTK+ 3.6 and later
+ *  Add Czech translation (Pavel Fric)
+
+---

Old:

  gaupol-0.21.1.tar.xz

New:

  gaupol-0.22.tar.xz



Other differences:
--
++ gaupol.spec ++
--- /var/tmp/diff_new_pack.k7a1lA/_old  2013-04-12 20:30:55.0 +0200
+++ /var/tmp/diff_new_pack.k7a1lA/_new  2013-04-12 20:30:55.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gaupol
-Version:0.21.1
+Version:0.22
 Release:0
 Summary:GTK Subtitle editor
 License:GPL-3.0+

++ gaupol-0.21.1.tar.xz -> gaupol-0.22.tar.xz ++
 9446 lines of diff (skipped)

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



commit flash-player for openSUSE:Factory:NonFree

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:Factory:NonFree checked in at 2013-04-12 20:30:12

Comparing /work/SRC/openSUSE:Factory:NonFree/flash-player (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.flash-player.new (New)


Package is "flash-player", Maintainer is "dmuel...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/flash-player/flash-player.changes
2013-03-17 10:13:35.0 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.flash-player.new/flash-player.changes   
2013-04-12 20:30:14.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr 10 13:19:35 UTC 2013 - sbra...@suse.com
+
+- Update to 11.2.202.280: (bnc#814635)
+  * APSB13-11, CVE-2013-1378, CVE-2013-1379, CVE-2013-1380,
+CVE-2013-2555
+
+---

Old:

  flashplayer_11.2.202.275_sa.i386.tar.bz2
  install_flash_player_11.2.202.275_linux.i386.tar.bz2
  install_flash_player_11.2.202.275_linux.x86_64.tar.bz2

New:

  flashplayer_11.2.202.280_sa.i386.tar.bz2
  install_flash_player_11.2.202.280_linux.i386.tar.bz2
  install_flash_player_11.2.202.280_linux.x86_64.tar.bz2



Other differences:
--
++ flash-player.spec ++
--- /var/tmp/diff_new_pack.fVbrUF/_old  2013-04-12 20:30:24.0 +0200
+++ /var/tmp/diff_new_pack.fVbrUF/_new  2013-04-12 20:30:24.0 +0200
@@ -19,7 +19,7 @@
 %define build_standalone 1
 
 Name:   flash-player
-Version:11.2.202.275
+Version:11.2.202.280
 Release:0
 Summary:Adobe Flash Plugin and Standalone Player
 License:SUSE-NonFree


++ flashplayer_11.2.202.275_sa.i386.tar.bz2 -> 
flashplayer_11.2.202.280_sa.i386.tar.bz2 ++
Files old/install_flash_player_linux_sa/flashplayer and 
new/install_flash_player_linux_sa/flashplayer differ

++ install_flash_player_11.2.202.275_linux.i386.tar.bz2 -> 
install_flash_player_11.2.202.280_linux.i386.tar.bz2 ++
/work/SRC/openSUSE:Factory:NonFree/flash-player/install_flash_player_11.2.202.275_linux.i386.tar.bz2
 
/work/SRC/openSUSE:Factory:NonFree/.flash-player.new/install_flash_player_11.2.202.280_linux.i386.tar.bz2
 differ: char 11, line 1

++ install_flash_player_11.2.202.275_linux.x86_64.tar.bz2 -> 
install_flash_player_11.2.202.280_linux.x86_64.tar.bz2 ++
/work/SRC/openSUSE:Factory:NonFree/flash-player/install_flash_player_11.2.202.275_linux.x86_64.tar.bz2
 
/work/SRC/openSUSE:Factory:NonFree/.flash-player.new/install_flash_player_11.2.202.280_linux.x86_64.tar.bz2
 differ: char 11, line 1

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



commit festival for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package festival for openSUSE:Factory 
checked in at 2013-04-12 20:30:00

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


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

Changes:

--- /work/SRC/openSUSE:Factory/festival/festival.changes2012-11-20 
13:03:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.festival.new/festival.changes   2013-04-12 
20:30:02.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr  9 22:33:57 UTC 2013 - sch...@suse.de
+
+- Update config.guess/sub for speech_tools
+
+---



Other differences:
--
++ festival.spec ++
--- /var/tmp/diff_new_pack.LU21r5/_old  2013-04-12 20:30:07.0 +0200
+++ /var/tmp/diff_new_pack.LU21r5/_new  2013-04-12 20:30:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package festival
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -92,6 +92,7 @@
--datadir=%_datadir/festival \
--sysconfdir=%_sysconfdir
 # speech tools
+cp config.guess config.sub ../speech_tools
 cd ../speech_tools
 ./configure --prefix=%_prefix \
 --libdir=%_libdir \

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



commit ez-ipupdate for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package ez-ipupdate for openSUSE:Factory 
checked in at 2013-04-12 20:29:53

Comparing /work/SRC/openSUSE:Factory/ez-ipupdate (Old)
 and  /work/SRC/openSUSE:Factory/.ez-ipupdate.new (New)


Package is "ez-ipupdate", Maintainer is "hvo...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ez-ipupdate/ez-ipupdate.changes  2011-12-08 
11:48:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.ez-ipupdate.new/ez-ipupdate.changes 
2013-04-12 20:29:55.0 +0200
@@ -1,0 +2,15 @@
+Wed Apr 10 17:51:53 CEST 2013 - p...@suse.de
+
+- Add ez-ipupdate-joker_com.patch to add support for joker.com.
+  Don't install the file INSTALL as these are generic compile
+  instructions.
+- Get rid of acconfig.h and use the third argument of AC_DEFINE
+  and AC_DEFINE_UNQUTED plus AH_TEMPLATE to describe entries
+  in config.h (add to ez-ipupdate-auto_foo.patch).
+- Use AS_HELP_STRING to format help strings in configure.in.
+- Modernize the initialization in configure.ac.
+- Rename configure.in to configure.ac.
+- Added ez-ipupdate-code_cleanup.patch to reduce the number of
+  compiler warnings.
+
+---

Old:

  ez-ipupdate-3.0.11b8-fix_autofoo.patch

New:

  ez-ipupdate-code_cleanup.patch
  ez-ipupdate-fix_autofoo.patch
  ez-ipupdate-joker_com.patch
  ez-ipupdate-type-punning.patch



Other differences:
--
++ ez-ipupdate.spec ++
--- /var/tmp/diff_new_pack.i7L8ho/_old  2013-04-12 20:29:58.0 +0200
+++ /var/tmp/diff_new_pack.i7L8ho/_new  2013-04-12 20:29:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ez-ipupdate
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ez-ipupdate
 Summary:A Small Utility for Updating a Dynamic DNS Service
+License:GPL-2.0+
+Group:  Productivity/Networking/DNS/Utilities
 Version:3.0.11b8
 Release:0
-License:GPL-2.0+
 BuildRequires:  automake
-Group:  Productivity/Networking/DNS/Utilities
 Source0:%{name}-%{version}.tar.bz2
 Source1:ez-ipupdate.init
 Source2:ez-ipupdate.example.conf
@@ -30,7 +31,14 @@
 Patch2: ez-ipupdate-format-string-vuln.patch
 Patch3: ez-ipupdate-includes.patch
 Patch4: ez-ipupdate-dnsexit.patch
-Patch5: ez-ipupdate-3.0.11b8-fix_autofoo.patch
+# PATCH-FIX-UPSTREAM Various fixes for configure.ac and Makefile.am
+Patch5: ez-ipupdate-fix_autofoo.patch
+# PATCH-FEATURE-UPSTREAM Add support for joker.com dyndns service
+Patch6: ez-ipupdate-joker_com.patch
+# PATCH-FIX-UPSTREAM do type punning via memcpy
+Patch7: ez-ipupdate-type-punning.patch
+# PATCH-FIX-UPSTREAM Reduce compiler warnings.
+Patch8: ez-ipupdate-code_cleanup.patch
 Url:http://ez-ipupdate.com/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq
@@ -63,6 +71,8 @@
 
 * http://www.zoneedit.com
 
+* http://www.joker.com
+
 %prep
 %setup -q
 %patch -p1
@@ -70,7 +80,12 @@
 %patch2 -p1
 %patch3
 %patch4
+mv configure.in configure.ac
 %patch5
+%patch6
+%patch7
+%patch8
+rm acconfig.h
 
 %build
 find -name "example*" | xargs -n 1 sed -i "s@/usr/local/bin/@/usr/bin/@"
@@ -100,7 +115,7 @@
 
 %files
 %defattr(-, root, root)
-%doc README INSTALL CHANGELOG COPYING example*
+%doc README CHANGELOG COPYING example*
 %{_bindir}/ez-ipupdate
 %{_sbindir}/rcez-ipupdate
 %config(noreplace) %{_sysconfdir}/ez-ipupdate.conf

++ ez-ipupdate-code_cleanup.patch ++
From: Philipp Thomas 
Date: 2013-04-11 11:25:14+02:00
Subject: Clean up the code

---
 ez-ipupdate.c |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

signed-off-by: p...@suse.de

Index: ez-ipupdate.c
===
--- ez-ipupdate.c.orig  2013-04-11 10:54:02.685445947 +0200
+++ ez-ipupdate.c   2013-04-11 11:21:24.515547623 +0200
@@ -2525,7 +2525,7 @@ int DHS_update_entry(void)
   p += strlen(p);
   limit = BUFFER_SIZE - 1 - strlen(buf);
 
-  snprintf(buf, BUFFER_SIZE, "Content-length: %d\015\012", strlen(putbuf));
+  snprintf(buf, BUFFER_SIZE, "Content-length: %d\015\012", 
(int)strlen(putbuf));
   output(buf);
   snprintf(buf, BUFFER_SIZE, "\015\012");
   output(buf);
@@ -2662,7 +2662,7 @@ int DHS_update_entry(void)
 p += strlen(p);
 limit = BUFFER_SIZE - 1 - strlen(buf);
 
-

commit eric5 for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package eric5 for openSUSE:Factory checked 
in at 2013-04-12 20:28:44

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


Package is "eric5", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/eric5/eric5.changes  2013-03-05 
10:05:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.eric5.new/eric5.changes 2013-04-12 
20:28:49.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 12 03:10:50 UTC 2013 - ter...@gmail.com
+
+- Update to version 5.3.2
+  * Bugfix release
+
+---

Old:

  eric5-5.3.1.tar.gz
  eric5-i18n-cs-5.3.1.tar.gz
  eric5-i18n-de-5.3.1.tar.gz
  eric5-i18n-en-5.3.1.tar.gz
  eric5-i18n-es-5.3.1.tar.gz
  eric5-i18n-fr-5.3.1.tar.gz
  eric5-i18n-it-5.3.1.tar.gz
  eric5-i18n-ru-5.3.1.tar.gz
  eric5-i18n-tr-5.3.1.tar.gz
  eric5-i18n-zh_CN.GB2312-5.3.1.tar.gz

New:

  eric5-5.3.2.tar.gz
  eric5-i18n-cs-5.3.2.tar.gz
  eric5-i18n-de-5.3.2.tar.gz
  eric5-i18n-en-5.3.2.tar.gz
  eric5-i18n-es-5.3.2.tar.gz
  eric5-i18n-fr-5.3.2.tar.gz
  eric5-i18n-it-5.3.2.tar.gz
  eric5-i18n-ru-5.3.2.tar.gz
  eric5-i18n-tr-5.3.2.tar.gz
  eric5-i18n-zh_CN.GB2312-5.3.2.tar.gz



Other differences:
--
++ eric5.spec ++
--- /var/tmp/diff_new_pack.oHuGP4/_old  2013-04-12 20:28:59.0 +0200
+++ /var/tmp/diff_new_pack.oHuGP4/_new  2013-04-12 20:28:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   eric5
-Version:5.3.1
+Version:5.3.2
 Release:0
 Summary:Python IDE based on Qt4
 License:GPL-3.0+

++ eric5-5.3.1.tar.gz -> eric5-5.3.2.tar.gz ++
/work/SRC/openSUSE:Factory/eric5/eric5-5.3.1.tar.gz 
/work/SRC/openSUSE:Factory/.eric5.new/eric5-5.3.2.tar.gz differ: char 5, line 1

++ eric5-i18n-cs-5.3.1.tar.gz -> eric5-i18n-cs-5.3.2.tar.gz ++
 5947 lines of diff (skipped)

++ eric5-i18n-de-5.3.1.tar.gz -> eric5-i18n-de-5.3.2.tar.gz ++
 5813 lines of diff (skipped)

++ eric5-i18n-en-5.3.1.tar.gz -> eric5-i18n-en-5.3.2.tar.gz ++
 5785 lines of diff (skipped)

++ eric5-i18n-es-5.3.1.tar.gz -> eric5-i18n-es-5.3.2.tar.gz ++
 5893 lines of diff (skipped)

++ eric5-i18n-fr-5.3.1.tar.gz -> eric5-i18n-fr-5.3.2.tar.gz ++
 6016 lines of diff (skipped)

++ eric5-i18n-it-5.3.1.tar.gz -> eric5-i18n-it-5.3.2.tar.gz ++
 5937 lines of diff (skipped)

++ eric5-i18n-ru-5.3.1.tar.gz -> eric5-i18n-ru-5.3.2.tar.gz ++
 5987 lines of diff (skipped)

++ eric5-i18n-tr-5.3.1.tar.gz -> eric5-i18n-tr-5.3.2.tar.gz ++
 5909 lines of diff (skipped)

++ eric5-i18n-zh_CN.GB2312-5.3.1.tar.gz -> 
eric5-i18n-zh_CN.GB2312-5.3.2.tar.gz ++
 5983 lines of diff (skipped)

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



commit cobbler for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package cobbler for openSUSE:Factory checked 
in at 2013-04-12 20:23:25

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


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

Changes:

--- /work/SRC/openSUSE:Factory/cobbler/cobbler.changes  2012-05-21 
07:24:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.cobbler.new/cobbler.changes 2013-04-12 
20:23:27.0 +0200
@@ -1,0 +2,30 @@
+Wed Apr 10 11:23:44 UTC 2013 - rbrown...@opensuse.org
+
+- use systemd for openSUSE 12.3 and later
+- change release number to match upstream
+- drop obsolete setup_py.diff
+- add required apache modules for cobbler-web
+- add suse_newver.patch to add support for SLES11 SP3, 
+  openSUSE 12.3 and openSUSE 13.1
+
+---
+Tue Apr 9 15:45:11 UTC 2013 - rbrown...@opensuse.org
+
+- update to 2.2.3
+  + Multiple security fixes
+  + CSRF support for the web GUI, which will now default to using 
+https too.
+  + Power management subsystem completely re-worked to prevent 
+command-injection (CVE-2012-2395)
+  + Support for bind in chroot'd environments
+  + Koan now uses virt-install CLI instead of directly accessing 
+the virtinst API
+  + Various improvements for SuSE and autoyast, especially for 
+PPC64-based systems.
+  + BETA support for ESXi5 and gPXE
+  + BETA support for using other template languages, like jinja2
+- rebase patches
+- drop obsolete manage_import_suse.py
+- no longer requires mod_python
+
+---

Old:

  cobbler-2.2.2.tar.bz2
  fix_suse_import.diff
  setup_py.diff

New:

  cobbler-2.2.3.tar.bz2
  suse_newver.patch



Other differences:
--
++ cobbler.spec ++
--- /var/tmp/diff_new_pack.J6kNlr/_old  2013-04-12 20:25:15.0 +0200
+++ /var/tmp/diff_new_pack.J6kNlr/_new  2013-04-12 20:25:15.0 +0200
@@ -33,32 +33,29 @@
 Summary: Boot server configurator
 Name: cobbler
 License:GPL-2.0+
-Version: 2.2.2
-Release: 6
+Version: 2.2.3
+Release: 2
 Source0: cobbler-%{version}.tar.bz2
 Source1: vendor-files.tar.bz2
 Patch0:  fix-initscript.dif
 Patch1:  suse_config.diff
 Patch2:  cobbler_web_config.diff
 Patch13: users_patch.diff
-Patch14: setup_py.diff
-Patch20: fix_suse_import.diff
+Patch14: suse_newver.patch
 
 Group: Applications/System
 Requires: python >= 2.3
 %if 0%{?suse_version} >= 1000
 Requires: apache2
-Requires: apache2-mod_python
 Requires: apache2-mod_wsgi
 #Requires: tftp
 %ifarch %ix86 x86_64
 Requires: syslinux
 %endif
-BuildRequires: apache2 apache2-mod_python tftp distribution-release
+BuildRequires: apache2 tftp distribution-release
 %else
 Requires: httpd
 Requires: tftp-server
-Requires: mod_python
 %endif
 
 Requires: createrepo
@@ -89,11 +86,14 @@
 #%if 0%{?fedora} >= 6 || 0%{?rhel} >= 5
 Requires: yum-utils
 #%endif
-
+%if 0%{?suse_version} >= 1230
+BuildRequires: systemd
+%{?systemd_requires}
+%else
 Requires(post):  /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
-
 Requires(preun): /sbin/service
+%endif
 
 %if 0%{?suse_version}
 Requires(post): %fillup_prereq %insserv_prereq
@@ -131,10 +131,11 @@
 %patch0
 %patch1
 %patch2
-%endif
 %patch13
+sed -i 's/\r//' config/distro_signatures.json
 %patch14
-%patch20
+sed -i 's/$'"/`echo \\\r`/" config/distro_signatures.json
+%endif
 mv vendor-files/cobbler.1.gz docs
 
 %build
@@ -148,15 +149,16 @@
 mv vendor-files/cobbler_firewall_settings 
$RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/cobbler
 %endif
 PREFIX="--prefix=/usr"
-mkdir -p $RPM_BUILD_ROOT/etc/apache2/vhosts.d
 %endif
 mkdir -p $RPM_BUILD_ROOT/%{www_path}/www/logs
 %{__python} setup.py install --optimize=1 --root=$RPM_BUILD_ROOT $PREFIX
 mkdir -p $RPM_BUILD_ROOT/usr/sbin
 ln -sf ../../etc/init.d/cobblerd $RPM_BUILD_ROOT/usr/sbin/rccobblerd
-#%if 0%{?suse_version} >= 1000
-#mv $RPM_BUILD_ROOT/etc/httpd/conf.d/* $RPM_BUILD_ROOT/etc/apache2/vhosts.d/
-#%endif
+
+%pre
+%if 0%{?suse_version} >= 1230
+%service_add_pre cobblerd.service
+%endif
 
 %post
 if [ "$1" = "1" ];
@@ -165,9 +167,10 @@
 %if 0%{?suse_version}
 %{fillup_and_insserv cobblerd}
 sysconf_addword /etc/sysconfig/apache2 APACHE_MODULES proxy
-sysconf_addword /etc/sysconfig/apache2 APACHE_MODULES python
 sysconf_addword /etc/sysconfig/apache2 APACHE_MODULES proxy_http
 sysconf_addword /etc/sysconfig/apache2 APACHE_MODULES proxy_connect
+sysconf_addword /etc/sysconfig/apache2 APACHE_MODULES rewrite
+sysconf_addword /etc/sysconfig/apache2 APACHE_MODULES ssl
 sysconf_addword /etc/sysconfig/apache2 APACHE_MODULES wsgi
 %else
 

commit autofs for openSUSE:Factory

2013-04-12 Thread h_root
Hello community,

here is the log from the commit of package autofs for openSUSE:Factory checked 
in at 2013-04-12 20:19:59

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


Package is "autofs", Maintainer is "mszer...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/autofs/autofs.changes2013-03-19 
12:10:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes   2013-04-12 
20:20:01.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr  9 20:43:54 UTC 2013 - lchiqui...@suse.com
+
+- autofs-5.0.7-fix-submount-tree-not-all-expiring.patch: expire
+  multiple levels of recursive mounts correctly (bnc#801808)
+
+---

New:

  autofs-5.0.7-fix-submount-tree-not-all-expiring.patch



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.Pwvivu/_old  2013-04-12 20:20:55.0 +0200
+++ /var/tmp/diff_new_pack.Pwvivu/_new  2013-04-12 20:20:55.0 +0200
@@ -81,6 +81,8 @@
 Patch1: autofs-5.0.7-revert-fix-libtirpc-name-clash.patch
 # PATCH-FIX-UPSTREAM autofs-5.0.7-task-use-after-free.patch [bnc#727392]
 Patch82:autofs-5.0.7-task-use-after-free.patch
+# PATCH-FIX-UPSTREAM autofs-5.0.7-fix-submount-tree-not-all-expiring.patch 
[bnc#801808]
+Patch83:autofs-5.0.7-fix-submount-tree-not-all-expiring.patch
 # PATCH-FIX-OPENSUSE autofs-suse-auto_master_default.patch
 Patch100:   autofs-suse-auto_master_default.patch
 # PATCH-FIX-OPENSUSE autofs-suse-build.patch
@@ -112,6 +114,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch82 -p1
+%patch83 -p1
 %patch100 -p1
 %patch101 -p1
 %patch102 -p0 -b .udisks

++ autofs-5.0.7-fix-submount-tree-not-all-expiring.patch ++
autofs-5.0.7 - fix submount tree not all expiring

From: Ian Kent 

Due to the change in the expire-specific-submount-only patch, sub-mounts
within an indirect mount that follow a submount (in the check order) won't
be expired if that submount is busy.
---
 lib/master.c |   24 +++-
 1 file changed, 15 insertions(+), 9 deletions(-)

Index: autofs-5.0.7/lib/master.c
===
--- autofs-5.0.7.orig/lib/master.c
+++ autofs-5.0.7/lib/master.c
@@ -905,15 +905,24 @@ int master_notify_submount(struct autofs
this = list_entry(p, struct autofs_point, mounts);
p = p->prev;
 
-   if (!master_submount_list_empty(this)) {
-   mounts_mutex_unlock(ap);
-   return master_notify_submount(this, path, state);
-   }
-
/* path not the same */
if (strcmp(this->path, path))
continue;
 
+   if (!master_submount_list_empty(this)) {
+   char *this_path = strdup(this->path);
+   if (this_path) {
+   mounts_mutex_unlock(ap);
+   master_notify_submount(this, path, state);
+   mounts_mutex_lock(ap);
+   if (!__master_find_submount(ap, this_path)) {
+   free(this_path);
+   continue;
+   }
+   free(this_path);
+   }
+   }
+
/* Now we have found the submount we want to expire */
 
st_mutex_lock();
@@ -959,10 +968,7 @@ int master_notify_submount(struct autofs
st_mutex_lock();
}
st_mutex_unlock();
-   mounts_mutex_unlock(ap);
-
-   return ret;
-
+   break;
}
 
mounts_mutex_unlock(ap);


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