commit kiwi for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2012-11-03 07:49:08

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


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

Changes:


New:

  fix-products.diff



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.10xNdv/_old  2012-11-03 07:49:12.0 +0100
+++ /var/tmp/diff_new_pack.10xNdv/_new  2012-11-03 07:49:12.0 +0100
@@ -99,6 +99,7 @@
 Source2:%{name}-docu.tar.bz2
 Source3:%{name}-repo.tar.bz2
 Source4:%{name}-find-boot-requires.sh
+Patch0: fix-products.diff
 # build root path
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -433,6 +434,7 @@
 
 %prep
 %setup -n %name -a2 -a3
+%patch0 -p1
 
 %build
 # empty because of rpmlint warning rpm-buildroot-usage

++ fix-products.diff ++
diff --git a/modules/KIWICollect.pm b/modules/KIWICollect.pm
index 84cd474..6f57aef 100644
--- a/modules/KIWICollect.pm
+++ b/modules/KIWICollect.pm
@@ -634,7 +634,7 @@ sub Init
$this->{m_repos}->{$r}->{'srcdirs'} = undef;
}
}
-   return;
+   return 1;
 }
 # /Init
 
@@ -2596,7 +2596,7 @@ sub createBootPackageLinks
}
}
}
-   $RPMLIST -> close();
+   $RPMLIST -> close() if ($RPMLIST);
return $retval;
 }
 
diff --git a/modules/KIWIProductData.pm b/modules/KIWIProductData.pm
index 48a4f6a..98f78de 100644
--- a/modules/KIWIProductData.pm
+++ b/modules/KIWIProductData.pm
@@ -61,6 +61,7 @@ sub new {
#==
# Constructor setup
#--
+   $this->{m_collect} = shift;
$this->{m_prodinfo_updated} = 0;
$this->{m_prodvars_updated} = 0;
$this->{m_prodopts_updated} = 0;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xmlgraphics-fop for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package xmlgraphics-fop for openSUSE:Factory 
checked in at 2012-11-02 22:53:42

Comparing /work/SRC/openSUSE:Factory/xmlgraphics-fop (Old)
 and  /work/SRC/openSUSE:Factory/.xmlgraphics-fop.new (New)


Package is "xmlgraphics-fop", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xmlgraphics-fop/xmlgraphics-fop.changes  
2011-09-26 10:23:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.xmlgraphics-fop.new/xmlgraphics-fop.changes 
2012-11-02 22:53:44.0 +0100
@@ -1,0 +2,21 @@
+Thu Oct 25 07:44:09 UTC 2012 - mvysko...@suse.com
+
+- add commons-logging and commons-io to Requires and fop script 
+- removed uneeded xalan-j2, xmlcommons and xerces from dependencies
+
+---
+Wed Oct 24 14:04:38 UTC 2012 - mvysko...@suse.com
+
+- update to 1.1
+  * many bug fixes and a number of improvements
+  * support for Complex Scripts (e.g., Arabic, Hebrew, Indic, and Southeast
+  * Asian scripts)
+  * http://xmlgraphics.apache.org/fop/1.1/releaseNotes_1.1.html
+  * This release implements a substantial subset of the W3C
+  * XSL-FO 1.1 Recommendation. For a detailed overview of FOP's compliance with
+  * this recommendation, see Compliance.
+  * http://xmlgraphics.apache.org/fop/compliance.html
+- obsoleted xmlgraphics-fop-asf51789.patch
+- obsoleted xmlgraphics-fop-build.patch
+
+---

Old:

  fop-1.0-src.tar.gz
  xmlgraphics-fop-asf51789.patch
  xmlgraphics-fop-build.patch

New:

  fop-1.1-src.tar.gz
  fop-1.1-src.tar.gz.asc



Other differences:
--
++ xmlgraphics-fop.spec ++
--- /var/tmp/diff_new_pack.8XAFlO/_old  2012-11-02 22:53:48.0 +0100
+++ /var/tmp/diff_new_pack.8XAFlO/_new  2012-11-02 22:53:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlgraphics-fop
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2008, JPackage Project
 # All rights reserved.
 #
@@ -17,7 +17,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define section free
 %define bname fop
@@ -25,12 +24,12 @@
 %bcond_with tests
 
 Name:   xmlgraphics-fop
-Version:1.0
-Release:11
+Version:1.1
+Release:0
 Summary:Formatter for Printing XSLT Processed XML Files
 License:Apache-2.0
 Group:  Productivity/Publishing/XML
-Source0:
http://ftp.halifax.rwth-aachen.de/apache/xmlgraphics/fop/source/fop-1.0-src.tar.gz
+Source0:
http://ftp.halifax.rwth-aachen.de/apache/xmlgraphics/fop/source/fop-1.1-src.tar.gz
 #FIX-OPENSUSE: add xmlgraphics-commons to classpath
 Source1:%{name}.script
 Source2: 
http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_0/xmlgraphics-fop-pom-template.pom
 
@@ -41,43 +40,38 @@
 Source10:   %{name}.xml
 Source11:   %{name}-fontmetrics.xml
 Source12:   %{name}-fontlist.xml
-Patch0: xmlgraphics-fop-build.patch
+Source1000: 
http://ftp.halifax.rwth-aachen.de/apache/xmlgraphics/fop/source/fop-1.1-src.tar.gz.asc
 Patch1: xmlgraphics-fop-cli.patch
-Patch2: xmlgraphics-fop-asf51789.patch
 Url:http://xmlgraphics.apache.org/fop/
 Requires(post):jpackage-utils >= 1.7.4
 Requires(postun):  jpackage-utils >= 1.7.4
-Requires:   jpackage-utils >= 1.7.4
-Requires:   java >= 1.5.0
-Requires:   xmlgraphics-batik
-Requires:   excalibur-avalon-logkit
+Requires:   commons-io >= 2.4
+Requires:   commons-logging
 Requires:   excalibur-avalon-framework-api
 Requires:   excalibur-avalon-framework-impl
-Requires:   xalan-j2
-Requires:   xerces-j2
-Requires:   xmlgraphics-commons
-Requires:   xml-commons-jaxp-1.3-apis
-BuildRequires:  unzip
-BuildRequires:  jpackage-utils >= 1.7.4
-BuildRequires:  java-devel >= 1.5.0
-BuildRequires:  java-javadoc
+Requires:   java >= 1.6.0
+Requires:   jpackage-utils >= 1.7.4
+Requires:   xmlgraphics-batik
+Requires:   xmlgraphics-commons >= 1.5
 BuildRequires:  ant >= 1.6.5
-BuildRequires:  ant-trax
 BuildRequires:  ant-junit
-BuildRequires:  junit
-BuildRequires:  xmlgraphics-batik
-BuildRequires:  xmlgraphics-batik-javadoc
-BuildRequires:  excalibur-avalon-logkit
+BuildRequires:  ant-trax
+BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  excalibur-avalon-framework-api
 BuildRequires:  excalibur-avalon-framework-impl
+BuildRequires:  gpg2
+BuildRequires:  java-devel >= 1.6.0
+BuildRequires:  java-javadoc
+BuildRequires:  jpackage-utils >= 1.7.4
+BuildRequires:  junit
+BuildR

commit vim for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2012-11-02 22:24:46

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2012-10-03 08:47:25.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2012-11-02 
22:24:51.0 +0100
@@ -1,0 +2,48 @@
+Fri Nov  2 16:06:58 UTC 2012 - idon...@suse.com
+
+- Update to patchlevel 712, fixes the following problems
+  * Can't build Ruby interface with Ruby 1.9.3.
+  * End of color scheme name not clear in E185. (Aaron Lewis)
+  * Buffer overflow in unescaping text. (Raymond Ko)
+  * MSVC 11 is not supported.
+  * Unused variables in Perl interface.
+  * Building with Perl loaded dynamically  still uses static library.
+  * When building with Cygwin loading Python dynamically fails.
+  * Python: memory leaks when there are exceptions.
+  * More Python code can be shared between Python 2 and 3.
+  * Not possible to lock/unlock lists in Python interface.
+  * Using "gN" while 'selection' is "exclusive" misses one character.
+  * Using uninitialized memory with very long file name.
+  * buf_spname() is used inconsistently.
+  * Ruby .so name may not be correct.
+  * Ruby detection uses Config, newer Ruby versions use RbConfig.
+  * Some files missing in the list of distributed files.
+  * List of distributed files picks up backup files.
+  * Compiler complains about incompatible types.
+  * ":python" may crash when vimbindeval() returns None.
+  * "make test" does not delete lua.vim.
+  * Using CTRL-\ e mappings is useful also when entering an
+  * Test 16 fails when $DISPLAY is not set.
+  * Python 3.3 is not supported.
+  * MzScheme and Lua may use a NULL string.
+  * When the current directory name is exactly the maximum path length
+  * State specific to the Python thread is discarded.
+  * Can't build GTK version with GTK 2.0.
+  * Can't make 'softtabstop' follow 'shiftwidth'.
+  * Now that 'shiftwidth' may use the value of 'tabstop' it is not so
+  * Balloon cannot show multi-byte text.
+  * Message about added spell language can be wrong.
+  * Leaking resources when setting GUI font.
+  * Python 3 does not preserve state beween commands.
+  * When 'ttymouse' is set to "sgr" manually, it is overruled by
+  * Cannot detect URXVT and SGR mouse support.
+  * When 'undofile' is reset the hash is computed unnecessarily.
+  * Repeating "cgn" does not always work correctly.
+  * Mouse features are not sorted properly. (Tony Mechelynck)
+  * Problems loading a library for a file name with non-latin
+  * Filler lines above the first line may be hidden when opening Vim.
+  * Compiler warning for unused argument.
+  * vim.current.buffer is not available. (lilydjwg)
+- Drop vim-7.3-ruby_ldflags_configure.patch, unneeded now
+
+---

Old:

  vim-7.3-ruby_ldflags_configure.patch



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.bq0JnX/_old  2012-11-02 22:24:54.0 +0100
+++ /var/tmp/diff_new_pack.bq0JnX/_new  2012-11-02 22:24:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 7.3
-%define official_ptchlvl 661
+%define official_ptchlvl 712
 %define VIM_SUBDIR vim73
 %define site_runtimepath /usr/share/vim/site
 
@@ -103,7 +103,6 @@
 Patch9: %{name}-7.3-use_awk.patch
 Patch10:%{name}-7.3-name_vimrc.patch
 Patch11:%{name}-7.3-mktemp_tutor.patch
-Patch12:%{name}-7.3-ruby_ldflags_configure.patch
 Patch14:%{name}-7.3-grub.patch
 Patch15:%{name}-7.3-filetype_apparmor.patch
 Patch18:%{name}-7.3-filetype_spec.patch
@@ -279,7 +278,6 @@
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
-%patch12 -p1
 %patch14 -p1
 %patch15 -p1
 cp %{SOURCE23} runtime/syntax/apparmor.vim
@@ -483,7 +481,7 @@
 
 %check
 # Look for "TEST FAILURE" in the build log
-# Currently test16 (needs X) & test83 fails
+# Currently test83 fails
 make test || true
 
 %post


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

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



commit texmaker for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2012-11-02 22:24:38

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


Package is "texmaker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2012-09-14 
12:40:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2012-11-02 
22:24:50.0 +0100
@@ -1,0 +2,22 @@
+Mon Oct 29 18:44:25 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.5.1:
+  + New features: 
+- Wizard to export the current document to html, open document
+  or mathml via TeX4ht has been added 
+- In a command ## are now replaced by #, !! by !, %% by % and
+  @@ by @ 
+- Standard ouptut messages are now displayed for the
+  bib(la)tex command 
+- Xelatex has been added to the standard commands (with a new
+  "quick compilation" mode : xelatex + view pdf) 
+- With a new option in the configuration dialog, a directory
+  can be added to the system PATH (Qt>=4.6 is required) 
+  + Bugs fixed : 
+- Customization of the keyboard shorcuts fixed 
+- The master mode is deactivated before loading a session file 
+- An empty beamer block is no more displayed in the structure
+  view 
+- The detection of an already opened file has been improved.
+
+---

Old:

  texmaker-3.5.tar.bz2

New:

  texmaker-3.5.1.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.1AwZEN/_old  2012-11-02 22:24:51.0 +0100
+++ /var/tmp/diff_new_pack.1AwZEN/_new  2012-11-02 22:24:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:3.5
+Version:3.5.1
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-3.5.tar.bz2 -> texmaker-3.5.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-3.5.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-3.5.1.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 rpmlint for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2012-11-02 22:24:15

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2012-10-31 
07:03:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2012-11-02 
22:24:16.0 +0100
@@ -1,0 +2,5 @@
+Fri Oct 12 12:47:44 UTC 2012 - meiss...@suse.com
+
+- allow snapper dbus service after audit (bnc#759391)
+
+---



Other differences:
--
++ config ++
--- /var/tmp/diff_new_pack.qZTj8d/_old  2012-11-02 22:24:17.0 +0100
+++ /var/tmp/diff_new_pack.qZTj8d/_new  2012-11-02 22:24:17.0 +0100
@@ -512,6 +512,9 @@
 "de.berlios.smb4k.mounthelper.service",
 # cdemu-deamon (bnc#764063)
 "cdemud-dbus.conf",
+# snapper (bnc#759391)
+"org.opensuse.Snapper.conf",
+"org.opensuse.Snapper.service",
 ))
 
 setOption("PAMModules.WhiteList", (


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



commit linphone for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package linphone for openSUSE:Factory 
checked in at 2012-11-02 22:23:48

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


Package is "linphone", Maintainer is "jzh...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/linphone/linphone.changes2012-10-24 
07:13:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.linphone.new/linphone.changes   2012-11-02 
22:23:49.0 +0100
@@ -1,0 +2,5 @@
+Sat Oct 27 11:20:55 UTC 2012 - mailaen...@opensuse.org
+
+- use external libortp and mediastreamer2
+
+---
@@ -6,0 +12 @@
+



Other differences:
--
++ linphone.spec ++
--- /var/tmp/diff_new_pack.M3SYZd/_old  2012-11-02 22:23:50.0 +0100
+++ /var/tmp/diff_new_pack.M3SYZd/_new  2012-11-02 22:23:50.0 +0100
@@ -44,26 +44,31 @@
 %else
 BuildRequires:  libv4l-devel
 %endif
-# lack of libsrtp-devel in SuSE, enable both of them in the future.
+# lack of srtp in SuSE. enable both of them in the future.
+#BuildRequires:  srtp-devel 
 #BuildRequires:  libzrtpcpp-devel
 BuildRequires:  alsa-devel
-# future use, now in d:l:c
-#BuildRequires:  libortp-devel
 BuildRequires:  fdupes
 BuildRequires:  libgsm-devel
 BuildRequires:  libpulse-devel
 BuildRequires:  libsoup-devel
+%if 0%{?suse_version} > 1220
+BuildRequires:  libortp-devel
+BuildRequires:  mediastreamer2-devel
+%endif
 BuildRequires:  perl-XML-Parser
 BuildRequires:  readline-devel
 BuildRequires:  speex-devel
+%if 0%{?suse_version}
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+%endif
 BuildRequires:  pkgconfig(libglade-2.0)
 # Video support - disabled by default due to patent issues
 %bcond_with video
 %if %{with video}
-BuildRequires:  libffmpeg-devel
 BuildRequires:  libXv-devel
+BuildRequires:  libffmpeg-devel
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #NoSource:   0
@@ -87,8 +92,8 @@
 Requires:   speex-devel
 Requires:   pkgconfig(glib-2.0)
 %if %{with video}
-Requires:   libffmpeg-devel
 Requires:   libXv-devel
+Requires:   libffmpeg-devel
 %endif
 
 %description devel
@@ -121,19 +126,21 @@
--enable-rsvp \
--enable-ssl \
--enable-alsa \
+--enable-portaudio \
+%if 0%{?suse_version} >= 1230
+--enable-external-ortp \
+--enable-external-mediastreamer \
+%endif
--disable-date \
--disable-relativeprefix \
--disable-rpath \
--disable-silent-rules \
-   --disable-static \
-   --disable-strict \
 %if !%{with video}
 --disable-video \
 %endif
---enable-portaudio
-# future use, now in d:l:c
-#--enable-external-ortp
-# lack of srtp in SuSE. enable it in the future.
+   --disable-strict \
+   --disable-static
+# lack of srtp in SuSE, enable it in the future:
 #--enable-zrtp \
 
 make %{?_smp_mflags}
@@ -149,7 +156,9 @@
 # install desktop file
 %suse_update_desktop_file -D "linphone/index.xml.html" -G "SIP Phone" %{name} 
Network Telephony
 %find_lang %{name}
+%if 0%{?suse_version} < 1230
 %find_lang mediastreamer
+%endif
 cat %{name}.lang
 # delete unused man pages
 rm -rf %{buildroot}%{_mandir}/cs/
@@ -167,17 +176,23 @@
 
 %postun -p /sbin/ldconfig
 
+%if 0%{?suse_version} < 1230
 %files -f %{name}.lang -f mediastreamer.lang
+%else
+%files -f %{name}.lang
+%endif
 %defattr(-,root,root)
 %{_bindir}/*
 %{_datadir}/sounds/linphone
 %{_libdir}/*.so.*
+%if 0%{?suse_version} < 1230
+%dir %{_datadir}/images
+%{_datadir}/images/nowebcamCIF.jpg
+%endif
 %{_datadir}/linphone
 %{_datadir}/pixmaps/linphone
 %doc %{_mandir}/man1/*.*
-%{_datadir}/images/nowebcamCIF.jpg
 %{_datadir}/applications/linphone.desktop
-%dir %{_datadir}/images
 %dir %{_datadir}/gnome
 %dir %{_datadir}/gnome/help
 %doc NEWS AUTHORS COPYING
@@ -185,8 +200,10 @@
 %files devel
 %defattr(-,root,root)
 %{_includedir}/linphone
+%if 0%{?suse_version} < 1230
 %{_includedir}/ortp
 %{_includedir}/mediastreamer2
+%endif
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 

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



commit amarok for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2012-11-02 22:23:34

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


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

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2012-09-11 
07:54:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2012-11-02 
22:23:37.0 +0100
@@ -1,0 +2,9 @@
+Fri Nov  2 15:54:05 UTC 2012 - ctri...@opensuse.org
+
+- Install the english handbook only with the lang-package as otherwise
+  translations will not be displayed when they are provided by 
+  bundle-lang-kde-* (bnc#695108)
+- No longer Build-require libksuseinstall-devel as the corresponding
+  patch was removed
+
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.z88eQk/_old  2012-11-02 22:23:39.0 +0100
+++ /var/tmp/diff_new_pack.z88eQk/_new  2012-11-02 22:23:39.0 +0100
@@ -47,7 +47,6 @@
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpod-devel >= 0.7.0
 BuildRequires:  libkde4-devel >= 4.6.0
-BuildRequires:  libksuseinstall-devel
 BuildRequires:  liblastfm-devel
 BuildRequires:  libmtp-devel
 BuildRequires:  libmygpo-qt-devel >= 1.0.5
@@ -158,7 +157,6 @@
 %{_datadir}/dbus-1/interfaces/org.kde.amarok.Collection.xml
 %{_datadir}/dbus-1/interfaces/org.kde.amarok.Mpris1Extensions.Player.xml
 %{_datadir}/dbus-1/interfaces/org.kde.amarok.Mpris2Extensions.Player.xml
-%doc %{_kde4_htmldir}/en/amarok/
 %{_kde4_iconsdir}/hicolor/*/apps/amarok.*
 %{_kde4_appsdir}/amarok/
 %dir %{_kde4_appsdir}/desktoptheme
@@ -178,6 +176,5 @@
 
 %files lang -f amarok.lang
 %defattr(-,root,root,-)
-%exclude %{_kde4_htmldir}/en/amarok/
 
 %changelog

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



commit polkit-default-privs for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2012-11-02 20:22:14

Comparing /work/SRC/openSUSE:Factory/polkit-default-privs (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-default-privs.new (New)


Package is "polkit-default-privs", Maintainer is "meiss...@suse.com"

Changes:


New:

  more-systemd.diff



Other differences:
--
++ polkit-default-privs.spec ++
--- /var/tmp/diff_new_pack.cgOrm5/_old  2012-11-02 20:22:18.0 +0100
+++ /var/tmp/diff_new_pack.cgOrm5/_new  2012-11-02 20:22:18.0 +0100
@@ -24,6 +24,7 @@
 License:GPL-2.0+
 Group:  Productivity/Security
 Source: polkit-default-privs-%version.tar.bz2
+Patch0: more-systemd.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Supplements:PolicyKit
 Supplements:libpolkit0, polkit
@@ -42,6 +43,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 

++ more-systemd.diff ++
Index: polkit-default-privs-12.3/polkit-default-privs.standard
===
--- polkit-default-privs-12.3.orig/polkit-default-privs.standard
+++ polkit-default-privs-12.3/polkit-default-privs.standard
@@ -347,6 +347,13 @@ org.freedesktop.login1.inhibit-handle-po
 org.freedesktop.login1.inhibit-handle-suspend-key  auth_admin_keep
 org.freedesktop.login1.inhibit-handle-hibernate-keyauth_admin_keep
 org.freedesktop.login1.inhibit-handle-lid-switch   auth_admin_keep
+# even more
+org.freedesktop.login1.inhibit-delay-shutdown   auth_admin_keep
+org.freedesktop.login1.inhibit-delay-sleep  auth_admin_keep
+org.freedesktop.login1.inhibit-block-idle   auth_admin_keep
+org.freedesktop.login1.suspend  
auth_admin_keep:auth_admin_keep:yes
+org.freedesktop.login1.suspend-multiple-sessions
auth_admin_keep:auth_admin_keep:yes
+org.freedesktop.login1.hibernate
auth_admin_keep:auth_admin_keep:yes
 
 
 # gnome-control-center
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-devise-i18n for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package rubygem-devise-i18n for 
openSUSE:Factory checked in at 2012-11-02 19:39:32

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


Package is "rubygem-devise-i18n", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-devise-i18n/rubygem-devise-i18n.changes  
2012-10-07 20:01:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-devise-i18n.new/rubygem-devise-i18n.changes 
2012-11-02 19:39:46.0 +0100
@@ -1,0 +2,5 @@
+Fri Oct 26 15:58:08 UTC 2012 - co...@suse.com
+
+- updated to version 0.5.9, no changelog
+
+---

Old:

  devise-i18n-0.5.7.gem

New:

  devise-i18n-0.5.9.gem



Other differences:
--
++ rubygem-devise-i18n.spec ++
--- /var/tmp/diff_new_pack.8g3hkN/_old  2012-11-02 19:39:47.0 +0100
+++ /var/tmp/diff_new_pack.8g3hkN/_new  2012-11-02 19:39:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-devise-i18n
-Version:0.5.7
+Version:0.5.9
 Release:0
 %define mod_name devise-i18n
 %define mod_full_name %{mod_name}-%{version}

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



commit rpmlint-mini for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:Factory 
checked in at 2012-11-02 19:39:26

Comparing /work/SRC/openSUSE:Factory/rpmlint-mini (Old)
 and  /work/SRC/openSUSE:Factory/.rpmlint-mini.new (New)


Package is "rpmlint-mini", Maintainer is "dmuel...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint-mini/rpmlint-mini.changes
2012-09-13 00:06:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint-mini.new/rpmlint-mini.changes   
2012-11-02 19:39:39.0 +0100
@@ -1,0 +2,10 @@
+Sun Oct 28 09:06:47 UTC 2012 - co...@suse.com
+
+- fix build by passing rpmlint :)
+
+---
+Sun Oct 28 05:33:05 UTC 2012 - co...@suse.com
+
+- let it require cpio - the same as with rpmlint
+
+---

New:

  rpmlint-mini.rpmlintrc



Other differences:
--
++ rpmlint-mini.spec ++
--- /var/tmp/diff_new_pack.YbMat7/_old  2012-11-02 19:39:46.0 +0100
+++ /var/tmp/diff_new_pack.YbMat7/_new  2012-11-02 19:39:46.0 +0100
@@ -30,6 +30,7 @@
 BuildRequires:  dash
 BuildRequires:  libtool
 BuildRequires:  polkit-default-privs
+Requires:   cpio
 Summary:Rpm correctness checker
 License:GPL-2.0+
 Group:  System/Packages
@@ -42,18 +43,12 @@
 Source101:  rpmlint.wrapper
 Source102:  rpmlint-mini.config
 Source103:  polkit-default-privs.config
+Source1000: rpmlint-mini.rpmlintrc
 
 %description
 Rpmlint is a tool to check common errors on rpm packages. Binary and
 source packages can be checked.
 
-
-
-Authors:
-
-Frederic Lepied 
-Gwenole Beauchesne 
-
 %prep
 %setup -q -n desktop-file-utils-0.20
 [[ -r COPYING ]]
@@ -98,8 +93,12 @@
 cp -a %_bindir/rpmlint $RPM_BUILD_ROOT/opt/testing/share/rpmlint/rpmlint.py
 pushd $RPM_BUILD_ROOT/opt/testing/share/rpmlint
 PYTHONOPTIMIZE=1 python %py_libdir/py_compile.py *.py
+rm *.py
+popd
+pushd $RPM_BUILD_ROOT/opt/testing/%{_lib}/python%{py_ver}/site-packages/
+PYTHONOPTIMIZE=1 python %py_libdir/py_compile.py *.py
+rm *.py
 popd
-rm -f $RPM_BUILD_ROOT/opt/testing/share/rpmlint/*.py
 rm -rf $RPM_BUILD_ROOT/{usr,etc}
 rm -f $RPM_BUILD_ROOT/opt/testing/bin/rpmlint
 install -m 755 -D %{SOURCE101} $RPM_BUILD_ROOT/opt/testing/bin/rpmlint


++ rpmlint-mini.rpmlintrc ++
addFilter("library-without-ldconfig")
addFilter("python-bytecode-without-source")
addFilter("devel-file-in-non-devel-package")
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-builder for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package rubygem-builder for openSUSE:Factory 
checked in at 2012-11-02 19:39:11

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


Package is "rubygem-builder", Maintainer is "jmassaguer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-builder/rubygem-builder.changes  
2012-09-25 10:47:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-builder.new/rubygem-builder.changes 
2012-11-02 19:39:37.0 +0100
@@ -1,0 +2,6 @@
+Fri Oct 26 15:56:26 UTC 2012 - co...@suse.com
+
+- updated to version 3.1.4
+ * just a small test fix
+
+---

Old:

  builder-3.1.3.gem

New:

  builder-3.1.4.gem



Other differences:
--
++ rubygem-builder.spec ++
--- /var/tmp/diff_new_pack.GGFUYF/_old  2012-11-02 19:39:39.0 +0100
+++ /var/tmp/diff_new_pack.GGFUYF/_new  2012-11-02 19:39:39.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-builder
-Version:3.1.3
+Version:3.1.4
 Release:0
 %define mod_name builder
 %define mod_full_name %{mod_name}-%{version}

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



commit chromium for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2012-11-02 19:38:46

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


Package is "chromium", Maintainer is "prus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2012-10-16 
21:31:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2012-11-02 
19:38:58.0 +0100
@@ -1,0 +2,11 @@
+Fri Oct 26 08:58:02 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 24.0.1308
+  * Updated V8 - 3.14.5.0
+  * Bookmarks are now searched by their title while typing into 
+the omnibox with matching bookmarks being shown in the 
+autocomplete suggestions pop-down list. Matching is done by 
+prefix.
+  * Fixed chromium issues 155871, 154173, 155133.
+
+---

Old:

  chromium-6.0.425.0-ffmpeg-no-pkgconfig.patch
  chromium.24.0.1290.0.svn160607.tar.bz2

New:

  chromium-ffmpeg-no-pkgconfig.patch
  chromium.24.0.1308.0.svn164291.tar.bz2



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.LC0cAu/_old  2012-11-02 19:39:36.0 +0100
+++ /var/tmp/diff_new_pack.LC0cAu/_new  2012-11-02 19:39:36.0 +0100
@@ -16,10 +16,10 @@
 #
 
 
-%define svn_revision 160607
+%define svn_revision 164291
 
 Name:   chromium
-Version:24.0.1290.0
+Version:24.0.1308.0
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+
@@ -54,7 +54,7 @@
 # PATCH-FIX-OPENSUSE enables reading of the master preference
 Patch14:chromium-master-prefs-path.patch
 # PATCH-FIX-OPENSUSE disables the requirement for ffmpeg
-Patch20:chromium-6.0.425.0-ffmpeg-no-pkgconfig.patch
+Patch20:chromium-ffmpeg-no-pkgconfig.patch
 # PATCH-FIX-OPENSUSE remove the rpath in the libraries
 Patch62:chromium-norpath.patch
 # PATCH-FIX-UPSTREAM Add more charset aliases


++ chromium-ffmpeg-no-pkgconfig.patch ++
diff -up chromium-6.0.425.0-20100603svn48830/third_party/ffmpeg/ffmpeg.gyp.BAD 
chromium-6.0.425.0-20100603svn48830/third_party/ffmpeg/ffmpeg.gyp
--- chromium-6.0.425.0-20100603svn48830/src/third_party/ffmpeg/ffmpeg.gyp.BAD   
2010-06-03 13:48:45.196313786 -0400
+++ chromium-6.0.425.0-20100603svn48830/src/third_party/ffmpeg/ffmpeg.gyp   
2010-06-03 13:50:10.580325776 -0400
@@ -501,12 +501,14 @@
 
 # Add pkg-config result to include path when use_system_ffmpeg != 0
 ['use_system_ffmpeg != 0', {
-  'cflags': [
-' 
chromium.24.0.1308.0.svn164291.tar.bz2 ++
/work/SRC/openSUSE:Factory/chromium/chromium.24.0.1290.0.svn160607.tar.bz2 
/work/SRC/openSUSE:Factory/.chromium.new/chromium.24.0.1308.0.svn164291.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 yast2-installation for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2012-11-02 17:44:52

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


Package is "yast2-installation", Maintainer is "jsuch...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2012-10-26 17:38:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2012-11-02 17:44:53.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct 31 08:16:46 CET 2012 - jsuch...@suse.cz
+
+- removed fonts_finish, its only action was to call obsolete
+  SuSEconfig script
+- removed inst_suseconfig client (fate#100011)
+- 2.23.2 
+
+---

Old:

  yast2-installation-2.23.1.tar.bz2

New:

  yast2-installation-2.23.2.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.yEbBK9/_old  2012-11-02 17:44:55.0 +0100
+++ /var/tmp/diff_new_pack.yEbBK9/_new  2012-11-02 17:44:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:2.23.1
+Version:2.23.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-2.23.1.tar.bz2 -> yast2-installation-2.23.2.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.23.1/VERSION 
new/yast2-installation-2.23.2/VERSION
--- old/yast2-installation-2.23.1/VERSION   2012-10-26 08:45:49.0 
+0200
+++ new/yast2-installation-2.23.2/VERSION   2012-10-31 08:19:28.0 
+0100
@@ -1 +1 @@
-2.23.1
+2.23.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-2.23.1/src/clients/inst_automatic_configuration.ycp 
new/yast2-installation-2.23.2/src/clients/inst_automatic_configuration.ycp
--- old/yast2-installation-2.23.1/src/clients/inst_automatic_configuration.ycp  
2012-06-25 11:05:52.0 +0200
+++ new/yast2-installation-2.23.2/src/clients/inst_automatic_configuration.ycp  
2012-10-26 11:01:04.0 +0200
@@ -65,14 +65,6 @@
 
 y2milestone ("automatic_configuration started");
 
-//list  > proposal_scripts_to_call = [
-// $[
-// "label":_("Finishing configuration..."),
-// "type":"scripts",
-// "items":["addon_update_sources", "inst_extrasources", "suseconfig", 
"save_hardware_status"]
-// ],
-//];
-
 list  > proposal_scripts_to_call = [];
 
 map  globals_features = ProductFeatures::GetSection 
("globals");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-2.23.1/src/clients/inst_finish.ycp 
new/yast2-installation-2.23.2/src/clients/inst_finish.ycp
--- old/yast2-installation-2.23.1/src/clients/inst_finish.ycp   2012-06-25 
11:05:52.0 +0200
+++ new/yast2-installation-2.23.2/src/clients/inst_finish.ycp   2012-10-31 
08:14:46.0 +0100
@@ -154,7 +154,6 @@
(Mode::live_installation() ? "live_save_config":""),
"runlevel",
"desktop",
-   "fonts",
"storage",
"iscsi-client",
"kernel",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-2.23.1/src/clients/inst_suseconfig.ycp 
new/yast2-installation-2.23.2/src/clients/inst_suseconfig.ycp
--- old/yast2-installation-2.23.1/src/clients/inst_suseconfig.ycp   
2012-06-25 11:05:52.0 +0200
+++ new/yast2-installation-2.23.2/src/clients/inst_suseconfig.ycp   
1970-01-01 01:00:00.0 +0100
@@ -1,282 +0,0 @@
-/* 
--
- * Copyright (c) 2006-2012 Novell, Inc. All Rights Reserved.
- *
- *
- * This program is free software; you can redistribute it and/or modify it 
under
- * the terms of version 2 of the GNU General Public License as published by the
- * Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
FITNESS
- * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more 
details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, contact Novell, Inc.
- *
- * To contact Novell about this file by physical or electronic mail, you may 
find
- * current contact information at www.novell.com.
- * 

commit yast2 for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2012-11-02 17:44:24

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


Package is "yast2", Maintainer is "jsr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2012-10-31 
07:04:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2012-11-02 
17:44:25.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov  2 11:43:01 CET 2012 - jsuch...@suse.cz
+
+- move Log Viewer client here from dropped repair module
+  (bnc#787070)
+- 2.23.11
+
+---

Old:

  yast2-2.23.10.tar.bz2

New:

  yast2-2.23.11.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.Q0zlDB/_old  2012-11-02 17:44:27.0 +0100
+++ /var/tmp/diff_new_pack.Q0zlDB/_new  2012-11-02 17:44:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:2.23.10
+Version:2.23.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -239,6 +239,7 @@
 #system
 %dir /usr/share/YaST2/include/hwinfo
 /usr/share/YaST2/include/hwinfo/*.ycp
+%{_prefix}/share/applications/YaST2/messages.desktop
 
 # documentation
 

++ yast2-2.23.10.tar.bz2 -> yast2-2.23.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.23.10/VERSION new/yast2-2.23.11/VERSION
--- old/yast2-2.23.10/VERSION   2012-10-30 08:00:46.0 +0100
+++ new/yast2-2.23.11/VERSION   2012-11-02 11:43:42.0 +0100
@@ -1 +1 @@
-2.23.10
+2.23.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.23.10/configure new/yast2-2.23.11/configure
--- old/yast2-2.23.10/configure 2012-10-30 08:05:18.0 +0100
+++ new/yast2-2.23.11/configure 2012-11-02 11:57:19.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2 2.23.10.
+# Generated by GNU Autoconf 2.69 for yast2 2.23.11.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2'
 PACKAGE_TARNAME='yast2'
-PACKAGE_VERSION='2.23.10'
-PACKAGE_STRING='yast2 2.23.10'
+PACKAGE_VERSION='2.23.11'
+PACKAGE_STRING='yast2 2.23.11'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1250,7 +1250,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 yast2 2.23.10 to adapt to many kinds of systems.
+\`configure' configures yast2 2.23.11 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1321,7 +1321,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2 2.23.10:";;
+ short | recursive ) echo "Configuration of yast2 2.23.11:";;
esac
   cat <<\_ACEOF
 
@@ -1401,7 +1401,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2 configure 2.23.10
+yast2 configure 2.23.11
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1418,7 +1418,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2 $as_me 2.23.10, which was
+It was created by yast2 $as_me 2.23.11, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2357,7 +2357,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2'
- VERSION='2.23.10'
+ VERSION='2.23.11'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2480,7 +2480,7 @@
 
 
 
-VERSION="2.23.10"
+VERSION="2.23.11"
 RPMNAME="yast2"
 MAINTAINER="Jiri Srain "
 
@@ -3522,7 +3522,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2 $as_me 2.23.10, which was
+This file was extended by yast2 $as_me 2.23.11, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3575,7 +3575,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-yast2 config.status 2.23.10
+yast2 config.status 2.23.11
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.23.10/configure.in 

commit wxWidgets for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package wxWidgets for openSUSE:Factory 
checked in at 2012-11-02 17:44:07

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


Package is "wxWidgets", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets-ansi.changes 2012-09-21 
13:49:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets-ansi.changes
2012-11-02 17:44:08.0 +0100
@@ -1,0 +2,5 @@
+Wed Oct 24 15:38:13 CEST 2012 - sbra...@suse.cz
+
+- Add "API version" in %description.
+
+---
wxWidgets-wxcontainer.changes: same change
wxWidgets-wxcontainer24c.changes: same change
wxWidgets.changes: same change



Other differences:
--
++ wxWidgets-ansi.spec ++
--- /var/tmp/diff_new_pack.D7s7no/_old  2012-11-02 17:44:11.0 +0100
+++ /var/tmp/diff_new_pack.D7s7no/_new  2012-11-02 17:44:11.0 +0100
@@ -63,6 +63,7 @@
 Version:2.8.12
 Release:0
 %define  wx_minor %(echo %{version} | sed 's/\.[0-9][0-9]*$//')
+%define wx_minor_description %{wx_minor}
 # libdir for installing of all the stuff
 %if %ENABLE_STL
 %define _wxlibdir %{_libdir}/wx-%{wx_minor}-stl
@@ -138,6 +139,7 @@
 With wxWidgets, you can create applications for different GUIs (GTK+,
 Motif, MS Windows, MacOS X, Windows CE, GPE) from the same source code.
 
+API version: %{wx_minor_description}
 ABI variant: %{wx_description}
 
 %package -n libwx_base%{WXFLAGS}-2_8-0-%{wx_variant}
@@ -154,6 +156,7 @@
 %description -n libwx_base%{WXFLAGS}-2_8-0-%{wx_variant}
 Library for the wxWidgets cross-platform GUI.
 
+API version: %{wx_minor_description}
 ABI variant: %{wx_description}
 
 %package -n libwx_base%{WXFLAGS}_net-2_8-0-%{wx_variant}
@@ -163,6 +166,7 @@
 %description -n libwx_base%{WXFLAGS}_net-2_8-0-%{wx_variant}
 Library for the wxWidgets cross-platform GUI.
 
+API version: %{wx_minor_description}
 ABI variant: %{wx_description}
 
 %package -n libwx_base%{WXFLAGS}_xml-2_8-0-%{wx_variant}
@@ -172,6 +176,7 @@
 %description -n libwx_base%{WXFLAGS}_xml-2_8-0-%{wx_variant}
 Library for the wxWidgets cross-platform GUI.
 
+API version: %{wx_minor_description}
 ABI variant: %{wx_description}
 
 %package -n libwx_gtk2%{WXFLAGS}_adv-2_8-0-%{wx_variant}
@@ -181,6 +186,7 @@
 %description -n libwx_gtk2%{WXFLAGS}_adv-2_8-0-%{wx_variant}
 Library for the wxWidgets cross-platform GUI.
 
+API version: %{wx_minor_description}
 ABI variant: %{wx_description}
 
 %package -n libwx_gtk2%{WXFLAGS}_aui-2_8-0-%{wx_variant}
@@ -190,6 +196,7 @@
 %description -n libwx_gtk2%{WXFLAGS}_aui-2_8-0-%{wx_variant}
 Library for the wxWidgets cross-platform GUI.
 
+API version: %{wx_minor_description}
 ABI variant: %{wx_description}
 
 %package -n libwx_gtk2%{WXFLAGS}_core-2_8-0-%{wx_variant}
@@ -199,6 +206,7 @@
 %description -n libwx_gtk2%{WXFLAGS}_core-2_8-0-%{wx_variant}
 Library for the wxWidgets cross-platform GUI.
 
+API version: %{wx_minor_description}
 ABI variant: %{wx_description}
 
 %package -n libwx_gtk2%{WXFLAGS}_gizmos-2_8-0-%{wx_variant}
@@ -208,6 +216,7 @@
 %description -n libwx_gtk2%{WXFLAGS}_gizmos-2_8-0-%{wx_variant}
 Library for the wxWidgets cross-platform GUI.
 
+API version: %{wx_minor_description}
 ABI variant: %{wx_description}
 
 %package -n libwx_gtk2%{WXFLAGS}_gizmos_xrc-2_8-0-%{wx_variant}
@@ -217,6 +226,7 @@
 %description -n libwx_gtk2%{WXFLAGS}_gizmos_xrc-2_8-0-%{wx_variant}
 Library for the wxWidgets cross-platform GUI.
 
+API version: %{wx_minor_description}
 ABI variant: %{wx_description}
 
 %package -n libwx_gtk2%{WXFLAGS}_gl-2_8-0-%{wx_variant}
@@ -226,6 +236,7 @@
 %description -n libwx_gtk2%{WXFLAGS}_gl-2_8-0-%{wx_variant}
 Library for the wxWidgets cross-platform GUI.
 
+API version: %{wx_minor_description}
 ABI variant: %{wx_description}
 
 %package -n libwx_gtk2%{WXFLAGS}_html-2_8-0-%{wx_variant}
@@ -235,6 +246,7 @@
 %description -n libwx_gtk2%{WXFLAGS}_html-2_8-0-%{wx_variant}
 Library for the wxWidgets cross-platform GUI.
 
+API version: %{wx_minor_description}
 ABI variant: %{wx_description}
 
 %package -n libwx_gtk2%{WXFLAGS}_media-2_8-0-%{wx_variant}
@@ -244,6 +256,7 @@
 %description -n libwx_gtk2%{WXFLAGS}_media-2_8-0-%{wx_variant}
 Library for the wxWidgets cross-platform GUI.
 
+API version: %{wx_minor_description}
 ABI variant: %{wx_description}
 
 %package -n libwx_gtk2%{WXFLAGS}_mmedia-2_8-0-%{wx_variant}
@@ -253,6 +266,7 @@
 %description -n libwx_gtk2%{WXFLAGS}_mmedia-2_8-0-%{wx_variant}
 Library for the wxWidgets cross-platform GUI.
 
+API version: %{wx_minor_description}
 ABI variant: %{wx_description}
 
 %package -n libwx_gtk2%{WXFLAGS}_plot-2_8-0-%{wx_variant}
@@ -262,6 +276,7 @@

commit vaapi-intel-driver for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package vaapi-intel-driver for 
openSUSE:Factory checked in at 2012-11-02 17:43:47

Comparing /work/SRC/openSUSE:Factory/vaapi-intel-driver (Old)
 and  /work/SRC/openSUSE:Factory/.vaapi-intel-driver.new (New)


Package is "vaapi-intel-driver", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/vaapi-intel-driver/vaapi-intel-driver.changes
2012-07-13 11:36:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.vaapi-intel-driver.new/vaapi-intel-driver.changes   
2012-11-02 17:43:49.0 +0100
@@ -1,0 +2,6 @@
+Thu Oct 18 13:46:56 UTC 2012 - kkhere@gmail.com
+
+- update to git master commit b6dd872 as released version does not
+  build with the latest libva release 
+
+---

Old:

  intel-driver-1.0.18.tar.xz

New:

  intel-driver-b6dd8725c97bb75caa4f5193e510cd53ea1e85a2.tar.xz



Other differences:
--
++ vaapi-intel-driver.spec ++
--- /var/tmp/diff_new_pack.RVGXlr/_old  2012-11-02 17:43:50.0 +0100
+++ /var/tmp/diff_new_pack.RVGXlr/_new  2012-11-02 17:43:50.0 +0100
@@ -17,15 +17,17 @@
 
 
 %define srcname intel-driver
+%define snapshot b6dd8725c97bb75caa4f5193e510cd53ea1e85a2
+%define snap b6dd872
 
 Name:   vaapi-intel-driver
-Version:1.0.18
+Version:1.0.18_git%{snap}
 Release:0
 Summary:Intel Driver for Video Acceleration (VA) API for Linux
 License:MIT and EPL-1.0
 Group:  System/Libraries
 Url:http://freedesktop.org/wiki/Software/vaapi
-Source0:
http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/%{srcname}-%{version}.tar.xz
+Source0:
http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/%{srcname}-%{snapshot}.tar.xz
 # Intel graphics hardware only available on these platforms
 ExclusiveArch:  %ix86 x86_64
 BuildRequires:  libtool
@@ -39,7 +41,7 @@
 Intel Driver for Libva is a library providing the VA API video acceleration 
API.
 
 %prep
-%setup -q -n %{srcname}-%{version}
+%setup -q -n %{srcname}-%{snapshot}
 
 %build
 autoreconf -fiv

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



commit udisks2 for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package udisks2 for openSUSE:Factory checked 
in at 2012-11-02 17:43:38

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


Package is "udisks2", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/udisks2/udisks2.changes  2012-10-07 
20:08:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.udisks2.new/udisks2.changes 2012-11-02 
17:43:41.0 +0100
@@ -1,0 +2,34 @@
+Wed Oct 24 12:16:42 UTC 2012 - meiss...@suse.com
+
+- remove the rpmlintrc after adding the privs bnc#779404
+
+---
+Wed Oct 17 13:03:06 UTC 2012 - fcro...@suse.com
+
+- Fix build with new udev rules directory location.
+
+---
+Tue Sep 25 09:19:57 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.99.0:
+  + Catch up with latest polkit guidance
+  + Don't require auth for Standby'ing non-system drives on own
+seat
+  + Mark Realtek rts5229 based card readers as flash drives
+  + Black-list seemingly invalid WWN for SAMSUNG SP1604N hard disks
+  + Ignore non-Linux software on SanDisk Cruzer
+  + Add drive configuration interfaces and configuration files
+  + Add "Linux Filesystem" GPT partition type
+  + Add support for VMWare filesystem types and GPT partition types
+  + Update integration tests.
+  + Bugs fixed:
+- fdo#51439: udisks should hide lvm PVs
+- Changes from version 1.98.0:
+  + Drive: Refuse to eject drives that appear to be in use
+  + udisksd: work if polkitd is not available
+  + Updated documentations
+  + Bugs fixed:
+- fdo49842: Unhandled rootfs on bind mount
+- Drop udisks-hide-lvm-raid-partitions.patch: fixed upstream.
+
+---

Old:

  udisks-1.97.0.tar.bz2
  udisks-hide-lvm-raid-partitions.patch

New:

  udisks-1.99.0.tar.bz2



Other differences:
--
++ udisks2.spec ++
--- /var/tmp/diff_new_pack.i88giY/_old  2012-11-02 17:43:43.0 +0100
+++ /var/tmp/diff_new_pack.i88giY/_new  2012-11-02 17:43:43.0 +0100
@@ -16,17 +16,17 @@
 #
 
 
+%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
+
 Name:   udisks2
 %define _name   udisks
-Version:1.97.0
+Version:1.99.0
 Release:0
 Summary:Disk Management Service, version 2
 License:GPL-2.0+
 Group:  System/Daemons
 Url:http://www.freedesktop.org/wiki/Software/udisks
 Source: 
http://udisks.freedesktop.org/releases/%{_name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM udisks-hide-lvm-raid-partitions.patch fdo#51439 
bnc#737038 g...@opensuse.org -- Hide partitions marked as containing LVM and 
RAID. This is only useful for encrypted partitions.
-Patch0: udisks-hide-lvm-raid-partitions.patch
 # PATCH-FIX-UPSTREAM systemd-dynamic-check.diff fdo#55309 bnc#769570 
ti...@suse.de -- Add a check of running systemd so that it still works with 
sysvinit
 Patch1: systemd-dynamic-check.diff
 # Needed to build the man pages
@@ -37,7 +37,7 @@
 BuildRequires:  intltool
 BuildRequires:  libacl-devel
 # For xsltproc
-BuildRequires:  libxslt-devel
+BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.31.13
 BuildRequires:  pkgconfig(glib-2.0) >= 2.31.13
 BuildRequires:  pkgconfig(gudev-1.0) >= 147
@@ -95,7 +95,6 @@
 %lang_package
 %prep
 %setup -q -n %{_name}-%{version}
-%patch0 -p1
 %patch1 -p1
 
 %build
@@ -131,7 +130,7 @@
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README
 %{_unitdir}/udisks2.service
-/lib/udev/rules.d/80-udisks2.rules
+%{_udevrulesdir}/80-udisks2.rules
 %{_sbindir}/umount.udisks2
 %{_bindir}/udisksctl
 %dir %{_libexecdir}/udisks2

++ udisks-1.97.0.tar.bz2 -> udisks-1.99.0.tar.bz2 ++
 57755 lines of diff (skipped)

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



commit thttpd for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package thttpd for openSUSE:Factory checked 
in at 2012-11-02 17:43:29

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


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

Changes:

--- /work/SRC/openSUSE:Factory/thttpd/thttpd.changes2012-06-12 
22:10:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.thttpd.new/thttpd.changes   2012-11-02 
17:43:30.0 +0100
@@ -1,0 +2,5 @@
+Wed Oct 24 21:20:29 UTC 2012 - s...@ammler.ch
+
+- use different versions of automake (SLE)
+
+---



Other differences:
--
++ thttpd.spec ++
--- /var/tmp/diff_new_pack.XWx5Ip/_old  2012-11-02 17:43:33.0 +0100
+++ /var/tmp/diff_new_pack.XWx5Ip/_new  2012-11-02 17:43:33.0 +0100
@@ -77,7 +77,7 @@
 %patch12
 
 %build
-cp /usr/share/automake-1.11/config.* . ||  cp 
/usr/share/automake-1.12/config.* .
+cp /usr/share/automake-1.*/config.* . 
 # update server root path
 sed -i "s@__SRVROOT__@%{serverroot}/htdocs@g" README.SuSE SuSE/etc/thttpd.conf
 sed -i "s@__PREFIX__@%{_prefix}@g;\

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



commit sysconfig for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory 
checked in at 2012-11-02 17:43:05

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


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

Changes:

--- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes  2012-10-27 
13:25:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.sysconfig.new/sysconfig.changes 2012-11-02 
17:43:07.0 +0100
@@ -1,0 +2,13 @@
+Thu Nov  1 17:08:25 UTC 2012 - m...@suse.com
+
+- version 0.76.7
+- Start ifup pre/post and if-up.d/if-down.d scripts in background.
+  The new network/config variable WAIT_BACKGROUND_JOBS specifies
+  the wait limit. Default is 5 secons, 0 disables backgrounding
+  and reverts to previous blocking behavior. Attempt to solve the
+  issues where interfaces are not come up in time, because some
+  hook-script are blocking ifup (bnc#780644).
+- Execute netconfig/ntp-runtime updates in background (bnc#780644).
+- Man-page hint to use STARTMODE=nfsroot when using iSCSI or FCoE.
+
+---

Old:

  sysconfig-0.76.6.tar.bz2

New:

  sysconfig-0.76.7.tar.bz2



Other differences:
--
++ sysconfig.spec ++
--- /var/tmp/diff_new_pack.vUg29I/_old  2012-11-02 17:43:10.0 +0100
+++ /var/tmp/diff_new_pack.vUg29I/_new  2012-11-02 17:43:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   sysconfig
-Version:0.76.6
+Version:0.76.7
 Release:0
 Summary:The sysconfig scheme and traditional network scripts
 License:GPL-2.0+

++ sysconfig-0.76.6.tar.bz2 -> sysconfig-0.76.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.76.6/ChangeLog 
new/sysconfig-0.76.7/ChangeLog
--- old/sysconfig-0.76.6/ChangeLog  2012-10-26 13:39:19.0 +0200
+++ new/sysconfig-0.76.7/ChangeLog  2012-11-01 18:22:06.0 +0100
@@ -1,4 +1,33 @@
-commit a964df866b304fcabfc189cc73475080a1b4b4dc (HEAD, tag: version-0.76.6, 
public/master, origin/master, export/master, master)
+commit fbdfff3aaa236a7909b03981bf6d6db0b0cd48c5 (HEAD, master-jobs, master)
+Author: Marius Tomaschewski 
+Date:   Thu Nov 1 18:17:37 2012 +0100
+
+version 0.76.7, updated changes file
+
+commit ba4f43c796427a7749504d23969a2340789571f2
+Author: Marius Tomaschewski 
+Date:   Thu Nov 1 17:54:45 2012 +0100
+
+Execute netconfig/ntp-runtime update in background
+
+commit 52964539fa72a820a7d390cac577861d41f17f3e
+Author: Marius Tomaschewski 
+Date:   Thu Nov 1 17:54:00 2012 +0100
+
+Background ifup pre/post and if-up.d/if-down.d scripts
+
+New network/config variable WAIT_BACKGROUND_JOBS with a
+default of 5 secs wait limit. A WAIT_BACKGROUND_JOBS=0
+disables a parallel/background hook script execution.
+
+commit 2f25f2e046af65db2056b009da181eec31e9d1cd (public/master, origin/master, 
export/master)
+Merge: a964df8 95976ed
+Author: Marius Tomaschewski 
+Date:   Fri Oct 26 14:08:36 2012 +0200
+
+Merge commit 'refs/merge-requests/1' of 
git://gitorious.org/opensuse/sysconfig
+
+commit a964df866b304fcabfc189cc73475080a1b4b4dc (tag: version-0.76.6)
 Author: Marius Tomaschewski 
 Date:   Fri Oct 26 13:32:21 2012 +0200
 
@@ -18,7 +47,7 @@
 
 version 0.76.5
 
-commit 9bb6f64db086f0364f153ba142b5f3be67ce4baf (opensuse-12.2-update-work)
+commit 9bb6f64db086f0364f153ba142b5f3be67ce4baf
 Author: Marius Tomaschewski 
 Date:   Thu Oct 25 16:30:51 2012 +0200
 
@@ -77,7 +106,19 @@
 
 Use dhclient -v when debug is enabled (bnc#780644)
 
-commit 24a91302e36c7773ecf4bc29801287452c960640 (tag: version-0.76.4, 
opensuse-12.2-update, opensuse-12.2)
+commit 95976edae8503a0f61308628aed1b176fc09fd9f
+Author: Gregor Dschung 
+Date:   Tue Sep 11 15:24:45 2012 +0200
+
+Hint to use STARTMODE=nfsroot when using iSCSI or FCoE
+
+commit 3a9dd29ab9a56cefd7b6f1cf83cac60c40e7d682
+Author: Gregor Dschung 
+Date:   Tue Sep 11 15:11:55 2012 +0200
+
+Hint to use STARTMODE=nfsroot when using iSCSI
+
+commit 24a91302e36c7773ecf4bc29801287452c960640 (tag: version-0.76.4, tag: 
opensuse-12.2-release, public/opensuse-12.2, origin/opensuse-12.2, 
export/opensuse-12.2, opensuse-12.2)
 Author: Marius Tomaschewski 
 Date:   Thu Aug 9 16:42:02 2012 +
 
@@ -412,7 +453,7 @@
   - add libtool as buildrequire to avoid implicit dependency
 - Updated package/sysconfig.changes file
 
-commit 9c61279efc7787953b2fdfe38be9802e0310292c (public/opensuse-12.1, 
origin/opensuse-12.1, export/opensuse-12.1, opensuse-12.1)
+commit 9c61279efc7787953b2fdfe38be9802e0310292c (tag: opensuse-12.1-release)
 Author: Marius Tomaschewski 

commit setserial for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package setserial for openSUSE:Factory 
checked in at 2012-11-02 17:42:42

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


Package is "setserial", Maintainer is "dlova...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/setserial/setserial.changes  2012-02-21 
12:25:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.setserial.new/setserial.changes 2012-11-02 
17:42:51.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov  1 10:27:56 UTC 2012 - tog...@opensuse.org
+
+- add groff to BuildRequires
+- removed executable permission from rc.serial 
+
+---



Other differences:
--
++ setserial.spec ++
--- /var/tmp/diff_new_pack.3TDNeO/_old  2012-11-02 17:42:52.0 +0100
+++ /var/tmp/diff_new_pack.3TDNeO/_new  2012-11-02 17:42:52.0 +0100
@@ -33,6 +33,7 @@
 Patch3: %{name}-%{version}-nohayes.diff
 Patch4: %{name}-%{version}-binaryInUsr.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  groff
 
 %description
 Setserial is a basic system utility for displaying or setting serial
@@ -47,6 +48,8 @@
 %patch3 -p1
 %patch4
 
+chmod -x rc.serial
+
 %build
 CFLAGS="$RPM_OPT_FLAGS -Wall" \
 %configure

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



commit sensors for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2012-11-02 17:41:59

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


Package is "sensors", Maintainer is "jdelv...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2012-09-17 
14:10:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2012-11-02 
17:42:01.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov  1 02:22:53 UTC 2012 - crrodrig...@opensuse.org
+
+- lm_sensors systemd service file missing [bnc#768354] 
+
+---



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.zX6q4k/_old  2012-11-02 17:42:03.0 +0100
+++ /var/tmp/diff_new_pack.zX6q4k/_new  2012-11-02 17:42:03.0 +0100
@@ -37,6 +37,8 @@
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
+BuildRequires:  systemd
+%{?systemd_requires}
 
 %description
 This package includes programs that show data from some sensor chips. 
@@ -155,8 +157,12 @@
 mkdir -p   $RPM_BUILD_ROOT/etc/init.d
 install -m 0755 %{S:1} $RPM_BUILD_ROOT/etc/init.d/lm_sensors
 ln -sf /etc/init.d/lm_sensors  $RPM_BUILD_ROOT/usr/sbin/rclm_sensors
+install -D -m 0644 prog/init/lm_sensors.service 
%{buildroot}%{_unitdir}/lm_sensors.service
 
+%pre
+%service_add_pre lm_sensors.service
 %post
+%service_add_post lm_sensors.service
 sh -c '
 CONFIG=/etc/sysconfig/lm_sensors
 test -r "$CONFIG" || exit 0
@@ -181,9 +187,11 @@
 fi
 
 %preun
+%service_del_preun lm_sensors.service
 %{stop_on_removal lm_sensors}
 
 %postun
+%service_del_postun lm_sensors.service
 %{insserv_cleanup}
 
 %post -n libsensors4 -p /sbin/ldconfig
@@ -192,6 +200,7 @@
 
 %files
 %defattr(-,root,root)
+%{_unitdir}/lm_sensors.service
 /etc/init.d/lm_sensors
 /usr/sbin/rclm_sensors
 /usr/bin/*

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



commit screen for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package screen for openSUSE:Factory checked 
in at 2012-11-02 17:41:27

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


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

Changes:

--- /work/SRC/openSUSE:Factory/screen/screen.changes2012-10-10 
09:25:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.screen.new/screen.changes   2012-11-02 
17:41:28.0 +0100
@@ -1,0 +2,7 @@
+Thu Oct 25 13:11:20 UTC 2012 - tr...@suse.de
+
+- Fix sort command to not stop at window gaps.
+  That can happen if windows got deleted and the window numbers do not
+  increment sequentially anymore.
+
+---



Other differences:
--
++ sort_command.patch ++
--- /var/tmp/diff_new_pack.Lwl8WA/_old  2012-11-02 17:41:29.0 +0100
+++ /var/tmp/diff_new_pack.Lwl8WA/_new  2012-11-02 17:41:29.0 +0100
@@ -1,5 +1,13 @@
 ./comm.c.orig  2012-06-08 15:20:17.0 +
-+++ ./comm.c   2012-06-08 16:03:10.0 +
+---
+ comm.c   |1 +
+ doc/screen.1 |5 +
+ process.c|   43 +++
+ 3 files changed, 49 insertions(+)
+
+Index: comm.c
+===
+--- comm.c.orig
 comm.c
 @@ -297,6 +297,7 @@ struct comm comms[RC_LAST + 1] =
{ "sleep",  ARGS_1 },
{ "slowpaste",  NEED_FORE|ARGS_01 },
@@ -8,8 +16,10 @@
{ "source", ARGS_1 },
{ "split",  NEED_DISPLAY|ARGS_01 },
{ "startup_message",ARGS_1 },
 ./doc/screen.1.orig2012-06-08 16:02:58.0 +
-+++ ./doc/screen.1 2012-06-08 16:03:10.0 +
+Index: doc/screen.1
+===
+--- doc/screen.1.orig
 doc/screen.1
 @@ -3015,6 +3015,11 @@ underlying system exposes flow control p
  text. 
  .sp
@@ -22,9 +32,11 @@
  .BI "source " file
  .PP
  Read and execute commands from file \fIfile\fP. Source commands may
 ./process.c.orig   2012-06-08 15:20:18.0 +
-+++ ./process.c2012-06-08 16:03:10.0 +
-@@ -3024,6 +3024,47 @@ int key;
+Index: process.c
+===
+--- process.c.orig
 process.c
+@@ -3024,6 +3024,49 @@ int key;
}
}
break;
@@ -38,32 +50,34 @@
 +"and try again\n");
 +break;
 +  }
-+  i = 0;
-+  if (!wtab[i] || !wtab[i+1])
++  /*
++   * Simple sort algorithm: Look out for the smallest, put it
++   * to the first place, look out for the 2nd smallest, ...
++  */
++  for (i = 0; i < maxwin ; i++)
 +{
-+Msg(0, "Less than two windows, sorting makes no sense.\n");
-+break;
-+  }
-+  for (i = 0; wtab[i+1] != NULL; i++)
-+{
-+for (n = i, nr = i; wtab[n+1] != NULL; n++)
++if (wtab[i] == NULL)
++continue;
++n = i;
++for (nr = i + 1; nr < maxwin; nr++)
 +  {
-+if (strcmp(wtab[nr]->w_title,wtab[n+1]->w_title) > 0)
-+  {
-+nr = n+1;
-+  }
++if (wtab[nr] == NULL)
++continue;
++debug2("Testing window %d and %d.\n", nr, n);
++if (strcmp(wtab[nr]->w_title,wtab[n]->w_title) < 0)
++  n = nr;
 +  }
-+if (nr != i)
++if (n != i)
 +  {
-+debug2("Exchange window %d and %d.\n", i, nr);
-+p = wtab[nr];
-+wtab[nr] = wtab[i];
-+wtab[i] = p;
-+wtab[nr]->w_number = nr;
-+wtab[i]->w_number = i;
++  debug2("Exchange window %d and %d.\n", i, n);
++  p = wtab[n];
++  wtab[n] = wtab[i];
++  wtab[i] = p;
++  wtab[n]->w_number = n;
++  wtab[i]->w_number = i;
 +#ifdef MULTIUSER
-+/* exchange the acls for these windows. */
-+AclWinSwap(i, nr);
++  /* exchange the acls for these windows. */
++  AclWinSwap(i, n);
 +#endif
 +  }
 +  }

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



commit procps for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package procps for openSUSE:Factory checked 
in at 2012-11-02 17:40:48

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


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

Changes:

--- /work/SRC/openSUSE:Factory/procps/procps.changes2012-07-09 
13:30:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.procps.new/procps.changes   2012-11-02 
17:40:50.0 +0100
@@ -1,0 +2,23 @@
+Tue Oct 30 14:34:52 UTC 2012 - wer...@suse.de
+
+- Update to procps-ng-3.3.5 
+  * Stop SIGFPE on vmstat at times
+  * Added debian patch for kfreebsd bug, Debian #674785
+  * Bump the soname
+
+---
+Tue Oct 30 12:35:12 UTC 2012 - wer...@suse.de
+
+- Update to procps-ng-3.3.4
+  * Removed ps -aux bogus message
+  * w get -i option to display IP addresses
+  * watch 8bit fixes Debian #675069
+  * Fixed FTBFS for non-linux Debian #677055
+  * pkill -u  doesn't need space Debian #676239
+  * top enables intra-column horizontal scrolling
+  * top can display a task's environment
+  * top can display major/minor pg fault deltas, Debian #84992
+  * top provides additional control over column widths
+  * top offers user controlled left/right justification 
+
+---

Old:

  procps-v3.3.3-bnc634071_procstat2.diff
  procps-v3.3.3-large_pcpu.patch
  procps-v3.3.3-petabytes.patch
  procps-v3.3.3-stealtime.patch
  procps-v3.3.3-top.1.diff
  procps-v3.3.3-w-notruncate.diff
  procps-v3.3.3-w-simply-work.diff
  procps-v3.3.3-watch.patch
  procps-v3.3.3-xen.dif
  procps-v3.3.3.tar.bz2

New:

  procps-v3.3.4-bnc634071_procstat2.diff
  procps-v3.3.4-large_pcpu.patch
  procps-v3.3.4-petabytes.patch
  procps-v3.3.4-stealtime.patch
  procps-v3.3.4-top.1.diff
  procps-v3.3.4-w-notruncate.diff
  procps-v3.3.4-w-simply-work.diff
  procps-v3.3.4-watch.patch
  procps-v3.3.4-xen.dif
  procps-v3.3.5.tar.bz2



Other differences:
--
++ procps.spec ++
--- /var/tmp/diff_new_pack.iO2IJv/_old  2012-11-02 17:40:52.0 +0100
+++ /var/tmp/diff_new_pack.iO2IJv/_new  2012-11-02 17:40:52.0 +0100
@@ -17,15 +17,18 @@
 
 
 %bcond_with bin2usr
+%define somajor 1
+%define libname libprocps%{somajor}
 
 Name:   procps
 BuildRequires:  automake
 BuildRequires:  libselinux-devel
 BuildRequires:  libtool
 BuildRequires:  ncurses-devel
+BuildRequires:  pkg-config
 Url:https://gitorious.org/procps
 PreReq: %fillup_prereq %insserv_prereq
-Version:3.3.3
+Version:3.3.5
 Release:0
 Summary:The ps utilities for /proc
 License:GPL-2.0+ ; LGPL-2.1+
@@ -38,26 +41,26 @@
 Source3:systat.xinetd
 Source4:sysctl.conf
 Source5:sysctl.conf.s390
-Patch0: procps-v3.3.3-watch.patch
+Patch0: procps-v3.3.4-watch.patch
 Patch1: procps-v3.3.3-ia64.diff
-Patch2: procps-v3.3.3-stealtime.patch
-Patch3: procps-v3.3.3-w-notruncate.diff
-Patch4: procps-v3.3.3-w-simply-work.diff
-Patch5: procps-v3.3.3-top.1.diff
+Patch2: procps-v3.3.4-stealtime.patch
+Patch3: procps-v3.3.4-w-notruncate.diff
+Patch4: procps-v3.3.4-w-simply-work.diff
+Patch5: procps-v3.3.4-top.1.diff
 Patch6: procps-v3.3.3-buffersize.diff
 Patch7: procps-v3.3.3-readeof.patch
 Patch8: procps-v3.3.3-slab.patch
 Patch9: procps-v3.3.3-selinux.patch
 Patch10:procps-v3.3.3-accuracy.dif
-Patch11:procps-v3.3.3-xen.dif
+Patch11:procps-v3.3.4-xen.dif
 Patch12:procps-v3.3.3-fdleak.dif
 Patch13:procps-v3.3.3-columns.dif
 Patch14:procps-v3.3.3-integer-overflow.patch
-Patch15:procps-v3.3.3-bnc634071_procstat2.diff
+Patch15:procps-v3.3.4-bnc634071_procstat2.diff
 Patch16:procps-v3.3.3-bnc634840.patch
 Patch17:
procps-v3.3.3-read-sysctls-also-from-boot-sysctl.conf-kernelversion.diff
-Patch18:procps-v3.3.3-petabytes.patch
-Patch19:procps-v3.3.3-large_pcpu.patch
+Patch18:procps-v3.3.4-petabytes.patch
+Patch19:procps-v3.3.4-large_pcpu.patch
 Patch20:procps-v3.3.3-tinfo.dif
 Patch21:procps-v3.3.3-pwdx.patch
 Patch22:procps-v3.3.3-chroot.diff
@@ -85,17 +88,18 @@
 Summary:Include Files and Libraries mandatory for Development
 License:GPL-2.0+ ; LGPL-2.1+
 Group:  Development/Libraries/C and C++
+Requires:   %{libname} = %{version}
 
 %description devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-%package -n

commit php5-pear-Horde_ActiveSync for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_ActiveSync for 
openSUSE:Factory checked in at 2012-11-02 17:39:31

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


Package is "php5-pear-Horde_ActiveSync", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_ActiveSync/php5-pear-Horde_ActiveSync.changes
2012-05-31 17:09:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_ActiveSync.new/php5-pear-Horde_ActiveSync.changes
   2012-11-02 17:39:40.0 +0100
@@ -1,0 +2,6 @@
+Thu Oct 25 11:02:21 UTC 2012 - Roman Geber 
+
+- version 1.2.7
+- [mjr] Fix issue with setting time before screenlock.
+
+---

Old:

  Horde_ActiveSync-1.2.6.tgz

New:

  Horde_ActiveSync-1.2.7.tgz



Other differences:
--
++ php5-pear-Horde_ActiveSync.spec ++
--- /var/tmp/diff_new_pack.8me7Vk/_old  2012-11-02 17:39:41.0 +0100
+++ /var/tmp/diff_new_pack.8me7Vk/_new  2012-11-02 17:39:41.0 +0100
@@ -24,7 +24,7 @@
 Name:   php5-pear-Horde_ActiveSync
 %define pear_name  Horde_ActiveSync
 %define pear_sname horde_activesync
-Version:1.2.6
+Version:1.2.7
 Release:0
 Source0:http://pear.horde.org/get/Horde_ActiveSync-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Horde_ActiveSync-1.2.6.tgz -> Horde_ActiveSync-1.2.7.tgz ++
 24955 lines of diff (skipped)

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



commit opensuse-manuals_ru for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package opensuse-manuals_ru for 
openSUSE:Factory checked in at 2012-11-02 17:39:23

Comparing /work/SRC/openSUSE:Factory/opensuse-manuals_ru (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-manuals_ru.new (New)


Package is "opensuse-manuals_ru", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/opensuse-manuals_ru/opensuse-manuals_ru.changes  
2012-05-26 09:28:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.opensuse-manuals_ru.new/opensuse-manuals_ru.changes 
2012-11-02 17:39:26.0 +0100
@@ -1,0 +2,5 @@
+Wed Oct 31 10:08:26 UTC 2012 - pastak...@yandex.ru
+
+- Corrected spec file
+
+---

New:

  docbook.xsl



Other differences:
--
++ opensuse-manuals_ru.spec ++
--- /var/tmp/diff_new_pack.QlLXhd/_old  2012-11-02 17:39:27.0 +0100
+++ /var/tmp/diff_new_pack.QlLXhd/_new  2012-11-02 17:39:27.0 +0100
@@ -16,6 +16,7 @@
 #
 
 
+%bcond_without PDF
 Name:   opensuse-manuals_ru
 %define my_lang ru
 Version:12.1.9028
@@ -30,12 +31,15 @@
 #SOURCES
 Source901:  doc_pre_checkin.sh
 Source903:  attributes
+Source999:  docbook.xsl
 BuildRequires:  daps
+BuildRequires:  fdupes
 BuildRequires:  suse-xsl-stylesheets
 # Also buildrequire tools that susedoc does not pull in automatically ATM
 BuildRequires:  poppler-tools
 BuildRequires:  python-lxml
 BuildRequires:  python-xml
+BuildRequires:  update-desktop-files
 BuildRequires:  xerces-j2
 %if 0%{?suse_version} >= 1140
 BuildRequires:  xmlgraphics-fop
@@ -44,7 +48,6 @@
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-
 Summary:Complete set of openSUSE Manuals (HTML, Russian)
 License:GFDL-1.2
 Group:  Documentation/SUSE
@@ -72,6 +75,7 @@
 Summary:openSUSE manual: Start-Up (PDF, Russian)
 Group:  Documentation/SUSE
 #Provides:locale(desktop-data-openSUSE:ru)
+###PDFOBS
 
 %description -n opensuse-startup_ru-pdf
 Guides you through the installation and basic configuration of your
@@ -129,26 +133,42 @@
 
 %prep
 %setup
-#%%setup -c -n %{name}-%{version}/opensuse-html
+#%setup -c -n %{name}-%{version}/opensuse-html
 #PREP
-#%%setup -c -T -D -n %{name}-%{version}
+#%setup -c -T -D -n %{name}-%{version}
 find -name '*.png' -o -name '*.svg' | xargs chmod 644 || :
 #PDFPREP
 
 %build
-#%%define my_all_dir  %{_builddir}/%{name}-%{version}/opensuse-html
+#%define my_all_dir  %{_builddir}/%{name}-%{version}/opensuse-html
 #cd %{my_all_dir}
-daps -d DC-opensuse-html html --static
+daps -v -d DC-opensuse-html html --static
 echo "$(daps -d DC-opensuse-html html-dir-name)" > %{name}.filelist
+# guess directory with profiled sources
+profiled_dir=$(ls -d build/.profiled/*)
+# Find $MAIN
+. ./DC-opensuse-html
+xsltproc -xinclude --stringparam packagename opensuse-html %{S:999} \
+  $profiled_dir/$MAIN > %{name}.page
+# /usr/share/help/C/gnome-help/opensuse-manuals.page
+# Produce .document files for HTML
 daps -d DC-opensuse-html document-files-html
+document_files_dir=$(daps -d DC-opensuse-html document-files-dir-name | sed 
/^Hint.*/d)
+sed -i "
+s|@PATH@|file://%{_docdir}/%{name}|
+s|^\(Name.*=.*\)|\1 (%{my_lang})|
+" $document_files_dir/index.html.document 
 mkdir yelp desktop
 sed "
 # remove useless comments and search settings
 /^Comment/d
 /^X-DOC-Search/d
 /^Categories=/d
+/^DocPath=/d
 /^Name *=/i\
-DocPath=file://%{_defaultdocdir}/%{name}/manual/index.html\n\
+DocPath=file://%{_defaultdocdir}/%{name}/index.html\n\
+# for KDE:\n\
+X-DocPath=file://%{_docdir}/%{name}/index.html\n\
 DocType=text/html\n\
 DocLang=%{my_lang}\n\
 Icon=document2\n\
@@ -165,11 +185,21 @@
 export XEP_LICENSE=/etc/xep/license.xml
 export XEP_HOME=/usr/share/xep
 # export FOP=fop
+export FOP_STACK="-Xss2048K"
 build_pdf () {
-  daps --envfile DC-${1} pdf-color
-  pdfname=$(daps --envfile DC-${1} pdf-color-name | sed /^Hint.*/d)
+%if %{with PDF}
+  if [ -z "$formatter" ]; then
+formatter=$(daps -d DC-${1} showvariable VARIABLE=FORMATTER)
+  fi
+  if [ $formatter = fop ]; then
+# bnc#778567
+daps -v -d DC-${1} pdf-color --xsltparam "'--param hyphenate.verbatim 0'"
+  else
+daps -v -d DC-${1} pdf-color
+  fi
+  pdfname=$(daps -d DC-${1} pdf-color-name | sed /^Hint.*/d)
   echo "$pdfname" > ${1}_ru-pdf.filelist
-  daps --envfile DC-${1} document-files-pdf
+  daps -d DC-${1} document-files-pdf
   sed "
 # remove useless comments and search settings
 /^Categories=/d
@@ -177,116 +207,105 @@
 /^Name *=/i\
 Categories=System;Core;Translation;Documentation\n\
 DocPath=file://%{_defaultdocdir}/${1}_ru-pdf/${pdfname##*/}
-" $(daps --envfile DC-$1 document-files-dir-name | sed 
/^Hint.*/d)

commit systemd-mini for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package systemd-mini for openSUSE:Factory 
checked in at 2012-11-02 17:39:14

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


Package is "systemd-mini", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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



commit opensuse-manuals_ja for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package opensuse-manuals_ja for 
openSUSE:Factory checked in at 2012-11-02 17:38:31

Comparing /work/SRC/openSUSE:Factory/opensuse-manuals_ja (Old)
 and  /work/SRC/openSUSE:Factory/.opensuse-manuals_ja.new (New)


Package is "opensuse-manuals_ja", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/opensuse-manuals_ja/opensuse-manuals_ja.changes  
2012-09-20 15:39:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.opensuse-manuals_ja.new/opensuse-manuals_ja.changes 
2012-11-02 17:38:35.0 +0100
@@ -1,0 +2,5 @@
+Wed Oct 31 16:31:24 UTC 2012 - ft...@geeko.jp
+
+- fix a build error in Factory 
+
+---



Other differences:
--
++ opensuse-manuals_ja.spec ++
--- /var/tmp/diff_new_pack.yCCCvO/_old  2012-11-02 17:38:37.0 +0100
+++ /var/tmp/diff_new_pack.yCCCvO/_new  2012-11-02 17:38:37.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package opensuse-manuals_en
+# spec file for package opensuse-manuals_ja
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -47,14 +47,14 @@
 BuildRequires:  fop
 %endif
 # BEGIN - Japanese environment
-BuildRequires:  IPAPGothic
 BuildRequires:  IPAGothic
-BuildRequires:  IPAGothic_Italic
 BuildRequires:  IPAGothic_Bold
 BuildRequires:  IPAGothic_BoldItalic
-BuildRequires:  IPAPGothic_Italic
+BuildRequires:  IPAGothic_Italic
+BuildRequires:  IPAPGothic
 BuildRequires:  IPAPGothic_Bold
 BuildRequires:  IPAPGothic_BoldItalic
+BuildRequires:  IPAPGothic_Italic
 # END - Japanese environment
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -157,7 +157,7 @@
 echo "$(daps -d DC-opensuse-html html-dir-name)" > %{name}.filelist
 # guess directory with profiled sources
 profiled_dir=$(ls -d build/.profiled/*)
-. DC-opensuse-html
+. ./DC-opensuse-html
 xsltproc -xinclude --stringparam packagename opensuse-html %{S:999} \
   $profiled_dir/$MAIN > %{name}.page
 # /usr/share/help/C/gnome-help/opensuse-manuals.page


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



commit openslide for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package openslide for openSUSE:Factory 
checked in at 2012-11-02 17:38:03

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


Package is "openslide", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/openslide/openslide.changes  2012-08-27 
16:35:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.openslide.new/openslide.changes 2012-11-02 
17:38:05.0 +0100
@@ -1,0 +2,29 @@
+Wed Oct 31 18:45:18 UTC 2012 - dmi...@roshchin.org
+
+- Update to version 3.3.1
+  * Parallelize concurrent openslide_read_region calls on an openslide_t
+  * Eliminate background scanning of tile headers in MIRAX
+  * Scan many fewer tiles during first accesses to Hamamatsu VMS
+  * Ignore Leica Z-planes other than 0
+  * Add experimental tile-size properties
+  * Document API thread safety
+
+---
+Sat Sep 15 14:08:02 UTC 2012 - dmi...@roshchin.org
+
+- Update to version 3.3.0
+  * Support Leica SCN format (requires libtiff >= 4) (thanks, Agelos Pappas)
+  * Allow opening MIRAX 2.2 slides (though there are seams, bug #92)
+  * Add standardized microns-per-pixel and objective-power properties
+  * Add "macro" associated image in Trestle
+  * Rename "layer" to "level" throughout the API (deprecate "layer" functions;
+remove "layer" properties)
+  * Report parse errors in openslide_open() by returning an openslide_t in
+error state
+  * Deprecate openslide_get_comment()
+  * Add openslide_get_version()
+  * Improve command-line tools; add manpages
+  * Support building with MinGW-w64; drop CMake, MSVC, mingw32
+  * Add tests for many error paths
+
+---

Old:

  openslide-3.2.6.tar.xz

New:

  openslide-3.3.1.tar.xz



Other differences:
--
++ openslide.spec ++
--- /var/tmp/diff_new_pack.8f5EnG/_old  2012-11-02 17:38:07.0 +0100
+++ /var/tmp/diff_new_pack.8f5EnG/_new  2012-11-02 17:38:07.0 +0100
@@ -15,22 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define soversion 0
 %define libname lib%{name}
 
 Name:   openslide
-Version:3.2.6
+Version:3.3.1
 Release:0
-License:LGPL-2.1
 Summary:C library for reading virtual slides
-Url:http://openslide.org/
+License:LGPL-2.1
 Group:  System/Libraries
+Url:http://openslide.org/
 Source0:
http://github.com/downloads/openslide/openslide/%{name}-%{version}.tar.xz
 BuildRequires:  cairo-devel
 BuildRequires:  glib2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
+BuildRequires:  libxml2-devel
 BuildRequires:  openjpeg-devel
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -93,7 +95,7 @@
 
 %files -n %{libname}%{soversion}
 %defattr(-,root,root)
-%{_libdir}/*.so.*
+%{_libdir}/*.so.%{soversion}*
 
 %files -n %{libname}-devel
 %defattr(-,root,root)
@@ -108,5 +110,6 @@
 %files tools
 %defattr(-,root,root)
 %{_bindir}/*
+%{_mandir}/man1/openslide*.1.gz
 
 %changelog

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



commit ndoutils for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package ndoutils for openSUSE:Factory 
checked in at 2012-11-02 17:37:52

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


Package is "ndoutils", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/ndoutils/ndoutils.changes2012-06-01 
07:21:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.ndoutils.new/ndoutils.changes   2012-11-02 
17:37:54.0 +0100
@@ -1,0 +2,6 @@
+Wed Oct 31 13:29:16 UTC 2012 - mvysko...@suse.com
+
+- fix permissions of documentation to prevent false duplicates issued by
+  rpmlint as fdupes is now permissions sensitive (bnc#784670)
+
+---



Other differences:
--
++ ndoutils.spec ++
--- /var/tmp/diff_new_pack.l18Q40/_old  2012-11-02 17:37:55.0 +0100
+++ /var/tmp/diff_new_pack.l18Q40/_new  2012-11-02 17:37:55.0 +0100
@@ -85,6 +85,9 @@
 %{__perl} -p -i -e 's|\r\n|\n|' Makefile.in ent/documents.ent ent/version.ent
 popd
 
+# fix permissions of documentation to prevent false duplicates issued by 
rpmlint (bnc#784670)
+find docs -type f -exec chmod 0644 {} +
+
 %build
 %configure \
 --enable-mysql \

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



commit lightspark for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package lightspark for openSUSE:Factory 
checked in at 2012-11-02 17:37:36

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


Package is "lightspark", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/lightspark/lightspark.changes2012-09-23 
08:05:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.lightspark.new/lightspark.changes   
2012-11-02 17:37:50.0 +0100
@@ -1,0 +2,20 @@
+Wed Oct 31 10:09:51 UTC 2012 - reddw...@opensuse.org
+
+- Update to 0.7.0
+  * Support LZMA compressed SWFs [Requires liblzma]
+  * Improved BitmapData support
+  * Improved ActionScript compatibility
+  * Improved virtual machine performance and memory consumption
+  * Improved XML support
+  * Experimental support for bytecode optimization at runtime
+  * Improved ExternalInterface (browser integration) support
+  * Improved performance of JPEG loading
+  * Support for XMLSocket
+  * Completely redesigned and improved masking support
+- Take minimum version of pkgconfig(libxml++-2.6) and llvm-devel
+  from CMakeLists.txt and specify them in the BuildRequires
+- Add pkgconfig(liblzma), pkgconfig(gl) and pkgconfig(zlib) BuildRequires
+- Remove pkgconfig(gobject-2.0) BuildRequire
+- Add lightspark-0.7.0-no_glu.patch and remove explicit glu dependency
+
+---

Old:

  lightspark-0.6.0.1.tar.gz

New:

  lightspark-0.7.0-no_glu.patch
  lightspark-0.7.0.tar.gz



Other differences:
--
++ lightspark.spec ++
--- /var/tmp/diff_new_pack.6QbnNv/_old  2012-11-02 17:37:53.0 +0100
+++ /var/tmp/diff_new_pack.6QbnNv/_new  2012-11-02 17:37:53.0 +0100
@@ -20,7 +20,7 @@
 %bcond_with rtmp
 
 Name:   lightspark
-Version:0.6.0.1
+Version:0.7.0
 Release:0
 Summary:Modern, free, open-source flash player implementation
 License:LGPL-3.0+
@@ -29,6 +29,8 @@
 Source0:
https://launchpad.net/lightspark/trunk/lightspark-%{version}/+download/lightspark-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM lightspark-0.5.7-underlinking.patch lp#1000818 
reddw...@opensuse.org -- Link against GTK
 Patch0: lightspark-0.5.7-underlinking.patch
+# PATCH-FIX-UPSTREAM lightspark-0.7.0-no_glu.patch lp#1073536 
reddw...@opensuse.org -- Avoid the need for GLU
+Patch1: lightspark-0.7.0-no_glu.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
@@ -36,26 +38,27 @@
 BuildRequires:  gettext-tools
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libjpeg-devel
-BuildRequires:  llvm-devel
+BuildRequires:  llvm-devel >= 2.8
 BuildRequires:  nasm
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(gdk-2.0)
+BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(glibmm-2.4)
-BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(gmodule-2.0)
-BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libcurl)
+BuildRequires:  pkgconfig(liblzma)
 BuildRequires:  pkgconfig(libpcre)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libpulse)
-BuildRequires:  pkgconfig(libxml++-2.6)
+BuildRequires:  pkgconfig(libxml++-2.6) >= 2.33.1
 BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(pangocairo)
 BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(zlib)
 %if %{with rtmp}
 BuildRequires:  pkgconfig(librtmp)
 %endif
@@ -81,6 +84,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 
 %build
 export CFLAGS='%{optflags}'

++ lightspark-0.7.0-no_glu.patch ++
Index: src/backends/lsopengl.h
===
--- src/backends/lsopengl.h.orig
+++ src/backends/lsopengl.h
@@ -39,6 +39,7 @@
#define glBufferData(...)
#define glPixelStorei(...)
 #else
+   #define GLEW_NO_GLU
#include 
#ifndef _WIN32
#include 
++ lightspark-0.6.0.1.tar.gz -> lightspark-0.7.0.tar.gz ++
 28754 lines of diff (skipped)

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



commit kiwi for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2012-11-02 17:37:21

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2012-10-27 
07:39:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2012-11-02 
17:37:26.0 +0100
@@ -1,0 +2,438 @@
+Fri Nov  2 16:24:42 CET 2012 - m...@suse.de
+
+- v5.04.22 released
+  
+---
+Fri Nov  2 16:17:32 CET 2012 - m...@suse.de
+  
+- removed vmxboot respectively image type vmx from arm code
+  branch. All arm images are oem's vmx is unused here
+  
+---
+Fri Nov  2 13:10:35 CET 2012 - m...@suse.de
+  
+- fixed device detection in the oemboot install code. The try to
+  remove the boot device from the list of possible install devices.
+  The sed statement used here caused a broken list of the substring
+  also matches other devices. The fix here changes this to exactly
+  match the device string of the boot device and nothing else
+  
+---
+Fri Nov  2 12:45:29 CET 2012 - m...@suse.de
+  
+- fixed etc/default/grub GRUB_DISTRIBUTOR name setup
+  
+---
+Fri Nov  2 11:49:54 CET 2012 - m...@suse.de
+
+- include mdmon to handle raid array status changes if
+  a dmraid array is in use
+  
+---
+Fri Nov  2 11:20:32 CET 2012 - m...@suse.de
+  
+- fixed use of uninitialized values in the code now reported
+  due to the use of warnings at runtime
+  
+---
+Fri Nov  2 10:33:07 CET 2012 - m...@suse.de
+  
+- fixed setup of /etc/default/grub to contain the bootloader
+  setup in terms of boot title, timeout, etc... (bnc #786262)
+  
+---
+Fri Nov  2 01:18:30 CET 2012 - rjsch...@suse.de
+  
+- report an error when a  definition is specified in the
+  configuration and we cannot find the necessary command to obtain
+  LVM information
+- implement consistency check for user settings
+  * if a user is specified in two  sections all given settings must
+be the same
+  * the same user may not be specified twice in the same  section
+- implement group setting consistency check
+  * a group id may only be used once
+  * a group name may only be used with one ID
+
+---
+Thu Nov  1 05:54:36 CET 2012 - rjsch...@suse.de
+  
+- implement KIWIXMLUserData class to store user data
+- implement unit test for new class
+- implement unit tests for new methods
+- tie new class into XML Class
+  * rename the following methods to *_legacy
+__addVolume()
+__populateImageTypeAndNode()
+__updateDescriptionFromChangeSet()
+__populateProfiledTypeInfo()
+getUsers()
+getTypes()
+  * add new getUsers method returning an array of UserData objects
+  * add new getType method return TypeData object for given type name
+- fixup client code to call new _legacy methods
+- update unit tests using _legacy
+  
+---
+Wed Oct 31 21:32:01 CET 2012 - guillaume.gar...@suse.de
+  
+- Added armv5 support
+  
+---
+Wed Oct 31 17:40:55 CET 2012 - m...@suse.de
+  
+- v5.04.21 released
+  
+---
+Wed Oct 31 17:39:51 CET 2012 - m...@suse.de
+  
+- fixed unit test, don't use remote URLs for a test they will
+  fail inside the buildservice because there is no network
+  access allowed
+  
+---
+Wed Oct 31 17:31:06 CET 2012 - m...@suse.de
+  
+- fixed spec file, added lvm2 to buildrequires. This is
+  required to let the unit tests work
+  
+---
+Wed Oct 31 17:30:18 CET 2012 - m...@suse.de
+  
+- fixed use of uninitialized values in the code now reported
+  due to the use of warnings at runtime
+  
+---
+Wed Oct 31 17:12:44 CET 2012 - m...@suse.de
+  
+- v5.04.20 released
+  
+---
+Tue Oct 30 20:46:59 CET 2012 - m...@suse.de
+  
+- fixed use of uninitialized values in the code now reported
+  due to the use of warnings at runtime
+  
+-

commit hyper-v for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package hyper-v for openSUSE:Factory checked 
in at 2012-11-02 17:36:58

Comparing /work/SRC/openSUSE:Factory/hyper-v (Old)
 and  /work/SRC/openSUSE:Factory/.hyper-v.new (New)


Package is "hyper-v", Maintainer is "oher...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/hyper-v/hyper-v.changes  2012-10-23 
19:37:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.hyper-v.new/hyper-v.changes 2012-11-02 
17:36:59.0 +0100
@@ -1,0 +2,5 @@
+Fri Oct 26 17:13:40 CEST 2012 - oher...@suse.de
+
+- update hv_set_ifconfig to work with our ifcfg
+
+---
@@ -12 +17 @@
-- update kv_kvp_daemon to 3.7-rc1 state [fate#31441]
+- update kv_kvp_daemon to 3.7-rc1 state [fate#314441]



Other differences:
--
++ hyper-v.tools.hv.hv_set_ifconfig.sh ++
--- /var/tmp/diff_new_pack.bIqpxw/_old  2012-11-02 17:37:00.0 +0100
+++ /var/tmp/diff_new_pack.bIqpxw/_new  2012-11-02 17:37:00.0 +0100
@@ -1,7 +1,4 @@
 #!/bin/bash
-
-# This example script activates an interface based on the specified
-# configuration.
 #
 # In the interest of keeping the KVP daemon code free of distro specific
 # information; the kvp daemon code invokes this external script to configure
@@ -10,13 +7,6 @@
 # The only argument to this script is the configuration file that is to
 # be used to configure the interface.
 #
-# Each Distro is expected to implement this script in a distro specific
-# fashion. For instance on Distros that ship with Network Manager enabled,
-# this script can be based on the Network Manager APIs for configuring the
-# interface.
-#
-# This example script is based on a RHEL environment.
-#
 # Here is the format of the ip configuration file:
 #
 # HWADDR=macaddr
@@ -45,24 +35,49 @@
 # is expected to return the configuration that is set via the SET
 # call.
 #
-
-
-
-echo "IPV6INIT=yes" >> $1
-echo "NM_CONTROLLED=no" >> $1
-echo "PEERDNS=yes" >> $1
-echo "ONBOOT=yes" >> $1
-
-dhcp=$(grep "DHCP" $1 2>/dev/null)
-if [ "$dhcp" != "" ];
+cfg=$1
+if ! test -f "${cfg}"
 then
-echo "BOOTPROTO=dhcp" >> $1;
+   : expect configuration datafile as first argument
+   exit 1
+fi
+#
+(
+unset DHCP
+unset IF_NAME
+. "$1"
+if test -z "${IF_NAME}"
+then
+   echo "Missing IF_NAME= in ${cfg}"
+   exit 1
+fi
+#
+t=`mktemp`
+if test -z "${t}"
+then
+   exit 1
 fi
 
-cp $1 /etc/sysconfig/network-scripts/
-
+_exit() {
+   rm -f "${t}"
+}
+trap _exit EXIT
+#
+cat >> "${t}" <<_EOF_
+# contents from $0 $*
+`cat "${cfg}"`
+#
+# additional options:
+STARTMODE=auto
+_EOF_
 
-interface=$(echo $1 | awk -F - '{ print $2 }')
+if test "${DHCP}" = "yes"
+then
+   echo "BOOTPROTO=dhcp" >> ${t};
+fi
 
-/sbin/ifdown $interface 2>/dev/null
-/sbin/ifup $interfac 2>/dev/null
+echo "$0: working on network interface ifcfg-${IF_NAME}"
+cp -b ${t} /etc/sysconfig/network/ifcfg-${IF_NAME}
+ifdown ${IF_NAME} -o hotplug
+ifup ${IF_NAME} -o hotplug
+) 2>&1 | logger -t "${0##*/}[$PPID / $$]"

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



commit gtkwave for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package gtkwave for openSUSE:Factory checked 
in at 2012-11-02 17:36:33

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


Package is "gtkwave", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gtkwave/gtkwave.changes  2012-10-04 
19:39:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtkwave.new/gtkwave.changes 2012-11-02 
17:36:35.0 +0100
@@ -1,0 +2,13 @@
+Wed Oct 31 18:33:11 UTC 2012 - dmi...@roshchin.org
+
+- Update to version 3.3.41
+  * Fix for gtkwave::addSignalsFromList when encountering
+signals of form a.b.MyBus[7:0] and a.b.MyBus[15:8] such
+that brackets aren't stripped.
+  * Added experimental highlight_wavewindow rc variable which
+allows signals also to be highlighted in the wave window
+using the value for color_grid.
+  * Added use_standard_trace_select rc variable and related
+menu option.
+
+---

Old:

  gtkwave-3.3.40.tar.gz

New:

  gtkwave-3.3.41.tar.gz



Other differences:
--
++ gtkwave.spec ++
--- /var/tmp/diff_new_pack.A6ojtk/_old  2012-11-02 17:36:38.0 +0100
+++ /var/tmp/diff_new_pack.A6ojtk/_new  2012-11-02 17:36:38.0 +0100
@@ -11,31 +11,32 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gtkwave
-Version:3.3.40
+Version:3.3.41
 Release:0
-License:GPL-2.0+
 Summary:Waveform viewer for Ditital Signals
+License:GPL-2.0+
 Group:  Productivity/Scientific/Electronics
 
 Url:http://sourceforge.net/projects/gtkwave/
 Source0:%{name}-%{version}.tar.gz
 
-BuildRequires:  flex
 BuildRequires:  fdupes
+BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  gperf
 BuildRequires:  gtk2-devel
 BuildRequires:  judy-devel
 BuildRequires:  tcl-devel
 BuildRequires:  tk-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  xz-devel
 BuildRequires:  zlib-devel
-BuildRequires:  update-desktop-files
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ gtkwave-3.3.40.tar.gz -> gtkwave-3.3.41.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkwave-3.3.40/CHANGELOG.TXT 
new/gtkwave-3.3.41/CHANGELOG.TXT
--- old/gtkwave-3.3.40/CHANGELOG.TXT2012-09-10 22:39:19.0 +0200
+++ new/gtkwave-3.3.41/CHANGELOG.TXT2012-10-30 19:37:45.0 +0100
@@ -1253,3 +1253,11 @@
of GTK2 (as it could be verified on that version).
Fixed off-by-one buffer string allocation write overflow
in calloc_2() call in maketraces().
+3.3.41 30sep12 Fix for gtkwave::addSignalsFromList when encountering
+   signals of form a.b.MyBus[7:0] and a.b.MyBus[15:8] such
+   that brackets aren't stripped.
+   Added experimental highlight_wavewindow rc variable which
+   allows signals also to be highlighted in the wave window
+   using the value for color_grid.
+   Added use_standard_trace_select rc variable and related
+   menu option.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkwave-3.3.40/LICENSE.TXT 
new/gtkwave-3.3.41/LICENSE.TXT
--- old/gtkwave-3.3.40/LICENSE.TXT  2012-08-16 02:33:19.0 +0200
+++ new/gtkwave-3.3.41/LICENSE.TXT  2012-10-30 19:37:45.0 +0100
@@ -1,6 +1,6 @@
 ##
 
-GTKWave 3.3.40 Wave Viewer is Copyright (C) 1999-2012 Tony Bybell.  
+GTKWave 3.3.41 Wave Viewer is Copyright (C) 1999-2012 Tony Bybell.  
 Portions of GTKWave are Copyright (C) 1999-2012 Udi Finkelstein. 
 Context support is Copyright (C) 2007-2012 Kermin Elliott Fleming.
 Trace group support is  Copyright (C) 2009-2012 Donald Baltus.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkwave-3.3.40/configure new/gtkwave-3.3.41/configure
--- old/gtkwave-3.3.40/configure2012-08-16 02:33:19.0 +0200
+++ new/gtkwave-3.3.41/configure2012-10-30 19:37:45.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for gtkwave 3.3.40.
+# Generated by GNU Autoconf 2.63 for gtkwave 3.3.41.
 #
 # Report bugs to .
 #
@@ -596,8 +596,8 @@
 # Identity of this package

commit grantlee for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package grantlee for openSUSE:Factory 
checked in at 2012-11-02 17:33:28

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


Package is "grantlee", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/grantlee/grantlee.changes2011-11-07 
14:17:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.grantlee.new/grantlee.changes   2012-11-02 
17:33:30.0 +0100
@@ -1,0 +2,9 @@
+Fri Nov  2 13:14:04 UTC 2012 - cgiboude...@gmx.com
+
+- Update to 0.3.0
+  * Implement dictsort filter
+  * Many new unit tests
+  * Bug fixes and performance improvements
+  * Roman numeral support in textdocument processing
+
+---

Old:

  grantlee-0.2.0.tar.gz

New:

  grantlee-0.3.0.tar.gz



Other differences:
--
++ grantlee.spec ++
--- /var/tmp/diff_new_pack.Ug1UoX/_old  2012-11-02 17:33:31.0 +0100
+++ /var/tmp/diff_new_pack.Ug1UoX/_new  2012-11-02 17:33:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grantlee
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,14 +16,13 @@
 #
 
 
-
 Name:   grantlee
-Version:0.2.0
-Release:2
-License:LGPL-2.1+
+Version:0.3.0
+Release:0
 Summary:Qt string template library
-Url:http://grantlee.org/
+License:LGPL-2.1+
 Group:  System/Libraries
+Url:http://grantlee.org/
 Source0:http://downloads.grantlee.org/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -37,7 +36,6 @@
 written in Qt.
 
 %package devel
-License:LGPL-2.1+
 Summary:Include Files and Libraries Mandatory for Development with 
Grantlee
 Group:  Development/Libraries/C and C++
 Requires:   libgrantlee_core0 = %{version}
@@ -48,7 +46,6 @@
 grantlee.
 
 %package -n libgrantlee_core0
-License:LGPL-2.1+
 Summary:Qt string template library
 Group:  System/Libraries
 # grantlee was last used in openSUSE 11.4 (grantlee-0.1.7)
@@ -60,7 +57,6 @@
 written in Qt.
 
 %package -n libgrantlee_gui0
-License:LGPL-2.1+
 Summary:Qt string template library
 Group:  System/Libraries
 # grantlee was last used in openSUSE 11.4 (grantlee-0.1.7)

++ grantlee-0.2.0.tar.gz -> grantlee-0.3.0.tar.gz ++
 2332 lines of diff (skipped)

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



commit gimp-help for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package gimp-help for openSUSE:Factory 
checked in at 2012-11-02 17:33:04

Comparing /work/SRC/openSUSE:Factory/gimp-help (Old)
 and  /work/SRC/openSUSE:Factory/.gimp-help.new (New)


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

Changes:

--- /work/SRC/openSUSE:Factory/gimp-help/gimp-help.changes  2012-06-26 
15:40:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.gimp-help.new/gimp-help.changes 2012-11-02 
17:33:06.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct 31 11:13:55 UTC 2012 - mvysko...@suse.com
+
+- Since recent changes, fdupes can only link files of same
+  owner/permissions (bnc#784670). As we still want to make use
+  of fdupes, we adjust the permissions of the images folder's
+  content.
+
+---



Other differences:
--
++ gimp-help.spec ++
--- /var/tmp/diff_new_pack.PD7ftg/_old  2012-11-02 17:33:09.0 +0100
+++ /var/tmp/diff_new_pack.PD7ftg/_new  2012-11-02 17:33:09.0 +0100
@@ -214,6 +214,9 @@
 # Parallel build is broken
 make -f Makefile.GNU
 
+# unify the permissions of images, to make fdupes working again (bnc#784670)
+find images/ -type f -exec chmod 0644 {} +
+
 %install
 #FIXME: we can't use the usual macro since we don't use the standard Makefile
 #%make_install

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



commit gimp-dds for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package gimp-dds for openSUSE:Factory 
checked in at 2012-11-02 17:32:35

Comparing /work/SRC/openSUSE:Factory/gimp-dds (Old)
 and  /work/SRC/openSUSE:Factory/.gimp-dds.new (New)


Package is "gimp-dds", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gimp-dds/gimp-dds.changes2012-08-04 
09:12:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.gimp-dds.new/gimp-dds.changes   2012-11-02 
17:32:38.0 +0100
@@ -1,0 +2,13 @@
+Wed Aug 15 16:55:17 UTC 2012 - malcolmle...@opensuse.org
+
+- Updated to version 2.2.1:
+  + Bugfix release. Fixes artifacts introduced by the compression
+code in some images.
+- Updates from version 2.2.0:
+  + Compressed non-power-of-2 texture support.
+  + Fix compressed mipmap images with width or height less than 4.
+- Export CFLAGS in order to have a fully optimized build. Note:
+  as the Makefile does not support extending CFLAGS, we need to add
+  the content of the original variable as well, and invoke make -e.
+
+---

Old:

  gimp-dds-2.1.0.tar.bz2

New:

  gimp-dds-2.2.1.tar.bz2



Other differences:
--
++ gimp-dds.spec ++
--- /var/tmp/diff_new_pack.mZrdHX/_old  2012-11-02 17:32:39.0 +0100
+++ /var/tmp/diff_new_pack.mZrdHX/_new  2012-11-02 17:32:39.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   gimp-dds
-Version:2.1.0
+Version:2.2.1
 Release:0
 Summary:Plugin for GIMP providing support for the DDS format
 License:GPL-2.0+
@@ -58,10 +58,12 @@
  + Saving volume map images
 
 %prep
-%setup
+%setup -q
 
 %build
-make %{?_smp_mflags}
+# As we currently need to override CFLAGS, we also need to inject gtk2 and 
gimp cflags.
+export CFLAGS="%{optflags} $(pkg-config --cflags gtk+-2.0 gimp-2.0)"
+make %{?_smp_mflags} -e
 
 %install
 install -D -m 0755 dds %{buildroot}%{_libdir}/gimp/2.0/plug-ins/dds

++ gimp-dds-2.1.0.tar.bz2 -> gimp-dds-2.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gimp-dds-2.1.0/LICENSE new/gimp-dds-2.2.1/LICENSE
--- old/gimp-dds-2.1.0/LICENSE  2012-05-04 04:09:52.0 +0200
+++ new/gimp-dds-2.2.1/LICENSE  2012-07-26 10:49:50.0 +0200
@@ -1,7 +1,7 @@
 /*
DDS GIMP plugin
 
-   Copyright (C) 2008 Shawn Kirst ,
+   Copyright (C) 2004 Shawn Kirst ,
with parts (C) 2003 Arne Reuter  where specified.
 
This program is free software; you can redistribute it and/or
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gimp-dds-2.1.0/Makefile.mingw32 
new/gimp-dds-2.2.1/Makefile.mingw32
--- old/gimp-dds-2.1.0/Makefile.mingw32 2012-06-23 15:57:54.0 +0200
+++ new/gimp-dds-2.2.1/Makefile.mingw32 2012-08-01 00:22:41.0 +0200
@@ -1,5 +1,5 @@
 
-GIMPTOOL=/usr/i686-w64-mingw32/sys-root/mingw/bin/gimptool-2.0
+GIMPTOOL=/usr/i686-w64-mingw32/sys-root/mingw/bin/gimptool-2.0.exe
 
 CC=i686-w64-mingw32-gcc
 CFLAGS=-pipe -g -O2 -Wall $(shell i686-w64-mingw32-pkg-config --cflags 
gtk+-2.0 gimp-2.0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gimp-dds-2.1.0/Makefile.mingw64 
new/gimp-dds-2.2.1/Makefile.mingw64
--- old/gimp-dds-2.1.0/Makefile.mingw64 2012-06-23 15:58:02.0 +0200
+++ new/gimp-dds-2.2.1/Makefile.mingw64 2012-08-01 00:22:37.0 +0200
@@ -1,5 +1,5 @@
 
-GIMPTOOL=/usr/x86_64-w64-mingw32/sys-root/mingw/bin/gimptool-2.0
+GIMPTOOL=wine64 /usr/x86_64-w64-mingw32/sys-root/mingw/bin/gimptool-2.0.exe
 
 CC=x86_64-w64-mingw32-gcc
 CFLAGS=-pipe -g -O2 -Wall $(shell x86_64-w64-mingw32-pkg-config --cflags 
gtk+-2.0 gimp-2.0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gimp-dds-2.1.0/color.c new/gimp-dds-2.2.1/color.c
--- old/gimp-dds-2.1.0/color.c  2010-04-23 09:57:01.0 +0200
+++ new/gimp-dds-2.2.1/color.c  2012-07-26 10:50:50.0 +0200
@@ -1,7 +1,7 @@
 /*
DDS GIMP plugin
 
-   Copyright (C) 2004-2010 Shawn Kirst ,
+   Copyright (C) 2004 Shawn Kirst ,
with parts (C) 2003 Arne Reuter  where specified.
 
This program is free software; you can redistribute it and/or
@@ -16,8 +16,8 @@
 
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.  If not, write to
-   the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.
+   the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301 USA.
 */
 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclud

commit faenza-icon-theme for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package faenza-icon-theme for 
openSUSE:Factory checked in at 2012-11-02 17:32:25

Comparing /work/SRC/openSUSE:Factory/faenza-icon-theme (Old)
 and  /work/SRC/openSUSE:Factory/.faenza-icon-theme.new (New)


Package is "faenza-icon-theme", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/faenza-icon-theme/faenza-icon-theme.changes  
2012-01-19 09:41:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.faenza-icon-theme.new/faenza-icon-theme.changes 
2012-11-02 17:32:27.0 +0100
@@ -1,0 +2,6 @@
+Fri Sep 14 16:40:54 UTC 2012 - nmo.marq...@gmail.com
+
+- update faenza-install script; updated the spec file to use the
+  new syntax, cleaned up old stuff.
+
+---

New:

  faenza-install



Other differences:
--
++ faenza-icon-theme.spec ++
--- /var/tmp/diff_new_pack.I9cPd3/_old  2012-11-02 17:32:28.0 +0100
+++ /var/tmp/diff_new_pack.I9cPd3/_new  2012-11-02 17:32:28.0 +0100
@@ -17,6 +17,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   faenza-icon-theme
 Version:1.2
 Release:0
@@ -27,7 +29,10 @@
 ## 
http://www.deviantart.com/download/173323228/faenza_icons_by_tiheum-d2v6x24.zip
 Source: faenza_icons_by_tiheum-d2v6x24.zip
 Source1:
http://gnome-look.org/CONTENT/content-files/132681-Faenza-Mint.tar.gz
+# script to rebrand and install stuff...
+Source2:faenza-install
 BuildRequires:  fdupes
+BuildRequires:  python
 %if 0%{?suse_version}
 # For all the icon themes macros
 BuildRequires:  hicolor-icon-theme
@@ -109,50 +114,18 @@
 
 %prep
 %setup -q -c "faenza-%{version}" -a 1
-dist=
-%if 0%{?suse_version:1}
-dist=opensuse
-%endif
-%if 0%{?fedora_version:1}
-dist=fedora
-%endif
-%if 0%{?mandriva_version:1} || 0%{?mdv_version:1}
-dist=mandriva
-%endif
-[ -n "$dist" ] || { echo "Failed to determine distribution" >&2; exit 1; }
 
 for f in Faenza*.tar.gz; do
 tar xzf "$f"
 done
 
-find . -maxdepth 1 -type d -name 'Faenza*' | while read f; do
-f="${f#*/}"
-n="${f##*/}"
-n="${n%.tar.gz}"
-find "$n/" -type f ! -perm 0644 -exec chmod 0644 {} \;
-
-pushd "$n"
-find . -type f -name "distributor-logo-${dist}.*" | while read x; do
-xf="${x##*/}"
-xd="${x%/*}"
-xe="${xf##*.}"
-rm -f "$xd/distributor-logo.$xe"
-ln -s "$xf" "$xd/distributor-logo.$xe"
-rm -f "$xd/start-here.$xe"
-ln -s "$xf" "$xd/start-here.$xe"
-done
-popd #$n
-done
-
 %build
 
 %install
-install -d "%{buildroot}%{_datadir}/icons"
-find . -maxdepth 1 -type d -name 'Faenza*' | while read d; do
-n="${d##*/}"
-cp -a "$d" "%{buildroot}%{_datadir}/icons/$n"
-%fdupes -s "%{buildroot}%{_datadir}/icons/$n"
-done
+python %{S:2} --install %{buildroot}%{_datadir}/icons/
+%fdupes %{buildroot}%{_datadir}/icons
+find %{buildroot}%{_datadir}/icons -type f -exec chmod 0644 {} \;
+
 %if 0%{?suse_version} > 1130
 %icon_theme_cache_create_ghost Faenza
 %icon_theme_cache_create_ghost Faenza-Ambiance

++ faenza-install ++
#!/usr/bin/env python
#
# Copyright (c) 2011-2012 Nelson Marques 
# 
# crap script to rebrand and install faenza icon theme; this is aimed to
# be invoked from the .spec file during the install process.
#


import os, shutil, sys
from fnmatch import fnmatch
from optparse import OptionParser, OptionGroup


VERSION   = '0.2'

icons = []
base  = os.getcwd()
variants  = ( 'Faenza-Ambiance', 'Faenza-Dark', 'Faenza-Darker',
'Faenza-Darkest', 'Faenza-Mint', 'Faenza-Radiance',
'Faenza')


class Faenza():


'''
 print header
'''
def header(self):
print '\nfaenza-install -- version %s \n' % VERSION
print '  This script performs minimum rebranding and installs the'
print '  faenza-icon-theme in INSTALL_DIR (sys.argv[1]). For help'
print '  run the following this script with "-h" or "--help".  \n'


'''
 returns a list of matching targets
'''
def scan(self, target):
for variant in variants:
for root, dirs, files in os.walk(variant):
for f in files:
if fnmatch(f, target + '.png'):
icons.append(root + '/' + f)
return 0


'''
 delete designated file
'''
def delete(self, target):
try:
if os.path.exists(target):
os.unlink(target)
else:
print '- file not found: %s' % target
except Exception, errno:
print errno
sys.exit(1)
return 0



'''
  

commit colorhug-client for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package colorhug-client for openSUSE:Factory 
checked in at 2012-11-02 17:32:13

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


Package is "colorhug-client", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/colorhug-client/colorhug-client.changes  
2012-04-23 16:10:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.colorhug-client.new/colorhug-client.changes 
2012-11-02 17:32:15.0 +0100
@@ -1,0 +2,14 @@
+Fri Nov  2 13:05:39 UTC 2012 - p.drou...@gmail.com
+
+- Update to 0.1.12 version :
+ New Features:
+ - Add colorhug-profile to compare the measurement modes (Richard Hughes)
+ - Add subcommands to get and set the measurement mode (Richard Hughes)
+
+Bugfixes:
+ - Accept full HID packets from devices with firmware >= 1.2.0 (Richard Hughes)
+ - Fix a small memory leak when commands with helpers and callbacks fail 
(Richard Hughes)
+ - Return a uint32 type for TAKE_READING_RAW (Richard Hughes)
+- Remove unused conditional macros
+
+---

Old:

  colorhug-client-0.1.8.tar.xz

New:

  colorhug-client-0.1.12.tar.xz



Other differences:
--
++ colorhug-client.spec ++
--- /var/tmp/diff_new_pack.C52Gov/_old  2012-11-02 17:32:18.0 +0100
+++ /var/tmp/diff_new_pack.C52Gov/_new  2012-11-02 17:32:18.0 +0100
@@ -12,24 +12,19 @@
 
 
 Name:   colorhug-client
-Version:0.1.8
+Version:0.1.12
 Summary:Tools for the Hughski Colorimeter
-%if 0%{?suse_version}
 Release:0
-%else
-Release:0.#BUILD#%{?alphatag}%{?dist}
-%endif
 License:GPL-2.0+
 Url:http://www.hughski.com/
 Source0:
http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
-%if 0%{?suse_version}
 Group:  Productivity/Graphics/Other
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-%endif
 BuildRequires:  docbook-utils
 BuildRequires:  intltool
-BuildRequires:  pkgconfig(colord) >= 0.1.15
+BuildRequires:  pkgconfig(colord) >= 0.1.20
+BuildRequires:  pkgconfig(colord-gtk) >= 0.1.20
 BuildRequires:  pkgconfig(gio-2.0) >= 2.25.9
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(gmodule-2.0)
@@ -80,18 +75,14 @@
 %find_lang %{name}
 
 %post
-%if 0%{?suse_version} > 1130
 %glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
-%endif
 
 %postun
-%if 0%{?suse_version} > 1130
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
 %post -n libcolorhug1 -p /sbin/ldconfig
 
@@ -119,7 +110,7 @@
 %files -n libcolorhug1
 %defattr(-,root,root)
 %{_libdir}/libcolorhug.so.1
-%{_libdir}/libcolorhug.so.1.0.0
+%{_libdir}/libcolorhug.so.1.0.2
 
 %files -n libcolorhug-devel
 %defattr(-,root,root)

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



commit calligra-l10n for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package calligra-l10n for openSUSE:Factory 
checked in at 2012-11-02 17:32:03

Comparing /work/SRC/openSUSE:Factory/calligra-l10n (Old)
 and  /work/SRC/openSUSE:Factory/.calligra-l10n.new (New)


Package is "calligra-l10n", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/calligra-l10n/calligra-l10n.changes  
2012-09-26 16:09:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.calligra-l10n.new/calligra-l10n.changes 
2012-11-02 17:32:07.0 +0100
@@ -1,0 +2,6 @@
+Wed Oct 31 19:33:11 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to 2.5.3.
+- Removed work-around for bnc#457908 (not needed anymore).
+
+---

Old:

  calligra-l10n-ca-2.5.2.tar.bz2
  calligra-l10n...@valencia-2.5.2.tar.bz2
  calligra-l10n-da-2.5.2.tar.bz2
  calligra-l10n-de-2.5.2.tar.bz2
  calligra-l10n-el-2.5.2.tar.bz2
  calligra-l10n-en_GB-2.5.2.tar.bz2
  calligra-l10n-es-2.5.2.tar.bz2
  calligra-l10n-et-2.5.2.tar.bz2
  calligra-l10n-fi-2.5.2.tar.bz2
  calligra-l10n-fr-2.5.2.tar.bz2
  calligra-l10n-gl-2.5.2.tar.bz2
  calligra-l10n-hu-2.5.2.tar.bz2
  calligra-l10n-it-2.5.2.tar.bz2
  calligra-l10n-ja-2.5.2.tar.bz2
  calligra-l10n-kk-2.5.2.tar.bz2
  calligra-l10n-nb-2.5.2.tar.bz2
  calligra-l10n-nds-2.5.2.tar.bz2
  calligra-l10n-nl-2.5.2.tar.bz2
  calligra-l10n-pl-2.5.2.tar.bz2
  calligra-l10n-pt-2.5.2.tar.bz2
  calligra-l10n-pt_BR-2.5.2.tar.bz2
  calligra-l10n-ru-2.5.2.tar.bz2
  calligra-l10n-sk-2.5.2.tar.bz2
  calligra-l10n-sv-2.5.2.tar.bz2
  calligra-l10n-uk-2.5.2.tar.bz2
  calligra-l10n-zh_CN-2.5.2.tar.bz2
  calligra-l10n-zh_TW-2.5.2.tar.bz2

New:

  calligra-l10n-ca-2.5.3.tar.bz2
  calligra-l10n-da-2.5.3.tar.bz2
  calligra-l10n-de-2.5.3.tar.bz2
  calligra-l10n-el-2.5.3.tar.bz2
  calligra-l10n-en_GB-2.5.3.tar.bz2
  calligra-l10n-es-2.5.3.tar.bz2
  calligra-l10n-et-2.5.3.tar.bz2
  calligra-l10n-fi-2.5.3.tar.bz2
  calligra-l10n-fr-2.5.3.tar.bz2
  calligra-l10n-gl-2.5.3.tar.bz2
  calligra-l10n-hu-2.5.3.tar.bz2
  calligra-l10n-it-2.5.3.tar.bz2
  calligra-l10n-ja-2.5.3.tar.bz2
  calligra-l10n-kk-2.5.3.tar.bz2
  calligra-l10n-nb-2.5.3.tar.bz2
  calligra-l10n-nds-2.5.3.tar.bz2
  calligra-l10n-nl-2.5.3.tar.bz2
  calligra-l10n-pl-2.5.3.tar.bz2
  calligra-l10n-pt-2.5.3.tar.bz2
  calligra-l10n-pt_BR-2.5.3.tar.bz2
  calligra-l10n-ru-2.5.3.tar.bz2
  calligra-l10n-sk-2.5.3.tar.bz2
  calligra-l10n-sv-2.5.3.tar.bz2
  calligra-l10n-uk-2.5.3.tar.bz2
  calligra-l10n-zh_CN-2.5.3.tar.bz2
  calligra-l10n-zh_TW-2.5.3.tar.bz2



Other differences:
--
++ calligra-l10n.spec ++
--- /var/tmp/diff_new_pack.TjfFyT/_old  2012-11-02 17:32:08.0 +0100
+++ /var/tmp/diff_new_pack.TjfFyT/_new  2012-11-02 17:32:08.0 +0100
@@ -14,46 +14,51 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
 # icecream 0
 
-%define build_languages ca ca@valencia da de el en_GB es et fi fr gl hu it ja 
kk nb nds nl pl pt pt_BR ru sk sv uk zh_CN zh_TW
+
+%define build_languages ca da de el en_GB es et fi fr gl hu it ja kk nb nds nl 
pl pt pt_BR ru sk sv uk zh_CN zh_TW
+# When a package provides autocorrect files with name like "$1_$2" and 
installs them in a directory named "$1"
+# add the name "$1_$2" in the list below
 %define autocorrect_languages de_DE it_IT ru_RU uk_UA
 
 Name:   calligra-l10n
-Version:2.5.2
+Version:2.5.3
 Release:0
 Summary:Translations for Calligra Suite
 License:GPL-2.0+
 Group:  System/Localization
 Url:http://www.calligra.org/
+# - Do not modify calligra-l10n.spec directly, instead modify 
calligra-l10n.spec.in if needed
+# - When adding/removing a language, edit the "attributes" file to add/remove 
it
+# - When a package adds/removes doc translations add/remove it also in the 
pre_checkin.sh script (above the splitdoc=true line)
+# - Execute "sh pre_checkin.sh" to check the changes
 Source0:
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-ca-%{version}.tar.bz2
-Source1:
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-ca@valencia-%{version}.tar.bz2
-Source3:
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-da-%{version}.tar.bz2
-Source4:
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-de-%{version}.tar.bz2
-Source5:
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-el-%{version}.tar.bz2
-Source6:
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-en_GB-%{version}.tar.bz2
-Source7:
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-es-%{versi

commit calligra for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package calligra for openSUSE:Factory 
checked in at 2012-11-02 17:31:53

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


Package is "calligra", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/calligra/calligra-doc.changes2012-10-03 
07:05:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.calligra.new/calligra-doc.changes   
2012-11-02 17:32:00.0 +0100
@@ -1,0 +2,9 @@
+Tue Oct 30 22:01:12 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to 2.5.3:
+  * Bugfix release.
+- Replaced Mesa-devel build requirement with pkgconfig(gl).
+- Removed dcmtk-devel build requirement (not needed anymore).
+- Added new build requirements java-devel and libwps-devel.
+
+---
calligra.changes: same change

Old:

  calligra-2.5.2.tar.bz2

New:

  calligra-2.5.3.tar.bz2



Other differences:
--
++ calligra-doc.spec ++
--- /var/tmp/diff_new_pack.1kD1zs/_old  2012-11-02 17:32:04.0 +0100
+++ /var/tmp/diff_new_pack.1kD1zs/_new  2012-11-02 17:32:04.0 +0100
@@ -17,19 +17,17 @@
 
 
 Name:   calligra-doc
-Version:2.5.2
+Version:2.5.3
 Release:0
 Summary:Documentation of the Calligra Suite
 License:GFDL-1.2
 Group:  Documentation/HTML
 Url:http://www.calligra.org/
 Source0:
ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-%{version}.tar.bz2
-BuildRequires:  Mesa-devel
 BuildRequires:  OpenEXR-devel
 %if 0%{?suse_version} > 1210
 BuildRequires:  OpenGTL-devel
 BuildRequires:  create-resources
-BuildRequires:  dcmtk-devel
 %endif
 BuildRequires:  fdupes
 BuildRequires:  fftw3-devel
@@ -38,6 +36,7 @@
 %endif
 BuildRequires:  glew-devel
 BuildRequires:  gsl-devel
+BuildRequires:  java-devel
 %if 0%{?suse_version} > 1210
 BuildRequires:  libQtGTL-devel
 %endif
@@ -49,9 +48,7 @@
 BuildRequires:  libkdcraw-devel
 BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  liblcms-devel
-%if 0%{?suse_version} > 1130
 BuildRequires:  liblcms2-devel
-%endif
 BuildRequires:  libmysqld-devel
 BuildRequires:  libpoppler-qt4-devel
 BuildRequires:  libpqxx-devel
@@ -63,6 +60,7 @@
 %endif
 BuildRequires:  libwpd-devel
 BuildRequires:  libwpg-devel
+BuildRequires:  libwps-devel
 BuildRequires:  marble-devel
 BuildRequires:  mysql-devel
 BuildRequires:  okular-devel
@@ -75,6 +73,8 @@
 BuildRequires:  pstoedit
 BuildRequires:  sqlite-devel
 BuildRequires:  xbase-devel
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(glu)
 Requires:   calligra = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ calligra.spec ++
--- /var/tmp/diff_new_pack.1kD1zs/_old  2012-11-02 17:32:04.0 +0100
+++ /var/tmp/diff_new_pack.1kD1zs/_new  2012-11-02 17:32:04.0 +0100
@@ -17,14 +17,13 @@
 
 
 Name:   calligra
-Version:2.5.2
+Version:2.5.3
 Release:0
 Summary:Libraries and Base Files for the Calligra Suite
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Office/Suite
 Url:http://www.calligra.org/
-Source0:%{name}-%{version}.tar.bz2
-#Source0:
ftp://ftp.kde.org/pub/kde/stable/%{name}-%{version}/%{name}-%{version}.tar.bz2
+Source0:
ftp://ftp.kde.org/pub/kde/stable/%{name}-%{version}/%{name}-%{version}.tar.bz2
 Source1:hi16-app-kexi.png
 Source2:hi22-app-kexi.png
 Source3:hi32-app-kexi.png
@@ -32,12 +31,10 @@
 Source5:hisc-app-kexi.svgz
 # PATCH-FIX-OPENSUSE remove_python_shebangs.patch asterios.dra...@gmail.com -- 
Remove python shebangs from various scripts (fixes rpmlint warning 
"non-executable-script")
 Patch0: remove_python_shebangs.patch
-BuildRequires:  Mesa-devel
 BuildRequires:  OpenEXR-devel
 %if 0%{?suse_version} > 1210
 BuildRequires:  OpenGTL-devel
 BuildRequires:  create-resources
-BuildRequires:  dcmtk-devel
 %endif
 BuildRequires:  fdupes
 BuildRequires:  fftw3-devel
@@ -46,6 +43,7 @@
 %endif
 BuildRequires:  glew-devel
 BuildRequires:  gsl-devel
+BuildRequires:  java-devel
 %if 0%{?suse_version} > 1210
 BuildRequires:  libQtGTL-devel
 %endif
@@ -69,6 +67,7 @@
 %endif
 BuildRequires:  libwpd-devel
 BuildRequires:  libwpg-devel
+BuildRequires:  libwps-devel
 BuildRequires:  marble-devel
 BuildRequires:  mysql-devel
 BuildRequires:  okular-devel
@@ -81,6 +80,7 @@
 BuildRequires:  pstoedit
 BuildRequires:  sqlite-devel
 BuildRequires:  xbase-devel
+BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
 Recommends: %{name}-doc = %{version}
 Recommends: kdepim4-runtime
@@ -685,6 +685,10 @@
 %

commit roundcubemail for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2012-11-02 17:31:26

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


Package is "roundcubemail", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2012-09-27 10:28:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new/roundcubemail.changes 
2012-11-02 17:31:30.0 +0100
@@ -1,0 +2,6 @@
+Mon Oct 29 07:00:08 UTC 2012 - w...@rosenauer.org
+
+- Update to version 0.8.2
+  * bugfix release (detailed changes in CHANGELOG)
+
+---

Old:

  roundcubemail-0.8.1.tar.gz

New:

  roundcubemail-0.8.2.tar.gz



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.uzLD2a/_old  2012-11-02 17:31:32.0 +0100
+++ /var/tmp/diff_new_pack.uzLD2a/_new  2012-11-02 17:31:32.0 +0100
@@ -18,10 +18,10 @@
 
 Name:   roundcubemail
 Summary:A modern browser-based multilingual IMAP client
-License:GPL-3.0+ ; GPL-2.0 ; BSD-3-Clause
+License:GPL-3.0+ and GPL-2.0 and BSD-3-Clause
 Group:  Productivity/Networking/Email/Clients
 Url:http://www.roundcube.net/
-Version:0.8.1
+Version:0.8.2
 Release:0
 BuildRequires:  apache2-devel
 BuildRequires:  fdupes

++ roundcubemail-0.8.1.tar.gz -> roundcubemail-0.8.2.tar.gz ++
 8238 lines of diff (skipped)

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



commit R-base for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2012-11-02 17:31:13

Comparing /work/SRC/openSUSE:Factory/R-base (Old)
 and  /work/SRC/openSUSE:Factory/.R-base.new (New)


Package is "R-base", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/R-base/R-base.changes2012-07-12 
10:51:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.R-base.new/R-base.changes   2012-11-02 
17:31:14.0 +0100
@@ -1,0 +2,7 @@
+Fri Oct 26 12:35:44 UTC 2012 - detlef.ste...@gmx.de
+
+- Upstream  release 2.15.2
+- see, as usual, /usr/lib/R/doc/NEWS.html 
+- most relevant change for rpm are some added translation files 
+
+---

Old:

  R-2.15.1.tar.bz2

New:

  R-2.15.2.tar.bz2



Other differences:
--
++ R-base.spec ++
--- /var/tmp/diff_new_pack.pmafJi/_old  2012-11-02 17:31:17.0 +0100
+++ /var/tmp/diff_new_pack.pmafJi/_new  2012-11-02 17:31:17.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   R-base
 %define release 1 
-Version:2.15.1
+Version:2.15.2
 Release:%release
 Source: R-%{version}.tar.bz2
 #Source: http://cran.r-project.org/src/base/R-2/R-%%{version}.tar.gz
@@ -71,33 +71,34 @@
 Requires:   cairo >= 1.2
 Requires:   fontconfig
 Requires:   freetype2
+Requires:   glibc-locale
 Requires:   readline
 Requires:   xdg-utils
 Requires:   xorg-x11-fonts-100dpi
 Requires:   xorg-x11-fonts-75dpi
 
 Provides:   R = %{version}
-Provides:   R-KernSmooth = 2.23.7
-Provides:   R-MASS = 7.3.18
-Provides:   R-Matrix = 1.0.6
-Obsoletes:  R-Matrix < 1.0.6
-Provides:   R-boot = 1.3.4
-Provides:   R-class = 7.3.3
-Provides:   R-cluster = 1.14.2
+Provides:   R-KernSmooth = 2.23.8
+Provides:   R-MASS = 7.3.22
+Provides:   R-Matrix = 1.0.9
+Obsoletes:  R-Matrix < 1.0.9
+Provides:   R-boot = 1.3.7
+Provides:   R-class = 7.3.5
+Provides:   R-cluster = 1.14.3
 Provides:   R-codetools = 0.2.8
 Provides:   R-compiler = %{version}
 Provides:   R-datasets = %{version}
-Provides:   R-foreign = 0.8.50
+Provides:   R-foreign = 0.8.51
 Provides:   R-grDevices = %{version}
 Provides:   R-graphics = %{version}
 Provides:   R-grid = %{version}
-Provides:   R-lattice = 0.20.6
+Provides:   R-lattice = 0.20.10
 Provides:   R-methods = %{version}
-Provides:   R-mgcv = 1.7.18
-Provides:   R-nlme = 3.1.104
-Provides:   R-nnet = 7.3.1
-Provides:   R-rpart = 3.1.53
-Provides:   R-spatial = 7.3.3
+Provides:   R-mgcv = 1.7.22
+Provides:   R-nlme = 3.1.105
+Provides:   R-nnet = 7.3.5
+Provides:   R-rpart = 3.1.55
+Provides:   R-spatial = 7.3.5
 Provides:   R-splines = %{version}
 Provides:   R-stats = %{version}
 Provides:   R-stats4 = %{version}
@@ -113,10 +114,10 @@
 %package -n R-base-devel
 Summary:Libraries and includefiles for developing with R-base
 Group:  Development/Libraries/Other
-Provides:   R-Matrix-devel = 1.0.6
+Provides:   R-Matrix-devel = 1.0.9
 Provides:   R-devel = %{version}
 Requires:   R-base
-Obsoletes:  R-Matrix-devel < 1.0.6
+Obsoletes:  R-Matrix-devel < 1.0.9
 
 %description -n R-base-devel
 This package provides the necessary development headers and
@@ -213,6 +214,7 @@
 %lang(it) %{_libdir}/R/library/base/po/it/
 %lang(ja) %{_libdir}/R/library/base/po/ja/
 %lang(ko) %{_libdir}/R/library/base/po/ko/
+%lang(nn) %{_libdir}/R/library/base/po/nn/
 %lang(pl) %{_libdir}/R/library/base/po/pl/
 %lang(pt) %{_libdir}/R/library/base/po/pt*/
 %lang(ru) %{_libdir}/R/library/base/po/ru/
@@ -233,6 +235,7 @@
 %lang(de) %{_libdir}/R/library/boot/po/de/
 %lang(en) %{_libdir}/R/library/boot/po/en*/
 %lang(fr) %{_libdir}/R/library/boot/po/fr/
+%lang(pl) %{_libdir}/R/library/boot/po/pl/
 %lang(ru) %{_libdir}/R/library/boot/po/ru/
 %{_libdir}/R/library/boot/R/
 # class
@@ -251,6 +254,7 @@
 %lang(de) %{_libdir}/R/library/class/po/de/
 %lang(en) %{_libdir}/R/library/class/po/en*/
 %lang(fr) %{_libdir}/R/library/class/po/fr/
+%lang(pl) %{_libdir}/R/library/class/po/pl/
 %{_libdir}/R/library/class/R/
 # cluster
 %dir %{_libdir}/R/library/cluster/
@@ -267,6 +271,7 @@
 %dir %{_libdir}/R/library/cluster/po/
 %lang(de) %{_libdir}/R/library/cluster/po/de/
 %lang(en) %{_libdir}/R/library/cluster/po/en*/
+%lang(pl) %{_libdir}/R/library/cluster/po/pl/
 # codetools
 %dir %{_libdir}/R/library/codetools/
 %{_libdir}/R/library/codetools/DESCRIPTION
@@ -291,6 +296,7 @@
 %lang(en) %{_libdir}/R/library/compiler/po/en*/
 %lang(fr) %{_libdir}/R/library/compiler/po/fr/
 %lang(ja) %{_libdir}/R/library/compiler/po/ja/
+%lang(ko

commit mcpp for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package mcpp for openSUSE:Factory checked in 
at 2012-11-02 17:30:40

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


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

Changes:

--- /work/SRC/openSUSE:Factory/mcpp/mcpp.changes2011-09-23 
02:12:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.mcpp.new/mcpp.changes   2012-11-02 
17:30:41.0 +0100
@@ -1,0 +2,5 @@
+Thu Oct 18 16:49:49 UTC 2012 - mrueck...@suse.de
+
+-  enable building of the shared library
+
+---



Other differences:
--
++ mcpp.spec ++
--- /var/tmp/diff_new_pack.ByEo47/_old  2012-11-02 17:30:42.0 +0100
+++ /var/tmp/diff_new_pack.ByEo47/_new  2012-11-02 17:30:42.0 +0100
@@ -39,26 +39,63 @@
 
 Kiyoshi Matsui 
 
+%define _libname libmcpp0
+%package -n %{_libname}
+#
+Summary:The shared library of Matsui's C Preprocessor
+Group:  Development/Libraries/C and C++
+
+%description -n %{_libname}
+mcpp is a small and portable C/C++ preprocessor implementing all of
+C90, C99 and C++98.
+
+This package holds the shared libraries of libev.
+
+%package devel
+#
+Summary:Development files for mcpp
+Group:  Development/Libraries/C and C++
+Requires:   %{_libname} = %{version}
+Requires:   %{name} = %{version}
+%description devel
+mcpp is a small and portable C/C++ preprocessor implementing all of
+C90, C99 and C++98.
+
+This package holds the development files for libev.
+
 %prep
 %setup -q
 %patch0 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -D_BSD_SOURCE"
-%configure
+%configure --enable-mcpplib
 make %{?jobs:-j %jobs}
 
 %install
 %makeinstall
 rm -rf $RPM_BUILD_ROOT/usr/share/doc/mcpp
+rm -rf %{buildroot}%{_libdir}/libmcpp.*a
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -n %{_libname} -p /sbin/ldconfig
+%postun -n %{_libname} -p /sbin/ldconfig
+
 %files
 %defattr(-, root, root)
 %doc doc/mcpp-manual.html LICENSE NEWS README
 %{_prefix}/bin/*
 %{_mandir}/man1/mcpp.1.gz
 
+%files -n %{_libname}
+%defattr(-,root,root,-)
+%{_libdir}/libmcpp.so.*
+
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/mcpp_*.h
+%{_libdir}/libmcpp.so
+
 %changelog

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



commit librime for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package librime for openSUSE:Factory checked 
in at 2012-11-02 16:42:57

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


Package is "librime", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/librime/brise.changes2012-08-26 
11:32:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.librime.new/brise.changes   2012-11-02 
16:43:01.0 +0100
@@ -1,0 +2,9 @@
+Thu Oct 11 14:36:24 UTC 2012 - i...@marguerite.su
+
+- update version 0.13
+  * install data files from a separate package.
+  * update: luna_pinyin, terra_pinyin, jyutping tables.
+  * update: essay database.
+  * new schema: emoji.
+
+---
--- /work/SRC/openSUSE:Factory/librime/librime.changes  2012-08-26 
11:32:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.librime.new/librime.changes 2012-11-02 
16:43:01.0 +0100
@@ -1,0 +2,7 @@
+Thu Oct 11 14:40:51 UTC 2012 - i...@marguerite.su
+
+- update version 0.9.4
+  * document new dependency 'google-glog'.
+  * fix x64 build.
+
+---

Old:

  librime-0.9.2.tar.gz

New:

  brise-0.13.tar.gz
  librime-0.9.4.tar.gz



Other differences:
--
++ brise.spec ++
--- /var/tmp/diff_new_pack.2J0OeW/_old  2012-11-02 16:43:03.0 +0100
+++ /var/tmp/diff_new_pack.2J0OeW/_new  2012-11-02 16:43:03.0 +0100
@@ -16,14 +16,15 @@
 #
 
 Name:   brise
-Version:   0.9.2
+Version:   0.13
 Release:   0
 License:   GPL-3.0+
 Summary:   Rime Input Schemas Collection
 Url:   http://code.google.com/p/rimeime
 Group: System/I18n/Chinese
-Source:librime-%{version}.tar.gz
+Source:brise-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  librime-devel
 BuildArch: noarch
 
 %description
@@ -37,14 +38,13 @@
 %setup -q -n %{name}
 
 %build
-# no need to build
+make %{?_smp_mflags}
 
 %install
-install -d -m 755 %{buildroot}%{_datadir}/%{name}/
-cp -r * %{buildroot}%{_datadir}/%{name}/
+make DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
-%{_datadir}/%{name}/
+%{_datadir}/rime-data/
 
 %changelog

++ librime.spec ++
--- /var/tmp/diff_new_pack.2J0OeW/_old  2012-11-02 16:43:03.0 +0100
+++ /var/tmp/diff_new_pack.2J0OeW/_new  2012-11-02 16:43:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   librime
-Version:0.9.2
+Version:0.9.4
 Release:0
 Summary:Rime Input Method Engine
 License:GPL-3.0+
@@ -27,6 +27,7 @@
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
+BuildRequires:  glog-devel
 BuildRequires:  googletest-devel
 %if 0%{?suse_version} >= 1220
 BuildRequires: libboost_filesystem1_49_0
@@ -72,24 +73,12 @@
 %package -n rime
 Summary:Rime Input Method Engine
 Group:  System/I18n/Chinese
-Requires:   rime-data = %{version}
 
 %description -n rime
 Rime is an Traditional Chinese input method engine.
 Its idea comes from ancient Chinese brush and carving art.
 Mainly it's about to express your thinking with your keystrokes.
 
-%package -n rime-data
-Summary:Schemas of Rime
-Group:  System/I18n/Chinese
-
-%description -n rime-data
-Rime is an Traditional Chinese input method engine.
-Its idea comes from ancient Chinese brush and carving art.
-Mainly it's about to express your thinking with your keystrokes.
-
-This package is the resources and schemas of Rime.
-
 %package -n librime0
 Summary:Rime Input Method Engine
 Group:  System/Libraries
@@ -138,14 +127,10 @@
 %{_bindir}/rime_deployer
 %{_bindir}/rime_dict_manager
 
-%files -n rime-data
-%defattr(-,root,root)
-%{_datadir}/rime-data/
-
 %files -n librime0
 %defattr(-,root,root)
 %{_libdir}/%{name}.so.0
-%{_libdir}/%{name}.so.0.9.2
+%{_libdir}/%{name}.so.0.9.4
 
 %files devel
 %defattr(-,root,root)

++ librime-0.9.2.tar.gz -> librime-0.9.4.tar.gz ++
/work/SRC/openSUSE:Factory/librime/librime-0.9.2.tar.gz 
/work/SRC/openSUSE:Factory/.librime.new/librime-0.9.4.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 ksh for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package ksh for openSUSE:Factory checked in 
at 2012-11-02 16:40:43

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


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

Changes:

--- /work/SRC/openSUSE:Factory/ksh/ksh.changes  2012-10-26 17:11:33.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ksh.new/ksh.changes 2012-11-02 
16:40:44.0 +0100
@@ -1,0 +2,5 @@
+Fri Oct 26 15:05:09 UTC 2012 - co...@suse.com
+
+- add explicit buildrequire on grof for man pages
+
+---



Other differences:
--
++ ksh.spec ++
--- /var/tmp/diff_new_pack.Z4wJGr/_old  2012-11-02 16:40:48.0 +0100
+++ /var/tmp/diff_new_pack.Z4wJGr/_new  2012-11-02 16:40:48.0 +0100
@@ -35,6 +35,7 @@
 BuildRequires:  flex
 BuildRequires:  gdbm-devel
 BuildRequires:  glibc-devel
+BuildRequires:  groff
 BuildRequires:  ncurses-devel
 BuildRequires:  procps
 BuildRequires:  psmisc
@@ -65,7 +66,7 @@
 Version:93u
 Release:0
 Summary:Korn Shell
-License:CPL-1.0 ; EPL-1.0
+License:CPL-1.0 and EPL-1.0
 Group:  System/Shells
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: INIT.%{date}.tar.bz2

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



commit kernel-source for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2012-11-02 16:15:17

Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-source.new (New)


Package is "kernel-source", Maintainer is 
"kernel-maintain...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-cubox.changes   
2012-10-11 11:01:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-cubox.changes  
2012-11-02 16:15:19.0 +0100
@@ -1,0 +2,124 @@
+Mon Oct 22 01:11:29 CEST 2012 - ag...@suse.de
+
+- ARM: Update config files: Exynos: Enable gfx and highmem
+- commit e8b3bd9
+
+---
+Sun Oct 21 23:17:25 CEST 2012 - jsl...@suse.cz
+
+- Linux 3.6.3.
+- Refresh patches.xen/xen3-fixup-xen.
+- Refresh patches.xen/xen3-patch-2.6.23.
+- Refresh patches.xen/xen3-patch-3.2.
+- Refresh patches.xen/xen3-patch-3.6.
+- Delete patches.fixes/hv-storvsc-reset-wait.patch.
+- Delete
+patches.rpmify/x86-kbuild-archscripts-depends-on-scripts_basic.
+- commit cfee26b
+
+---
+Thu Oct 18 21:25:25 CEST 2012 - mma...@suse.cz
+
+- rpm/kernel-binary.spec.in: Use a macro instead of /etc/IGNORE-KABI-BADNESS
+- commit 19e7e54
+
+---
+Thu Oct 18 19:21:35 CEST 2012 - ag...@suse.de
+
+- ARM: Update config files: Fix exynos uart
+- commit 1b4b5c5
+
+---
+Thu Oct 18 16:26:57 CEST 2012 - tr...@suse.de
+
+- Cleanup ACPI table override patches with latest x86-tip commits
+  and proper git-xy: meta tags:
+- lib: Add early cpio decoder.
+- x86, acpi: Introduce x86 arch specific arch_reserve_mem_area()
+for e820 handling.
+- ACPI: Store valid ACPI tables passed via early initrd in
+reserved memblock areas.
+- ACPI: Implement physical address table override.
+- ACPI: Create acpi_table_taint() function to avoid code
+duplication.
+- ACPI: Document ACPI table overriding via initrd.
+- ACPI: Fix build when disabled.
+- X86 ACPI: Use #ifdef not #if for CONFIG_X86 check.
+- ACPI: Overriding ACPI tables via initrd only works with
+an initrd.
+- ACPI: Cleanup acpi_initrd_override declaration and remove
+ifdefs.
+- Delete patches.arch/acpi_fix_custom_method_acc.patch.
+- Delete patches.arch/acpi_override_2_2.patch.
+- Delete patches.arch/acpi_override_documentation.
+- Delete patches.arch/acpi_override_introduce_taint_func.patch.
+- Delete patches.arch/acpi_physical_override.patch.
+- Delete patches.arch/lib_earlycpio.patch.
+- Delete patches.arch/x86_introduce_reserve_mem_area.patch.
+- commit c45da8f
+
+---
+Wed Oct 17 20:02:14 CEST 2012 - mma...@suse.cz
+
+- rpm/kernel-binary.spec.in: Also check for /etc/IGNORE-KABI-BADNESS file
+  This allows to control the kabi checker from outside of the package.
+- commit 0a0900c
+
+---
+Sat Oct 13 11:47:44 CEST 2012 - jsl...@suse.cz
+
+- x86/kbuild: archscripts depends on scripts_basic.
+- commit 007718d
+
+---
+Sat Oct 13 00:30:32 CEST 2012 - jsl...@suse.cz
+
+- Linux 3.6.2.
+- commit 798d597
+
+---
+Thu Oct 11 17:17:11 CEST 2012 - guillaume.gar...@oliseo.fr
+
+- ARM (omap2plus) : re-enable OMAP DRM module
+- commit 379798d
+
+---
+Wed Oct 10 21:28:30 CEST 2012 - jsl...@suse.cz
+
+- Delete
+patches.suse/msft-hv-0394-tools-hv-Fix-file-handle-leak.patch.
+- Delete
+patches.suse/msft-hv-0395-tools-hv-Fix-exit-error-code.patch.
+- Delete
+patches.suse/msft-hv-0396-tools-hv-Check-for-read-write-errors.patch.
+  These are in 3.6.1.
+- commit 2a321c4
+
+---
+Mon Oct  8 07:36:36 CEST 2012 - ag...@suse.de
+
+- ARM: Update config files: Exynos: Enable serial console
+- commit a8d41ec
+
+---
+Sun Oct  7 20:55:39 CEST 2012 - jsl...@suse.cz
+
+- Linux 3.6.1.
+- commit 1f7626a
+
+---
+Thu Oct  4 15:55:59 CEST 2012 - oher...@suse.de
+
+- rpm/kernel-binary.spec.in: enable Conflicts for
+  apparmor, udev and lvm2 also for vanilla kernel
+- commit a24206f
+
+---
+Thu Oct  4 15:51:44 CEST 2012 - oher...@suse.de
+
+- rpm/kernel-binary.spec.in: add Conflicht: hyper-v < 4
+  to make sure the daemon is in s

commit hxtools for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package hxtools for openSUSE:Factory checked 
in at 2012-11-02 16:14:31

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


Package is "hxtools", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/hxtools/hxtools.changes  2012-08-04 
09:15:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.hxtools.new/hxtools.changes 2012-11-02 
16:14:35.0 +0100
@@ -1,0 +2,6 @@
+Mon Oct 22 07:17:53 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0+ and SUSE-WTFPL-2.0
+  Use tags from the list linked at license.opensuse.org
+
+---



Other differences:
--
++ hxtools.spec ++
--- /var/tmp/diff_new_pack.WLNbtP/_old  2012-11-02 16:14:36.0 +0100
+++ /var/tmp/diff_new_pack.WLNbtP/_new  2012-11-02 16:14:36.0 +0100
@@ -21,7 +21,7 @@
 Release:0
 Url:http://inai.de/projects/hxtools/
 Summary:Collection of day-to-day tools (binaries)
-License:GPL-2.0+ ; WTFPL-2.0+
+License:GPL-2.0+ and SUSE-WTFPL-2.0
 Group:  System/Base
 
 Source: %name-%version.tar.xz



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



commit gtkmm3 for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package gtkmm3 for openSUSE:Factory checked 
in at 2012-11-02 16:13:52

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


Package is "gtkmm3", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gtkmm3/gtkmm3.changes2012-10-03 
15:08:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtkmm3.new/gtkmm3.changes   2012-11-02 
16:13:56.0 +0100
@@ -1,0 +2,10 @@
+Mon Oct 22 15:15:41 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.0:
+  + Gtk:
++ ComboBox: Add set_active_id(), deprecating
+  get_active_id(string) (bgo#685801).
++ TargetList: Add some add_*_targets() methods.
++ WindowGroup: Add list_windows() and get_current_grab().
+
+---

Old:

  gtkmm-3.5.13.tar.xz

New:

  gtkmm-3.6.0.tar.xz



Other differences:
--
++ gtkmm3.spec ++
--- /var/tmp/diff_new_pack.ITwD7o/_old  2012-11-02 16:13:57.0 +0100
+++ /var/tmp/diff_new_pack.ITwD7o/_new  2012-11-02 16:13:57.0 +0100
@@ -21,13 +21,13 @@
 
 Name:   gtkmm3
 %define _name gtkmm
-Version:3.5.13
+Version:3.6.0
 Release:0
 Summary:C++ Interface for GTK3 (a GUI Library for X)
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.gtkmm.org/
-Source: 
http://download.gnome.org/sources/gtkmm/3.5/%{_name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gtkmm/3.6/%{_name}-%{version}.tar.xz
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -35,7 +35,7 @@
 BuildRequires:  pkgconfig(atkmm-1.6)
 BuildRequires:  pkgconfig(cairomm-1.0) >= 1.9.2
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.22.1
-BuildRequires:  pkgconfig(giomm-2.4) >= 2.33.13
+BuildRequires:  pkgconfig(giomm-2.4) >= 2.34.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.6.0
 BuildRequires:  pkgconfig(pangomm-1.4) >= 2.27.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -71,7 +71,7 @@
 
 %package doc
 Summary:C++ Interface for GTK3 (a GUI Library for X)
-License:GPL-2.0+ ; LGPL-2.1+
+License:GPL-2.0+ and LGPL-2.1+
 Group:  Documentation/HTML
 Requires:   glibmm2-doc
 BuildArch:  noarch

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



commit file for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package file for openSUSE:Factory checked in 
at 2012-11-02 16:13:39

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


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

Changes:

--- /work/SRC/openSUSE:Factory/file/file.changes2012-09-23 
21:16:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.file.new/file.changes   2012-11-02 
16:13:42.0 +0100
@@ -1,0 +2,5 @@
+Sat Oct 27 18:37:13 UTC 2012 - co...@suse.com
+
+- implement shared library policy for libmagic1
+
+---



Other differences:
--
++ file.spec ++
--- /var/tmp/diff_new_pack.6qO17Z/_old  2012-11-02 16:13:44.0 +0100
+++ /var/tmp/diff_new_pack.6qO17Z/_new  2012-11-02 16:13:44.0 +0100
@@ -70,12 +70,28 @@
 /etc/magic, which contains the classification criteria. This command is
 used by apsfilter to permit automatic printing of different file types.
 
+%package -n libmagic-data
+Summary:The magic files for libmagic to use
+Group:  Development/Libraries/Other
+
+%description -n libmagic-data
+This package contains the basic magic files that libmagic reads and uses
+to estimate a file's type.
+
+%package -n libmagic1
+Summary:Library with file's functionality
+Group:  Development/Libraries/Other
+Requires:   libmagic-data = %{version}
+
+%description -n libmagic1
+This library reads magic files and detects file types. Used by file command
+
 %package -n file-devel
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/Other
 Provides:   file:/usr/include/magic.h
-Requires:   file = %{version}
 Requires:   glibc-devel
+Requires:   libmagic1 = %{version}
 
 %description -n file-devel
 This package contains all necessary include files and libraries needed
@@ -143,20 +159,26 @@
 unset LD_LIBRARY_PATH
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 
-%post -p /sbin/ldconfig
+%post -n libmagic1 -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n libmagic1 -p /sbin/ldconfig
 
-%files
+%files -n libmagic1
 %defattr (644,root,root,755)
-%config(noreplace) %{_sysconfdir}/magic
-%{nil %{_bindir}/dcore}
-%attr(755,root,root) %{_bindir}/file
 %{_libdir}/lib*.so.*
+
+%files -n libmagic-data
+%defattr (644,root,root,755)
+%config(noreplace) %{_sysconfdir}/magic
 %{_miscdir}/magic
 %{_miscdir}/magic.mgc
-%doc %{_mandir}/man1/file.1.gz
 %doc %{_mandir}/man5/magic.5.gz
+
+%files
+%defattr (644,root,root,755)
+%{nil %{_bindir}/dcore}
+%attr(755,root,root) %{_bindir}/file
+%doc %{_mandir}/man1/file.1.gz
 %doc COPYING AUTHORS NEWS ChangeLog
 
 %files -n file-devel

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.6qO17Z/_old  2012-11-02 16:13:44.0 +0100
+++ /var/tmp/diff_new_pack.6qO17Z/_new  2012-11-02 16:13:44.0 +0100
@@ -1 +1 @@
-file
+libmagic1

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



commit antlr for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package antlr for openSUSE:Factory checked 
in at 2012-11-02 16:11:20

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


Package is "antlr", Maintainer is "bnc-team-j...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/antlr/antlr.changes  2011-09-23 
01:51:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.antlr.new/antlr.changes 2012-11-02 
16:11:22.0 +0100
@@ -1,0 +2,5 @@
+Wed Oct 31 10:23:55 UTC 2012 - mvysko...@suse.com
+
+- examples files are now 0644 to beeing able to fdupes them properly 
(bnc#784670) 
+
+---



Other differences:
--
++ antlr-bootstrap.spec ++
--- /var/tmp/diff_new_pack.Fbbfgd/_old  2012-11-02 16:11:25.0 +0100
+++ /var/tmp/diff_new_pack.Fbbfgd/_new  2012-11-02 16:11:25.0 +0100
@@ -1,7 +1,8 @@
+# vim:fdm=marker:foldmarker=#>>>,#<<<:foldcolumn=6:
 #
 # spec file for package antlr-bootstrap
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +16,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   antlr-bootstrap
 %define non_bootstrap_name antlr
-BuildRequires:  fastjar gcc-gij gcc-java unzip zip
 BuildRequires:  ecj-bootstrap >= 0.570
+BuildRequires:  fastjar
+BuildRequires:  gcc-gij
+BuildRequires:  gcc-java
+BuildRequires:  unzip
+BuildRequires:  zip
 %define   real_name antlr
 Summary:Antlr for bootstrapping purposes
+License:BSD-3-Clause and SUSE-Public-Domain
+Group:  Development/Libraries/Java
 Version:2.7.7
-Release:80
+Release:0
 Url:http://www.antlr.org
-Group:  Development/Libraries/Java
-License:BSD-3-Clause ; SUSE-Public-Domain
-AutoReqProv:on
 Source0:antlr-%{version}.tar.bz2
 Source1:manifest.antlr
 # files for the source package
@@ -145,6 +147,5 @@
 #%dir %{_javadir}
 %{_javadir}/%{name}*.jar
 #<<<
-# vim:fdm=marker:foldmarker=#>>>,#<<<:foldcolumn=6:
 
 %changelog

++ antlr.spec ++
--- /var/tmp/diff_new_pack.Fbbfgd/_old  2012-11-02 16:11:25.0 +0100
+++ /var/tmp/diff_new_pack.Fbbfgd/_new  2012-11-02 16:11:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package antlr
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,11 +20,11 @@
 
 Name:   antlr
 Version:2.7.7
-Release:83
-License:GPL-2.0+ ; SUSE-Public-Domain ; MIT
+Release:0
 Summary:Another Tool for Language Recognition
-Url:http://www.antlr.org/
+License:GPL-2.0+ and SUSE-Public-Domain and MIT
 Group:  Development/Tools/Other
+Url:http://www.antlr.org/
 #Source0:  http://www.antlr.org/download/antlr-2.7.4.tar.gz
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}-build.xml
@@ -60,7 +60,6 @@
 
 # To not introduce arch dependent java package, lets have this in separate 
subpackage
 %packagejava
-License:GPL-2.0+ ; SUSE-Public-Domain ; MIT
 Summary:ANother Tool for Language Recognition (Manual)
 Group:  Development/Tools/Other
 Requires:   java >= 1.6.0
@@ -76,7 +75,6 @@
 This package provides the Java runtime for antlr
 
 %packagemanual
-License:GPL-2.0+ ; SUSE-Public-Domain ; MIT
 Summary:ANother Tool for Language Recognition (Manual)
 Group:  Development/Tools/Other
 BuildArch:  noarch
@@ -90,7 +88,6 @@
 This package provides the manual and examples for antlr.
 
 %packagejavadoc
-License:GPL-2.0+ ; SUSE-Public-Domain ; MIT
 Summary:ANother Tool for Language Recognition (Java Documentation)
 Group:  Development/Tools/Other
 PreReq: coreutils
@@ -105,7 +102,6 @@
 This package provides the Javadoc for antlr.
 
 %packagedevel
-License:GPL-2.0+ ; SUSE-Public-Domain ; MIT
 Summary:ANother Tool for Language Recognition (c++ runtime)
 Group:  Development/Tools/Other
 Requires:   antlr
@@ -121,8 +117,6 @@
 
 %package -n python-%{name}
 
-
-License:GPL-2.0+ ; SUSE-Public-Domain ; MIT
 Summary:ANother Tool for Language Recogn

commit qbittorrent for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2012-11-02 15:21:23

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


Package is "qbittorrent", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2012-07-25 
10:43:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2012-11-02 15:21:25.0 +0100
@@ -1,0 +2,26 @@
+Wed Oct 31 10:59:49 UTC 2012 - sasc...@suse.de
+
+- Set download_files service to mode="localonly" and add tarball
+
+---
+Tue Oct 30 15:30:19 UTC 2012 - dap.darkn...@gmail.com
+
+- Upstream update to 3.0.6:
+  + FEATURE: Add command line option to daemonize qbittorrent-nox
+  + FEATURE: Add "Shutdown qBittorrent" button to Web UI
+  + FEATURE: Add setting to copy .torrent files for finished downloads
+  + FEATURE: Add option to start qBittorrent on Windows startup
+  + BUGFIX: Add confirmation dialog for "Force recheck" action
+  + BUGFIX: Greatly improve RSS manager performance
+  + FEATURE: Brand new torrent addition dialog
+  + FEATURE: Add the ability to choose the save path when using magnet links
+  + FEATURE: Add support for adding multiple local torrents at once
+  + COSMETIC: Improve style of left panel
+  + BUGFIX: Lower panels no longer gets disabled
+  + BUGFIX: Major code refactoring and various optimizations.
+  + BUGFIX: No longer strip root folder from torrent files
+  + OTHER: Drop support for libtorrent v0.14.x
+  + OTHER: Drop support for Qt 4.5
+- Duplicate files warning was resolved.
+
+---

Old:

  qbittorrent-2.9.11.tar.xz

New:

  _service
  qbittorrent-3.0.6.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.oMBD42/_old  2012-11-02 15:21:27.0 +0100
+++ /var/tmp/diff_new_pack.oMBD42/_new  2012-11-02 15:21:27.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:2.9.11
+Version:3.0.6
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+
@@ -26,6 +26,7 @@
 Url:http://sourceforge.net/projects/qbittorrent
 Source: 
http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.xz
 BuildRequires:  boost-devel >= 1.35
+BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 BuildRequires:  pkgconfig(QtCore) >= 4.6
@@ -84,6 +85,9 @@
 # update .desktop file
 %suse_update_desktop_file -r qBittorrent Network P2P
 
+# duplicate files warning resolving
+%fdupes -s %{buildroot}%{_datadir}
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS Changelog COPYING NEWS README TODO

++ _service ++

  

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



commit python-M2Crypto for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package python-M2Crypto for openSUSE:Factory 
checked in at 2012-11-02 15:20:51

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


Package is "python-M2Crypto", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-M2Crypto/python-M2Crypto.changes  
2011-12-21 15:41:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-M2Crypto.new/python-M2Crypto.changes 
2012-11-02 15:20:53.0 +0100
@@ -1,0 +2,10 @@
+Wed Oct 31 13:09:21 UTC 2012 - sasc...@suse.de
+
+- Narrow the scops of fdupes (see bnc#784670)
+
+---
+Tue Jan 24 13:49:57 UTC 2012 - bwiedem...@suse.com
+
+- fix Obsoletes
+
+---



Other differences:
--
++ python-M2Crypto.spec ++
--- /var/tmp/diff_new_pack.yIgbbz/_old  2012-11-02 15:20:54.0 +0100
+++ /var/tmp/diff_new_pack.yIgbbz/_new  2012-11-02 15:20:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-M2Crypto
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-M2Crypto
 Version:0.21.1
 Release:0
@@ -37,8 +38,7 @@
 %endif
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Provides:   python-m2crypto = %{version}
-# TODO: Change <= back to = with new upstream release
-Obsoletes:  python-m2crypto <= %{version}
+Obsoletes:  python-m2crypto < %{version}
 
 %description
 M2Crypto is a crypto and SSL toolkit for Python featuring the
@@ -65,7 +65,7 @@
 chmod 0644 
demo/{https.howto/get_https,ssl/twistedsslclient,ssl/twistedsslserver,tinderbox/slave,x509/certdata2pem}.py
 # Fix executable bit for documentation:
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %if 0%{?suse_version} > 1010
-%fdupes -s .
+%fdupes -s demo
 %endif
 
 %files

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



commit polkit-default-privs for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2012-11-02 15:20:26

Comparing /work/SRC/openSUSE:Factory/polkit-default-privs (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-default-privs.new (New)


Package is "polkit-default-privs", Maintainer is "meiss...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/polkit-default-privs/polkit-default-privs.changes
2012-10-25 12:12:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-default-privs.new/polkit-default-privs.changes
   2012-11-02 15:20:27.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov  2 10:08:33 UTC 2012 - meiss...@suse.com
+
+- new systemd privileges, mostly allowing applications to inhibit system 
actions (bnc#783897)
+
+---



Other differences:
--
++ polkit-default-privs-12.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-12.3/polkit-default-privs.standard 
new/polkit-default-privs-12.3/polkit-default-privs.standard
--- old/polkit-default-privs-12.3/polkit-default-privs.standard 2012-10-24 
14:19:44.0 +0200
+++ new/polkit-default-privs-12.3/polkit-default-privs.standard 2012-11-02 
11:08:00.0 +0100
@@ -332,6 +332,22 @@
 org.freedesktop.login1.reboot   
auth_admin_keep:auth_admin_keep:yes
 org.freedesktop.login1.reboot-multiple-sessions 
auth_admin_keep:auth_admin_keep:yes
 org.freedesktop.login1.set-user-linger  auth_admin_keep
+#
+# new stuff in bnc#783897
+#
+org.freedesktop.login1.power-off-ignore-inhibit
auth_admin_keep
+org.freedesktop.login1.reboot-ignore-inhibit   auth_admin_keep
+org.freedesktop.login1.suspend-ignore-inhibit  auth_admin_keep
+org.freedesktop.login1.hibernate-multiple-sessions auth_admin_keep
+org.freedesktop.login1.hibernate-ignore-inhibit
auth_admin_keep
+# want more rights: 
+org.freedesktop.login1.inhibit-block-shutdown  auth_admin_keep
+org.freedesktop.login1.inhibit-block-sleep auth_admin_keep
+org.freedesktop.login1.inhibit-handle-power-key
auth_admin_keep
+org.freedesktop.login1.inhibit-handle-suspend-key  auth_admin_keep
+org.freedesktop.login1.inhibit-handle-hibernate-keyauth_admin_keep
+org.freedesktop.login1.inhibit-handle-lid-switch   auth_admin_keep
+
 
 # gnome-control-center
 org.gnome.randr.install-system-wide auth_admin

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



commit package-translations for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2012-11-02 15:12:34

Comparing /work/SRC/openSUSE:Factory/package-translations (Old)
 and  /work/SRC/openSUSE:Factory/.package-translations.new (New)


Package is "package-translations", Maintainer is "co...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2012-10-23 19:42:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2012-11-02 15:12:39.0 +0100
@@ -2 +2 @@
-Tue Oct 23 16:13:33 CEST 2012 - 
+Thu Nov  1 16:13:33 CET 2012 - 
@@ -4 +4 @@
-- automated update on 2012-10-23
+- automated update on 2012-11-01



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-nl.mo and new/mo/package-translations-nl.mo 
differ

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



commit obs-service-tar_scm for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package obs-service-tar_scm for 
openSUSE:Factory checked in at 2012-11-02 15:12:23

Comparing /work/SRC/openSUSE:Factory/obs-service-tar_scm (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-tar_scm.new (New)


Package is "obs-service-tar_scm", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/obs-service-tar_scm/obs-service-tar_scm.changes  
2012-10-06 18:39:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-tar_scm.new/obs-service-tar_scm.changes 
2012-11-02 15:12:24.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov  1 14:53:39 GMT 2012 - aspi...@suse.com
+
+- Fix usage text for submodules option
+
+---



Other differences:
--
++ tar_scm ++
--- /var/tmp/diff_new_pack.59qEA9/_old  2012-11-02 15:12:27.0 +0100
+++ /var/tmp/diff_new_pack.59qEA9/_new  2012-11-02 15:12:27.0 +0100
@@ -98,7 +98,7 @@
   ;;
   *)
 echo "Unknown parameter: $1"
-echo 'Usage: $SERVICE --scm $SCM --url $URL [--subdir $SUBDIR] 
[--revision $REVISION] [--version $VERSION] [--include $INCLUDE]* [--exclude 
$EXCLUDE]* [--versionformat $FORMAT] [--versionprefix $PREFIX] [--filename 
$FILENAME] [--package-meta $META] [--disable-git-submodule] --outdir $OUT'
+echo 'Usage: $SERVICE --scm $SCM --url $URL [--subdir $SUBDIR] 
[--revision $REVISION] [--version $VERSION] [--include $INCLUDE]* [--exclude 
$EXCLUDE]* [--versionformat $FORMAT] [--versionprefix $PREFIX] [--filename 
$FILENAME] [--package-meta $META] [--submodules disable] --outdir $OUT'
 exit 1
   ;;
 esac

++ tar_scm.service ++
--- /var/tmp/diff_new_pack.59qEA9/_old  2012-11-02 15:12:27.0 +0100
+++ /var/tmp/diff_new_pack.59qEA9/_new  2012-11-02 15:12:27.0 +0100
@@ -45,7 +45,7 @@
 Stored history depth. Special value "full" clones/pulls full 
history. Only valid if SCM git is used.
   
   
-Do not include git submodules.
+Whether or not to include git submodules.  Default is 
'enable'
 enable
 disable
   

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



commit mkinitrd for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory 
checked in at 2012-11-02 15:12:14

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


Package is "mkinitrd", Maintainer is "mma...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mkinitrd/mkinitrd.changes2012-10-19 
08:47:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkinitrd.new/mkinitrd.changes   2012-11-02 
15:12:15.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  2 10:39:06 UTC 2012 - idon...@suse.com
+
+- Add mkinitrd-get_kernel_version.patch to fix path for
+  get_kernel_version command.
+
+---

New:

  mkinitrd-get_kernel_version.patch



Other differences:
--
++ mkinitrd.spec ++
--- /var/tmp/diff_new_pack.E2Sxad/_old  2012-11-02 15:12:16.0 +0100
+++ /var/tmp/diff_new_pack.E2Sxad/_new  2012-11-02 15:12:16.0 +0100
@@ -55,6 +55,8 @@
 Patch0: 0001-Handle-lib-udev-being-a-symlink-to-usr-lib-udev.patch
 # PATCH-FIX-UPSTREAM mkinitrd-2.7.1-cmdinitrd.patch wer...@suse.com -- add 
cmdinitrd to run commands on files in an initrd
 Patch1: mkinitrd-2.7.1-cmdinitrd.patch
+# Hack for 12.3-M1
+Patch2: mkinitrd-get_kernel_version.patch
 # Note: the whole package is maintained in this git repository, please
 # don't change it in the build service without sending the author a
 # pull request or patch first. Otherwise, you risk that your changes will be
@@ -91,6 +93,7 @@
 %setup
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %__cc $RPM_OPT_FLAGS -Wall -Os -o lib/mkinitrd/bin/run-init src/run-init.c

++ mkinitrd-get_kernel_version.patch ++
Index: mkinitrd-2.7.1/sbin/mkinitrd
===
--- mkinitrd-2.7.1.orig/sbin/mkinitrd
+++ mkinitrd-2.7.1/sbin/mkinitrd
@@ -144,10 +144,10 @@ EOF
 kernel_version_from_image() {
 local kernel_image=$1 kernel_image_gz=${1//uImage/vmlinux}.gz
 
-if /sbin/get_kernel_version "$kernel_image" 2>/dev/null; then
+if /usr/bin/get_kernel_version "$kernel_image" 2>/dev/null; then
 return
 fi
-/sbin/get_kernel_version "$kernel_image_gz" 2>/dev/null
+/usr/bin/get_kernel_version "$kernel_image_gz" 2>/dev/null
 }
 
 default_kernel_images() {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ipsec-tools for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package ipsec-tools for openSUSE:Factory 
checked in at 2012-11-02 15:11:58

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


Package is "ipsec-tools", Maintainer is "jbo...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ipsec-tools/ipsec-tools.changes  2012-02-03 
10:23:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.ipsec-tools.new/ipsec-tools.changes 
2012-11-02 15:12:00.0 +0100
@@ -1,0 +2,6 @@
+Wed Oct 31 12:47:22 UTC 2012 - mvysko...@suse.com
+
+- unify the permissions of psk.txt to avoid false duplicate warnings
+  from fdupes (bnc#784670)
+
+---



Other differences:
--
++ ipsec-tools.spec ++
--- /var/tmp/diff_new_pack.6LJ6RH/_old  2012-11-02 15:12:02.0 +0100
+++ /var/tmp/diff_new_pack.6LJ6RH/_new  2012-11-02 15:12:02.0 +0100
@@ -109,6 +109,8 @@
 mkdir -p $RPM_BUILD_ROOT/etc/pam.d
 install -m 0644 %{S:4} $RPM_BUILD_ROOT/etc/pam.d/racoon
 %{__install} -d $RPM_BUILD_ROOT/etc/racoon/cert
+# unify the permissions of psk.txt - fdupes is sensitive on permissions now 
(bnc#784670)
+chmod 0600 src/racoon/samples/psk.txt
 install -m 0600 src/racoon/samples/psk.txt $RPM_BUILD_ROOT/etc/racoon/
 install -m 0644 src/racoon/samples/racoon.conf $RPM_BUILD_ROOT/etc/racoon/
 cp -v $RPM_SOURCE_DIR/setkey.conf.sample $RPM_BUILD_ROOT/etc/racoon/setkey.conf

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



commit glabels for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package glabels for openSUSE:Factory checked 
in at 2012-11-02 15:11:48

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


Package is "glabels", Maintainer is "stephan.ba...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/glabels/glabels.changes  2012-07-04 
09:08:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.glabels.new/glabels.changes 2012-11-02 
15:11:50.0 +0100
@@ -1,0 +2,26 @@
+Wed Oct 24 09:53:46 UTC 2012 - p.drou...@gmail.com
+
+- Update to version 3.0.1:
+  + Fixed bug causing extra pages to be printed when doing a
+document merge
+  + Fixed font scaling problems when doing a document merge
+  + Added missing dependencies to libglabels and libglbarcode
+pkg-config files
+  + Fixed invalid gsettings schema file
+  + Fixed incorrect clip region for rectangular labels
+  + Numerous new templates and fixes
+  + Updated translations.
+- Drop glabels-unused_screenshot.patch: fixed upstream.
+- Add glabels-eds-3.6.patch: Fix build wth e-d-s 3.6.
+- Add explicit (but not new) pkgconfig()-BuildRequires, to reflect
+  more precisely what configure checks for (avoiding issues for
+  future packaging changes in underlying packages):
+  + cairo, pangocair, gobject-2.0
+- Remove glib2-devel and libxml-devel Requires from -devel file:
+  they are added automatically by rpm/pkg-config.
+- Drop alternative post/postun scripts for openSUSE < 11.3.
+- No longer pass --disable-scrollkeeper to configure (it's an
+  unknown parameter) and do not delete a non-existing scrollkeeper
+  directory in install section.
+
+---

Old:

  glabels-3.0.0.tar.bz2
  glabels-unused_screenshot.patch

New:

  glabels-3.0.1.tar.xz
  glabels-eds-3.6.patch



Other differences:
--
++ glabels.spec ++
--- /var/tmp/diff_new_pack.uNIifA/_old  2012-11-02 15:11:52.0 +0100
+++ /var/tmp/diff_new_pack.uNIifA/_new  2012-11-02 15:11:52.0 +0100
@@ -17,15 +17,15 @@
 
 
 Name:   glabels
-Version:3.0.0
+Version:3.0.1
 Release:0
 Summary:Label Editing and Printing Tool
 License:GPL-3.0+
 Group:  Productivity/Office/Other
 Url:http://glabels.sourceforge.net/
-Source: 
http://ftp.gnome.org/pub/GNOME/sources/glabels/3.0/glabels-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM glabels-unused_screenshot.patch dims...@opensuse.org -- 
Remove reference to unused screenshot. Taken from upstream git.
-Patch0: glabels-unused_screenshot.patch
+Source: 
http://download.gnome.org/sources/glabels/3.0/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM glabels-eds-3.6.patch bgo#685130 dims...@opensuse.org -- 
Fix build with evolution-data-server 3.6
+Patch0: glabels-eds-3.6.patch
 BuildRequires:  barcode-devel
 BuildRequires:  fdupes
 BuildRequires:  intltool
@@ -33,12 +33,16 @@
 BuildRequires:  shared-mime-info
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(cairo) >= 1.10.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.28.2
 BuildRequires:  pkgconfig(gnome-doc-utils)
-BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(libebook-1.2)
-BuildRequires:  pkgconfig(librsvg-2.0)
-BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.28.2
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.9
+BuildRequires:  pkgconfig(libebook-1.2) >= 2.30.3
+BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
+BuildRequires:  pkgconfig(libxml-2.0) >= 2.7.8
+BuildRequires:  pkgconfig(pango) >= 1.28.1
+BuildRequires:  pkgconfig(pangocairo) >= 1.28.1
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
@@ -52,8 +56,6 @@
 License:GPL-2.0+
 Group:  Development/Libraries/GNOME
 Requires:   %{name} = %{version}
-Requires:   glib2-devel
-Requires:   libxml2-devel
 
 %description devel
 Labels is a powerful tool for editing and printing all kinds of labels.
@@ -72,47 +74,32 @@
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 # FIXME: Build as root modifies system!
 %configure\
---disable-static \
---disable-scrollkeeper
+--disable-static
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-# delete scrollkeeper directory. configure does not understand 
--disable-scrollkeeper.
-rm -rf %{buildroot}%{_localstatedir}/scrollkeeper
 %suse_update_desktop_file glabels-3.0 WordProcessor
 %find_lang %{name}-3.0 %{?no_lang_C}
 %fdupes -s %{buildroot}
 
 %