commit ca-certificates for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package ca-certificates for openSUSE:Factory 
checked in at 2014-11-15 11:40:46

Comparing /work/SRC/openSUSE:Factory/ca-certificates (Old)
 and  /work/SRC/openSUSE:Factory/.ca-certificates.new (New)


Package is ca-certificates

Changes:

--- /work/SRC/openSUSE:Factory/ca-certificates/ca-certificates.changes  
2014-08-05 21:11:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.ca-certificates.new/ca-certificates.changes 
2014-11-15 12:13:25.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 04:32:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in postun script
+
+---



Other differences:
--
++ ca-certificates.spec ++
--- /var/tmp/diff_new_pack.t9U2F6/_old  2014-11-15 12:13:26.0 +0100
+++ /var/tmp/diff_new_pack.t9U2F6/_new  2014-11-15 12:13:26.0 +0100
@@ -137,7 +137,7 @@
 
 %postun
 if [ $1 -eq 0 ]; then
-   rm -rf /var/lib/ca-certificates/{pem,openssl}
+   rm -rf /var/lib/ca-certificates/pem /var/lib/ca-certificates/openssl
 fi
 
 %clean

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



commit belle-sip for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2014-11-15 11:44:22

Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and  /work/SRC/openSUSE:Factory/.belle-sip.new (New)


Package is belle-sip

Changes:

--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes  2014-10-16 
14:53:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.belle-sip.new/belle-sip.changes 2014-11-15 
12:13:02.0 +0100
@@ -1,0 +2,9 @@
+Thu Nov  6 16:09:07 UTC 2014 - tchva...@suse.com
+
+- Use gpl2+ as is in the files not just gpl2
+- Fix build on factory
+- Run autoreconf to avoid double configure run
+- Disable silent rules
+- Disable Werror
+
+---



Other differences:
--
++ belle-sip.spec ++
--- /var/tmp/diff_new_pack.aWUyml/_old  2014-11-15 12:13:03.0 +0100
+++ /var/tmp/diff_new_pack.aWUyml/_new  2014-11-15 12:13:03.0 +0100
@@ -22,7 +22,7 @@
 Version:1.3.0
 Release:0
 Summary:C object oriented SIP Stack
-License:GPL-2.0
+License:GPL-2.0+
 Group:  System/Libraries
 Url:http://www.linphone.org/
 Source: 
http://download.savannah.gnu.org/releases/linphone/%{name}/%{name}-%{version}.tar.gz
@@ -30,9 +30,14 @@
 # PATCH-FIX-UPSTREAM 0001-fix-license-headers.patch -- Fix license header -- 
Simon Morlat simon.mor...@linphone.org
 Patch0: 0001-fix-license-headers.patch
 BuildRequires:  antlr3c-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+# Needed for tests, tests use net so useless for OBS
+# BuildRequires:  cunit-devel
 BuildRequires:  gcc-c++
 BuildRequires:  java
 BuildRequires:  libpolarssl-devel
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -60,12 +65,17 @@
 cp %{S:100} antlr.jar
 %setup -q
 %patch0
-sed -i s#antlr_java_prefixes=.*#antlr_java_prefixes=%{_builddir}# 
configure{,.ac}
+sed -i \
+-e s#antlr_java_prefixes=.*#antlr_java_prefixes=%{_builddir}# \
+-e s:-Werror::g \
+configure{,.ac}
 
 %build
+autoreconf -fvi
 %configure \
 --disable-tests \
 --disable-static \
+--disable-silent-rules \
 --enable-tls
 make %{?_smp_mflags}
 


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



commit apparmor for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2014-11-15 11:44:25

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


Package is apparmor

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2014-10-23 
14:19:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2014-11-15 
12:12:37.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 01:06:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in post script
+
+---



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.R25lYH/_old  2014-11-15 12:12:38.0 +0100
+++ /var/tmp/diff_new_pack.R25lYH/_new  2014-11-15 12:12:38.0 +0100
@@ -794,7 +794,7 @@
   if test -e %{_sysconfdir}/init.d/boot.subdomain -o -e 
%{_sysconfdir}/init.d/subdomain; then
 SUBDOMAIN_PARSER_INSTALLED=yes
   fi
-  if  test $1 == 1  -a $SUBDOMAIN_PARSER_INSTALLED = no; then
+  if  test $1 = 1  -a $SUBDOMAIN_PARSER_INSTALLED = no; then
 %{insserv_force_if_yast boot.apparmor}
   elif test -e %{_sysconfdir}/rc.d/boot.d/S??boot.subdomain  -o \
 -e %{_sysconfdir}/rc.d/boot.d/S??boot.apparmor  -o \


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



commit cups for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package cups for openSUSE:Factory checked in 
at 2014-11-15 11:40:50

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


Package is cups

Changes:

--- /work/SRC/openSUSE:Factory/cups/cups.changes2014-10-14 
07:09:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.cups.new/cups.changes   2014-11-15 
12:14:07.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov  4 13:26:04 CET 2014 - jsm...@suse.de
+
+- Also for SLE12 krb5-devel must be used for build
+  (cf. the entry below dated Wed Jun 26 10:39:30 CEST 2013)
+  because in contrast to IBS where krb5-mini-devel is available
+  for build in SUSE:SLE-12:GA in OBS it cannot build for SLE_12
+  with unresolvable: nothing provides krb5-mini-devel.
+
+---



Other differences:
--
++ cups.spec ++
--- /var/tmp/diff_new_pack.J9KRh2/_old  2014-11-15 12:14:09.0 +0100
+++ /var/tmp/diff_new_pack.J9KRh2/_new  2014-11-15 12:14:09.0 +0100
@@ -23,13 +23,16 @@
 # Use krb5-mini-devel to avoid this cycle in the build system:
 # cups - krb5 - python-Jinja2 - vim - gtk2 - cups
 # Because krb5-mini-devel is not available for SLE11
-# krb5-devel must be used for SLE11 builds, see
-# http://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
-# for the appropriate suse_version value:
-%if 0%{?suse_version}  1110
-BuildRequires:  krb5-mini-devel
-%else
+# krb5-devel must be used for SLE11 builds.
+# Also for SLE12 krb5-devel must be used because
+# in contrast to IBS where krb5-mini-devel is available for build in 
SUSE:SLE-12:GA
+# in OBS it cannot build for SLE_12 with unresolvable: nothing provides 
krb5-mini-devel.
+# See http://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
+# for the appropriate suse_version values:
+%if 0%{?suse_version} == 1110 || 0%{?suse_version} == 1315
 BuildRequires:  krb5-devel
+%else
+BuildRequires:  krb5-mini-devel
 %endif
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel




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



commit font-specimen for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package font-specimen for openSUSE:Factory 
checked in at 2014-11-15 11:41:54

Comparing /work/SRC/openSUSE:Factory/font-specimen (Old)
 and  /work/SRC/openSUSE:Factory/.font-specimen.new (New)


Package is font-specimen

Changes:

--- /work/SRC/openSUSE:Factory/font-specimen/font-specimen.changes  
2014-11-14 09:18:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.font-specimen.new/font-specimen.changes 
2014-11-15 12:15:13.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 13 11:41:58 UTC 2014 - pgaj...@suse.com
+
+- update to 20141113
+  * monochrome fonts: black absorbs gray color 
+on the pixel, not vice versa
+
+---

Old:

  font-specimen-20140711.tar.bz2

New:

  font-specimen-20141113.tar.bz2



Other differences:
--
++ font-specimen.spec ++
--- /var/tmp/diff_new_pack.kYdfHV/_old  2014-11-15 12:15:15.0 +0100
+++ /var/tmp/diff_new_pack.kYdfHV/_new  2014-11-15 12:15:15.0 +0100
@@ -18,7 +18,7 @@
 
 %define libmaj  0
 Name:   font-specimen
-Version:20140711
+Version:20141113
 Release:0
 Summary:Font Specimen Creator
 License:GPL-2.0+
@@ -48,7 +48,10 @@
 %package devel
 Summary:Development Files for libspecimen%{libmaj}
 Group:  Development/Libraries/C and C++
+Requires:   freetype-devel
+Requires:   harfbuzz-devel
 Requires:   libfont-specimen%{libmaj} = %{version}
+Requires:   libpng-devel
 
 %description devel
 Header and development files for font-specimen library.

++ font-specimen-20140711.tar.bz2 - font-specimen-20141113.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/font-specimen-20140711/ChangeLog 
new/font-specimen-20141113/ChangeLog
--- old/font-specimen-20140711/ChangeLog2014-11-07 11:02:12.0 
+0100
+++ new/font-specimen-20141113/ChangeLog2014-11-13 12:41:05.0 
+0100
@@ -1 +1,3 @@
+2014-11-13 monochrome fonts: black absorbs gray color 
+   on the pixel, not vice versa
 2014-07-11 font-specimen library created
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/font-specimen-20140711/Makefile 
new/font-specimen-20141113/Makefile
--- old/font-specimen-20140711/Makefile 2014-11-07 11:02:12.0 +0100
+++ new/font-specimen-20141113/Makefile 2014-11-13 12:41:05.0 +0100
@@ -19,7 +19,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, 
USA.
 
-VERSION = 20140711
+VERSION = 20141113
 LIBRARY_NAME= font-specimen
 LIBRARY_MAJOR= 0
 LIBRARY_VERSION  = 0.0.0
@@ -40,9 +40,9 @@
 UNICODE_SOURCES  = blocks-map.txt blocks.sh blocks.txt Blocks.txt Scripts.txt 
sentences.txt SOURCES UnicodeData.txt unicode.txt 
 UNICODE_SCRIPTS  = collections-map.sh collections.sh scripts-map.sh scripts.sh 
 unicode.sh
 
-font-specimen: font-specimen.c $(LIBRARY_FILE)
+font-specimen: font-specimen.c .libs/$(LIBRARY_FILE)
gcc -L.libs $(MYCFLAGS) $(CFLAGS) $(MYLDFLAGS) 
$(LDLAGS) -o font-specimen font-specimen.c -l$(LIBRARY_NAME)
-$(LIBRARY_FILE):   $(OBJS)
+.libs/$(LIBRARY_FILE): $(OBJS)
mkdir -p .libs
gcc $(MYCFLAGS) $(CFLAGS) -shared 
-Wl,-soname,${LIBRARY_LINK}.$(LIBRARY_MAJOR) -o .libs/$(LIBRARY_FILE) $(OBJS) 
$(MYLIBS)
ln -sf $(LIBRARY_FILE) .libs/$(LIBRARY_LINK)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/font-specimen-20140711/error.c 
new/font-specimen-20141113/error.c
--- old/font-specimen-20140711/error.c  2014-11-07 11:02:12.0 +0100
+++ new/font-specimen-20141113/error.c  2014-11-13 12:41:05.0 +0100
@@ -4,7 +4,12 @@
 
 int debug = 0;
 
-void error(const char *string)
+void set_debug(int on)
+{
+  debug = on;
+}
+
+void font_specimen_error(const char *string)
 {
   if (debug)
 fprintf(stderr, %s\n, string);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/font-specimen-20140711/error.h 
new/font-specimen-20141113/error.h
--- old/font-specimen-20140711/error.h  2014-11-07 11:02:12.0 +0100
+++ new/font-specimen-20141113/error.h  2014-11-13 12:41:05.0 +0100
@@ -20,6 +20,5 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, 
USA.
  */
 
-extern int debug;
-
-void error(const char *string);
+void set_debug(int on);
+void 

commit gnome-software for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2014-11-15 11:44:18

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


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2014-10-14 07:13:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2014-11-15 12:16:04.0 +0100
@@ -1,0 +2,6 @@
+Thu Oct 30 10:24:58 UTC 2014 - dims...@opensuse.org
+
+- Split libzypp-plugin-appdata out of gnome-software to be able to
+  easier maintain updates.
+
+---

Old:

  InstallAppdata.sh



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.Xr6k7r/_old  2014-11-15 12:16:06.0 +0100
+++ /var/tmp/diff_new_pack.Xr6k7r/_new  2014-11-15 12:16:06.0 +0100
@@ -25,7 +25,6 @@
 Group:  System/GUI/GNOME
 Url:https://wiki.gnome.org/Design/Apps/Software
 Source: 
http://download.gnome.org/sources/gnome-software/3.14/%{name}-%{version}.tar.xz
-Source1:InstallAppdata.sh
 # PATCH-FEATURE-OPENSUSE gnome-software-PK-updates.patch dims...@opensuse.org 
-- Switch to PackageKit Update provider instead of systemd offline updates.
 Patch0: gnome-software-PK-updates.patch
 # PATCH-FEATURE-OPENSUSE gnome-software-add-default-yast-appfolder.patch 
boo#897713 badshah...@gmail.com -- Adds a YaST app-folder by default, in 
addition to existing app-folders Sundry and Utilities
@@ -35,7 +34,7 @@
 BuildRequires:  intltool = 0.35.0
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(appstream-glib) = 0.2.4
+BuildRequires:  pkgconfig(appstream-glib) = 0.2.6
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) = 3.11.5
@@ -52,22 +51,6 @@
 AppStore like management of Applications for your GNOME Desktop.
 
 %lang_package
-%package -n libzypp-plugin-appdata
-Version:1.0
-Release:0
-Summary:Extend libzypp to handle AppStream metadata
-Group:  System/Libraries
-BuildArch:  noarch
-Requires:   appstream-glib = 0.2.4
-# appdata hook was introduced in libzypp 14.29.4
-Requires:   libzypp = 14.29.4
-
-%description -n libzypp-plugin-appdata
-This plugin extends libzypp to install AppStream metadata, as extracted from 
the
-repository metadata, onto the file system in order to be picked up by
-software centers.
-
-At this moment, gnome-software is the only known implementation making use of 
it.
 
 %prep
 %setup -q
@@ -84,8 +67,6 @@
 %install
 %make_install
 find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
-# Install AppData zypp plugin
-install -Dm 0755 %{S:1} 
%{buildroot}%{_prefix}/lib/zypp/plugins/appdata/$(basename %{S:1})
 #suse_update_desktop_file gnome-software
 %find_lang %{name}
 
@@ -122,14 +103,6 @@
 #{_libexecdir}/gnome-software-service
 %{_mandir}/man1/%{name}.1%{?ext_man}
 %{_sysconfdir}/xdg/autostart/gnome-software-service.desktop
-# zypp plugin triggering AppData update on repo refresh
-%dir %{_prefix}/lib/zypp
-%dir %{_prefix}/lib/zypp/plugins
-%dir %{_prefix}/lib/zypp/plugins/appdata/
-
-%files -n libzypp-plugin-appdata
-%defattr(-,root,root)
-%{_prefix}/lib/zypp/plugins/appdata/InstallAppdata.sh
 
 %files lang -f %{name}.lang
 

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



commit gst-rtsp-server for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package gst-rtsp-server for openSUSE:Factory 
checked in at 2014-11-15 11:41:58

Comparing /work/SRC/openSUSE:Factory/gst-rtsp-server (Old)
 and  /work/SRC/openSUSE:Factory/.gst-rtsp-server.new (New)


Package is gst-rtsp-server

Changes:

--- /work/SRC/openSUSE:Factory/gst-rtsp-server/gst-rtsp-server.changes  
2014-09-17 17:24:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.gst-rtsp-server.new/gst-rtsp-server.changes 
2014-11-15 12:16:36.0 +0100
@@ -1,0 +2,13 @@
+Fri Nov 14 11:33:10 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.4.4:
+  + rtsp-client: mikey memory leaks (bgo#739383).
+- Changes from version 1.4.3:
+  + No changes.
+- Changes from version 1.4.2:
+  + rtsp-media: Make sure that sequence numbers are monotonic after
+pause (bgo#736017).
+  + rtsp-client: Protect saved clients watch with a mutex
+(bgo#735570).
+
+---

Old:

  gst-rtsp-server-1.4.1.tar.xz

New:

  gst-rtsp-server-1.4.4.tar.xz



Other differences:
--
++ gst-rtsp-server.spec ++
--- /var/tmp/diff_new_pack.kGe38a/_old  2014-11-15 12:16:37.0 +0100
+++ /var/tmp/diff_new_pack.kGe38a/_new  2014-11-15 12:16:37.0 +0100
@@ -17,15 +17,15 @@
 
 
 Name:   gst-rtsp-server
-Version:1.4.1
+Version:1.4.4
 Release:0
 Summary:GStreamer based RTSP server library
 License:LGPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://gstreamer.freedesktop.org/
 Source: 
http://gstreamer.freedesktop.org/src/gst-rtsp-server/%{name}-%{version}.tar.xz
-BuildRequires:  pkgconfig(gobject-introspection-1.0) = 1.31.1
 BuildRequires:  gstreamer-plugins-good = 1.4.0
+BuildRequires:  pkgconfig(gobject-introspection-1.0) = 1.31.1
 BuildRequires:  pkgconfig(gstreamer-1.0) = 1.4.0
 BuildRequires:  pkgconfig(gstreamer-plugins-bad-1.0) = 1.4.0
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) = 1.4.0
@@ -89,5 +89,4 @@
 %{_libdir}/libgstrtspserver-1.0.so
 %{_libdir}/pkgconfig/gstreamer-rtsp-server-1.0.pc
 
-
 %changelog

++ gst-rtsp-server-1.4.1.tar.xz - gst-rtsp-server-1.4.4.tar.xz ++
 4749 lines of diff (skipped)

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



commit java-1_5_0-gcj-compat for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package java-1_5_0-gcj-compat for 
openSUSE:Factory checked in at 2014-11-15 11:44:27

Comparing /work/SRC/openSUSE:Factory/java-1_5_0-gcj-compat (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_5_0-gcj-compat.new (New)


Package is java-1_5_0-gcj-compat

Changes:

--- 
/work/SRC/openSUSE:Factory/java-1_5_0-gcj-compat/java-1_5_0-gcj-compat.changes  
2014-10-18 09:08:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_5_0-gcj-compat.new/java-1_5_0-gcj-compat.changes
 2014-11-15 12:17:24.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 04:59:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in post/postun scripts
+
+---



Other differences:
--
++ java-1_5_0-gcj-compat.spec ++
--- /var/tmp/diff_new_pack.Vh8yld/_old  2014-11-15 12:17:25.0 +0100
+++ /var/tmp/diff_new_pack.Vh8yld/_new  2014-11-15 12:17:25.0 +0100
@@ -238,16 +238,16 @@
 # little work-around if no version-less link to libgcj-x.y.z.jar does not exist
 if [ ! -e %{_javadir}/libgcj.jar ]  ls %{_javadir}/libgcj-[0-9]*.jar 
2/dev/null 2
 then
-  pushd %{_javadir}/ 1/dev/null
+  cd %{_javadir}
   for file in `ls libgcj-[0-9]*.jar`
   do
 LIBGCJ_NAME=$file
   done
-  popd 1/dev/null
+  cd - /dev/null
 else
   LIBGCJ_NAME=libgcj.jar
 fi
-pushd %{jvmjardir} 1/dev/null
+cd %{jvmjardir}
ln -sf %{_javadir}/$LIBGCJ_NAME jndi-%{version}.jar
ln -sf %{_javadir}/$LIBGCJ_NAME jndi-ldap-%{version}.jar
ln -sf %{_javadir}/$LIBGCJ_NAME jndi-cos-%{version}.jar
@@ -259,7 +259,7 @@
   ln -fs ${jar} $(echo $jar | sed s|-%{version}.jar|-%{javaver}.jar|g)
   ln -fs ${jar} $(echo $jar | sed s|-%{version}.jar|.jar|g)
done
-popd 1/dev/null
+cd - /dev/null
 
 %post devel
 %{_sbindir}/update-alternatives \
@@ -286,18 +286,18 @@
 # little work-around if no version-less link to libgcj-x.y.z.jar does not exist
 if [ ! -e %{_javadir}/libgcj-tool.sjar ]  ls %{_javadir}/libgcj-tools-*.jar 
2/dev/null 2
 then
-  pushd %{_javadir}/ 1/dev/null
+  cd %{_javadir}
   for file in `ls libgcj-tools-*.jar`
   do
 LIBGCJTOOLS_NAME=$file
   done
-  popd 1/dev/null
+  cd - /dev/null
 else
   LIBGCJTOOLS_NAME=libgcj-tools.jar
 fi
-pushd %{sdkjardir} 1/dev/null
+cd %{sdkjardir}
   ln -sf %{_javadir}/$LIBGCJTOOLS_NAME tools.jar
-popd 1/dev/null
+cd - /dev/null
 
 %postun
 if [ $1 -eq 0 ] ; then

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



commit kdump for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package kdump for openSUSE:Factory checked 
in at 2014-11-15 11:44:26

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


Package is kdump

Changes:

--- /work/SRC/openSUSE:Factory/kdump/kdump.changes  2014-09-28 
19:55:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdump.new/kdump.changes 2014-11-15 
12:17:54.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 05:26:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in post/postun scripts
+
+---



Other differences:
--
++ kdump.spec ++
--- /var/tmp/diff_new_pack.lfIRqe/_old  2014-11-15 12:17:55.0 +0100
+++ /var/tmp/diff_new_pack.lfIRqe/_new  2014-11-15 12:17:55.0 +0100
@@ -183,11 +183,11 @@
 change_permission=1
 fi
 %{fillup_and_insserv -n kdump boot.kdump}
-if (( $change_permission )) ; then
+if [ $change_permission = 1 ]; then
 chmod 0600 /etc/sysconfig/kdump
 fi
 # if /var/log/dump is empty, make it a symlink to /var/crash
-if test -d /var/log/dump  rmdir /var/log/dump /dev/null ||
+if test -d /var/log/dump  rmdir /var/log/dump /dev/null 21 ||
 ! test -d /var/log/dump ; then
 ln -snf /var/crash /var/log/dump
 fi
@@ -206,7 +206,7 @@
 # force regeneration of kdumprd
 touch /etc/sysconfig/kdump
 # delete symbolic link
-rm /var/log/dump /dev/null || true
+rm /var/log/dump /dev/null 21 || true
 %restart_on_update boot.kdump
 %insserv_cleanup
 %if 0%{?suse_version}  1220

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



commit librtas for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package librtas for openSUSE:Factory checked 
in at 2014-11-15 12:06:24

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


Package is librtas

Changes:

--- /work/SRC/openSUSE:Factory/librtas/librtas.changes  2014-09-10 
17:02:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.librtas.new/librtas.changes 2014-11-15 
12:19:34.0 +0100
@@ -1,0 +2,6 @@
+Wed Oct 29 12:08:14 UTC 2014 - jloe...@suse.com
+
+- version update to 1.3.13
+  see changelog for changes  
+
+---

Old:

  librtas-1.3.12.tar.gz

New:

  librtas-1.3.13.tar.gz



Other differences:
--
++ librtas.spec ++
--- /var/tmp/diff_new_pack.NtkpMd/_old  2014-11-15 12:19:35.0 +0100
+++ /var/tmp/diff_new_pack.NtkpMd/_new  2014-11-15 12:19:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   librtas
-Version:1.3.12
+Version:1.3.13
 Release:0
 Summary:Libraries to provide access to RTAS calls and RTAS events
 License:CPL-1.0

++ librtas-1.3.12.tar.gz - librtas-1.3.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/librtas-1.3.12/Changelog new/librtas-1.3.13/Changelog
--- old/librtas-1.3.12/Changelog2014-08-13 20:22:51.0 +0200
+++ new/librtas-1.3.13/Changelog2014-10-23 04:23:41.0 +0200
@@ -1,3 +1,72 @@
+Changelog for librtas-1.3.13
+===
+commit 1d54a4a346f9111e1326dfdec756fd78360add42
+Author: Nathan Fontenot nf...@linux.vnet.ibm.com
+Date:   Fri Oct 17 10:18:40 2014 -0400
+
+When we pass _hi and _lo 32bits of a 64bit value, we
+should convert the host endian value carefully.
+
+i.e,
+X_hi = htobe32(BITS32_HI(X))
+X_lo = htobe32(BITS32_LO(X))
+
+and not :
+X_hi = BITS32_HI(htobe64(X))
+
+NOTE: This patch is untested, but I believe this patch
+is good to have than the current faulty conversion.
+
+This patch fixes all such occurrences in librtas.
+
+Signed-off-by: Suzuki K. Poulose suz...@in.ibm.com
+
+commit e5541e1a5c83ce47cc492abcd7343d65763dcefe
+Author: Nathan Fontenot nf...@linux.vnet.ibm.com
+Date:   Fri Oct 17 10:17:28 2014 -0400
+
+Use rpm macros for standard paths
+
+Signed-off-by: Suzuki K. Poulose suz...@in.ibm.com
+
+commit 8ef7f827e28e3cd284f6be5686a987786be7502d
+Author: Nathan Fontenot nf...@linux.vnet.ibm.com
+Date:   Fri Oct 17 10:16:16 2014 -0400
+
+This patch fixes the conversion of args for paltform-dump call.
+platform dump passes 64bit values as, a pair of 32bit values.
+val_hi and val_lo. So when we convert a value 'X' to 32bit hi and lo
+values in BE, we should follow the below approach :
+
+X_hi = htobe32(BITS32_HI(X))
+X_lo = htobe32(BITS32_LO(X))
+
+and NOT
+X_tmp = htobe64(X);
+X_hi = BITS32_HI(X_tmp), X_lo = BITS32_LO(X_tmp)
+
+This patch has been tested with rtas_errd/extract_platdump to retrieve a
+dump from FSP.
+
+Signed-off-by: Suzuki K. Poulose suz...@in.ibm.com
+
+commit 52263814c46210b51e564748050299620726dfd1
+Author: Nathan Fontenot nf...@linux.vnet.ibm.com
+Date:   Fri Oct 17 10:12:54 2014 -0400
+
+Fix LE parsing of SRC/FRU events
+
+Signed-off-by: Thomas L Falcon tlfal...@linux.vnet.ibm.com
+Signed-off-by: Suzuki K. Poulose suz...@in.ibm.com
+
+commit ac0a91d2730740cd279d80ccd4c83b0a04827d1d
+Author: Nathan Fontenot nf...@linux.vnet.ibm.com
+Date:   Fri Oct 17 10:10:29 2014 -0400
+
+LE Support for SRC/FRU events
+
+Signed-off-by: Nathan Fontenot nf...@linux.vnet.ibm.com
+
 Changelog for librtas-1.3.12
 ===
 commit 1f045d8df135cfdc232a49f0992ab60913c0b043
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/librtas-1.3.12/librtas.spec.in 
new/librtas-1.3.13/librtas.spec.in
--- old/librtas-1.3.12/librtas.spec.in  2014-08-13 20:22:51.0 +0200
+++ new/librtas-1.3.13/librtas.spec.in  2014-10-23 04:23:41.0 +0200
@@ -1,5 +1,5 @@
 %define name librtas
-%define version 1.3.12
+%define version 1.3.13
 %define release 1
 Summary: Libraries to provide access to RTAS calls and RTAS events.
 Name: %{name}
@@ -34,36 +34,36 @@
 
 %files
 %defattr(-, root, root)
-/usr/share/doc/packages/%{name}/COPYRIGHT
-/usr/share/doc/packages/%{name}/README
-/usr/include/common.h
-/usr/include/librtas.h
-@LIB_DIR@/librtas.so.%{version}
-@LIB_DIR@/libofdt.so
-@LIB_DIR@/librtas.so
-@LIB_DIR@/librtasevent.so
-@LIB_DIR@/librtasevent.so.1

commit libkdumpfile for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package libkdumpfile for openSUSE:Factory 
checked in at 2014-11-15 11:41:56

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


Package is libkdumpfile

Changes:

--- /work/SRC/openSUSE:Factory/libkdumpfile/libkdumpfile.changes
2014-11-04 17:30:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkdumpfile.new/libkdumpfile.changes   
2014-11-15 12:19:06.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  7 13:39:17 UTC 2014 - ptesa...@suse.cz
+
+- upgrade to libkdumpfile-0.1.3
+  * Support of z/Architecture and S390 Dump file format.
+
+---

Old:

  libkdumpfile-0.1.2.tar.bz2

New:

  libkdumpfile-0.1.3.tar.bz2



Other differences:
--
++ libkdumpfile.spec ++
--- /var/tmp/diff_new_pack.LOqzda/_old  2014-11-15 12:19:07.0 +0100
+++ /var/tmp/diff_new_pack.LOqzda/_new  2014-11-15 12:19:07.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # Begin compatibility cruft
 #
 
@@ -32,7 +33,7 @@
 # End compatibility cruft
 
 Name:   libkdumpfile
-Version:0.1.2
+Version:0.1.3
 Release:0
 Summary:Kernel dump file access library
 License:LGPL-3.0+
@@ -103,3 +104,4 @@
 %{_libdir}/libkdumpfile.so
 %{_includedir}/kdumpfile.h
 
+%changelog

++ libkdumpfile-0.1.2.tar.bz2 - libkdumpfile-0.1.3.tar.bz2 ++
 1881 lines of diff (skipped)

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



commit linphone for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package linphone for openSUSE:Factory 
checked in at 2014-11-15 11:44:16

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


Package is linphone

Changes:

--- /work/SRC/openSUSE:Factory/linphone/linphone.changes2014-02-13 
15:01:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.linphone.new/linphone.changes   2014-11-15 
12:20:06.0 +0100
@@ -1,0 +2,37 @@
+Fri Aug 15 19:28:45 UTC 2014 - fi...@opensuse.org
+
+- Update to 3.7.0:
+  Application level improvements:
+* It is now possible to configure multiple proxy accounts with different 
+  transports (UDP, TCP, TLS)
+* can work with IPv6 and IPv4 simultaneously
+* User can choose video rendering method on Linux
+* Video HD formats support added, leveraging on multiple cores for 
encoding 
+  if available
+* Keyboard can be used for DTMF input
+* Faster and higly responsive UI thanks to fully asynchronous operation of 
+  the liblinphone.
+* Addon of opus codec
+* Possibility to specify a remote provisionning http URI for configuration
+* LDAP search integration for Linux and MacOSX
+* is-composing notification in chat area 
+
+  Liblinphone level improvements thanks to new belle-sip SIP stack:
+* multiple SIP transports simultaneously now allowed
+* IP dual stack: can use IPv6 and IPv4 simultaneously
+* fully asynchronous behavior: no more lengthly DNS or connections 
+* +sip.instance parameter (RFC5626)
+* alias parameter (RFC5923)
+* better management of network disconnections
+* SIP/TLS handled through lightweighted polarssl library (instead of 
+  openssl)
+* SIP transaction state machines improved (RFC6026)
+* Privacy API (RFC3323, RFC3325)
+* Full support of rich presence in (RFC4480)
+* Better handling of sips scheme in URIs.
+* Messaging: support of is-composing (RFC3994)
+* Call transfer fixes in error cases
+* Add API for managing SIP SUBSCRIBES/NOTIFY/PUBLISH (linphonecore/event.h)
+* bugfixes
+
+---

Old:

  linphone-3.6.1.tar.gz

New:

  linphone-3.7.0.tar.gz



Other differences:
--
++ linphone.spec ++
--- /var/tmp/diff_new_pack.CTKYRT/_old  2014-11-15 12:20:07.0 +0100
+++ /var/tmp/diff_new_pack.CTKYRT/_new  2014-11-15 12:20:07.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   linphone
-Version:3.6.1
+Version:3.7.0
 Release:0
 Summary:Web Phone
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.linphone.org
-Source0:
http://download.savannah.gnu.org/releases/linphone/3.6.x/sources/%{name}-%{version}.tar.gz
+Source0:
http://download.savannah.gnu.org/releases/linphone/3.7.x/sources/%{name}-%{version}.tar.gz
 Source1:%{name}-manual.tar.bz2
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
@@ -32,20 +32,18 @@
 BuildRequires:  libtool
 BuildRequires:  readline-devel
 BuildRequires:  pkgconfig(alsa)
-BuildRequires:  pkgconfig(gnutls)
+BuildRequires:  pkgconfig(belle-sip)
 BuildRequires:  pkgconfig(gtk+-2.0) = 2.18.0
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libosip2)
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libv4l2) = 0.8.4
-BuildRequires:  pkgconfig(libzrtpcpp) = 3.0
-BuildRequires:  pkgconfig(mediastreamer) = 2.9.0
-BuildRequires:  pkgconfig(ortp) = 0.22.0
+BuildRequires:  pkgconfig(libzrtpcpp) = 4.0
+BuildRequires:  pkgconfig(mediastreamer) = 2.10.0
+BuildRequires:  pkgconfig(ortp) = 0.23.0
 BuildRequires:  pkgconfig(speex)
 BuildRequires:  pkgconfig(sqlite3)
-# BuildRequires:  pkgconfig(libsrtp)
-# BuildRequires:  pkgconfig(libupnp)
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  translation-update-upstream
@@ -94,6 +92,8 @@
 
 %prep
 %setup -q
+# set tutorial path inside linphone in _datadir
+sed -e s|\$(datadir)/tutorials/linphone|\$(datadir)/linphone/tutorials| -i 
coreapi/help/Makefile.{in,am}
 
 %build
 %configure \
@@ -138,6 +138,7 @@
 %{_datadir}/sounds/linphone
 %{_libdir}/*.so.*
 %{_datadir}/linphone
+%exclude %{_datadir}/linphone/tutorials
 %{_datadir}/pixmaps/linphone
 %doc %{_mandir}/man1/*.*
 %{_datadir}/applications/linphone.desktop
@@ -150,5 +151,6 @@
 %{_includedir}/linphone
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
+%{_datadir}/linphone/tutorials
 
 %changelog

++ linphone-3.6.1.tar.gz - linphone-3.7.0.tar.gz ++
/work/SRC/openSUSE:Factory/linphone/linphone-3.6.1.tar.gz 
/work/SRC/openSUSE:Factory/.linphone.new/linphone-3.7.0.tar.gz differ: char 

commit powerpc-utils for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package powerpc-utils for openSUSE:Factory 
checked in at 2014-11-15 12:06:38

Comparing /work/SRC/openSUSE:Factory/powerpc-utils (Old)
 and  /work/SRC/openSUSE:Factory/.powerpc-utils.new (New)


Package is powerpc-utils

Changes:

--- /work/SRC/openSUSE:Factory/powerpc-utils/powerpc-utils.changes  
2014-09-29 12:40:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.powerpc-utils.new/powerpc-utils.changes 
2014-11-15 12:24:45.0 +0100
@@ -1,0 +2,8 @@
+Tue Oct 28 10:42:23 UTC 2014 - jloe...@suse.com
+
+- add a warning that confidential data may be collected via snap
+  (bnc#883174, CVE-2014-4040)
+- added patches:
+  * powerpc-utils.snap-confidential_config_files_warning.patch  
+
+---

New:

  powerpc-utils.snap-confidential_config_files_warning.patch



Other differences:
--
++ powerpc-utils.spec ++
--- /var/tmp/diff_new_pack.y2tOTn/_old  2014-11-15 12:24:46.0 +0100
+++ /var/tmp/diff_new_pack.y2tOTn/_new  2014-11-15 12:24:46.0 +0100
@@ -47,6 +47,7 @@
 Patch3: powerpc-utils.ofpathname.bootlist.patch
 Patch4: powerpc-utils-bug-886123_01-l2of_scsi.patch
 Patch5: powerpc-utils-bug-886123_02-of2l_scsi.patch
+Patch6: powerpc-utils.snap-confidential_config_files_warning.patch
 ExclusiveArch:  ppc ppc64 ppc64le
 
 %description
@@ -59,6 +60,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 %configure 

++ powerpc-utils.snap-confidential_config_files_warning.patch ++
Index: powerpc-utils-1.2.22/scripts/snap
===
--- powerpc-utils-1.2.22.orig/scripts/snap
+++ powerpc-utils-1.2.22/scripts/snap
@@ -432,4 +432,5 @@ else {
 system(rm -rf $outdir);
 
 print output written to $outfile\n;
+print WARNING: archive may contain confidential data and/or cleartext 
passwords!\n;
 exit 0;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit powertop for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package powertop for openSUSE:Factory 
checked in at 2014-11-15 11:44:29

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


Package is powertop

Changes:

--- /work/SRC/openSUSE:Factory/powertop/powertop.changes2014-07-16 
16:49:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.powertop.new/powertop.changes   2014-11-15 
12:24:46.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 22:25:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in post script
+
+---



Other differences:
--
++ powertop.spec ++
--- /var/tmp/diff_new_pack.p1wfW0/_old  2014-11-15 12:24:48.0 +0100
+++ /var/tmp/diff_new_pack.p1wfW0/_new  2014-11-15 12:24:48.0 +0100
@@ -63,7 +63,8 @@
 
 %post
 # Hack for powertop not to show warnings on first start
-touch 
%{_localstatedir}/cache/powertop/{saved_parameters.powertop,saved_results.powertop}
+touch %{_localstatedir}/cache/powertop/saved_parameters.powertop
+touch %{_localstatedir}/cache/powertop/saved_results.powertop
 
 %files -f %name.lang
 %defattr(-,root,root)

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



commit python-Babel for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package python-Babel for openSUSE:Factory 
checked in at 2014-11-15 11:40:56

Comparing /work/SRC/openSUSE:Factory/python-Babel (Old)
 and  /work/SRC/openSUSE:Factory/.python-Babel.new (New)


Package is python-Babel

Changes:

--- /work/SRC/openSUSE:Factory/python-Babel/python-Babel.changes
2014-08-16 15:38:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Babel.new/python-Babel.changes   
2014-11-15 12:25:02.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 17:11:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in pre script
+
+---



Other differences:
--
++ python-Babel.spec ++
--- /var/tmp/diff_new_pack.grdODv/_old  2014-11-15 12:25:03.0 +0100
+++ /var/tmp/diff_new_pack.grdODv/_new  2014-11-15 12:25:03.0 +0100
@@ -72,8 +72,7 @@
 %pre
 # Since /usr/bin/pybabel became ghosted to be used with update-alternatives, 
we have to get rid
 # of the old binary resulting from the non-update-alternativies-ified package:
-[[ ! -L %{_bindir}/pybabel ]]  rm -f %{_bindir}/pybabel
-exit 0
+[ -h %{_bindir}/pybabel ] || rm -f %{_bindir}/pybabel
 
 %post
 update-alternatives --install %{_bindir}/pybabel pybabel 
%{_bindir}/pybabel-%{py_ver} 20

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



commit python-Cython for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2014-11-15 11:40:55

Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and  /work/SRC/openSUSE:Factory/.python-Cython.new (New)


Package is python-Cython

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2014-09-18 07:12:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2014-11-15 12:25:06.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 22:57:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in pre script
+
+---



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.B7U5Sz/_old  2014-11-15 12:25:07.0 +0100
+++ /var/tmp/diff_new_pack.B7U5Sz/_new  2014-11-15 12:25:07.0 +0100
@@ -80,10 +80,9 @@
 %pre
 # Since /usr/bin/cython and /usr/bin/cygdb became ghosted to be used with 
update-alternatives, we have to get rid
 # of the old binary resulting from the non-update-alternativies-ified package:
-[[ ! -L %{_bindir}/cygdb ]]  rm -f %{_bindir}/cygdb
-[[ ! -L %{_bindir}/cythonize ]]  rm -f %{_bindir}/cythonize
-[[ ! -L %{_bindir}/cython ]]  rm -f %{_bindir}/cython
-exit 0
+[ -h %{_bindir}/cygdb ] || rm -f %{_bindir}/cygdb
+[ -h %{_bindir}/cythonize ] || rm -f %{_bindir}/cythonize
+[ -h %{_bindir}/cython ] || rm -f %{_bindir}/cython
 
 %post
 update-alternatives \

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



commit python-coverage for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package python-coverage for openSUSE:Factory 
checked in at 2014-11-15 11:40:54

Comparing /work/SRC/openSUSE:Factory/python-coverage (Old)
 and  /work/SRC/openSUSE:Factory/.python-coverage.new (New)


Package is python-coverage

Changes:

--- /work/SRC/openSUSE:Factory/python-coverage/python-coverage.changes  
2014-05-10 08:32:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-coverage.new/python-coverage.changes 
2014-11-15 12:25:25.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 23:03:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in pre script
+
+---



Other differences:
--
++ python-coverage.spec ++
--- /var/tmp/diff_new_pack.sg8gFv/_old  2014-11-15 12:25:26.0 +0100
+++ /var/tmp/diff_new_pack.sg8gFv/_new  2014-11-15 12:25:26.0 +0100
@@ -66,8 +66,7 @@
 %pre
 # Since /usr/bin/coverage became ghosted to be used with update-alternatives, 
we have
 # to get rid of the old binary resulting from the 
non-update-alternativies-ified package:
-[[ ! -L %{_bindir}/coverage ]]  rm -f %{_bindir}/coverage
-exit 0
+[ -h %{_bindir}/coverage ] || rm -f %{_bindir}/coverage
 
 %post
 update-alternatives \

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



commit python-mutagen for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package python-mutagen for openSUSE:Factory 
checked in at 2014-11-15 11:40:57

Comparing /work/SRC/openSUSE:Factory/python-mutagen (Old)
 and  /work/SRC/openSUSE:Factory/.python-mutagen.new (New)


Package is python-mutagen

Changes:

--- /work/SRC/openSUSE:Factory/python-mutagen/python-mutagen.changes
2013-10-17 17:45:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-mutagen.new/python-mutagen.changes   
2014-11-15 12:25:51.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 20:48:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in pre script
+
+---



Other differences:
--
++ python-mutagen.spec ++
--- /var/tmp/diff_new_pack.T6RD5u/_old  2014-11-15 12:25:52.0 +0100
+++ /var/tmp/diff_new_pack.T6RD5u/_new  2014-11-15 12:25:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mutagen
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -77,18 +77,16 @@
 %pre
 # Since binaries became ghosted to be used with update-alternatives, we have 
to get rid
 # of the old binary resulting from the non-update-alternativies-ified package:
-[[ ! -L %{_bindir}/mid3iconv ]]  rm -f %{_bindir}/mid3iconv
-[[ ! -L %{_bindir}/mid3v2 ]]  rm -f %{_bindir}/mid3v2  
-[[ ! -L %{_bindir}/moggsplit ]]  rm -f %{_bindir}/moggsplit
-[[ ! -L %{_bindir}/mutagen-inspect ]]  rm -f %{_bindir}/mutagen-inspect
-[[ ! -L %{_bindir}/mutagen-pony ]]  rm -f %{_bindir}/mutagen-pony
-[[ ! -L %{_mandir}/man1/mid3iconv.1.gz ]]  rm -f 
%{_mandir}/man1/mid3iconv.1.gz
-[[ ! -L %{_mandir}/man1/mid3v2.1.gz ]]  rm -f %{_mandir}/man1/mid3v2.1.gz
-[[ ! -L %{_mandir}/man1/moggsplit.1.gz ]]  rm -f 
%{_mandir}/man1/moggsplit.1.gz
-[[ ! -L %{_mandir}/man1/mutagen-inspect.1.gz ]]  rm -f 
%{_mandir}/man1/mutagen-inspect.1.gz
-[[ ! -L %{_mandir}/man1/mutagen-pony.1.gz ]]  rm -f 
%{_mandir}/man1/mutagen-pony.1.gz
-
-exit 0
+[ -h %{_bindir}/mid3iconv ] || rm -f %{_bindir}/mid3iconv
+[ -h %{_bindir}/mid3v2 ] || rm -f %{_bindir}/mid3v2
+[ -h %{_bindir}/moggsplit ] || rm -f %{_bindir}/moggsplit
+[ -h %{_bindir}/mutagen-inspect ] || rm -f %{_bindir}/mutagen-inspect
+[ -h %{_bindir}/mutagen-pony ] || rm -f %{_bindir}/mutagen-pony
+[ -h %{_mandir}/man1/mid3iconv.1.gz ] || rm -f %{_mandir}/man1/mid3iconv.1.gz
+[ -h %{_mandir}/man1/mid3v2.1.gz ] || rm -f %{_mandir}/man1/mid3v2.1.gz
+[ -h %{_mandir}/man1/moggsplit.1.gz ] || rm -f %{_mandir}/man1/moggsplit.1.gz
+[ -h %{_mandir}/man1/mutagen-inspect.1.gz ] || rm -f 
%{_mandir}/man1/mutagen-inspect.1.gz
+[ -h %{_mandir}/man1/mutagen-pony.1.gz ] || rm -f 
%{_mandir}/man1/mutagen-pony.1.gz
 
 %post
 update-alternatives \

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



commit python-pytest for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package python-pytest for openSUSE:Factory 
checked in at 2014-11-15 11:41:01

Comparing /work/SRC/openSUSE:Factory/python-pytest (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest.new (New)


Package is python-pytest

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest/python-pytest.changes  
2014-10-09 12:52:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytest.new/python-pytest.changes 
2014-11-15 12:26:09.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 20:29:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in pre script
+
+---



Other differences:
--
++ python-pytest.spec ++
--- /var/tmp/diff_new_pack.KSQ3ij/_old  2014-11-15 12:26:10.0 +0100
+++ /var/tmp/diff_new_pack.KSQ3ij/_new  2014-11-15 12:26:10.0 +0100
@@ -84,8 +84,7 @@
 # Since /usr/bin/py.test became ghosted to be used
 # with update-alternatives, we have to get rid of the old binary resulting 
from the
 # non-update-alternativies-ified package:
-[[ ! -L %{_bindir}/py.test ]]  rm -f %{_bindir}/py.test
-exit 0
+[ -h %{_bindir}/py.test ] || rm -f %{_bindir}/py.test
 
 %post
 update-alternatives \

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



commit python-rdflib for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package python-rdflib for openSUSE:Factory 
checked in at 2014-11-15 11:40:44

Comparing /work/SRC/openSUSE:Factory/python-rdflib (Old)
 and  /work/SRC/openSUSE:Factory/.python-rdflib.new (New)


Package is python-rdflib

Changes:

--- /work/SRC/openSUSE:Factory/python-rdflib/python-rdflib.changes  
2014-09-12 11:19:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-rdflib.new/python-rdflib.changes 
2014-11-15 12:26:14.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 20:27:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in pre script
+
+---



Other differences:
--
++ python-rdflib.spec ++
--- /var/tmp/diff_new_pack.vjzpGK/_old  2014-11-15 12:26:15.0 +0100
+++ /var/tmp/diff_new_pack.vjzpGK/_new  2014-11-15 12:26:15.0 +0100
@@ -91,12 +91,11 @@
 %pre
 # Since /usr/bin/* became ghosted to be used with update-alternatives, we have 
to get rid
 # of the old binary resulting from the non-update-alternativies-ified package:
-[[ ! -L %{_bindir}/csv2rdf ]]  rm -f %{_bindir}/csv2rdf
-[[ ! -L %{_bindir}/rdf2dot ]]  rm -f %{_bindir}/rdf2dot
-[[ ! -L %{_bindir}/rdfgraphisomorphism ]]  rm -f 
%{_bindir}/rdfgraphisomorphism
-[[ ! -L %{_bindir}/rdfpipe ]]  rm -f %{_bindir}/rdfpipe
-[[ ! -L %{_bindir}/rdfs2dot ]]  rm -f %{_bindir}/rdfs2dot
-exit 0
+[ -h %{_bindir}/csv2rdf ] || rm -f %{_bindir}/csv2rdf
+[ -h %{_bindir}/rdf2dot ] || rm -f %{_bindir}/rdf2dot
+[ -h %{_bindir}/rdfgraphisomorphism ] || rm -f %{_bindir}/rdfgraphisomorphism
+[ -h %{_bindir}/rdfpipe ] || rm -f %{_bindir}/rdfpipe
+[ -h %{_bindir}/rdfs2dot ] || rm -f %{_bindir}/rdfs2dot
 
 %post
 update-alternatives \

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



commit python-stevedore for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package python-stevedore for 
openSUSE:Factory checked in at 2014-11-15 11:41:57

Comparing /work/SRC/openSUSE:Factory/python-stevedore (Old)
 and  /work/SRC/openSUSE:Factory/.python-stevedore.new (New)


Package is python-stevedore

Changes:

--- /work/SRC/openSUSE:Factory/python-stevedore/python-stevedore.changes
2014-09-24 13:10:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-stevedore.new/python-stevedore.changes   
2014-11-15 12:26:21.0 +0100
@@ -1,0 +2,10 @@
+Tue Oct 28 09:09:50 UTC 2014 - dmuel...@suse.com
+
+- update to 1.1.0:
+  * Add pbr to dependency list
+  * Updated from global requirements
+  * Add more detail to the README
+  * Migrate tox to use testr
+  * Update repository location in docs
+
+---

Old:

  stevedore-1.0.0.tar.gz

New:

  stevedore-1.1.0.tar.gz



Other differences:
--
++ python-stevedore.spec ++
--- /var/tmp/diff_new_pack.LHsNYc/_old  2014-11-15 12:26:22.0 +0100
+++ /var/tmp/diff_new_pack.LHsNYc/_new  2014-11-15 12:26:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-stevedore
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:Manage dynamic plugins for Python applications
 License:Apache-2.0

++ stevedore-1.0.0.tar.gz - stevedore-1.1.0.tar.gz ++
 1721 lines of diff (skipped)

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



commit python-pytz for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package python-pytz for openSUSE:Factory 
checked in at 2014-11-15 11:40:58

Comparing /work/SRC/openSUSE:Factory/python-pytz (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytz.new (New)


Package is python-pytz

Changes:

--- /work/SRC/openSUSE:Factory/python-pytz/python-pytz.changes  2014-08-13 
17:08:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytz.new/python-pytz.changes 
2014-11-15 12:26:11.0 +0100
@@ -1,0 +2,13 @@
+Thu Nov 13 12:17:35 UTC 2014 - apla...@suse.com
+
+- Use system tz database instead pytz one
+  + Add system_zoneinfo.patch
+  + Add timezone requirement
+
+---
+Tue Nov 11 11:47:38 UTC 2014 - idon...@suse.com
+
+- Update to pytz 2014.9
+  + Database updated to 2014i
+
+---

Old:

  pytz-2014.4.tar.bz2

New:

  pytz-2014.9.tar.bz2
  system_zoneinfo.patch



Other differences:
--
++ python-pytz.spec ++
--- /var/tmp/diff_new_pack.zOgJkq/_old  2014-11-15 12:26:12.0 +0100
+++ /var/tmp/diff_new_pack.zOgJkq/_new  2014-11-15 12:26:12.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-pytz
-Version:2014.4
+Version:2014.9
 Release:0
 Summary:World timezone definitions, modern and historical
 License:MIT
@@ -26,9 +26,14 @@
 Source: 
http://pypi.python.org/packages/source/p/pytz/pytz-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM fix-tests.patch -- Remote tests which are known to be 
broken
 Patch0: fix-tests.patch
+# PATCH-FEATURE-OPENSUSE -- Use system tz database (Olson database)
+Patch1: system_zoneinfo.patch
+Requires:   timezone
 BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-nose
+# Tests will use this package
+BuildRequires:  timezone
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
@@ -53,6 +58,8 @@
 %setup -q -n pytz-%{version}
 # Disable test which is not working (and documented so)
 %patch0 -p1
+# Use system tz database
+%patch1 -p1
 # For rpmlint warning: remove shebang from python library:
 sed -i '/^#!/d' ./pytz/tzfile.py
 
@@ -61,6 +68,8 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# Remove the pytz zoneinfo
+rm -fr %{buildroot}%{python_sitelib}/pytz/zoneinfo
 %fdupes %{buildroot}%{python_sitelib}
 
 %check

++ pytz-2014.4.tar.bz2 - pytz-2014.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2014.4/PKG-INFO new/pytz-2014.9/PKG-INFO
--- old/pytz-2014.4/PKG-INFO2014-06-02 14:47:30.0 +0200
+++ new/pytz-2014.9/PKG-INFO2014-11-03 11:45:31.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytz
-Version: 2014.4
+Version: 2014.9
 Summary: World timezone definitions, modern and historical
 Home-page: http://pythonhosted.org/pytz
 Author: Stuart Bishop
@@ -152,7 +152,7 @@
  au_tz = timezone('Australia/Sydney')
  au_dt = au_tz.normalize(utc_dt.astimezone(au_tz))
  au_dt.strftime(fmt)
-'2006-03-27 08:34:59 EST+1100'
+'2006-03-27 08:34:59 AEDT+1100'
  utc_dt2 = utc.normalize(au_dt.astimezone(utc))
  utc_dt2.strftime(fmt)
 '2006-03-26 21:34:59 UTC+'
@@ -168,7 +168,7 @@
  au_tz = timezone('Australia/Sydney')
  au_dt = au_tz.normalize(utc_dt.astimezone(au_tz))
  au_dt.strftime(fmt)
-'2006-03-27 08:34:59 EST+1100'
+'2006-03-27 08:34:59 AEDT+1100'
  utc_dt2 = au_dt.astimezone(utc)
  utc_dt2.strftime(fmt)
 '2006-03-26 21:34:59 UTC+'
@@ -351,30 +351,36 @@
  isinstance(pytz.NonExistentTimeError(), pytz.InvalidTimeError)
 True
 
-Although ``localize()`` handles many cases, it is still not possible
-to handle all. In cases where countries change their timezone 
definitions,
-cases like the end-of-daylight-saving-time occur with no way of 
resolving
-the ambiguity. For example, in 1915 Warsaw switched from Warsaw time to
-Central European time. So at the stroke of midnight on August 5th 1915
-the clocks were wound back 24 minutes creating an ambiguous time period
-that cannot be specified without referring to the timezone abbreviation
-or the actual UTC offset. In this case midnight happened twice, neither
-time during a daylight saving time period:
+
+A special case is where 

commit python3-coverage for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package python3-coverage for 
openSUSE:Factory checked in at 2014-11-15 11:40:51

Comparing /work/SRC/openSUSE:Factory/python3-coverage (Old)
 and  /work/SRC/openSUSE:Factory/.python3-coverage.new (New)


Package is python3-coverage

Changes:

--- /work/SRC/openSUSE:Factory/python3-coverage/python3-coverage.changes
2014-05-09 06:58:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-coverage.new/python3-coverage.changes   
2014-11-15 12:26:41.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 23:16:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in pre script
+
+---



Other differences:
--
++ python3-coverage.spec ++
--- /var/tmp/diff_new_pack.bUoIpv/_old  2014-11-15 12:26:42.0 +0100
+++ /var/tmp/diff_new_pack.bUoIpv/_new  2014-11-15 12:26:42.0 +0100
@@ -55,8 +55,7 @@
 %pre
 # Since /usr/bin/coverage became ghosted to be used with update-alternatives, 
we have
 # to get rid of the old binary resulting from the 
non-update-alternativies-ified package:
-[[ ! -L %{_bindir}/coverage ]]  rm -f %{_bindir}/coverage
-exit 0
+[ -h %{_bindir}/coverage ] | rm -f %{_bindir}/coverage
 
 %post
 update-alternatives \

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



commit python3-pip for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package python3-pip for openSUSE:Factory 
checked in at 2014-11-15 11:41:45

Comparing /work/SRC/openSUSE:Factory/python3-pip (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pip.new (New)


Package is python3-pip

Changes:

--- /work/SRC/openSUSE:Factory/python3-pip/python3-pip.changes  2014-07-10 
09:30:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pip.new/python3-pip.changes 
2014-11-15 12:26:50.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 21:35:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in pre script
+
+---



Other differences:
--
++ python3-pip.spec ++
--- /var/tmp/diff_new_pack.mrR29K/_old  2014-11-15 12:26:52.0 +0100
+++ /var/tmp/diff_new_pack.mrR29K/_new  2014-11-15 12:26:52.0 +0100
@@ -71,8 +71,7 @@
 %pre
 # Since /usr/bin/pip became ghosted to be used with update-alternatives, we 
have to get rid
 # of the old binary resulting from the non-update-alternativies-ified package:
-[[ ! -L %{_bindir}/pip ]]  rm -f %{_bindir}/pip
-exit 0
+[ -h %{_bindir}/pip ] || rm -f %{_bindir}/pip
 
 %post
 update-alternatives --install %{_bindir}/pip pip %{_bindir}/pip%{py3_ver} 30

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



commit rubygem-diff-lcs for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-diff-lcs for 
openSUSE:Factory checked in at 2014-11-15 11:40:45

Comparing /work/SRC/openSUSE:Factory/rubygem-diff-lcs (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-diff-lcs.new (New)


Package is rubygem-diff-lcs

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-diff-lcs/rubygem-diff-lcs.changes
2013-11-24 18:12:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-diff-lcs.new/rubygem-diff-lcs.changes   
2014-11-15 12:27:32.0 +0100
@@ -1,0 +2,13 @@
+Mon Nov 10 12:31:22 UTC 2014 - tboer...@suse.com
+
+- Renamed fix-interpreter.diff to fix-interpreter.patch
+- Added gem2rpm.yml
+  - Fixed license list
+  - Added patch again
+
+---
+Mon Nov 10 11:11:09 UTC 2014 - tboer...@suse.com
+
+- Added new ruby macros with gem2rpm
+
+---

Old:

  fix-interpreter.diff

New:

  fix-interpreter.patch
  gem2rpm.yml



Other differences:
--
++ rubygem-diff-lcs.spec ++
--- /var/tmp/diff_new_pack.uiOwyv/_old  2014-11-15 12:27:33.0 +0100
+++ /var/tmp/diff_new_pack.uiOwyv/_new  2014-11-15 12:27:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-diff-lcs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,23 +16,33 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-diff-lcs
 Version:1.2.5
 Release:0
 %define mod_name diff-lcs
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
-BuildRequires:  rubygem(rdoc)  3.10
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
+BuildRequires:  update-alternatives
 Url:http://diff-lcs.rubyforge.org/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Patch1: fix-interpreter.diff
+Source1:gem2rpm.yml
+# MANUAL
+Patch0: fix-interpreter.patch
+# /MANUAL
 Summary:Diff::LCS computes the difference between two Enumerable 
sequences
-License:GPL-2.0+ or Ruby
+License:MIT and Artistic-2.0 and GPL-2.0
 Group:  Development/Languages/Ruby
-%define mod_branch -1.2.4
-%define mod_weight 1
 PreReq: update-alternatives
 
 %description
@@ -47,69 +57,19 @@
 ({rubinius/rubinius#2268}[https://github.com/rubinius/rubinius/issues/2268]).
 We are happy to report that this issue has been resolved.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-# MANUAL
 %gem_unpack
-%patch1 -p1
+%patch0 -p1
 %gem_build
 
 %build
 
 %install
-%gem_install -f
-mv %{buildroot}%{_bindir}/htmldiff{,%{mod_branch}}
-ln -s htmldiff%{mod_branch} %{buildroot}%{_bindir}/htmldiff
-mv %{buildroot}%{_bindir}/ldiff{,%{mod_branch}}
-ln -s ldiff%{mod_branch} %{buildroot}%{_bindir}/ldiff
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/htmldiff htmldiff %{_bindir}/htmldiff%{mod_branch} %{mod_weight}
-/usr/sbin/update-alternatives --install \
-%{_bindir}/ldiff ldiff %{_bindir}/ldiff%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove htmldiff 
%{_bindir}/htmldiff%{mod_branch}
-fi
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove ldiff %{_bindir}/ldiff%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_bindir}/htmldiff%{mod_branch}
-%ghost %{_bindir}/htmldiff
-%{_bindir}/ldiff%{mod_branch}
-%ghost %{_bindir}/ldiff
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc

commit rubygem-pg for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pg for openSUSE:Factory 
checked in at 2014-11-15 11:41:50

Comparing /work/SRC/openSUSE:Factory/rubygem-pg (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pg.new (New)


Package is rubygem-pg

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pg/rubygem-pg.changes2014-08-03 
15:36:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pg.new/rubygem-pg.changes   
2014-11-15 12:27:49.0 +0100
@@ -1,0 +2,20 @@
+Thu Nov 13 11:54:35 UTC 2014 - dmuel...@suse.com
+
+- add rubygem-pg-0.17.1_shebang.patch 
+
+---
+Wed Nov 12 13:42:20 UTC 2014 - tboer...@suse.com
+
+- Added rubygem-pg-rpmlintrc to sources list
+
+---
+Wed Nov 12 13:40:10 UTC 2014 - tboer...@suse.com
+
+- Fixed licenses related to the upstream source code
+
+---
+Mon Nov 10 12:55:42 UTC 2014 - tboer...@suse.com
+
+- Added new ruby macros
+
+---

New:

  gem2rpm.yml
  rubygem-pg-0.17.1_shebang.patch



Other differences:
--
++ rubygem-pg.spec ++
--- /var/tmp/diff_new_pack.LUVAQL/_old  2014-11-15 12:27:50.0 +0100
+++ /var/tmp/diff_new_pack.LUVAQL/_new  2014-11-15 12:27:50.0 +0100
@@ -16,27 +16,37 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-pg
 Version:0.17.1
 Release:0
 %define mod_name pg
 %define mod_full_name %{mod_name}-%{version}
-
+# MANUAL
+BuildRequires:  openssl-devel
+BuildRequires:  postgresql-devel
+# /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
-Requires:   ruby = 1.8.7
-BuildRequires:  ruby = 1.8.7
-BuildRequires:  ruby-devel
-BuildRequires:  rubygem(rdoc)  3.10
+BuildRequires:  %{rubydevel = 1.8.7}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  ruby-macros = 5
 Url:https://bitbucket.org/ged/ruby-pg
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:rubygem-pg-rpmlintrc
-Summary:Pg is the Ruby interface to the PostgreSQL
-License:Ruby and PostgreSQL
-Group:  Development/Languages/Ruby
+Source2:gem2rpm.yml
 # MANUAL
-BuildRequires:  openssl-devel
-BuildRequires:  postgresql-devel
+Patch0: rubygem-pg-0.17.1_shebang.patch
+# /MANUAL
+Summary:Pg is the Ruby interface to the PostgreSQL RDBMS
+License:BSD-2-Clause and Ruby
+Group:  Development/Languages/Ruby
 
 %description
 Pg is the Ruby interface to the {PostgreSQL
@@ -54,58 +64,21 @@
 puts  %7d | %-16s | %s  %
 row.values_at('procpid', 'usename', 'current_query')
 end
-end
-
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
+end.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
+%gem_unpack
+%patch0 -p0
+%gem_build
 
 %build
 
 %install
-%gem_install -f
+%gem_install \
+  --doc-files=ChangeLog History.rdoc LICENSE README.rdoc \
+  -f
 %gem_cleanup
-# MANUAL
-rm 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/sample/test_binary_values.rb
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/ChangeLog 
%buildroot/%{_docdir}/%{name}/ChangeLog
-ln -s %{gem_base}/gems/%{mod_full_name}/History.rdoc 
%buildroot/%{_docdir}/%{name}/History.rdoc
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_extensions}/%{mod_full_name}
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite

commit sbc for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package sbc for openSUSE:Factory checked in 
at 2014-11-15 11:40:48

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


Package is sbc

Changes:

--- /work/SRC/openSUSE:Factory/sbc/sbc.changes  2013-01-04 11:38:37.0 
+0100
+++ /work/SRC/openSUSE:Factory/.sbc.new/sbc.changes 2014-11-15 
12:28:08.0 +0100
@@ -1,0 +2,12 @@
+Fri Nov  7 16:13:05 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Provide baselibs.conf
+- Update to version 1.3:
+  * Fix issue with frame length calculation for dual-channel mode.
+- Changes since 1.2:
+  * Add support for setup from A2DP configuration data.
+  * Add support for enabling high precision build.
+- Changes since 1.1:
+  * Add support for mSBC encoding and decoding functionality.
+
+---

Old:

  sbc-1.0.tar.bz2

New:

  baselibs.conf
  sbc-1.3.tar.xz



Other differences:
--
++ sbc.spec ++
--- /var/tmp/diff_new_pack.an3y4Z/_old  2014-11-15 12:28:09.0 +0100
+++ /var/tmp/diff_new_pack.an3y4Z/_new  2014-11-15 12:28:09.0 +0100
@@ -1,5 +1,7 @@
+#
 # spec file for package sbc
 #
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 B1 Systems GmbH, Vohburg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -11,35 +13,42 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# norootforbuild
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 %define sonum 1
 
 Name:   sbc
-Version:1.0
+Version:1.3
 Release:0
-License:GPL-2.0+
 Summary:Bluetooth Low-Complexity, Sub-Band Codec Utilities
-Url:http://www.kernel.org/pub/linux/bluetooth
+License:GPL-2.0+
 Group:  Hardware/Mobile
-Source: 
http://www.kernel.org/pub/linux/bluetooth/sbc-%{version}.tar.bz2
-BuildRequires:  libsndfile-devel pkg-config
+Url:http://www.kernel.org/pub/linux/bluetooth
+Source: 
https://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
+BuildRequires:  libsndfile-devel
+BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:on
 
 %description
 The package contains utilities for using the SBC codec.
 
 %package -n libsbc%{sonum}
-License:LGPL-2.1+
 Summary:Bluetooth Low-Complexity, Sub-Band Codec Library
+License:LGPL-2.1+
+Group:  Hardware/Mobile
+
 %description -n libsbc%{sonum}
 The package contains libraries for using the SBC codec.
 
 %package devel
 Summary:Development files for libsbc%{sonum}
+License:GPL-2.0+
 Group:  Development/Sources
 Requires:   libsbc%{sonum} = %{version}
+
 %description devel
 Development files for the SBC library
 
@@ -48,7 +57,7 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

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



commit suitesparse for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package suitesparse for openSUSE:Factory 
checked in at 2014-11-15 11:44:30

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


Package is suitesparse

Changes:

--- /work/SRC/openSUSE:Factory/suitesparse/suitesparse.changes  2014-10-29 
21:08:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.suitesparse.new/suitesparse.changes 
2014-11-15 12:28:54.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 10 06:30:46 UTC 2014 - f...@grueninger.de
+
+- Update to version 4.4.1
+  + Minor update:  two bug fixes (affecting Windows only) for
+CHOLMOD and KLU
+
+---

Old:

  SuiteSparse-4.4.0.tar.gz

New:

  SuiteSparse-4.4.1.tar.gz



Other differences:
--
++ suitesparse.spec ++
--- /var/tmp/diff_new_pack.0sGKKO/_old  2014-11-15 12:28:55.0 +0100
+++ /var/tmp/diff_new_pack.0sGKKO/_new  2014-11-15 12:28:55.0 +0100
@@ -20,7 +20,7 @@
 Summary:A collection of sparse matrix libraries
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Development/Libraries
-Version:4.4.0
+Version:4.4.1
 Release:0
 Url:http://www.cise.ufl.edu/research/sparse/SuiteSparse
 Source: SuiteSparse-%{version}.tar.gz
@@ -42,14 +42,14 @@
 %define ccolamdso   2_9_1
 %define colamdver   2.9.1
 %define colamdso2_9_1
-%define cholmodver  3.0.2
-%define cholmodso   3_0_2
+%define cholmodver  3.0.3
+%define cholmodso   3_0_3
 %define csparsever  3.1.4
 %define csparseso   3_1_4
 %define cxsparsever 3.1.4
 %define cxsparseso  3_1_4
-%define kluver  1.3.1
-%define kluso   1_3_1
+%define kluver  1.3.2
+%define kluso   1_3_2
 %define ldlver  2.2.1
 %define ldlso   2_2_1
 %define rbiover 2.2.1
@@ -60,8 +60,8 @@
 %define umfpackso   5_7_1
 # Your need define even it's just the same as main package
 # or the %%build loop will override %%version with umfpack's version.
-%define configver   4.4.0
-%define configso4_4_0
+%define configver   4.4.1
+%define configso4_4_1
 %define amdlib  libamd-%{amdso}
 %define btflib  libbtf-%{btfso}
 %define camdlib libcamd-%{camdso}

++ SuiteSparse-4.4.0.tar.gz - SuiteSparse-4.4.1.tar.gz ++
/work/SRC/openSUSE:Factory/suitesparse/SuiteSparse-4.4.0.tar.gz 
/work/SRC/openSUSE:Factory/.suitesparse.new/SuiteSparse-4.4.1.tar.gz differ: 
char 5, line 1

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



commit sudo for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package sudo for openSUSE:Factory checked in 
at 2014-11-15 11:44:23

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


Package is sudo

Changes:

--- /work/SRC/openSUSE:Factory/sudo/sudo.changes2014-10-29 
21:08:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.sudo.new/sudo.changes   2014-11-15 
12:28:51.0 +0100
@@ -1,0 +2,9 @@
+Thu Nov  6 12:35:03 UTC 2014 - fst...@suse.com
+
+- update to 1.8.11p2
+  * Fixed a bug where dynamic shared objects loaded from a plugin
+could use the hooked version of getenv() but not the hooked
+versions of putenv(), setenv() or unsetenv().  This can cause
+problems for PAM modules that use those functions.
+
+---

Old:

  sudo-1.8.11p1.tar.gz

New:

  sudo-1.8.11p2.tar.gz



Other differences:
--
++ sudo.spec ++
--- /var/tmp/diff_new_pack.BU2CXz/_old  2014-11-15 12:28:53.0 +0100
+++ /var/tmp/diff_new_pack.BU2CXz/_new  2014-11-15 12:28:53.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   sudo
-Version:1.8.11p1
+Version:1.8.11p2
 Release:0
 Summary:Execute some commands as root
 License:ISC

++ sudo-1.8.11p1.tar.gz - sudo-1.8.11p2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sudo-1.8.11p1/ChangeLog new/sudo-1.8.11p2/ChangeLog
--- old/sudo-1.8.11p1/ChangeLog 2014-10-08 04:29:28.0 +0200
+++ new/sudo-1.8.11p2/ChangeLog 2014-10-29 20:40:09.0 +0100
@@ -1,3 +1,16 @@
+2014-10-29  Todd C. Miller  todd.mil...@courtesan.com
+
+   * NEWS, configure, configure.ac:
+   Sudo 1.8.11p2
+   [caff4aedc61a]
+
+   * src/env_hooks.c:
+   Mark the putenv(), setenv() and unsetenv() symbols as global, not
+   hidden. Fixes a mismatch where a plugin (or its loaded dso) would
+   call setenv() to set a variables but be unable to find it later with
+   getenv().
+   [96127ac4bbb3]
+
 2014-10-07  Todd C. Miller  todd.mil...@courtesan.com
 
* NEWS:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sudo-1.8.11p1/NEWS new/sudo-1.8.11p2/NEWS
--- old/sudo-1.8.11p1/NEWS  2014-10-08 04:29:03.0 +0200
+++ new/sudo-1.8.11p2/NEWS  2014-10-29 22:56:21.0 +0100
@@ -1,3 +1,10 @@
+What's new in Sudo 1.8.11p2
+
+ * Fixed a bug where dynamic shared objects loaded from a plugin
+   could use the hooked version of getenv() but not the hooked
+   versions of putenv(), setenv() or unsetenv().  This can cause
+   problems for PAM modules that use those functions.
+
 What's new in Sudo 1.8.11p1
 
  * Fixed a compilation problem on some systems when the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sudo-1.8.11p1/configure new/sudo-1.8.11p2/configure
--- old/sudo-1.8.11p1/configure 2014-10-07 22:26:20.0 +0200
+++ new/sudo-1.8.11p2/configure 2014-10-29 22:56:21.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for sudo 1.8.11p1.
+# Generated by GNU Autoconf 2.69 for sudo 1.8.11p2.
 #
 # Report bugs to http://www.sudo.ws/bugs/.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='sudo'
 PACKAGE_TARNAME='sudo'
-PACKAGE_VERSION='1.8.11p1'
-PACKAGE_STRING='sudo 1.8.11p1'
+PACKAGE_VERSION='1.8.11p2'
+PACKAGE_STRING='sudo 1.8.11p2'
 PACKAGE_BUGREPORT='http://www.sudo.ws/bugs/'
 PACKAGE_URL=''
 
@@ -1507,7 +1507,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 sudo 1.8.11p1 to adapt to many kinds of systems.
+\`configure' configures sudo 1.8.11p2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1572,7 +1572,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of sudo 1.8.11p1:;;
+ short | recursive ) echo Configuration of sudo 1.8.11p2:;;
esac
   cat \_ACEOF
 
@@ -1807,7 +1807,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-sudo configure 1.8.11p1
+sudo configure 1.8.11p2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2516,7 +2516,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by sudo $as_me 1.8.11p1, which was
+It was created by sudo $as_me 1.8.11p2, which was
 generated 

commit wine for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2014-11-15 11:41:55

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


Package is wine

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2014-11-10 
17:28:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2014-11-15 
12:29:56.0 +0100
@@ -1,0 +2,10 @@
+Fri Nov 14 13:37:19 UTC 2014 - meiss...@suse.com
+
+- Updated to 1.7.31 development snapshot
+  - New version of the Gecko engine based on Firefox 34.
+  - Support for the Visual Studio 2013 version of the C/C++ runtimes.
+  - More font metrics support in DirectWrite.
+  - Some more Direct2D work.
+  - Various bug fixes.
+
+---

Old:

  wine-1.7.30.tar.bz2
  wine-1.7.30.tar.bz2.sign

New:

  wine-1.7.31.tar.bz2
  wine-1.7.31.tar.bz2.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.j9ThXe/_old  2014-11-15 12:29:57.0 +0100
+++ /var/tmp/diff_new_pack.j9ThXe/_new  2014-11-15 12:29:57.0 +0100
@@ -56,7 +56,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:1.7.30
+Version:1.7.31
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-1.7.30.tar.bz2 - wine-1.7.31.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.7.30.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.7.31.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 xorg-x11-server for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2014-11-15 11:44:33

Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-server.new (New)


Package is xorg-x11-server

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2014-10-31 12:33:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2014-11-15 12:30:39.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 10 00:50:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in post script
+
+---



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.14sHxl/_old  2014-11-15 12:30:40.0 +0100
+++ /var/tmp/diff_new_pack.14sHxl/_new  2014-11-15 12:30:40.0 +0100
@@ -380,7 +380,7 @@
   echo xorg.conf exists and xorg.conf.sle11 does not
   if grep -q SaX generated X11 config file etc/X11/xorg.conf; then
 echo move SaX generated xorg.conf to xorg.conf.sle11
-mv etc/X11/xorg.conf{,.sle11}
+mv etc/X11/xorg.conf etc/X11/xorg.conf.sle11
 # remove dangling link (bnc#879360, comment#15)
 rm -f etc/X11/XF86Config
 # prevent %postun of NVIDIA/fglrx driver packages from restoring xorg.conf

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



commit yast2-firewall for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-firewall for openSUSE:Factory 
checked in at 2014-11-15 11:41:00

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


Package is yast2-firewall

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firewall/yast2-firewall.changes
2013-11-30 17:40:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firewall.new/yast2-firewall.changes   
2014-11-15 12:30:50.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 10 14:26:46 UTC 2014 - jreidin...@suse.com
+
+- fix breakage of progress in autoinstallation (bnc#845826)
+- 3.1.2
+
+---

Old:

  yast2-firewall-3.1.1.tar.bz2

New:

  yast2-firewall-3.1.2.tar.bz2



Other differences:
--
++ yast2-firewall.spec ++
--- /var/tmp/diff_new_pack.YSeaLq/_old  2014-11-15 12:30:50.0 +0100
+++ /var/tmp/diff_new_pack.YSeaLq/_new  2014-11-15 12:30:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firewall
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,7 +17,7 @@
 
 
 Name:   yast2-firewall
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -25,7 +25,7 @@
 
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools = 3.0.6
+BuildRequires:  yast2-devtools = 3.1.10
 BuildRequires:  yast2-testsuite
 # IP::CheckNetwork
 BuildRequires:  yast2 = 2.23.25

++ yast2-firewall-3.1.1.tar.bz2 - yast2-firewall-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.1/.travis.yml 
new/yast2-firewall-3.1.2/.travis.yml
--- old/yast2-firewall-3.1.1/.travis.yml1970-01-01 01:00:00.0 
+0100
+++ new/yast2-firewall-3.1.2/.travis.yml2014-11-14 18:27:11.0 
+0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+# disable rvm, use system Ruby
+- rvm reset
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite yast2 -g 
rspec:2.14.1 yast-rake gettext
+script:
+- rake check:syntax
+- rake check:pot
+- make -f Makefile.cvs
+- make
+- sudo make install
+- make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.1/MAINTAINER 
new/yast2-firewall-3.1.2/MAINTAINER
--- old/yast2-firewall-3.1.1/MAINTAINER 2013-11-28 11:08:10.0 +0100
+++ new/yast2-firewall-3.1.2/MAINTAINER 2014-11-14 18:27:11.0 +0100
@@ -1 +1 @@
-YaST2 Maintainers yast2-maintain...@suse.de
+Deprecated file. Use `osc maintainer yast2-firewall` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.1/README.markdown 
new/yast2-firewall-3.1.2/README.markdown
--- old/yast2-firewall-3.1.1/README.markdown2013-11-28 11:08:10.0 
+0100
+++ new/yast2-firewall-3.1.2/README.markdown2014-11-14 18:27:11.0 
+0100
@@ -1,5 +1,8 @@
 # YaST Firewall - Configures SuSEfirewall2 #
 
+[![Travis 
Build](https://travis-ci.org/yast/yast-firewall.svg?branch=master)](https://travis-ci.org/yast/yast-firewall)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-firewall-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-firewall-master/)
+
 This repository contains basic set of shared libraries and so-called SCR agents
 used for reading and writing configuration files and some even for executing
 commands on the system.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.1/VERSION 
new/yast2-firewall-3.1.2/VERSION
--- old/yast2-firewall-3.1.1/VERSION2013-11-28 11:08:10.0 +0100
+++ new/yast2-firewall-3.1.2/VERSION1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-3.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.1/package/yast2-firewall.changes 
new/yast2-firewall-3.1.2/package/yast2-firewall.changes
--- old/yast2-firewall-3.1.1/package/yast2-firewall.changes 2013-11-28 
11:08:10.0 +0100
+++ new/yast2-firewall-3.1.2/package/yast2-firewall.changes 2014-11-14 
18:27:11.0 +0100
@@ -1,8 +1,14 @@
 

commit yast2-ftp-server for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-ftp-server for 
openSUSE:Factory checked in at 2014-11-15 11:42:00

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


Package is yast2-ftp-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ftp-server/yast2-ftp-server.changes
2014-09-19 15:45:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ftp-server.new/yast2-ftp-server.changes   
2014-11-15 12:30:51.0 +0100
@@ -1,0 +2,7 @@
+Fri Oct  3 14:03:26 UTC 2014 - an...@suse.com
+
+- Fixed a configuration problem preventing xinetd to handle vsftp,
+  since it was always configured as standalone (bnc#897470).
+- 3.1.6
+
+---

Old:

  yast2-ftp-server-3.1.5.tar.bz2

New:

  yast2-ftp-server-3.1.6.tar.bz2



Other differences:
--
++ yast2-ftp-server.spec ++
--- /var/tmp/diff_new_pack.ORtSPh/_old  2014-11-15 12:30:51.0 +0100
+++ /var/tmp/diff_new_pack.ORtSPh/_new  2014-11-15 12:30:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ftp-server
-Version:3.1.5
+Version:3.1.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-ftp-server-3.1.5.tar.bz2 - yast2-ftp-server-3.1.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ftp-server-3.1.5/.travis.yml 
new/yast2-ftp-server-3.1.6/.travis.yml
--- old/yast2-ftp-server-3.1.5/.travis.yml  1970-01-01 01:00:00.0 
+0100
+++ new/yast2-ftp-server-3.1.6/.travis.yml  2014-11-14 18:28:15.0 
+0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+# disable rvm, use system Ruby
+- rvm reset
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite yast2 
yast2-inetd ruby-rspec -g yast-rake gettext
+script:
+- rake check:syntax
+- rake check:pot
+- make -f Makefile.cvs
+- make
+- sudo make install
+- make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ftp-server-3.1.5/README.md 
new/yast2-ftp-server-3.1.6/README.md
--- old/yast2-ftp-server-3.1.5/README.md1970-01-01 01:00:00.0 
+0100
+++ new/yast2-ftp-server-3.1.6/README.md2014-11-14 18:28:15.0 
+0100
@@ -0,0 +1,5 @@
+# YaST - The FTP Server Configuration Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-ftp-server.svg?branch=master)](https://travis-ci.org/yast/yast-ftp-server)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-ftp-server-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-ftp-server-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ftp-server-3.1.5/package/yast2-ftp-server.changes 
new/yast2-ftp-server-3.1.6/package/yast2-ftp-server.changes
--- old/yast2-ftp-server-3.1.5/package/yast2-ftp-server.changes 2014-09-18 
17:43:11.0 +0200
+++ new/yast2-ftp-server-3.1.6/package/yast2-ftp-server.changes 2014-11-14 
18:28:15.0 +0100
@@ -1,4 +1,11 @@
 ---
+Fri Oct  3 14:03:26 UTC 2014 - an...@suse.com
+
+- Fixed a configuration problem preventing xinetd to handle vsftp,
+  since it was always configured as standalone (bnc#897470).
+- 3.1.6
+
+---
 Thu Sep 18 12:16:09 CEST 2014 - sch...@suse.de
 
 - Autoyast Import:Evaluate the kind of ftpserver at first.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ftp-server-3.1.5/package/yast2-ftp-server.spec 
new/yast2-ftp-server-3.1.6/package/yast2-ftp-server.spec
--- old/yast2-ftp-server-3.1.5/package/yast2-ftp-server.spec2014-09-18 
17:43:11.0 +0200
+++ new/yast2-ftp-server-3.1.6/package/yast2-ftp-server.spec2014-11-14 
18:28:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ftp-server
-Version:3.1.5
+Version:3.1.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ftp-server-3.1.5/src/include/ftp-server/write_load.rb 
new/yast2-ftp-server-3.1.6/src/include/ftp-server/write_load.rb
--- old/yast2-ftp-server-3.1.5/src/include/ftp-server/write_load.rb 
2014-09-18 17:43:11.0 +0200
+++ new/yast2-ftp-server-3.1.6/src/include/ftp-server/write_load.rb 
2014-11-14 

commit yast2-nfs-client for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-nfs-client for 
openSUSE:Factory checked in at 2014-11-15 11:44:35

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


Package is yast2-nfs-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes
2014-09-07 11:10:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-client.new/yast2-nfs-client.changes   
2014-11-15 12:30:54.0 +0100
@@ -1,0 +2,12 @@
+Wed Nov 12 16:15:06 UTC 2014 - lsle...@suse.cz
+
+- fixed string substitution in a translated message
+- 3.1.11
+
+---
+Fri Nov  7 17:00:31 CET 2014 - loci...@suse.com
+
+- Removed obsolete service (nfsboot) handling (bnc#867766)
+- 3.1.10
+
+---

Old:

  yast2-nfs-client-3.1.9.tar.bz2

New:

  yast2-nfs-client-3.1.11.tar.bz2



Other differences:
--
++ yast2-nfs-client.spec ++
--- /var/tmp/diff_new_pack.Wsx09q/_old  2014-11-15 12:30:55.0 +0100
+++ /var/tmp/diff_new_pack.Wsx09q/_new  2014-11-15 12:30:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nfs-client
-Version:3.1.9
+Version:3.1.11
 Release:0
 Url:https://github.com/yast/yast-nfs-client
 

++ yast2-nfs-client-3.1.9.tar.bz2 - yast2-nfs-client-3.1.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.9/.travis.yml 
new/yast2-nfs-client-3.1.11/.travis.yml
--- old/yast2-nfs-client-3.1.9/.travis.yml  1970-01-01 01:00:00.0 
+0100
+++ new/yast2-nfs-client-3.1.11/.travis.yml 2014-11-14 19:06:41.0 
+0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+# disable rvm, use system Ruby
+- rvm reset
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite yast2 -g 
rspec:2.14.1 yast-rake gettext
+script:
+- rake check:syntax
+- rake check:pot
+- make -f Makefile.cvs
+- make
+- sudo make install
+- make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.9/MAINTAINER 
new/yast2-nfs-client-3.1.11/MAINTAINER
--- old/yast2-nfs-client-3.1.9/MAINTAINER   2014-09-04 16:36:43.0 
+0200
+++ new/yast2-nfs-client-3.1.11/MAINTAINER  2014-11-14 19:06:41.0 
+0100
@@ -1 +1 @@
-Martin Vidner mvid...@suse.cz
+Deprecated file. Use `osc maintainer yast2-nfs-client` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.9/README.md 
new/yast2-nfs-client-3.1.11/README.md
--- old/yast2-nfs-client-3.1.9/README.md1970-01-01 01:00:00.0 
+0100
+++ new/yast2-nfs-client-3.1.11/README.md   2014-11-14 19:06:41.0 
+0100
@@ -0,0 +1,5 @@
+# YaST - The NFS Client Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-nfs-client.svg?branch=master)](https://travis-ci.org/yast/yast-nfs-client)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-nfs-client-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-nfs-client-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nfs-client-3.1.9/package/yast2-nfs-client.changes 
new/yast2-nfs-client-3.1.11/package/yast2-nfs-client.changes
--- old/yast2-nfs-client-3.1.9/package/yast2-nfs-client.changes 2014-09-04 
16:36:43.0 +0200
+++ new/yast2-nfs-client-3.1.11/package/yast2-nfs-client.changes
2014-11-14 19:06:41.0 +0100
@@ -1,4 +1,16 @@
 ---
+Wed Nov 12 16:15:06 UTC 2014 - lsle...@suse.cz
+
+- fixed string substitution in a translated message
+- 3.1.11
+
+---
+Fri Nov  7 17:00:31 CET 2014 - loci...@suse.com
+
+- Removed obsolete service (nfsboot) handling (bnc#867766)
+- 3.1.10
+
+---
 Thu Sep  4 12:23:22 UTC 2014 - mvid...@suse.com
 
 - Use a more flexible rubygem requirement syntax (bnc#895069)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.9/package/yast2-nfs-client.spec 
new/yast2-nfs-client-3.1.11/package/yast2-nfs-client.spec
--- old/yast2-nfs-client-3.1.9/package/yast2-nfs-client.spec2014-09-04 
16:36:43.0 +0200
+++