commit yast2-network for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2012-10-11 11:35:13

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


Package is yast2-network, Maintainer is mfi...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2012-09-06 09:08:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2012-10-11 11:38:39.0 +0200
@@ -1,0 +2,14 @@
+Wed Oct  3 09:07:01 UTC 2012 - mfi...@suse.com
+
+- Autoenabling of all interfaces allowed during installation only.
+- fixes bnc#782283
+- 2.24.6 
+
+---
+Fri Sep 21 11:26:22 CEST 2012 - jsuch...@suse.cz
+
+- let curl follow redirects when downloading release notes package
+  (bnc#781330)
+- 2.24.5
+
+---

Old:

  yast2-network-2.24.4.tar.bz2

New:

  yast2-network-2.24.6.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.koGXJY/_old  2012-10-11 11:38:42.0 +0200
+++ /var/tmp/diff_new_pack.koGXJY/_new  2012-10-11 11:38:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:2.24.4
+Version:2.24.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,8 +36,9 @@
 # NetworkInterfaces::Write should write ifcfgs only once
 # Wizard::SetDesktopTitleAndIcon
 # yast2 v2.23.0 - support for shel (un)quoting
+# yast2 v2.23.6 - updated API for IPv6
 BuildRequires:  yast2 = 2.21.22
-Requires:   yast2 = 2.23.0
+Requires:   yast2 = 2.23.5
 
 #netconfig (FaTE #303618)
 Requires:   sysconfig = 0.71.2

++ yast2-network-2.24.4.tar.bz2 - yast2-network-2.24.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-2.24.4/VERSION 
new/yast2-network-2.24.6/VERSION
--- old/yast2-network-2.24.4/VERSION2012-09-05 15:05:42.0 +0200
+++ new/yast2-network-2.24.6/VERSION2012-10-03 11:06:49.0 +0200
@@ -1 +1 @@
-2.24.4
+2.24.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-network-2.24.4/src/installation/inst_do_net_test.ycp 
new/yast2-network-2.24.6/src/installation/inst_do_net_test.ycp
--- old/yast2-network-2.24.4/src/installation/inst_do_net_test.ycp  
2012-09-05 15:05:42.0 +0200
+++ new/yast2-network-2.24.6/src/installation/inst_do_net_test.ycp  
2012-10-03 10:08:55.0 +0200
@@ -376,9 +376,10 @@
}
}
 
-   //Include also proxy option (if applicable) - #162800, #260407 
-   string cmd =  /usr/bin/curl -s -S -v -f -m 300  + proxy +   + 
url +  -o  + filename;
-   cmd = cmd ++ logdir + / + log_filename +  21;
+   //Include also proxy option (if applicable) - #162800, #260407
+   string cmd = /usr/bin/curl --location --verbose --fail --max-time 
300  +
+  sformat (%1 %2 --output '%3'  '%4/%5' 21,
+  proxy, url, String::Quote (filename), String::Quote (logdir), 
String::Quote (log_filename));
 
// env[LANG] = GetLanguageUTF8 ();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-2.24.4/src/modules/Lan.ycp 
new/yast2-network-2.24.6/src/modules/Lan.ycp
--- old/yast2-network-2.24.4/src/modules/Lan.ycp2012-09-05 
15:05:43.0 +0200
+++ new/yast2-network-2.24.6/src/modules/Lan.ycp2012-10-03 
11:29:23.0 +0200
@@ -102,7 +102,7 @@
  * @return true if data was modified
  */
 global boolean Modified() {
-boolean ret  = LanItems::Modified() || DNS::modified || 
Routing::Modified() ||
+boolean ret  = LanItems::GetModified() || DNS::modified || 
Routing::Modified() ||
NetworkConfig::Modified();
 return ret;
 }
@@ -261,8 +261,14 @@
 /* Progress step 2/9 */
 if (gui) ProgressNextStage(_(Detecting network devices...));
 // Dont read hardware data in config mode
-if(!Mode::config ()) {
-   if(!NetHwDetection::running) NetHwDetection::Start();
+if(!Mode::config ()) 
+{
+NetHwDetection::Start();
+}
+// Start interfaces iff running installation. See bnc#395014 and bnc#782283
+if( Mode::installation())
+{
+SetAllLinksUp();
 }
 sleep(sl);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-2.24.4/src/modules/LanItems.ycp 
new/yast2-network-2.24.6/src/modules/LanItems.ycp
--- 

commit aaa_base for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2012-10-12 07:39:54

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


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

Changes:

--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes2012-10-08 
07:09:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2012-10-12 
07:40:43.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct  8 08:21:47 UTC 2012 - a...@suse.de
+
+- Update from git:
+  * Fix typo in /usr/lib/tmpfiles.d/loop.conf
+
+---
+Mon Oct  8 05:12:36 UTC 2012 - co...@suse.com
+
+- update from git to get the latest change too
+
+---



Other differences:
--
++ aaa_base-12.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-12.3/files/etc/profile.d/complete.bash 
new/aaa_base-12.3/files/etc/profile.d/complete.bash
--- old/aaa_base-12.3/files/etc/profile.d/complete.bash 2012-10-04 
10:26:43.0 +0200
+++ new/aaa_base-12.3/files/etc/profile.d/complete.bash 2012-10-08 
10:21:38.0 +0200
@@ -1,10 +1,10 @@
-# /etc/profile.d/complete.bash for SuSE Linux
+# /etc/profile.d/complete.bash for SUSE Linux and openSUSE
 #
 #
 # This feature has its own file because some other shells
 # do not like the way how the bash assigns arrays
 #
-# REQUIRES bash 4.0 and higher
+# REQUIRES bash 4.2 and higher
 #
 
  _def=-o default -o bashdefault
@@ -313,7 +313,7 @@
 gs|ghostview)  e='!*.+(eps|EPS|ps|PS|pdf|PDF)' ;;
 gv|kghostview) e='!*.+(eps|EPS|ps|PS|ps.gz|pdf|PDF)'   ;;
 acroread|[xk]pdf)  e='!*.+(fdf|pdf|FDF|PDF)'   ;;
-evince)e='!*.+(ps|PS|pdf|PDF)' ;;
+evince)e='!*.+(ps|PS|pdf|PDF)' ;;
 dvips) e='!*.+(dvi|DVI)'   ;;
 rpm|zypper)e='!*.+(rpm|you)'   ;;
 [xk]dvi)   e='!*.+(dvi|dvi.gz|DVI|DVI.gz)' ;;
@@ -342,7 +342,7 @@
 \`*)   COMPREPLY=($(compgen -c -P '\`' -S '\`' -- ${c#?})) 
;;
 \$\{*\})  eval COMPREPLY=\(${c}\) ;;
 \$\{*) COMPREPLY=($(compgen -v -P '${' -S '}'  -- ${c#??}))
;;
-\$*)   COMPREPLY=($(compgen -v -P '$'  -- ${c#?})) 
;;
+\$*)   COMPREPLY=($(compgen -v -P '$'  -- ${c#?})) 
;;
 \~*/*) COMPREPLY=($(compgen -f -X $e +o plusdirs -- ${c}))   
;;
 \~*)   COMPREPLY=($(compgen -u ${s}-- ${c}))   
;;
 *@*)   COMPREPLY=($(compgen -A hostname -P '@' -S ':' -- 
${c#*@})) ;;
@@ -570,6 +570,105 @@
 
 complete ${_def} -F _rootpath_ sudo
 
+_ls_ ()
+{
+local c=${COMP_WORDS[COMP_CWORD]}
+local IFS=$'\n'
+local s x
+local -i glob=0
+local -i isdir=0
+local -i quoted=0
+local -i variable=0
+
+if [[ ${c:0:1} == '' ]] ; then
+   let quoted++
+   compopt -o plusdirs
+fi
+if [[ ${c:0:1} == '$' ]] ; then
+   let variable++
+   compopt -o dirnames +o filenames
+else
+   compopt +o dirnames -o filenames
+fi
+
+if test -d $c ; then
+   compopt -o nospace
+else
+   compopt +o nospace
+fi
+
+shopt -q extglob  let glob++
+((glob == 0))  shopt -s extglob
+
+case $c in
+*[*?[]*)   COMPREPLY=()# use bashdefault
+   ((glob == 0))  shopt -u extglob
+   return 0;;
+\$\(*\))eval COMPREPLY=\(${c}\)
+   compopt +o plusdirs ;;
+\$\(*) COMPREPLY=($(compgen -c -P '$(' -S ')'  -- ${c#??}))
+   if ((${#COMPREPLY[@]}  0)) ; then
+   compopt +o plusdirs
+   let isdir++
+   fi  ;;
+\`*\`) eval COMPREPLY=\(${c}\)
+   compopt +o plusdirs ;;
+\`*)   COMPREPLY=($(compgen -c -P '\`' -S '\`' -- ${c#?}))
+   if ((${#COMPREPLY[@]}  0)) ; then
+   compopt +o plusdirs
+   let isdir++
+   fi  ;;
+\$\{*\})   eval COMPREPLY=\(${c}\) ;;
+\$\{*) COMPREPLY=($(compgen -v -P '${' -S '}'  -- ${c#??}))
+   if ((${#COMPREPLY[@]}  0)) ; then
+   

commit aspell for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package aspell for openSUSE:Factory checked 
in at 2012-10-12 07:41:12

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


Package is aspell, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/aspell/aspell.changes2012-02-28 
14:12:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.aspell.new/aspell.changes   2012-10-12 
07:48:05.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  9 06:32:36 UTC 2012 - pgaj...@suse.com
+
+- license FDL-1.1+ and LGPL-2.1 and HPND and BSD-Mark-Modifications
+
+---



Other differences:
--
++ aspell.spec ++
--- /var/tmp/diff_new_pack.75Ml16/_old  2012-10-12 07:48:07.0 +0200
+++ /var/tmp/diff_new_pack.75Ml16/_new  2012-10-12 07:48:07.0 +0200
@@ -20,7 +20,7 @@
 Version:0.60.6.1
 Release:0
 Summary:A Free and Open Source Spell Checker
-License:LGPL-2.1+
+License:FDL-1.1+ and LGPL-2.1 and HPND and BSD-Mark-Modifications
 Group:  Productivity/Text/Spell
 Url:http://aspell.net/
 Source0:ftp://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz

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



commit bison for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package bison for openSUSE:Factory checked 
in at 2012-10-12 07:41:28

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


Package is bison, Maintainer is mma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/bison/bison.changes  2012-08-27 
15:48:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.bison.new/bison.changes 2012-10-12 
07:48:15.0 +0200
@@ -1,0 +2,11 @@
+Sun Sep 23 17:27:27 UTC 2012 - nmo.marq...@gmail.com
+
+- Update to version 2.6.2:
+  + Buffer overruns, complaints from Flex, and portability issues
+in the test suite have been fixed.
+  + Changelist too long to fit here, see NEWS
+- Source format is now .xz
+- Remove bison-stdio.in.patch: seems upstreamed
+- Add 'xz' to BuildRequires
+
+---

Old:

  bison-2.5.tar.bz2
  bison-stdio.in.patch

New:

  bison-2.6.2.tar.xz



Other differences:
--
++ bison.spec ++
--- /var/tmp/diff_new_pack.RTKhmu/_old  2012-10-12 07:48:16.0 +0200
+++ /var/tmp/diff_new_pack.RTKhmu/_new  2012-10-12 07:48:16.0 +0200
@@ -18,21 +18,20 @@
 
 Name:   bison
 BuildRequires:  gcc-c++
+BuildRequires:  xz
 Requires(pre):  %install_info_prereq
 # bug437293
 %ifarch ppc64
 Obsoletes:  bison-64bit
 %endif
-Version:2.5
+Version:2.6.2
 Release:0
 Summary:The GNU Parser Generator
 License:GPL-3.0+
 Group:  Development/Languages/C and C++
 Url:http://www.gnu.org/software/bison/bison.html
-Source: bison-%{version}.tar.bz2
+Source: bison-%{version}.tar.xz
 Source2:baselibs.conf
-Patch1: bison-stdio.in.patch
-#
 Requires:   m4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -41,7 +40,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %configure

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



commit ca-certificates-mozilla for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package ca-certificates-mozilla for 
openSUSE:Factory checked in at 2012-10-12 07:41:46

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


Package is ca-certificates-mozilla, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/ca-certificates-mozilla/ca-certificates-mozilla.changes
  2012-05-08 12:09:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ca-certificates-mozilla.new/ca-certificates-mozilla.changes
 2012-10-12 07:48:21.0 +0200
@@ -1,0 +2,16 @@
+Wed Oct 10 14:50:00 UTC 2012 - meiss...@suse.com
+
+- updated certificates to revision 1.85 (bnc#783509)
+  * new Actalis Authentication Root CA
+  * new Trustis FPS Root CA
+  * new StartCom Certification Authority
+  * new StartCom Certification Authority G2
+  * new Buypass Class 2 Root CA
+  * new Buypass Class 3 Root CA
+  * updated: Sonera Class2 CA: remove code-signing
+  * updated: thawte Primary Root CA: added code-signing
+  * updated: Trustis_FPS_Root_CA.pem: added code-signing
+  * updated: VeriSign Class 3 Public Primary Certification Authority - G5:
+added code-signing, email-protection
+
+---



Other differences:
--
++ ca-certificates-mozilla.spec ++
--- /var/tmp/diff_new_pack.F9itlU/_old  2012-10-12 07:48:23.0 +0200
+++ /var/tmp/diff_new_pack.F9itlU/_new  2012-10-12 07:48:23.0 +0200
@@ -22,7 +22,7 @@
 
 Name:   ca-certificates-mozilla
 %define sslusrdir %{_datadir}/ca-certificates
-Version:1.76
+Version:1.85
 Release:0
 Summary:CA certificates for OpenSSL
 License:MPL-2.0

++ certdata.txt ++
 1558 lines (skipped)
 between /work/SRC/openSUSE:Factory/ca-certificates-mozilla/certdata.txt
 and /work/SRC/openSUSE:Factory/.ca-certificates-mozilla.new/certdata.txt

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



commit desktop-file-utils for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package desktop-file-utils for 
openSUSE:Factory checked in at 2012-10-12 07:42:13

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


Package is desktop-file-utils, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/desktop-file-utils/desktop-file-utils.changes
2012-10-03 07:10:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.desktop-file-utils.new/desktop-file-utils.changes   
2012-10-12 07:48:40.0 +0200
@@ -1,0 +2,19 @@
+Thu Oct 11 14:07:29 UTC 2012 - vu...@opensuse.org
+
+- Update to verison 0.21:
+  + desktop-file-validate:
+- update to current version of menu specification:
+  . only print hint if no main category is present, not an
+error
+  . make Science a main category
+  . add new registered categories: Adult, Feed, Humanities,
+Maps, Shooter, Spirituality, XFCE
+  . update related categories
+  . add TDE to list of registered OnlyShowIn
+- accept and validate GNOME3/GSettings for AutostartCondition
+- output hint if more than one main category is present
+- output hint about suggested related categories
+  + misc:
+- do not require glib = 2.28 for build
+
+---

Old:

  desktop-file-utils-0.20.tar.xz

New:

  desktop-file-utils-0.21.tar.xz



Other differences:
--
++ desktop-file-utils.spec ++
--- /var/tmp/diff_new_pack.GNTBf5/_old  2012-10-12 07:48:42.0 +0200
+++ /var/tmp/diff_new_pack.GNTBf5/_new  2012-10-12 07:48:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   desktop-file-utils
-Version:0.20
+Version:0.21
 Release:0
 Summary:Utilities for Manipulating Desktop Files
 License:GPL-2.0+

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



commit git for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2012-10-11 09:23:54

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


Package is git, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2012-10-10 09:21:39.0 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2012-10-11 
09:23:55.0 +0200
@@ -1,0 +2,34 @@
+Thu Oct 11 00:19:07 CST 2012 - dougla...@outlook.com
+
+- updated to version 1.7.12.3:
+
+ * git am mishandled a patch attached as application/octet-stream
+   (e.g. not text/*); Content-Transfer-Encoding (e.g. base64) was not
+   honored correctly.
+
+ * It was unclear in the documentation for git blame that it is
+   unnecessary for users to use the --follow option.
+
+ * A repository created with git clone --single had its fetch
+   refspecs set up just like a clone without --single, leading the
+   subsequent git fetch to slurp all the other branches, defeating
+   the whole point of specifying only this branch.
+
+ * git fetch over http had an old workaround for an unlikely server
+   misconfiguration; it turns out that this hurts debuggability of the
+   configuration in general, and has been reverted.
+
+ * git fetch over http advertised that it supports deflate, which
+   is much less common, and did not advertise the more common gzip on
+   its Accept-Encoding header.
+
+ * git receive-pack (the counterpart to git push) did not give
+   progress output while processing objects it received to the puser
+   when run over the smart-http protocol.
+
+ * git status honored the ignore=dirty settings in .gitmodules but
+   git commit didn't.
+
+Also contains a handful of documentation updates.
+
+---

Old:

  git-1.7.12.2.tar.gz

New:

  git-1.7.12.3.tar.gz



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.B8gzqj/_old  2012-10-11 09:23:58.0 +0200
+++ /var/tmp/diff_new_pack.B8gzqj/_new  2012-10-11 09:23:58.0 +0200
@@ -30,7 +30,7 @@
 BuildRequires:  python
 BuildRequires:  sgml-skel
 BuildRequires:  xmlto
-Version:1.7.12.2
+Version:1.7.12.3
 Release:0
 Summary:Fast, scalable, distributed revision control system
 License:GPL-2.0

++ git-1.7.12.2.tar.gz - git-1.7.12.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-1.7.12.2/Documentation/RelNotes/1.7.12.3.txt 
new/git-1.7.12.3/Documentation/RelNotes/1.7.12.3.txt
--- old/git-1.7.12.2/Documentation/RelNotes/1.7.12.3.txt1970-01-01 
01:00:00.0 +0100
+++ new/git-1.7.12.3/Documentation/RelNotes/1.7.12.3.txt2012-10-08 
21:20:19.0 +0200
@@ -0,0 +1,34 @@
+Git 1.7.12.3 Release Notes
+==
+
+Fixes since v1.7.12.2
+-
+
+ * git am mishandled a patch attached as application/octet-stream
+   (e.g. not text/*); Content-Transfer-Encoding (e.g. base64) was not
+   honored correctly.
+
+ * It was unclear in the documentation for git blame that it is
+   unnecessary for users to use the --follow option.
+
+ * A repository created with git clone --single had its fetch
+   refspecs set up just like a clone without --single, leading the
+   subsequent git fetch to slurp all the other branches, defeating
+   the whole point of specifying only this branch.
+
+ * git fetch over http had an old workaround for an unlikely server
+   misconfiguration; it turns out that this hurts debuggability of the
+   configuration in general, and has been reverted.
+
+ * git fetch over http advertised that it supports deflate, which
+   is much less common, and did not advertise the more common gzip on
+   its Accept-Encoding header.
+
+ * git receive-pack (the counterpart to git push) did not give
+   progress output while processing objects it received to the puser
+   when run over the smart-http protocol.
+
+ * git status honored the ignore=dirty settings in .gitmodules but
+   git commit didn't.
+
+Also contains a handful of documentation updates.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-1.7.12.2/Documentation/git-blame.txt 
new/git-1.7.12.3/Documentation/git-blame.txt
--- old/git-1.7.12.2/Documentation/git-blame.txt2012-09-30 
10:03:21.0 +0200
+++ new/git-1.7.12.3/Documentation/git-blame.txt2012-10-08 
21:20:19.0 +0200
@@ -20,6 +20,12 @@
 
 The command can also limit the range of lines annotated.
 
+The origin of lines is 

commit augeas for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package augeas for openSUSE:Factory checked 
in at 2012-10-11 10:37:06

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


Package is augeas, Maintainer is mfi...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/augeas/augeas.changes2012-07-30 
11:35:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.augeas.new/augeas.changes   2012-10-11 
10:41:34.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 10 16:50:19 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-3.0+ and LGPL-2.1+
+  semicolon is ambiguous
+
+---



Other differences:
--
++ augeas.spec ++
--- /var/tmp/diff_new_pack.KaannL/_old  2012-10-11 10:41:35.0 +0200
+++ /var/tmp/diff_new_pack.KaannL/_new  2012-10-11 10:41:35.0 +0200
@@ -20,7 +20,7 @@
 Version:0.10.0
 Release:0
 Summary:A library for changing configuration files
-License:GPL-3.0+ ; LGPL-2.1+
+License:GPL-3.0+ and LGPL-2.1+
 Group:  System/Libraries
 Url:http://augeas.net/
 Source0:http://augeas.net/download/augeas-%{version}.tar.gz

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



commit cgit for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

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

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


Package is cgit, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cgit/cgit.changes2012-02-20 
16:07:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.cgit.new/cgit.changes   2012-10-11 
10:41:44.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 10 15:22:03 CEST 2012 - ti...@suse.de
+
+- Fix VUL-0: specially-crafted commits can trigger a heap-based
+  buffer overflow (CVE-2012-4465, bnc#783012)
+
+---

New:

  cgit-CVE-2012-4465-fix.diff



Other differences:
--
++ cgit.spec ++
--- /var/tmp/diff_new_pack.h8eJ4V/_old  2012-10-11 10:41:45.0 +0200
+++ /var/tmp/diff_new_pack.h8eJ4V/_new  2012-10-11 10:41:45.0 +0200
@@ -35,6 +35,7 @@
 Patch2: cgit-CVE-2011-2711-fix.diff
 Patch3: cgit-fix-print-tree.diff
 Patch4: cgit-fix-more-read_tree_recursive-invocations.diff
+Patch5: cgit-CVE-2012-4465-fix.diff
 # Requirements for cgit
 BuildRequires:  gnu-crypto libopenssl-devel libzip-devel
 # Requirements for cgitrc man page generation
@@ -57,6 +58,7 @@
 %patch2 -p1
 %patch3
 %patch4
+%patch5 -p1
 rm -rf git
 mv git-%{git_version} git
 

++ cgit-CVE-2012-4465-fix.diff ++
From 7757d1b046ecb67b830151d20715c658867df1ec Mon Sep 17 00:00:00 2001
From: Jim Meyering meyer...@redhat.com
Date: Mon, 23 Apr 2012 20:06:35 +
Subject: do not write outside heap buffer

* parsing.c (substr): Handle tail  head.

This started when I noticed some cgit segfaults on savannah.gnu.org.
Finding the offending URL/commit and then constructing a stand-alone
reproducer were far more time-consuming than writing the actual patch.

The problem arises with a commit like this, in which the user name
part of the Author field is empty:

$ git log -1
commit 6f3f41d73393278f3ede68a2cb1e7a2a23fa3421
Author: T at h.or
Date:   Mon Apr 23 22:29:16 2012 +0200

Here's what happens:

(this is due to buf=malloc(0); strncpy (buf, head, -1);
 where head may point to plenty of attacker-specified non-NUL bytes,
 so we can overwrite a zero-length heap buffer with arbitrary data)

 Invalid write of size 1
at 0x4A09361: strncpy (mc_replace_strmem.c:463)
by 0x408977: substr (parsing.c:61)
by 0x4089EF: parse_user (parsing.c:73)
by 0x408D10: cgit_parse_commit (parsing.c:153)
by 0x40A540: cgit_mk_refinfo (shared.c:171)
by 0x40A581: cgit_refs_cb (shared.c:181)
by 0x43DEB3: do_for_each_ref (refs.c:690)
by 0x41075E: cgit_print_branches (ui-refs.c:191)
by 0x416EF2: cgit_print_summary (ui-summary.c:56)
by 0x40780A: summary_fn (cmd.c:120)
by 0x40667A: process_request (cgit.c:544)
by 0x404078: cache_process (cache.c:322)
  Address 0x4c718d0 is 0 bytes after a block of size 0 alloc'd
at 0x4A0884D: malloc (vg_replace_malloc.c:263)
by 0x455C85: xmalloc (wrapper.c:35)
by 0x40894C: substr (parsing.c:60)
by 0x4089EF: parse_user (parsing.c:73)
by 0x408D10: cgit_parse_commit (parsing.c:153)
by 0x40A540: cgit_mk_refinfo (shared.c:171)
by 0x40A581: cgit_refs_cb (shared.c:181)
by 0x43DEB3: do_for_each_ref (refs.c:690)
by 0x41075E: cgit_print_branches (ui-refs.c:191)
by 0x416EF2: cgit_print_summary (ui-summary.c:56)
by 0x40780A: summary_fn (cmd.c:120)
by 0x40667A: process_request (cgit.c:544)

 Invalid write of size 1
at 0x4A09400: strncpy (mc_replace_strmem.c:463)
by 0x408977: substr (parsing.c:61)
by 0x4089EF: parse_user (parsing.c:73)
by 0x408D10: cgit_parse_commit (parsing.c:153)
by 0x40A540: cgit_mk_refinfo (shared.c:171)
by 0x40A581: cgit_refs_cb (shared.c:181)
by 0x43DEB3: do_for_each_ref (refs.c:690)
by 0x41075E: cgit_print_branches (ui-refs.c:191)
by 0x416EF2: cgit_print_summary (ui-summary.c:56)
by 0x40780A: summary_fn (cmd.c:120)
by 0x40667A: process_request (cgit.c:544)
by 0x404078: cache_process (cache.c:322)
  Address 0x4c7192b is not stack'd, malloc'd or (recently) free'd

 Invalid write of size 1
at 0x4A0940E: strncpy (mc_replace_strmem.c:463)
by 0x408977: substr (parsing.c:61)
by 0x4089EF: parse_user (parsing.c:73)
by 0x408D10: cgit_parse_commit (parsing.c:153)
by 0x40A540: cgit_mk_refinfo (shared.c:171)
by 0x40A581: cgit_refs_cb (shared.c:181)
by 0x43DEB3: do_for_each_ref (refs.c:690)
by 0x41075E: cgit_print_branches (ui-refs.c:191)
by 0x416EF2: cgit_print_summary (ui-summary.c:56)
by 0x40780A: summary_fn (cmd.c:120)
by 0x40667A: process_request (cgit.c:544)
by 0x404078: cache_process 

commit ckermit for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package ckermit for openSUSE:Factory checked 
in at 2012-10-11 10:38:11

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


Package is ckermit, Maintainer is mma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ckermit/ckermit.changes  2012-01-09 
16:01:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.ckermit.new/ckermit.changes 2012-10-11 
10:41:46.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 10 09:26:05 UTC 2012 - joop.boo...@opensuse.org
+
+- Don't build noarch doc for sles as otherwise all
+  packages will be build as noarch for sles
+
+---



Other differences:
--
++ ckermit.spec ++
--- /var/tmp/diff_new_pack.4wxb8l/_old  2012-10-11 10:41:47.0 +0200
+++ /var/tmp/diff_new_pack.4wxb8l/_new  2012-10-11 10:41:47.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ckermit
 %if 0%{?fedora_version} || 0%{?rhel_version}
 BuildRequires:  zsh
@@ -45,7 +46,9 @@
 %package doc
 Summary:Documentation for CKermit
 Group:  Documentation/Howto
+%if !0%{?sles_version}
 BuildArch:  noarch
+%endif
 
 %description doc
 This package contains the documentation and manual pages for ckermit

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



commit coccinelle for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory 
checked in at 2012-10-11 10:38:27

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


Package is coccinelle, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes2012-09-14 
12:22:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.coccinelle.new/coccinelle.changes   
2012-10-11 10:41:49.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct  3 16:18:10 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 1.0.0~rc15
+* See http://coccinelle.lip6.fr/distrib/changes.html for
+  the (quite large) set of new features and bugfixes
+
+---

Old:

  coccinelle-1.0.0-rc7.tar.xz

New:

  coccinelle-1.0.0-rc15.tar.xz



Other differences:
--
++ coccinelle.spec ++
--- /var/tmp/diff_new_pack.yF5vVl/_old  2012-10-11 10:41:49.0 +0200
+++ /var/tmp/diff_new_pack.yF5vVl/_new  2012-10-11 10:41:49.0 +0200
@@ -23,11 +23,13 @@
 License:GPL-2.0
 Group:  Productivity/Text/Utilities
 Url:http://coccinelle.lip6.fr/
-%define rversion   %version-rc7
+%define rversion   %version-rc15
 Source: %name-%rversion.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ncurses-devel
-BuildRequires:  ocaml
+BuildRequires:  ocaml = 3.11
+BuildRequires:  ocaml-camlp4-devel = 3.11
+BuildRequires:  ocaml-ocamldoc = 3.11
 BuildRequires:  python-devel
 BuildRequires:  xz
 Requires:   python-base
@@ -48,8 +50,7 @@
 %setup -qn %name-%rversion
 
 %build
-# not autotools configure, don't use macro
-./configure --prefix=%{_prefix} --opt
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -58,22 +59,25 @@
 export NO_BRP_STRIP_DEBUG=true
 export NO_DEBUGINFO_STRIP_DEBUG=true
 %define __debug_install_post %{nil}
-debugfiles.list
-debugsources.list
+: debugfiles.list
+: debugsources.list
 
 b=%buildroot
-make install DESTDIR=$b MANDIR=%_mandir LIBDIR=%_libdir
+make install DESTDIR=$b;
 # Remove coccilib, don't have the deps
 rm -Rf $b/%_datadir/%name/{commons,globals,ocaml,parsing_c} \
$b/%_mandir/man3/Coccilib*;
 
+mkdir -p $b/%_libdir;
+mv $b/%_datadir/%name/dllpycaml_stubs.so $b/%_libdir/;
+
 %files
 %defattr(-,root,root)
 %doc authors.txt bugs.txt changes.txt copyright.txt credits.txt
 %doc license.txt readme.txt
-%doc %_mandir/*/*
-%_bindir/*
-%_libdir/*.so
+%doc %_mandir/man?/*
+%_bindir/spatch*
+%_libdir/dllpycaml_stubs.so
 %_datadir/%name
 
 %changelog

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



commit ddskk for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package ddskk for openSUSE:Factory checked 
in at 2012-10-11 10:38:57

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


Package is ddskk, Maintainer is lzw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ddskk/ddskk.changes  2012-07-06 
09:26:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.ddskk.new/ddskk.changes 2012-10-11 
10:41:57.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 10 12:17:58 UTC 2012 - wer...@suse.de
+
+- Solve update problem due date based version number scheme and
+  current number scheme with 14.4
+
+---



Other differences:
--
++ ddskk.spec ++
--- /var/tmp/diff_new_pack.XBOuBU/_old  2012-10-11 10:41:58.0 +0200
+++ /var/tmp/diff_new_pack.XBOuBU/_new  2012-10-11 10:41:58.0 +0200
@@ -19,6 +19,7 @@
 Name:   ddskk
 # Current version does not build with current xemacs, disable for now
 %define use_xemacs 0
+%define ddskkvers  14.4
 BuildRequires:  compface
 BuildRequires:  emacs-x11
 BuildRequires:  flim
@@ -38,10 +39,10 @@
 Requires:   emacs
 Requires:   skkdic
 Provides:   locale(emacs:ja)
-Version:14.4
+Version:20121010_%{ddskkvers}
 Release:0
 Url:http://openlab.jp/skk/index.html
-Source0:ddskk-%{version}.tar.bz2
+Source0:ddskk-%{ddskkvers}.tar.bz2
 Source1:suse-start.el
 Source100:  skkdic-20110529.orig.tar.bz2
 # explanation for the dictionaries downloaded from:
@@ -98,7 +99,7 @@
 optional, additional dictionaries for SKK
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -n %{name}-%{ddskkvers}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1


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



commit epiphany-extensions for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package epiphany-extensions for 
openSUSE:Factory checked in at 2012-10-11 10:39:12

Comparing /work/SRC/openSUSE:Factory/epiphany-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.epiphany-extensions.new (New)


Package is epiphany-extensions, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/epiphany-extensions/epiphany-extensions.changes  
2012-10-04 18:38:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.epiphany-extensions.new/epiphany-extensions.changes 
2012-10-11 10:42:06.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct  5 08:27:59 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.0:
+  + Just a maintainance release to go with Epiphany 3.6.0.
+  + Updated translations.
+- Drop epiphany-extensions-bump35.patch: fixed upstream.
+- Drop gnome-common BuildRequires and call to gnome-autogen.sh, as
+  we don' carry an patches touching the buildsystem anymore.
+
+---

Old:

  epiphany-extensions-3.4.0.tar.xz
  epiphany-extensions-bump35.patch

New:

  epiphany-extensions-3.6.0.tar.xz



Other differences:
--
++ epiphany-extensions.spec ++
--- /var/tmp/diff_new_pack.zqIeyS/_old  2012-10-11 10:42:07.0 +0200
+++ /var/tmp/diff_new_pack.zqIeyS/_new  2012-10-11 10:42:07.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   epiphany-extensions
-Version:3.4.0
+Version:3.6.0
 Release:0
 Summary:Extensions Collection for Epiphany
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Networking/Web/Browsers
 Url:http://www.gnome.org/projects/epiphany/
-Source: 
http://download.gnome.org/sources/epiphany-extensions/3.4/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM epiphany-extensions-bump35.patch dims...@opensuse.org -- 
Bump version and API support to 3.5. Taken from git.
-Patch0: epiphany-extensions-bump35.patch
+Source: 
http://download.gnome.org/sources/epiphany-extensions/3.6/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM epiphany-extensions-epi35api.patch bgo#681944 
dims...@opensuse.org -- Follow epiphany 3.5's API changes.
 Patch1: epiphany-extensions-epi35api.patch
 %define api_version %(pkg-config --variable extensionsdir 
%{_libdir}/pkgconfig/epiphany-*.pc | sed 
s,^%{_libdir}/epiphany/,,;s,/extensions$,,)
@@ -33,8 +31,6 @@
 BuildRequires:  epiphany-devel = 3.6
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-# Needed for patch0
-BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  libwebkitgtk3-devel
@@ -55,13 +51,10 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 translation-update-upstream
 
 %build
-# Needed for patch0
-NOCONFIGURE=1 gnome-autogen.sh
 %configure \
 --disable-static \
 --enable-compile-warnings=yes \

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



commit farstream for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package farstream for openSUSE:Factory 
checked in at 2012-10-11 10:39:56

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


Package is farstream, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/farstream/farstream.changes  2012-10-05 
18:32:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.farstream.new/farstream.changes 2012-10-11 
10:42:10.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  5 10:37:47 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.2.1:
+  + Fix bug where nothing would be sent.
+  + Fix various bugs in ElementAddedNotifier.
+  + Fix the GPL headers.
+  + Misc bug fixes.
+
+---

Old:

  farstream-0.2.0.tar.gz

New:

  farstream-0.2.1.tar.gz



Other differences:
--
++ farstream.spec ++
--- /var/tmp/diff_new_pack.qLxZ4m/_old  2012-10-11 10:42:11.0 +0200
+++ /var/tmp/diff_new_pack.qLxZ4m/_new  2012-10-11 10:42:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   farstream
-Version:0.2.0
+Version:0.2.1
 Release:0
 # License note: the only GPL-2.0+ files are farstream-0.1.1/common/coverage/*
 # and common/gstdoc-scangobj; those are just used during the build and do not

++ farstream-0.2.0.tar.gz - farstream-0.2.1.tar.gz ++
 4621 lines of diff (skipped)

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



commit freeradius-server for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package freeradius-server for 
openSUSE:Factory checked in at 2012-10-11 10:40:07

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


Package is freeradius-server, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/freeradius-server/freeradius-server.changes  
2012-09-13 00:02:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.freeradius-server.new/freeradius-server.changes 
2012-10-11 10:42:15.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct  1 11:34:31 UTC 2012 - vci...@suse.com
+
+- files in sites-available/ are now %config(noreplace) [bnc#781756]
+
+---



Other differences:
--
++ freeradius-server.spec ++
--- /var/tmp/diff_new_pack.k09LXE/_old  2012-10-11 10:42:16.0 +0200
+++ /var/tmp/diff_new_pack.k09LXE/_new  2012-10-11 10:42:16.0 +0200
@@ -20,7 +20,7 @@
 Version:2.2.0
 Release:0
 Summary:Very Highly Configurable Radius Server
-License:GPL-2.0 ; LGPL-2.1
+License:GPL-2.0 and LGPL-2.1
 Group:  Productivity/Networking/Radius/Servers
 Url:http://www.freeradius.org/
 Source: %{name}-%{version}.tar.bz2
@@ -348,7 +348,7 @@
 %attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/certs/*.cnf
 %attr(750,root,radiusd) %{_sysconfdir}/raddb/certs/bootstrap
 %dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/sites-available
-%attr(640,root,radiusd) %{_sysconfdir}/raddb/sites-available/*
+%attr(640,root,radiusd) %config(noreplace) 
%{_sysconfdir}/raddb/sites-available/*
 %dir %attr(750,root,radiusd) %{_sysconfdir}/raddb/sites-enabled
 %attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/sites-enabled/*
 %attr(640,root,radiusd) %config(noreplace) %{_sysconfdir}/raddb/eap.conf

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



commit glyr for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package glyr for openSUSE:Factory checked in 
at 2012-10-11 10:41:06

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


Package is glyr, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/glyr/glyr.changes2012-07-09 
07:56:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.glyr.new/glyr.changes   2012-10-11 
10:42:26.0 +0200
@@ -1,0 +2,20 @@
+Wed Oct  3 07:39:35 UTC 2012 - lazy.k...@opensuse.org
+
+- Update to 1.0.0.
+  * Correct filename encoding for musictree.
+  * Accept front.jpg.
+  * Updated lyricsvip provider.
+  * Removed allmusic.
+  * Fixed lyrics:magistrix.
+  * Added ainfo:bbcmusic and photos:bbcmusic.
+  * Added coverartarchive provider.
+  * Disabled albumart and guitaretab.com.
+  * Added state_of_providers.txt.
+  * --normalize option for glyrc.
+  * Fixed little memory leak.
+  * Removed TODO.
+- Split off glyrc subpackage (CLI tool).
+- Refresh date-n-time.patch.
+- Add baselibs.conf.
+
+---

Old:

  glyr-0.9.9-date-n-time.patch
  glyr-0.9.9.tar.bz2

New:

  glyr-1.0.0-date-n-time.patch
  glyr-1.0.0.tar.bz2



Other differences:
--
++ glyr.spec ++
--- /var/tmp/diff_new_pack.umQJUG/_old  2012-10-11 10:42:27.0 +0200
+++ /var/tmp/diff_new_pack.umQJUG/_new  2012-10-11 10:42:27.0 +0200
@@ -19,15 +19,15 @@
 %define major   1
 
 Name:   glyr
-Version:0.9.9
+Version:1.0.0
 Release:0
 Summary:Searcheninge for Musicrelated Metadata
 License:GPL-3.0+
 Group:  Productivity/Networking/Web/Utilities
 Url:https://github.com/sahib/glyr
 Source0:
https://github.com/downloads/sahib/%{name}/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE glyr-0.9.9-date-n-time.patch lazy.k...@opensuse.org -- 
remove __DATE and __TIME__ that causes the package to rebuild when not needed
-Patch0: glyr-0.9.9-date-n-time.patch
+# PATCH-FIX-OPENSUSE glyr-1.0.0-date-n-time.patch lazy.k...@opensuse.org -- 
remove __DATE and __TIME__ that causes the package to rebuild when not needed
+Patch0: glyr-1.0.0-date-n-time.patch
 # PATCH-FIX-OPENSUSE glyr-0.9.9-optflags.patch lazy.k...@opensuse.org -- use 
default openSUSE optimization flags.
 Patch1: glyr-0.9.9-optflags.patch
 BuildRequires:  cmake
@@ -37,6 +37,30 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
+The sort of metadata glyr is searching (and downloading) is usually the
+data you see in your musicplayer. And indeed, originally it was written
+to serve as internally library for a musicplayer, but has been extended
+to work as a standalone program which is able to download:
+
+* cover art;
+* lyrics;
+* bandphotos;
+* artist biography;
+* album reviews;
+* tracklists of an album;
+* a list of albums from a specific artist;
+* tags, either related to artist, album or title relations, for example
+  links to wikipedia;
+* similar artists;
+* similar songs.
+
+%package -n glyrc
+Summary:Searcheninge for Musicrelated Metadata
+Group:  Productivity/Networking/Web/Utilities
+Provides:   glyr = %{version}
+Obsoletes:  glyr  1.0.0
+
+%description -n glyrc
 Glyr CLI tool.
 
 The sort of metadata glyr is searching (and downloading) is usually the
@@ -130,9 +154,9 @@
 
 %postun -n libglyr%{major} -p /sbin/ldconfig
 
-%files
+%files -n glyrc
 %defattr(-,root,root,-)
-%doc AUTHORS CHANGELOG COPYING README.textile TODO
+%doc AUTHORS CHANGELOG COPYING README.textile state_of_providers.txt
 %{_bindir}/glyrc
 
 %files -n libglyr%{major}

++ glyr-0.9.9-date-n-time.patch - glyr-1.0.0-date-n-time.patch ++
--- /work/SRC/openSUSE:Factory/glyr/glyr-0.9.9-date-n-time.patch
2012-05-11 09:46:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.glyr.new/glyr-1.0.0-date-n-time.patch   
2012-10-11 10:42:26.0 +0200
@@ -4,12 +4,12 @@
 ===
 --- lib/glyr.c.orig
 +++ lib/glyr.c
-@@ -244,7 +244,7 @@ GlyrMemCache * glyr_cache_copy(GlyrMemCa
- __attribute__((visibility(default)))
- const char * glyr_version(void)
+@@ -246,7 +246,7 @@ GlyrMemCache * glyr_cache_copy (GlyrMemC
+ __attribute__ ( (visibility (default) ) )
+ const char * glyr_version (void)
  {
 -return Version 
GLYR_VERSION_MAJOR.GLYR_VERSION_MINOR.GLYR_VERSION_MICRO 
(GLYR_VERSION_NAME) of [__DATE__] compiled at [__TIME__];
 +return Version 
GLYR_VERSION_MAJOR.GLYR_VERSION_MINOR.GLYR_VERSION_MICRO 
(GLYR_VERSION_NAME);
  }
  
- /*---*/
+ /

++ glyr-0.9.9.tar.bz2 - 

commit gstreamer-0_10-plugins-gl for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-gl for 
openSUSE:Factory checked in at 2012-10-11 10:41:17

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-gl (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-gl.new (New)


Package is gstreamer-0_10-plugins-gl, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-gl/gstreamer-0_10-plugins-gl.changes
  2012-05-14 16:14:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-gl.new/gstreamer-0_10-plugins-gl.changes
 2012-10-11 10:42:38.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 10 10:21:05 UTC 2012 - idon...@suse.com
+
+- Add explicit glu dependency
+
+---



Other differences:
--
++ gstreamer-0_10-plugins-gl.spec ++
--- /var/tmp/diff_new_pack.5EOXyY/_old  2012-10-11 10:42:39.0 +0200
+++ /var/tmp/diff_new_pack.5EOXyY/_new  2012-10-11 10:42:39.0 +0200
@@ -39,6 +39,7 @@
 BuildRequires:  liboil-devel
 BuildRequires:  libpng-devel = 1.0
 BuildRequires:  translation-update-upstream
+BuildRequires:  pkgconfig(glu)
 # libprojectM is not yet in openSUSE
 #BuildRequires:  pkgconfig(libprojectM) = 2.0.1
 BuildRequires:  pkgconfig(libvisual-0.4) = 0.4.0
@@ -64,8 +65,10 @@
 %package devel
 Summary:GStreamer OpenGL Plug-Ins - Development headers
 Group:  Development/Libraries/Other
+Requires:   glew-devel
 Requires:   gstreamer-0_10-plugins-gl = %{version}
 Requires:   libgstgl-0_10-1 = %{version}
+Requires:   pkgconfig(glu)
 
 %description devel
 This package contains headers and libraries needed to develop based

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



commit gstreamer-plugins-bad for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2012-10-11 10:41:59

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new (New)


Package is gstreamer-plugins-bad, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
2012-10-03 07:30:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new/gstreamer-plugins-bad.changes
 2012-10-11 10:42:40.0 +0200
@@ -1,0 +2,18 @@
+Wed Oct 10 11:48:18 UTC 2012 - reddw...@opensuse.org
+
+- Remove unported plugins from the file list: LV2, mythtv, nas and xvid
+- Add the aac plugin to the file list
+- Correct the amr-wb plugin name in the file list
+
+---
+Tue Oct  9 19:31:09 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.0.1:
+  + fieldanalysis and frei0r plugins ported to 1.0
+  + DVD playback fixes
+  + pitch: transform timestamps properly after a seek
+  + camerabin fixes
+  + Bugs fixed: bgo#667220, bgo#681562, bgo#681564, bgo#681678,
+bgo#684740, bgo#684847, bgo#685065, bgo#685159.
+
+---

Old:

  gst-plugins-bad-1.0.0-patched.tar.xz
  gst-plugins-bad-1.0.0.tar.xz

New:

  gst-plugins-bad-1.0.1-patched.tar.xz
  gst-plugins-bad-1.0.1.tar.xz



Other differences:
--
++ gstreamer-plugins-bad.spec ++
--- /var/tmp/diff_new_pack.BOP3Ck/_old  2012-10-11 10:42:41.0 +0200
+++ /var/tmp/diff_new_pack.BOP3Ck/_new  2012-10-11 10:42:41.0 +0200
@@ -27,7 +27,7 @@
 # Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
 # Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to build patched 
build plus original as addon.
 %define _name gst-plugins-bad
-Version:1.0.0
+Version:1.0.1
 Release:0
 # FIXME: missing BuildRequires on pkgconfig(wayland-client)
 # FIXME: re-enable opencv BuildRequires once bnc#748666 is fixed (we don't 
want to depend on libxine!)
@@ -112,7 +112,7 @@
 BuildRequires:  pkgconfig(schroedinger-1.0) = 1.0.10
 %if %{with LV2}
 # Not yet in openSUSE
-BuildRequires:  pkgconfig(slv2) = 0.6.6
+#BuildRequires:  pkgconfig(slv2) = 0.6.6
 %endif
 BuildRequires:  pkgconfig(sndfile) = 1.0.16
 BuildRequires:  pkgconfig(soundtouch)
@@ -412,7 +412,7 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstfestival.so
 #%{_libdir}/gstreamer-%{gst_branch}/libgstfieldanalysis.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstfragmented.so
-#%{_libdir}/gstreamer-%{gst_branch}/libgstfrei0r.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstfrei0r.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstgaudieffects.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstgdp.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstgeometrictransform.so
@@ -437,7 +437,7 @@
 #%{_libdir}/gstreamer-%{gst_branch}/libgstlinsys.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstliveadder.so
 %if %{with LV2}
-%{_libdir}/gstreamer-%{gst_branch}/libgstlv2.so
+#%{_libdir}/gstreamer-%{gst_branch}/libgstlv2.so
 %endif
 %{_libdir}/gstreamer-%{gst_branch}/libgstmms.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmodplug.so
@@ -507,18 +507,19 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstdivxenc.so
 %endif
 %endif
-%{_datadir}/gstreamer-%{gst_branch}/presets/GstAmrwbEnc.prs
-%{_libdir}/gstreamer-%{gst_branch}/libgstamrwbenc.so
+%{_datadir}/gstreamer-%{gst_branch}/presets/GstVoAmrwbEnc.prs
+%{_libdir}/gstreamer-%{gst_branch}/libgstvoamrwbenc.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstvoaacenc.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstdtsdec.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstdvdspu.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstfaac.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstfaad.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmpeg2enc.so
-%{_libdir}/gstreamer-%{gst_branch}/libgstmythtvsrc.so
-%{_libdir}/gstreamer-%{gst_branch}/libgstnassink.so
+#%{_libdir}/gstreamer-%{gst_branch}/libgstmythtvsrc.so
+#%{_libdir}/gstreamer-%{gst_branch}/libgstnassink.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstrtmp.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstsiren.so
-%{_libdir}/gstreamer-%{gst_branch}/libgstxvid.so
+#%{_libdir}/gstreamer-%{gst_branch}/libgstxvid.so
 %endif
 
 %files -n libgstphotography-1_0-0

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



commit gstreamer-plugins-good for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-good for 
openSUSE:Factory checked in at 2012-10-11 10:42:13

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new (New)


Package is gstreamer-plugins-good, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes
2012-09-30 22:45:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new/gstreamer-plugins-good.changes
   2012-10-11 10:42:41.0 +0200
@@ -1,0 +2,9 @@
+Tue Oct  9 19:32:50 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.0.1:
+  + interleave, deinterlave: channel handling fixes for mono audio
+  + videobalance now supports NV12 and NV21 as well
+  + Bugs fixed: bgo#683622, bgo#684972, bgo#684977, bgo#685059,
+bgo#685213, bgo#685512.
+
+---

Old:

  gst-plugins-good-1.0.0.tar.xz

New:

  gst-plugins-good-1.0.1.tar.xz



Other differences:
--
++ gstreamer-plugins-good.spec ++
--- /var/tmp/diff_new_pack.bpBOIT/_old  2012-10-11 10:42:42.0 +0200
+++ /var/tmp/diff_new_pack.bpBOIT/_new  2012-10-11 10:42:42.0 +0200
@@ -22,7 +22,7 @@
 
 Name:   gstreamer-plugins-good
 %define _name gst-plugins-good
-Version:1.0.0
+Version:1.0.1
 Release:0
 %define gst_branch 1.0
 Summary:GStreamer Streaming-Media Framework Plug-Ins

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



commit heroes-tron for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package heroes-tron for openSUSE:Factory 
checked in at 2012-10-11 10:44:47

Comparing /work/SRC/openSUSE:Factory/heroes-tron (Old)
 and  /work/SRC/openSUSE:Factory/.heroes-tron.new (New)


Package is heroes-tron, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/heroes-tron/heroes-tron.changes  2012-05-31 
17:05:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.heroes-tron.new/heroes-tron.changes 
2012-10-11 10:48:57.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 10 11:06:27 UTC 2012 - dval...@suse.com
+
+- Use __swabX from linux/swab.h instead of __arch_swabX 
+
+---

New:

  heroes-bigendian.patch



Other differences:
--
++ heroes-tron.spec ++
--- /var/tmp/diff_new_pack.dkzJZ0/_old  2012-10-11 10:48:58.0 +0200
+++ /var/tmp/diff_new_pack.dkzJZ0/_new  2012-10-11 10:48:58.0 +0200
@@ -18,8 +18,8 @@
 
 Name:   heroes-tron
 BuildRequires:  SDL_mixer-devel
-BuildRequires:  automake
 BuildRequires:  autoconf = 2.68
+BuildRequires:  automake
 BuildRequires:  xorg-x11
 %define myname heroes
 %define data_version 1.5
@@ -36,6 +36,7 @@
 Patch3: %{myname}-%{version}-gcc_warning.diff 
 Patch4: heroes-build-fixes.patch 
 Patch5: automake-1.12.patch
+Patch6: heroes-bigendian.patch
 Url:http://heroes.sourceforge.net/download.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Game Like Tron and Nibbles Games
@@ -58,6 +59,7 @@
 %patch3
 %patch4
 %patch5 -p1
+%patch6 -p1
 
 %build 
 %define sharedir %{_prefix}/share

++ heroes-bigendian.patch ++
Index: heroes-0.21/src/bytesex.h
===
--- heroes-0.21.orig/src/bytesex.h
+++ heroes-0.21/src/bytesex.h
@@ -27,9 +27,9 @@
 
 #ifdef linux
 
-#include asm/byteorder.h
-#define BSWAP16(x) __arch__swab16(x)
-#define BSWAP32(x) __arch__swab32(x)
+#include linux/swab.h
+#define BSWAP16(x) __swab16(x)
+#define BSWAP32(x) __swab32(x)
 
 #else /* ! linux */
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit isight-firmware-tools for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package isight-firmware-tools for 
openSUSE:Factory checked in at 2012-10-11 10:46:35

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


Package is isight-firmware-tools, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/isight-firmware-tools/isight-firmware-tools.changes  
2012-02-07 14:46:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.isight-firmware-tools.new/isight-firmware-tools.changes
 2012-10-11 10:49:07.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 10 19:56:50 UTC 2012 - co...@suse.com
+
+- own udev directories to avoid udev build dependency
+
+---
@@ -5 +9,0 @@
-



Other differences:
--
++ isight-firmware-tools.spec ++
--- /var/tmp/diff_new_pack.e7o5Jh/_old  2012-10-11 10:49:08.0 +0200
+++ /var/tmp/diff_new_pack.e7o5Jh/_new  2012-10-11 10:49:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package isight-firmware-tools
 #
-# 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:   isight-firmware-tools
 Version:1.6
-Release:1
-License:GPL-2.0
+Release:0
 Summary:Tools to manipulate firmware for Built-in iSight
-Url:http://bersace03.free.fr/ift/
+License:GPL-2.0
 Group:  Amusements/Toys/Graphics
+Url:http://bersace03.free.fr/ift/
 Source: isight-firmware-tools-%{version}.tar.gz
 Patch0: isight-firmware-tools-older_isight-1.6.0.diff
 BuildRequires:  gcc
@@ -74,6 +73,9 @@
 %dir %{_datadir}/doc/packages/%{name}
 %{_bindir}/ift-export
 %{_bindir}/ift-extract
+%dir %{_libdir}/udev
+%dir %{_sysconfdir}/udev/rules.d
+%dir %{_sysconfdir}/udev
 %{_libdir}/udev/ift-load
 %doc %{_datadir}/doc/packages/%{name}/HOWTO
 %{_infodir}/*

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



commit jlfgr for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package jlfgr for openSUSE:Factory checked 
in at 2012-10-11 10:47:03

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


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

Changes:

--- /work/SRC/openSUSE:Factory/jlfgr/jlfgr.changes  2011-09-23 
02:04:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.jlfgr.new/jlfgr.changes 2012-10-11 
10:49:12.0 +0200
@@ -1,0 +2,8 @@
+Mon Oct  8 13:30:48 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-Redistributable-Content
+  Package license does not allow modification - the package would be non
+  free but for the fact that it contains only graphical content and no
+  code.
+
+---



Other differences:
--
++ jlfgr.spec ++
--- /var/tmp/diff_new_pack.PyACt2/_old  2012-10-11 10:49:16.0 +0200
+++ /var/tmp/diff_new_pack.PyACt2/_new  2012-10-11 10:49:16.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   jlfgr
 Summary:Java look and feel Graphics Repository
-License:Any permissive
+License:SUSE-Redistributable-Content
 Version:1.0
 Release:2
 Url:http://java.sun.com/developer/techDocs/hi/repository/

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



commit kdebase4-openSUSE for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-openSUSE for 
openSUSE:Factory checked in at 2012-10-11 10:55:11

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


Package is kdebase4-openSUSE, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-openSUSE/kdebase4-openSUSE.changes  
2012-10-07 19:07:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-openSUSE.new/kdebase4-openSUSE.changes 
2012-10-11 10:55:30.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct  8 18:28:06 UTC 2012 - dmi...@roshchin.org
+
+- Using openSUSE plasma theme by default
+- Fix for Oxygen_white mouse cursor icon theme using by default
+
+---



Other differences:
--
++ kdebase4-openSUSE-12.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdebase4-openSUSE/config-files/etc/kde4/share/config/kcminputrc 
new/kdebase4-openSUSE/config-files/etc/kde4/share/config/kcminputrc
--- old/kdebase4-openSUSE/config-files/etc/kde4/share/config/kcminputrc 
2011-10-28 12:11:24.0 +0200
+++ new/kdebase4-openSUSE/config-files/etc/kde4/share/config/kcminputrc 
2012-08-15 09:49:29.0 +0200
@@ -1,2 +1,3 @@
 [Mouse]
+cursorSize=0
 cursorTheme=Oxygen_White
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdebase4-openSUSE/config-files/etc/kde4/share/config/plasmarc 
new/kdebase4-openSUSE/config-files/etc/kde4/share/config/plasmarc
--- old/kdebase4-openSUSE/config-files/etc/kde4/share/config/plasmarc   
2011-10-28 12:11:24.0 +0200
+++ new/kdebase4-openSUSE/config-files/etc/kde4/share/config/plasmarc   
2012-08-15 09:56:04.0 +0200
@@ -2,3 +2,5 @@
 wallpaper=/usr/share/wallpapers/openSUSEdefault/
 plainClockColor=7,33,0
 
+[Theme]
+name=openSUSEdefault

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



commit libfli for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package libfli for openSUSE:Factory checked 
in at 2012-10-11 10:56:15

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


Package is libfli, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libfli/libfli.changes2012-04-19 
08:50:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfli.new/libfli.changes   2012-10-11 
11:02:14.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct  8 11:52:52 UTC 2012 - sch...@linux-m68k.org
+
+- Build with %{optflags}
+
+---



Other differences:
--
++ libfli.spec ++
--- /var/tmp/diff_new_pack.mHzELV/_old  2012-10-11 11:02:16.0 +0200
+++ /var/tmp/diff_new_pack.mHzELV/_new  2012-10-11 11:02:16.0 +0200
@@ -66,7 +66,10 @@
 %if %{_lib} == lib64
 %define ARCH_POSTFIX 64
 %endif
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_POSTFIX=%{ARCH_POSTFIX}
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_POSTFIX=%{ARCH_POSTFIX} \
+  -DCMAKE_C_FLAGS='%{optflags}' \
+ -DCMAKE_VERBOSE_MAKEFILE=TRUE \
+  -DCMAKE_BUILD_TYPE=Release
   make %{?jobs:-j %jobs}
 
 %install

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



commit libopensync for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package libopensync for openSUSE:Factory 
checked in at 2012-10-11 10:56:24

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


Package is libopensync, Maintainer is csten...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libopensync/libopensync.changes  2011-11-22 
17:48:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libopensync.new/libopensync.changes 
2012-10-11 11:02:25.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct  8 20:38:23 UTC 2012 - co...@suse.com
+
+- do not fail on deprecated glib functions
+
+---



Other differences:
--
++ libopensync.spec ++
--- /var/tmp/diff_new_pack.isxtdf/_old  2012-10-11 11:02:26.0 +0200
+++ /var/tmp/diff_new_pack.isxtdf/_new  2012-10-11 11:02:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libopensync
 #
-# 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,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libopensync
-BuildRequires:  glib2-devel libxml2-devel python-devel sqlite3-devel swig
+BuildRequires:  glib2-devel
 BuildRequires:  libtool
+BuildRequires:  libxml2-devel
+BuildRequires:  python-devel
+BuildRequires:  sqlite3-devel
+BuildRequires:  swig
 Url:http://www.opensync.org
 Version:0.22
-Release:164
+Release:0
 Summary:A Platform and Distribution Independent Synchronization 
Framework
 License:LGPL-2.1+
 Group:  Productivity/Other
-AutoReqProv:on
 Source: %{name}-%{version}.tar.bz2
 Patch0: libopensync-wrapper-wno_uninitialized.diff
 Patch1: libopensync-fix-vcal-reminder.diff
@@ -49,31 +50,21 @@
 
 To sync various sources, additionally install the plug-ins.
 
-
-
-Authors:
-
-Armin Bauer armin.ba...@desscon.com
-
 %package devel
-License:LGPL-2.1+
 Summary:Header files, libraries and development documentation for 
libopensync
 Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version} libxml2-devel glib2-devel python-devel 
sqlite3-devel
+Requires:   %{name} = %{version}
+Requires:   glib2-devel
+Requires:   libxml2-devel
+Requires:   python-devel
+Requires:   sqlite3-devel
 
 %description devel
 This package contains the header files, static libraries and
 development documentation for libopensync. If you like to develop
 programs using libopensync, you will need to install this package.
 
-
-
-Authors:
-
-Armin Bauer armin.ba...@desscon.com
-
 %package tools
-License:LGPL-2.1+
 Summary:Tools for libopensync
 Group:  Productivity/Other
 Requires:   %{name} = %{version}
@@ -83,14 +74,7 @@
 distribution independent. This package contains some tools needed for
 testing and debugging it.
 
-
-
-Authors:
-
-Armin Bauer armin.ba...@desscon.com
-
 %package -n python-opensync
-License:LGPL-2.1+
 Summary:Python bindings for OpenSync
 Group:  Productivity/Other
 Requires:   %name = %version
@@ -105,12 +89,6 @@
 
 To sync various sources, additionally install the plug-ins.
 
-
-
-Authors:
-
-Armin Bauer armin.ba...@desscon.com
-
 %prep
 %setup -q
 %patch0
@@ -124,7 +102,7 @@
 %build
 autoreconf -sif
 # -fno-strict-aliasing needed for python wrapper
-CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing 
+CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing 
-Wno-error=deprecated-declarations 
 %configure --disable-static --with-pic --libexecdir=%{_libdir}/opensync/ 
--enable-tools --disable-profiling --disable-unit-tests
 %{__make} %{?jobs:-j%jobs}
 

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



commit libquvi-scripts for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package libquvi-scripts for openSUSE:Factory 
checked in at 2012-10-11 11:02:25

Comparing /work/SRC/openSUSE:Factory/libquvi-scripts (Old)
 and  /work/SRC/openSUSE:Factory/.libquvi-scripts.new (New)


Package is libquvi-scripts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libquvi-scripts/libquvi-scripts.changes  
2012-01-24 12:19:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.libquvi-scripts.new/libquvi-scripts.changes 
2012-10-11 11:02:29.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct  2 15:37:37 UTC 2012 - malcolmle...@opensuse.org
+
+- Add libquvi-scripts-fix-youtube-lua.patch: Fix new signature
+  parameter added to YouTube playback URLs (bnc#783140). 
+
+---

New:

  libquvi-scripts-fix-youtube-lua.patch



Other differences:
--
++ libquvi-scripts.spec ++
--- /var/tmp/diff_new_pack.6FOYbE/_old  2012-10-11 11:02:31.0 +0200
+++ /var/tmp/diff_new_pack.6FOYbE/_new  2012-10-11 11:02:31.0 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Multimedia/Other
 Url:http://quvi.sourceforge.net/
 Source: %{name}-%{version}.tar.bz2
+#PATCH-FIX-UPSTREAM libquvi-scripts-fix-youtube-lua.patch bnc#783140 
malcolmle...@opensuse.org -- Fix new signature parameter added to YouTube 
playback URLs.
+Patch0: libquvi-scripts-fix-youtube-lua.patch
 %if 0%{?suse_version}  1210
 # libquvi is not yet compatible with lua 5.2, see 
http://sourceforge.net/apps/trac/quvi/ticket/89
 BuildRequires:  lua51-devel
@@ -60,6 +62,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++ libquvi-scripts-fix-youtube-lua.patch ++
From 5b1c00284e1bae3069b51d07d84d3a096ca6bfcf Mon Sep 17 00:00:00 2001
From: Martin Herkt lach...@hong-mailing.de
Date: Thu, 27 Sep 2012 13:45:27 +0200
Subject: [PATCH] Fix youtube.lua

YouTube has added a new signature parameter to their playback URLs.
Append this parameter to the URL if url_encoded_fmt_stream_map contains
sig.
---
 share/lua/website/youtube.lua |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff -Naur a/share/lua/website/youtube.lua b/share/lua/website/youtube.lua
--- a/share/lua/website/youtube.lua 2011-11-29 08:37:43.0 -0600
+++ b/share/lua/website/youtube.lua 2012-10-02 10:33:22.051245295 -0500
@@ -126,7 +126,11 @@
 for f in fmt_stream_map:gfind('([^,]*),') do
 local d = U.decode(f)
 if d['itag'] and d['url'] then
-urls[U.unescape(d['itag'])] = U.unescape(d['url'])
+local uurl = U.unescape(d['url'])
+if d['sig'] then
+uurl = uurl .. signature= .. U.unescape(d['sig'])
+end
+urls[U.unescape(d['itag'])] = uurl
 end
 end
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mdadm for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

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

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


Package is mdadm, Maintainer is nfbr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mdadm/mdadm.changes  2012-09-25 
10:41:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.mdadm.new/mdadm.changes 2012-10-11 
11:02:58.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 03:35:22 UTC 2012 - nfbr...@suse.com
+
+- remove /lib/udev/devices from specfile as it is
+  unused
+- mkinitrd-setup.sh: fixed recent breakage for IMSM
+  arrays (bnc#783444)
+
+---



Other differences:
--
++ mdadm.spec ++
--- /var/tmp/diff_new_pack.Vl7lmo/_old  2012-10-11 11:02:59.0 +0200
+++ /var/tmp/diff_new_pack.Vl7lmo/_new  2012-10-11 11:02:59.0 +0200
@@ -72,7 +72,6 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_var}/adm/fillup-templates
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_sysconfdir}/init.d}
-install -d $RPM_BUILD_ROOT/lib/udev/devices
 install -m 755 %{S:4} %{S:3} $RPM_BUILD_ROOT%{_sysconfdir}/init.d/
 install -d $RPM_BUILD_ROOT/lib/mkinitrd/scripts
 install -m 755 %{S:5} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/setup-md.sh
@@ -122,14 +121,13 @@
 %doc Software-RAID.HOWTO/Software-RAID.HOWTO*{.txt,.html}
 %doc %{_mandir}/man?/*
 /sbin/*
-%dir /lib/udev
-%dir /lib/udev/devices
 %{_sbindir}/*
 %{_var}/adm/fillup-templates/sysconfig.mdadm
 %dir /lib/mkinitrd
 %dir /lib/mkinitrd/scripts
 /lib/mkinitrd/scripts/setup-md.sh
 /lib/mkinitrd/scripts/boot-md.sh
+%dir /lib/udev
 %dir /lib/udev/rules.d
 /lib/udev/rules.d/64-md-raid.rules
 %dir /etc

++ mkinitrd-setup.sh ++
--- /var/tmp/diff_new_pack.Vl7lmo/_old  2012-10-11 11:02:59.0 +0200
+++ /var/tmp/diff_new_pack.Vl7lmo/_new  2012-10-11 11:02:59.0 +0200
@@ -92,7 +92,7 @@
 need_mdadm=1
 echo AUTO -all  $tmp_mnt/etc/mdadm.conf
 for md in $md_devs; do
-echo ${md_conf[$md]}  $tmp_mnt/etc/mdadm.conf
+echo -e ${md_conf[$md]}  $tmp_mnt/etc/mdadm.conf
 done
 fi
 # Remember which arrays are needed for the root or swap device and assemble

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



commit MozillaThunderbird for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2012-10-11 11:09:53

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


Package is MozillaThunderbird, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2012-08-31 09:45:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2012-10-11 11:13:59.0 +0200
@@ -1,0 +2,36 @@
+Mon Oct  8 13:27:10 UTC 2012 - w...@rosenauer.org
+
+- update to Thunderbird 16.0 (bnc#783533)
+  * MFSA 2012-74/CVE-2012-3982/CVE-2012-3983
+Miscellaneous memory safety hazards
+  * MFSA 2012-75/CVE-2012-3984 (bmo#575294)
+select element persistance allows for attacks
+  * MFSA 2012-76/CVE-2012-3985 (bmo#655649)
+Continued access to initial origin after setting document.domain
+  * MFSA 2012-77/CVE-2012-3986 (bmo#775868)
+Some DOMWindowUtils methods bypass security checks
+  * MFSA 2012-79/CVE-2012-3988 (bmo#725770)
+DOS and crash with full screen and history navigation
+  * MFSA 2012-80/CVE-2012-3989 (bmo#783867)
+Crash with invalid cast when using instanceof operator
+  * MFSA 2012-81/CVE-2012-3991 (bmo#783260)
+GetProperty function can bypass security checks
+  * MFSA 2012-82/CVE-2012-3994 (bmo#765527)
+top object and location property accessible by plugins
+  * MFSA 2012-83/CVE-2012-3993/CVE-2012-4184 (bmo#768101, bmo#780370)
+Chrome Object Wrapper (COW) does not disallow acces to privileged
+functions or properties
+  * MFSA 2012-84/CVE-2012-3992 (bmo#775009)
+Spoofing and script injection through location.hash
+  * MFSA 2012-85/CVE-2012-3995/CVE-2012-4179/CVE-2012-4180/
+CVE-2012-4181/CVE-2012-4182/CVE-2012-4183
+Use-after-free, buffer overflow, and out of bounds read issues
+found using Address Sanitizer
+  * MFSA 2012-86/CVE-2012-4185/CVE-2012-4186/CVE-2012-4187/
+CVE-2012-4188
+Heap memory corruption issues found using Address Sanitizer
+  * MFSA 2012-87/CVE-2012-3990 (bmo#787704)
+Use-after-free in the IME State Manager
+- update Enigmail to version 1.4.5
+
+---

Old:

  enigmail-1.4.4.tar.gz
  l10n-15.0.tar.bz2
  mozilla-crashreporter-restart-args.patch
  thunderbird-15.0-source.tar.bz2

New:

  enigmail-1.4.5.tar.gz
  l10n-16.0.tar.bz2
  thunderbird-16.0-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.AE3z5P/_old  2012-10-11 11:14:06.0 +0200
+++ /var/tmp/diff_new_pack.AE3z5P/_new  2012-10-11 11:14:06.0 +0200
@@ -30,7 +30,7 @@
 BuildRequires:  libgnomeui-devel
 BuildRequires:  libidl-devel
 BuildRequires:  libnotify-devel
-BuildRequires:  mozilla-nspr-devel = 4.9.1
+BuildRequires:  mozilla-nspr-devel = 4.9.2
 BuildRequires:  mozilla-nss-devel = 3.13.6
 BuildRequires:  nss-shared-helper-devel
 BuildRequires:  python
@@ -40,11 +40,11 @@
 BuildRequires:  xorg-x11-libXt-devel
 BuildRequires:  yasm
 BuildRequires:  zip
-%define mainversion 15.0
+%define mainversion 16.0
 %define update_channel release
 Version:%{mainversion}
 Release:0
-%define releasedate 2012082500
+%define releasedate 2012100700
 Provides:   thunderbird = %{version}
 %if %{with_kde}
 # this is needed to match this package with the kde4 helper package without 
the main package
@@ -65,7 +65,7 @@
 Source6:suse-default-prefs.js
 Source7:find-external-requires.sh
 Source8:thunderbird-rpmlintrc
-Source9:enigmail-1.4.4.tar.gz
+Source9:enigmail-1.4.5.tar.gz
 Source10:   create-tar.sh
 Source11:   compare-locales.tar.bz2
 Source12:   kde.js
@@ -75,7 +75,6 @@
 Patch3: mozilla-nongnome-proxies.patch
 Patch4: mozilla-kde.patch
 Patch5: mozilla-arm-disable-edsp.patch
-Patch6: mozilla-crashreporter-restart-args.patch
 Patch7: mozilla-ppc.patch
 # Thunderbird/mail
 Patch20:tb-ssldap.patch
@@ -170,7 +169,7 @@
 
 %if %build_enigmail
 %package -n enigmail
-Version:1.4.4+%{mainversion}
+Version:1.4.5.+%{mainversion}
 Release:0
 Summary:OpenPGP addon for Thunderbird and SeaMonkey
 License:MPL-1.1 or GPL-2.0+
@@ -203,7 +202,6 @@
 %patch4 -p1
 %endif
 %patch5 -p1
-%patch6 -p1
 %patch7 -p1
 popd
 # comm-central patches
@@ -324,7 +322,7 @@
 touch %{_tmppath}/translations.{common,other}
 for locale in $(awk '{ print $1; }' ../thunderbird/mail/locales/all-locales); 
do
   case $locale in
-   ja-JP-mac|en-US|hy-AM)
+   ja-JP-mac|en-US)
 # locales 

commit orca for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package orca for openSUSE:Factory checked in 
at 2012-10-11 11:12:52

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


Package is orca, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/orca/orca.changes2012-10-03 
10:36:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.orca.new/orca.changes   2012-10-11 
11:16:30.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  5 09:17:49 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.0:
+  + Updated translations.
+
+---

Old:

  orca-3.5.92.tar.xz

New:

  orca-3.6.0.tar.xz



Other differences:
--
++ orca.spec ++
--- /var/tmp/diff_new_pack.Urtt9F/_old  2012-10-11 11:16:31.0 +0200
+++ /var/tmp/diff_new_pack.Urtt9F/_new  2012-10-11 11:16:31.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   orca
-Version:3.5.92
+Version:3.6.0
 Release:0
 Summary:Screen reader for GNOME
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org/
-Source: 
http://download.gnome.org/sources/orca/3.5/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/orca/3.6/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  liblouis-devel

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



commit pdns-recursor for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package pdns-recursor for openSUSE:Factory 
checked in at 2012-10-11 11:13:41

Comparing /work/SRC/openSUSE:Factory/pdns-recursor (Old)
 and  /work/SRC/openSUSE:Factory/.pdns-recursor.new (New)


Package is pdns-recursor, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pdns-recursor/pdns-recursor.changes  
2012-06-16 07:31:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.pdns-recursor.new/pdns-recursor.changes 
2012-10-11 11:16:36.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  9 14:17:26 UTC 2012 - crrodrig...@opensuse.org
+
+- Use LUA 5.2  
+
+---

New:

  pdns-rec-lua52.patch



Other differences:
--
++ pdns-recursor.spec ++
--- /var/tmp/diff_new_pack.OcB0ec/_old  2012-10-11 11:16:37.0 +0200
+++ /var/tmp/diff_new_pack.OcB0ec/_new  2012-10-11 11:16:37.0 +0200
@@ -29,17 +29,8 @@
 %define home   %{_var}/lib/pdns
 %define _localstatedir %{_var}/run/pdns
 BuildRequires:  boost-devel gcc-c++
-%if 0%{?suse_version}  1030 || 0%{?suse_version}  1210
-BuildRequires:  lua51-devel
-%if 0%{?suse_version}  1210
-%define lua_lib lua
-%else
-%define lua_lib lua5.1
-%endif
-%else
 BuildRequires:  lua-devel
 %define lua_lib lua
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq pwdutils
 #
@@ -49,6 +40,7 @@
 Source2:recursor.conf
 Patch:  pdns-recursor-%{version}_config.patch
 Patch1: pdns-recursor-3.2rc1-strip.patch
+Patch2:pdns-rec-lua52.patch
 #
 Summary:Modern, advanced and high performance recursing/non 
authoritative nameserver
 %description
@@ -65,6 +57,7 @@
 %setup -n %{name}-%{pkg_version}
 %patch
 %patch1
+%patch2
 
 %build
 %{__make} OPTFLAGS=%{optflags} -fpic -DPIC \

++ pdns-rec-lua52.patch ++
--- lua-pdns-recursor.cc.orig
+++ lua-pdns-recursor.cc
@@ -28,6 +28,7 @@ PowerDNSLua::~PowerDNSLua()
 
 extern C {
 #undef L
+#define LUA_COMPAT_ALL
 /* Include the Lua API header files. */
 #include lua.h
 #include lauxlib.h
@@ -114,7 +115,11 @@ int logLua(lua_State *lua)
 
 PowerDNSLua::PowerDNSLua(const std::string fname)
 {
-  d_lua = lua_open();
+#if LUA_VERSION_NUM  501
+   d_lua = luaL_newstate();
+#else
+   d_lua = lua_open();
+#endif
 
 #ifndef LUA_VERSION_NUM
   luaopen_base(d_lua);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit privoxy for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package privoxy for openSUSE:Factory checked 
in at 2012-10-11 11:13:54

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


Package is privoxy, Maintainer is mse...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/privoxy/privoxy.changes  2012-02-14 
19:06:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.privoxy.new/privoxy.changes 2012-10-11 
11:17:29.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct  5 21:05:44 UTC 2012 - sch...@linux-m68k.org
+
+- Use privoxy:privoxy for rotating the logfile
+
+---



Other differences:
--
++ privoxy.logrotate ++
--- /var/tmp/diff_new_pack.pHOzKG/_old  2012-10-11 11:17:30.0 +0200
+++ /var/tmp/diff_new_pack.pHOzKG/_new  2012-10-11 11:17:30.0 +0200
@@ -3,6 +3,7 @@
dateext
notifempty
create 640 privoxy root
+   su privoxy privoxy
rotate 99
size 4M
#maxage 365
@@ -16,6 +17,7 @@
dateext
notifempty
create 640 privoxy root
+   su privoxy privoxy
rotate 99
size 4M
#maxage 365

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



commit rubygem-delayed_job_active_record for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-delayed_job_active_record 
for openSUSE:Factory checked in at 2012-10-11 11:15:11

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


Package is rubygem-delayed_job_active_record, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-delayed_job_active_record/rubygem-delayed_job_active_record.changes
  2012-09-01 10:33:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job_active_record.new/rubygem-delayed_job_active_record.changes
 2012-10-11 11:18:00.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct  1 07:58:15 UTC 2012 - co...@suse.com
+
+- updated to version 0.3.3, small fix for table name
+
+---

Old:

  delayed_job_active_record-0.3.2.gem

New:

  delayed_job_active_record-0.3.3.gem



Other differences:
--
++ rubygem-delayed_job_active_record.spec ++
--- /var/tmp/diff_new_pack.NM1c5n/_old  2012-10-11 11:18:01.0 +0200
+++ /var/tmp/diff_new_pack.NM1c5n/_new  2012-10-11 11:18:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-delayed_job_active_record
-Version:0.3.2
+Version:0.3.3
 Release:0
 %define mod_name delayed_job_active_record
 %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 rubygem-file-tail for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-file-tail for 
openSUSE:Factory checked in at 2012-10-11 11:16:41

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


Package is rubygem-file-tail, Maintainer is jsr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-file-tail/rubygem-file-tail.changes  
2012-09-06 09:05:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-file-tail.new/rubygem-file-tail.changes 
2012-10-11 11:18:02.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  3 04:58:24 UTC 2012 - co...@suse.com
+
+- updated to version 1.0.12
+ * update tins dependency
+
+---

Old:

  file-tail-1.0.11.gem

New:

  file-tail-1.0.12.gem



Other differences:
--
++ rubygem-file-tail.spec ++
--- /var/tmp/diff_new_pack.VlMvnM/_old  2012-10-11 11:18:03.0 +0200
+++ /var/tmp/diff_new_pack.VlMvnM/_new  2012-10-11 11:18:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-file-tail
-Version:1.0.11
+Version:1.0.12
 Release:0
 %define mod_name file-tail
 %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 rubygem-mocha for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mocha for openSUSE:Factory 
checked in at 2012-10-11 11:19:13

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


Package is rubygem-mocha, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mocha/rubygem-mocha.changes  
2012-09-25 10:48:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-mocha.new/rubygem-mocha.changes 
2012-10-11 11:24:12.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct  1 08:01:35 UTC 2012 - co...@suse.com
+
+- updated to version 0.12.6
+ * Fixes #103.
+ * Officially support minitest v3.5.0 (still monkey-patching).
+
+---

Old:

  mocha-0.12.4.gem

New:

  mocha-0.12.6.gem



Other differences:
--
++ rubygem-mocha.spec ++
--- /var/tmp/diff_new_pack.00hZOi/_old  2012-10-11 11:24:13.0 +0200
+++ /var/tmp/diff_new_pack.00hZOi/_new  2012-10-11 11:24:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-mocha
-Version:0.12.4
+Version:0.12.6
 Release:0
 %define mod_name mocha
 %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 rubygem-tins for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tins for openSUSE:Factory 
checked in at 2012-10-11 11:21:18

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


Package is rubygem-tins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tins/rubygem-tins.changes
2012-09-04 12:55:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tins.new/rubygem-tins.changes   
2012-10-11 11:24:17.0 +0200
@@ -1,0 +2,15 @@
+Wed Oct  3 04:57:29 UTC 2012 - co...@suse.com
+
+- updated to version 0.6.0
+
+---
+Sun Sep 23 09:20:59 UTC 2012 - co...@suse.com
+
+- updated to version 0.5.5, no changelog provided
+
+---
+Tue Sep 11 16:31:21 UTC 2012 - co...@suse.com
+
+- updated to version 0.5.4, no changelog provided
+
+---

Old:

  tins-0.5.3.gem

New:

  tins-0.6.0.gem



Other differences:
--
++ rubygem-tins.spec ++
--- /var/tmp/diff_new_pack.n3r9Gj/_old  2012-10-11 11:24:18.0 +0200
+++ /var/tmp/diff_new_pack.n3r9Gj/_new  2012-10-11 11:24:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-tins
-Version:0.5.3
+Version:0.6.0
 Release:0
 %define mod_name tins
 %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 sblim-sfcb for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package sblim-sfcb for openSUSE:Factory 
checked in at 2012-10-11 11:21:28

Comparing /work/SRC/openSUSE:Factory/sblim-sfcb (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-sfcb.new (New)


Package is sblim-sfcb, Maintainer is bwhite...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/sblim-sfcb/sblim-sfcb.changes2012-08-26 
11:34:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-sfcb.new/sblim-sfcb.changes   
2012-10-11 11:24:22.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  9 14:51:48 UTC 2012 - co...@suse.com
+
+- require sysvinit-tools for killproc called from init script
+
+---



Other differences:
--
++ sblim-sfcb.spec ++
--- /var/tmp/diff_new_pack.a7WpnR/_old  2012-10-11 11:24:23.0 +0200
+++ /var/tmp/diff_new_pack.a7WpnR/_new  2012-10-11 11:24:23.0 +0200
@@ -49,6 +49,9 @@
 %else
 BuildRequires:  curl-devel
 %endif
+%if 0%{?suse_version} = 1140
+Requires:   sysvinit-tools
+%endif
 BuildRequires:  cim-schema
 BuildRequires:  libtool
 BuildRequires:  openssl-devel

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



commit scim for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package scim for openSUSE:Factory checked in 
at 2012-10-11 11:21:45

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


Package is scim, Maintainer is fjk...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/scim/scim.changes2012-09-13 
00:06:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.scim.new/scim.changes   2012-10-11 
11:24:23.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct  8 08:37:16 UTC 2012 - a...@suse.de
+
+- Run SuSEconfig.scim as part of post install only.
+
+---



Other differences:
--
++ scim.spec ++
--- /var/tmp/diff_new_pack.dRHW60/_old  2012-10-11 11:24:24.0 +0200
+++ /var/tmp/diff_new_pack.dRHW60/_new  2012-10-11 11:24:24.0 +0200
@@ -28,10 +28,10 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  libexpat-devel
 BuildRequires:  libgnomeui-devel
+BuildRequires:  libqt4-devel
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Parser
-BuildRequires:  libqt4-devel
 BuildRequires:  qt3-devel 
 BuildRequires:  update-desktop-files
 %if 0%{?suse_version}  1130
@@ -264,9 +264,8 @@
popd
 done
 popd
-mkdir -p %{buildroot}/sbin/conf.d/
 install -m 755 $RPM_SOURCE_DIR/SuSEconfig.scim \
-   %{buildroot}/sbin/conf.d/SuSEconfig.scim
+   %{buildroot}/%{_datadir}/scim
 %find_lang scim
 %suse_update_desktop_file scim-setup System SystemSetup
 
@@ -286,6 +285,8 @@
 fi
 %gtk3_immodule_post
 %endif
+# Update KeyboardLayout
+%{_datadir}/scim/SuSEconfig.scim
 
 %postun
 /sbin/ldconfig
@@ -300,7 +301,6 @@
 %defattr(-, root, root)
 %doc AUTHORS COPYING README ChangeLog TODO
 # %doc docs/dist/manual/zh_CN
-/sbin/conf.d/SuSEconfig.scim
 %dir %{_sysconfdir}/X11/xim.d/
 %config %{_sysconfdir}/X11/xim.d/*
 %dir %{_sysconfdir}/scim
@@ -315,7 +315,6 @@
 %{_datadir}/control-center-2.0
 %endif
 
-
 %files gtk
 %defattr(-, root, root)
 %dir %{gnome_prefix}/%{_lib}/gtk-2.0/2.10.0

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



commit seamonkey for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package seamonkey for openSUSE:Factory 
checked in at 2012-10-11 11:27:01

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


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

Changes:

--- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes  2012-09-13 
00:07:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.seamonkey.new/seamonkey.changes 2012-10-11 
11:30:45.0 +0200
@@ -1,0 +2,37 @@
+Mon Oct  8 20:32:50 UTC 2012 - w...@rosenauer.org
+
+- update to SeaMonkey 2.13 (bnc#783533)
+  * MFSA 2012-74/CVE-2012-3982/CVE-2012-3983
+Miscellaneous memory safety hazards
+  * MFSA 2012-75/CVE-2012-3984 (bmo#575294)
+select element persistance allows for attacks
+  * MFSA 2012-76/CVE-2012-3985 (bmo#655649)
+Continued access to initial origin after setting document.domain
+  * MFSA 2012-77/CVE-2012-3986 (bmo#775868)
+Some DOMWindowUtils methods bypass security checks
+  * MFSA 2012-79/CVE-2012-3988 (bmo#725770)
+DOS and crash with full screen and history navigation
+  * MFSA 2012-80/CVE-2012-3989 (bmo#783867)
+Crash with invalid cast when using instanceof operator
+  * MFSA 2012-81/CVE-2012-3991 (bmo#783260)
+GetProperty function can bypass security checks
+  * MFSA 2012-82/CVE-2012-3994 (bmo#765527)
+top object and location property accessible by plugins
+  * MFSA 2012-83/CVE-2012-3993/CVE-2012-4184 (bmo#768101, bmo#780370)
+Chrome Object Wrapper (COW) does not disallow acces to privileged
+functions or properties
+  * MFSA 2012-84/CVE-2012-3992 (bmo#775009)
+Spoofing and script injection through location.hash
+  * MFSA 2012-85/CVE-2012-3995/CVE-2012-4179/CVE-2012-4180/
+CVE-2012-4181/CVE-2012-4182/CVE-2012-4183
+Use-after-free, buffer overflow, and out of bounds read issues
+found using Address Sanitizer
+  * MFSA 2012-86/CVE-2012-4185/CVE-2012-4186/CVE-2012-4187/
+CVE-2012-4188
+Heap memory corruption issues found using Address Sanitizer
+  * MFSA 2012-87/CVE-2012-3990 (bmo#787704)
+Use-after-free in the IME State Manager
+- requires NSPR 4.9.2
+- improve GStreamer integration (bmo#760140)
+
+---

Old:

  l10n-2.12.1.tar.bz2
  seamonkey-2.12.1-source.tar.bz2

New:

  l10n-2.13.tar.bz2
  mozilla-gstreamer-760140.patch
  seamonkey-2.13-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.HxVzFX/_old  2012-10-11 11:30:53.0 +0200
+++ /var/tmp/diff_new_pack.HxVzFX/_new  2012-10-11 11:30:53.0 +0200
@@ -48,9 +48,9 @@
 %endif
 Provides:   web_browser
 Provides:   browser(npapi)
-Version:2.12.1
+Version:2.13
 Release:0
-%define releasedate 2012090400
+%define releasedate 2012100800
 Summary:The successor of the Mozilla Application Suite
 License:MPL-2.0
 Group:  Productivity/Networking/Web/Browsers
@@ -75,6 +75,7 @@
 Patch7: mozilla-ntlm-full-path.patch
 Patch8: mozilla-ua-locale.patch
 Patch9: mozilla-ppc.patch
+Patch10:mozilla-gstreamer-760140.patch
 Patch20:seamonkey-ua-locale.patch
 Patch21:seamonkey-shared-nss-db.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -153,7 +154,7 @@
 %package translations-other
 Summary:Extra translations for SeaMonkey
 Group:  System/Localization
-Provides:   locale(%{name}:be;lt;sk;tr;uk)
+Provides:   locale(%{name}:be;gl;lt;sk;tr;uk)
 PreReq: %{name} = %{version}
 
 %description translations-other
@@ -176,6 +177,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 popd
 # comm patches
 %patch20 -p1

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.HxVzFX/_old  2012-10-11 11:30:53.0 +0200
+++ /var/tmp/diff_new_pack.HxVzFX/_new  2012-10-11 11:30:53.0 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL=release
 BRANCH=releases/comm-$CHANNEL
-RELEASE_TAG=SEAMONKEY_2_12_1_RELEASE
-VERSION=2.12.1
+RELEASE_TAG=SEAMONKEY_2_13_RELEASE
+VERSION=2.13
 
 echo cloning $BRANCH...
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.12.1.tar.bz2 - l10n-2.13.tar.bz2 ++
/work/SRC/openSUSE:Factory/seamonkey/l10n-2.12.1.tar.bz2 
/work/SRC/openSUSE:Factory/.seamonkey.new/l10n-2.13.tar.bz2 differ: char 11, 
line 1

++ mozilla-gstreamer-760140.patch ++
From: Alessandro Decina alessandr...@gmail.com
Bug 760140 - Query the GstRegistry for the required demuxers/decoders from 
canPlayType

diff --git a/content/base/src/nsContentUtils.cpp 
b/content/base/src/nsContentUtils.cpp
--- a/content/base/src/nsContentUtils.cpp
+++ 

commit subversion for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2012-10-11 11:27:28

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


Package is subversion, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/subversion/subversion.changes2012-08-26 
11:35:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes   
2012-10-11 11:31:02.0 +0200
@@ -1,0 +2,42 @@
+Sat Oct  6 10:44:48 UTC 2012 - andreas.stie...@gmx.de
+
+- update to upstream 1.7.7:
+  User-visible changes:
+  - Client- and server-side bugfixes:
+* fix memory read bug
+* update Chinese translation
+
+  - Client-side bugfixes:
+* fix issues with applying Git patch files
+* fix status does not descend into dir externals after upgrade
+* fix file externals don't update with old mod_dav_svn
+* fix external diff tool duplicates Index: lines with 'svn diff'
+* fix GNOME keyring library fails with very old glib
+* fix unknown password stores in config file cause error
+* fix assertions in ra_serf running against server root
+* fix ra_serf checkout/export aborts early on Windows
+ 
+  - Server-side bugfixes:
+* fix an assert with SVNAutoVersioning in mod_dav_svn
+* fix unbounded memory use with SVNPathAuthz short_circuit
+* fix svndumpfilter exclude --targets requires leading slash
+* fix connection ttl for memcache should be 50 seconds
+* stabilize order of paths in dumpfiles with APR 1.4.6
+
+ Developer-visible changes:
+  - General:
+* print All tests successful at the end of 'make check'
+* fix sandbox violation in a test
+* fix tests fail when running within a format 30 WC
+* fix return value of svn_client_update4() incorrect
+* fix make check summary missing test failures
+* fix build does not fail when apache httpd is not available
+
+  - Bindings:
+* fix swig-pl build fails with swig 2.0.7 and newer.
+* fix swig-py runtime problems with swig 2.0.5 and newer
+
+- refresh subversion-1.7.4-ruby-1.9-RbConfig.patch
+- refresh subversion-1.7.5-libsvn_auth_kwallet-r1345740.patch
+
+---

Old:

  subversion-1.7.6.tar.bz2

New:

  subversion-1.7.7.tar.bz2



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.IBNaIO/_old  2012-10-11 11:31:04.0 +0200
+++ /var/tmp/diff_new_pack.IBNaIO/_new  2012-10-11 11:31:04.0 +0200
@@ -46,7 +46,7 @@
 %endif
 
 Name:   subversion
-Version:1.7.6
+Version:1.7.7
 Release:0
 # in-tree SWIG version to use for the build:
 %define swig_version   1.3.36

++ subversion-1.7.4-ruby-1.9-RbConfig.patch ++
--- /var/tmp/diff_new_pack.IBNaIO/_old  2012-10-11 11:31:04.0 +0200
+++ /var/tmp/diff_new_pack.IBNaIO/_new  2012-10-11 11:31:04.0 +0200
@@ -1,7 +1,7 @@
 Index: build/ac-macros/swig.m4
 ===
 build/ac-macros/swig.m4.orig   2012-05-11 22:37:59.0 +0100
-+++ build/ac-macros/swig.m42012-05-11 22:38:27.0 +0100
+--- build/ac-macros/swig.m4.orig   2011-06-22 15:45:03.0 +0100
 build/ac-macros/swig.m42012-10-04 18:38:50.0 +0100
 @@ -187,7 +187,7 @@ AC_DEFUN(SVN_FIND_SWIG,
  for var_name in arch archdir CC LDSHARED DLEXT LIBS LIBRUBYARG \
  rubyhdrdir sitedir sitelibdir sitearchdir libdir
@@ -13,9 +13,9 @@
  
 Index: configure.ac
 ===
 configure.ac.orig  2012-05-11 22:37:59.0 +0100
-+++ configure.ac   2012-05-11 22:55:02.0 +0100
-@@ -1121,12 +1121,12 @@ if test $RUBY != none; then
+--- configure.ac.orig  2012-10-02 18:18:00.0 +0100
 configure.ac   2012-10-04 18:38:50.0 +0100
+@@ -1117,12 +1117,12 @@ if test $RUBY != none; then
AC_PATH_PROGS(RDOC, rdoc rdoc1.8 rdoc18, none)
  fi
  AC_CACHE_CHECK([for Ruby major version], [svn_cv_ruby_major],[

++ subversion-1.7.5-libsvn_auth_kwallet-r1345740.patch ++
--- /var/tmp/diff_new_pack.IBNaIO/_old  2012-10-11 11:31:04.0 +0200
+++ /var/tmp/diff_new_pack.IBNaIO/_new  2012-10-11 11:31:04.0 +0200
@@ -13,8 +13,8 @@
 
 Index: subversion/libsvn_auth_kwallet/kwallet.cpp
 ===
 subversion/libsvn_auth_kwallet/kwallet.cpp.orig2010-12-30 
20:46:50.0 +
-+++ subversion/libsvn_auth_kwallet/kwallet.cpp 2012-06-07 18:01:02.0 
+0100
+--- 

commit texlive-specs-v for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-v for openSUSE:Factory 
checked in at 2012-10-11 11:28:26

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


Package is texlive-specs-v, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-v/texlive-specs-v.changes  
2012-09-18 15:47:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-v.new/texlive-specs-v.changes 
2012-10-11 11:31:13.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  9 10:18:56 UTC 2012 - wer...@suse.de
+
+- Add require texlive-metapost for texlive-dvips
+- Add some more requires for latex-bin
+- Add require pdftex.def for texlive-pdftex
+- Do not reqiure package pgfmath in pgffor.sty (bnc#783252)
+
+---



Other differences:
--
++ texlive-specs.tar.xz ++
Files /var/tmp/diff_new_pack.kmagwN/_old and /var/tmp/diff_new_pack.kmagwN/_new 
differ




























































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



commit xemacs for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package xemacs for openSUSE:Factory checked 
in at 2012-10-11 11:28:49

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


Package is xemacs, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xemacs/xemacs.changes2012-10-03 
10:15:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.xemacs.new/xemacs.changes   2012-10-11 
11:31:56.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 10 08:56:59 UTC 2012 - wer...@suse.de
+
+- Make sure that some fonts are found
+
+---



Other differences:
--
++ xemacs.spec ++
--- /var/tmp/diff_new_pack.YUrjWc/_old  2012-10-11 11:31:59.0 +0200
+++ /var/tmp/diff_new_pack.YUrjWc/_new  2012-10-11 11:31:59.0 +0200
@@ -89,8 +89,12 @@
 Patch301352:bugzilla-301352-fix-wrong-incrementing-in-macros.patch
 Requires(pre):  permissions
 Requires:   ctags
+Requires:   efont-unicode
+Requires:   ifnteuro
 Requires:   xemacs-info
 Requires:   xemacs-packages
+Requires:   xorg-x11-fonts
+Requires:   xorg-x11-fonts-core
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Conflicts:  gnuserv
 %define _default_patch_fuzz 2


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



commit xfce4-mixer for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package xfce4-mixer for openSUSE:Factory 
checked in at 2012-10-11 11:34:16

Comparing /work/SRC/openSUSE:Factory/xfce4-mixer (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-mixer.new (New)


Package is xfce4-mixer, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-mixer/xfce4-mixer.changes  2012-10-03 
10:17:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-mixer.new/xfce4-mixer.changes 
2012-10-11 11:38:15.0 +0200
@@ -1,0 +2,9 @@
+Wed Oct 10 15:06:33 UTC 2012 - g...@opensuse.org
+
+- update to version 4.10.0
+  - do not use G_VALUE_INIT which is only available in glib = 2.30
+  - translation updates
+- drop obsolete xfce4-mixer-do-not-use-glib-2.30-symbols.patch and
+  xfce4-mixer-fix-typo.patch
+
+---

Old:

  xfce4-mixer-4.9.0.tar.bz2
  xfce4-mixer-do-not-use-glib-2.30-symbols.patch
  xfce4-mixer-fix-typo.patch

New:

  xfce4-mixer-4.10.0.tar.bz2



Other differences:
--
++ xfce4-mixer.spec ++
--- /var/tmp/diff_new_pack.pFnHj1/_old  2012-10-11 11:38:16.0 +0200
+++ /var/tmp/diff_new_pack.pFnHj1/_new  2012-10-11 11:38:16.0 +0200
@@ -19,18 +19,14 @@
 %define panel_version 4.10.0
 
 Name:   xfce4-mixer
-Version:4.9.0
+Version:4.10.0
 Release:0
 Summary:Volume Control Application for the Xfce Desktop Environment
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Mixers
 Url:http://www.xfce.org/
-Source: 
http://archive.xfce.org/src/apps/xfce4-mixer/4.8/xfce4-mixer-%{version}.tar.bz2
+Source: 
http://archive.xfce.org/src/apps/xfce4-mixer/4.10/xfce4-mixer-%{version}.tar.bz2
 Source100:  %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM xfce4-mixer-fix-typo.patch g...@opensuse.org -- Fix a 
small typo causing build failures with glib  2.32.0 (backported from upstream 
git)
-Patch0: xfce4-mixer-fix-typo.patch
-# PATCH-FIX-UPSTREAM xfce4-mixer-do-not-use-glib-2.30-symbols.patch 
g...@opensuse.org -- Do not use symbols that are only available in glib  
2.30.0 (backported from upstream git)
-Patch1: xfce4-mixer-do-not-use-glib-2.30-symbols.patch
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0)
@@ -66,8 +62,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure --disable-static

++ xfce4-mixer-4.9.0.tar.bz2 - xfce4-mixer-4.10.0.tar.bz2 ++
 17661 lines of diff (skipped)

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



commit xfig for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package xfig for openSUSE:Factory checked in 
at 2012-10-11 11:34:25

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


Package is xfig, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xfig/xfig.changes2012-09-29 
15:38:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfig.new/xfig.changes   2012-10-11 
11:38:19.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 10 07:25:44 UTC 2012 - wer...@suse.de
+
+- Add standard X11 fonts to be able to use it with xfig
+
+---



Other differences:
--
++ xfig.spec ++
--- /var/tmp/diff_new_pack.S7TjKU/_old  2012-10-11 11:38:20.0 +0200
+++ /var/tmp/diff_new_pack.S7TjKU/_new  2012-10-11 11:38:20.0 +0200
@@ -32,9 +32,13 @@
 BuildRequires:  libpng-devel
 %endif
 Provides:   xfig.3.2.3d
+Requires:   efont-unicode
 Requires:   ghostscript-fonts-std
+Requires:   ifnteuro
 Requires:   netpbm
 Requires:   transfig
+Requires:   xorg-x11-fonts
+Requires:   xorg-x11-fonts-core
 Version:3.2.5b
 Release:0
 Summary:Facility for Interactive Generation of Figures under the X 
Window System

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



commit xfsprogs for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package xfsprogs for openSUSE:Factory 
checked in at 2012-10-11 11:34:52

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


Package is xfsprogs, Maintainer is mma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xfsprogs/xfsprogs.changes2012-06-05 
15:36:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfsprogs.new/xfsprogs.changes   2012-10-11 
11:38:20.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  4 11:19:30 UTC 2012 - dd...@suse.com
+
+- Build with readline support; (bnc#783510).
+
+---



Other differences:
--
++ xfsprogs.spec ++
--- /var/tmp/diff_new_pack.OyrF1i/_old  2012-10-11 11:38:23.0 +0200
+++ /var/tmp/diff_new_pack.OyrF1i/_new  2012-10-11 11:38:23.0 +0200
@@ -17,6 +17,7 @@
 
 
 Name:   xfsprogs
+BuildRequires:  readline-devel
 %if 0%{?suse_version}  0
 %if 0%{?suse_version}  1100
 BuildRequires:  e2fsprogs-devel
@@ -79,7 +80,7 @@
 export OPTIMIZER=-fPIC
 export DEBUG=-DNDEBUG
 export LIBUUID=/usr/%{_lib}/libuuid.a
-%configure
+%configure --enable-readline=yes
 make %{?_smp_mflags}
 
 %install

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



commit xulrunner for openSUSE:Factory

2012-10-11 Thread h_root
Hello community,

here is the log from the commit of package xulrunner for openSUSE:Factory 
checked in at 2012-10-11 11:35:02

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


Package is xulrunner, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/xulrunner/xulrunner.changes  2012-09-12 
07:15:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner.changes 2012-10-11 
11:38:32.0 +0200
@@ -1,0 +2,38 @@
+Sun Oct  7 21:41:01 UTC 2012 - w...@rosenauer.org
+
+- update to 16.0 (bnc#783533)
+  * MFSA 2012-74/CVE-2012-3982/CVE-2012-3983
+Miscellaneous memory safety hazards
+  * MFSA 2012-75/CVE-2012-3984 (bmo#575294)
+select element persistance allows for attacks
+  * MFSA 2012-76/CVE-2012-3985 (bmo#655649)
+Continued access to initial origin after setting document.domain
+  * MFSA 2012-77/CVE-2012-3986 (bmo#775868)
+Some DOMWindowUtils methods bypass security checks
+  * MFSA 2012-79/CVE-2012-3988 (bmo#725770)
+DOS and crash with full screen and history navigation
+  * MFSA 2012-80/CVE-2012-3989 (bmo#783867)
+Crash with invalid cast when using instanceof operator
+  * MFSA 2012-81/CVE-2012-3991 (bmo#783260)
+GetProperty function can bypass security checks
+  * MFSA 2012-82/CVE-2012-3994 (bmo#765527)
+top object and location property accessible by plugins
+  * MFSA 2012-83/CVE-2012-3993/CVE-2012-4184 (bmo#768101, bmo#780370)
+Chrome Object Wrapper (COW) does not disallow acces to privileged
+functions or properties
+  * MFSA 2012-84/CVE-2012-3992 (bmo#775009)
+Spoofing and script injection through location.hash
+  * MFSA 2012-85/CVE-2012-3995/CVE-2012-4179/CVE-2012-4180/
+CVE-2012-4181/CVE-2012-4182/CVE-2012-4183
+Use-after-free, buffer overflow, and out of bounds read issues
+found using Address Sanitizer
+  * MFSA 2012-86/CVE-2012-4185/CVE-2012-4186/CVE-2012-4187/
+CVE-2012-4188
+Heap memory corruption issues found using Address Sanitizer
+  * MFSA 2012-87/CVE-2012-3990 (bmo#787704)
+Use-after-free in the IME State Manager
+- requires NSPR 4.9.2
+- removed upstreamed mozilla-crashreporter-restart-args.patch
+- updated translations-other with new languages
+
+---

Old:

  idldir.patch
  l10n-15.0.tar.bz2
  mozilla-crashreporter-restart-args.patch
  xulrunner-15.0-source.tar.bz2

New:

  l10n-16.0.tar.bz2
  mozilla-idldir.patch
  xulrunner-16.0-source.tar.bz2



Other differences:
--
++ xulrunner.spec ++
--- /var/tmp/diff_new_pack.21FTC5/_old  2012-10-11 11:38:35.0 +0200
+++ /var/tmp/diff_new_pack.21FTC5/_new  2012-10-11 11:38:35.0 +0200
@@ -42,14 +42,14 @@
 %else
 BuildRequires:  wireless-tools
 %endif
-BuildRequires:  mozilla-nspr-devel = 4.9.1
+BuildRequires:  mozilla-nspr-devel = 4.9.2
 BuildRequires:  mozilla-nss-devel = 3.13.6
-Version:15.0
+Version:16.0
 Release:0
-%define releasedate 2012082500
-%define version_internal 15.0
-%define apiversion 15
-%define uaweight 150
+%define releasedate 2012100700
+%define version_internal 16.0
+%define apiversion 16
+%define uaweight 160
 Summary:Mozilla Runtime Environment
 License:MPL-2.0
 Group:  Productivity/Other
@@ -70,13 +70,12 @@
 Source9:compare-locales.tar.bz2
 Patch1: toolkit-download-folder.patch
 Patch2: mozilla-pkgconfig.patch
-Patch3: idldir.patch
+Patch3: mozilla-idldir.patch
 Patch4: mozilla-nongnome-proxies.patch
 Patch5: mozilla-prefer_plugin_pref.patch
 Patch6: mozilla-language.patch
 Patch7: mozilla-ntlm-full-path.patch
 Patch9: mozilla-sle11.patch
-Patch12:mozilla-crashreporter-restart-args.patch
 Patch14:mozilla-ppc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   mozilla-js = %{version}
@@ -157,7 +156,7 @@
 Summary:Extra translations for XULRunner
 Group:  System/Localization
 Requires:   %{name} = %{version}
-Provides:   
locale(%{name}:af;ak;as;ast;be;bg;bn_BD;bn_IN;br;bs;csb;cy;el;en_ZA;eo;es_MX;et;eu;fa;fy_NL;ga_IE;gd;gl;gu_IN;he;hi_IN;hr;hy_AM;id;is;kk;kn;ku;lg;lij;lt;lv;mai;mk;ml;mn;mr;nn_NO;nso;or;pa_IN;rm;ro;si;sk;sl;son;sq;sr;sw;ta;ta_LK;te;th;tr;uk;vi;zu)
+Provides:   
locale(%{name}:ach;af;ak;as;ast;be;bg;bn_BD;bn_IN;br;bs;csb;cy;el;en_ZA;eo;es_MX;et;eu;fa;ff;fy_NL;ga_IE;gd;gl;gu_IN;he;hi_IN;hr;hy_AM;id;is;kk;km;kn;ku;lg;lij;lt;lv;mai;mk;ml;mr;nn_NO;nso;or;pa_IN;rm;ro;si;sk;sl;son;sq;sr;ta;ta_LK;te;th;tr;uk;vi;zu)
 Obsoletes: