commit eet for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package eet for openSUSE:Factory checked in 
at 2013-01-10 10:49:55

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


Package is eet, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/eet/eet.changes  2012-12-28 14:58:32.0 
+0100
+++ /work/SRC/openSUSE:Factory/.eet.new/eet.changes 2013-01-10 
10:49:56.0 +0100
@@ -1,0 +2,25 @@
+Fri Jan  4 21:37:36 UTC 2013 - sleep_wal...@suse.cz
+
+- update to 1.7.5
+  no visible changes, just keeping version in sync
+
+---
+Mon Dec 31 12:44:04 UTC 2012 - sleep_wal...@suse.cz
+
+- try to require libeina1 explicitly
+
+---
+Thu Dec 27 14:12:40 UTC 2012 - sleep_wal...@suse.cz
+
+- unify examples subpackage name
+
+---
+Fri Dec 21 16:01:59 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 1.7.4
+  Changes since Eet 1.7.3:
+* Fix memory leak when using OpenSSL for ciphering long data.
+* Fix possible buffer overflow in functions relying on
+  EET_T_LAST
+
+---

Old:

  eet-1.7.3.tar.bz2

New:

  eet-1.7.5.tar.bz2



Other differences:
--
++ eet.spec ++
--- /var/tmp/diff_new_pack.4cnKpq/_old  2013-01-10 10:49:57.0 +0100
+++ /var/tmp/diff_new_pack.4cnKpq/_new  2013-01-10 10:49:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eet
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   eet
-Version:1.7.3
+Version:1.7.5
 Release:0
 Summary:Data encode/decode and storage library
 License:BSD-2-Clause
@@ -53,6 +53,7 @@
 %package -n libeet1
 Summary:Eet Dynamic Libraries
 Group:  System/Libraries
+Requires:   libeina1 = %version
 
 %description -n libeet1
 Headers, static libraries, test programs and documentation for eet
@@ -78,11 +79,11 @@
 %description doc-html
 Documentation of Eet library in form of HTML pages.
 
-%package doc-examples
+%package examples
 Summary:Example usage of Eet
 Group:  Documentation/Other
 
-%description doc-examples
+%description examples
 Example usage of Eet library.
 
 %prep
@@ -95,7 +96,7 @@
 FAKE_DOCDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%a %%b 
%%d %%Y %T')
 sed -i 
s/\$datetime/$FAKE_DOCDATETIME/g;s/\$date/$FAKE_DOCDATE/g;s/\$year/$FAKEDOCYEAR/g
 doc/*.html
 
-%configure --disable-static
+%configure --disable-static --enable-install-examples
 make %{?_smp_mflags}
 make doc
 
@@ -139,7 +140,7 @@
 %defattr(-, root, root)
 %{_docdir}/%{name}
 
-%files doc-examples
+%files examples
 %defattr(-, root, root)
 %{_datadir}/eet/examples
 

++ eet-1.7.3.tar.bz2 - eet-1.7.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eet-1.7.3/ChangeLog new/eet-1.7.5/ChangeLog
--- old/eet-1.7.3/ChangeLog 2012-12-07 16:00:35.0 +0100
+++ new/eet-1.7.5/ChangeLog 2013-01-04 13:15:17.0 +0100
@@ -648,3 +648,24 @@
 
* 1.7.3 release
 
+2012-12-11  Cedric Bail
+
+   * Fix leak eet_pbkdf2_sha1 with OpenSSL.
+
+2012-12-12  Daniel Willmann
+
+   * Fix possible buffer overflow in functions relying on EET_T_LAST.
+
+2012-12-17 Vincent Torri
+
+   * Add XML output to doc
+   * Add installation rule for doc
+
+2012-12-21  Luis Felipe Strano Moraes
+
+   * 1.7.4 release
+
+2013-01-04  Luis Felipe Strano Moraes
+
+   * 1.7.5 release
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eet-1.7.3/Makefile.am new/eet-1.7.5/Makefile.am
--- old/eet-1.7.3/Makefile.am   2012-12-07 12:48:16.0 +0100
+++ new/eet-1.7.5/Makefile.am   2012-12-19 15:36:51.0 +0100
@@ -43,7 +43,7 @@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = eet.pc
 
-.PHONY: doc
+.PHONY: doc install-doc
 
 # Documentation
 
@@ -51,6 +51,10 @@
@echo entering doc/
$(MAKE) -C doc doc
 
+install-doc:
+   @echo entering doc/
+   make -C doc install-doc
+
 # Unit tests
 
 if EFL_ENABLE_TESTS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eet-1.7.3/Makefile.in new/eet-1.7.5/Makefile.in
--- old/eet-1.7.3/Makefile.in   2012-12-07 16:55:52.0 +0100
+++ 

commit eeze for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package eeze for openSUSE:Factory checked in 
at 2013-01-10 10:51:48

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


Package is eeze, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/eeze/eeze.changes2013-01-08 
16:24:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.eeze.new/eeze.changes   2013-01-10 
10:51:50.0 +0100
@@ -1,0 +2,12 @@
+Fri Jan  4 21:43:36 UTC 2013 - sleep_wal...@suse.cz
+
+- update to 1.7.5
+  no changes, just keeping version in sync
+
+---
+Fri Dec 28 22:59:16 UTC 2012 - si...@simotek.net
+
+- Fixed copy paste errors in docs part of specs now reference 
+  eeze instead of eina and eet
+
+---

Old:

  eeze-1.7.4.tar.bz2

New:

  eeze-1.7.5.tar.bz2



Other differences:
--
++ eeze.spec ++
--- /var/tmp/diff_new_pack.lJfXEJ/_old  2013-01-10 10:51:51.0 +0100
+++ /var/tmp/diff_new_pack.lJfXEJ/_new  2013-01-10 10:51:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eeze
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   eeze
-Version:1.7.4
+Version:1.7.5
 Release:0
 Summary:Device abstraction library
 License:BSD-2-Clause
@@ -73,18 +73,18 @@
 Headers, static libraries, test programs and documentation for eeze
 
 %package doc-html
-Summary:HTML documentation of Eet
+Summary:HTML documentation of Eeze
 Group:  Documentation/HTML
 
 %description doc-html
 Documentation of Eet library in form of HTML pages.
 
 %package doc-man
-Summary:Man documentation of Eina
+Summary:Man documentation of Eeze
 Group:  Documentation/Man
 
 %description doc-man
-Documentation of Eina library in form of man pages.
+Documentation of Eeze library in form of man pages.
 
 %prep
 %setup -q

++ eeze-1.7.4.tar.bz2 - eeze-1.7.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eeze-1.7.4/ChangeLog new/eeze-1.7.5/ChangeLog
--- old/eeze-1.7.4/ChangeLog2012-12-21 13:53:57.0 +0100
+++ new/eeze-1.7.5/ChangeLog2013-01-04 13:17:06.0 +0100
@@ -144,3 +144,7 @@
 
* 1.7.4 release
 
+2013-01-04  Luis Felipe Strano Moraes
+
+   * 1.7.5 release
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eeze-1.7.4/NEWS new/eeze-1.7.5/NEWS
--- old/eeze-1.7.4/NEWS 2012-12-21 13:53:57.0 +0100
+++ new/eeze-1.7.5/NEWS 2013-01-04 13:16:48.0 +0100
@@ -1,4 +1,9 @@
-Eeze 1.7.4
+Eeze 1.7.5
+
+Changes since Eeze 1.7.4:
+-
+
+No changes, just updating to keep in sync with last release.
 
 Changes since Eeze 1.7.3:
 -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eeze-1.7.4/configure new/eeze-1.7.5/configure
--- old/eeze-1.7.4/configure2012-12-21 15:44:49.0 +0100
+++ new/eeze-1.7.5/configure2013-01-04 15:25:34.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for eeze 1.7.4.
+# Generated by GNU Autoconf 2.68 for eeze 1.7.5.
 #
 # Report bugs to enlightenment-de...@lists.sourceforge.net.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='eeze'
 PACKAGE_TARNAME='eeze'
-PACKAGE_VERSION='1.7.4'
-PACKAGE_STRING='eeze 1.7.4'
+PACKAGE_VERSION='1.7.5'
+PACKAGE_STRING='eeze 1.7.5'
 PACKAGE_BUGREPORT='enlightenment-de...@lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1363,7 +1363,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures eeze 1.7.4 to adapt to many kinds of systems.
+\`configure' configures eeze 1.7.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1433,7 +1433,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of eeze 1.7.4:;;
+ short | recursive ) echo Configuration of eeze 1.7.5:;;
esac
   cat \_ACEOF
 
@@ -1570,7 +1570,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-eeze configure 1.7.4
+eeze configure 1.7.5
 generated 

commit eio for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package eio for openSUSE:Factory checked in 
at 2013-01-10 10:51:55

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


Package is eio, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/eio/eio.changes  2012-12-10 13:48:16.0 
+0100
+++ /work/SRC/openSUSE:Factory/.eio.new/eio.changes 2013-01-10 
10:51:57.0 +0100
@@ -1,0 +2,41 @@
+Fri Jan  4 21:47:12 UTC 2013 - sleep_wal...@suse.cz
+
+- update to 1.7.5
+  Changes since Eio 1.7.4:
+   * Add eio_eet_sync symbol.
+   * Functions no longer crash when passed NULL and throw errors
+ accordingly
+
+
+---
+Sat Dec 29 12:56:56 UTC 2012 - sleep_wal...@suse.cz
+
+- make Fedora's version conflicting
+
+---
+Thu Dec 27 14:47:21 UTC 2012 - sleep_wal...@suse.cz
+
+- package examples
+
+---
+Fri Dec 21 16:15:36 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 1.7.4
+  Changes since Eio 1.7.3:
+- Fixed crash in eio_monitor_del.
+- Properly destroy fd on exec.
+- Add XML output to doc
+- Add installation rule for doc
+
+
+---
+Thu Dec 20 23:33:41 UTC 2012 - sleep_wal...@suse.cz
+
+- package also man pages
+
+---
+Thu Dec 20 09:12:23 UTC 2012 - sleep_wal...@suse.cz
+
+- build and package documentation
+
+---

Old:

  eio-1.7.3.tar.bz2

New:

  eio-1.7.5.tar.bz2



Other differences:
--
++ eio.spec ++
--- /var/tmp/diff_new_pack.czJIYi/_old  2013-01-10 10:51:58.0 +0100
+++ /var/tmp/diff_new_pack.czJIYi/_new  2013-01-10 10:51:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eio
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:   eio
-Version:1.7.3
+Version:1.7.5
 Release:0
 Summary:Extension of ecore for parallel io operations
 License:LGPL-2.1
 Group:  System/Libraries
 Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
+BuildRequires:  doxygen
 BuildRequires:  ecore-devel = %version
 BuildRequires:  eina-devel = %version
 BuildRequires:  gcc
@@ -35,6 +36,9 @@
 BuildRequires:  m4
 BuildRequires:  pkgconfig
 BuildRequires:  zlib
+%if 0%{?suse_version}
+BuildRequires:  fdupes
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,6 +47,7 @@
 %package -n libeio1
 Summary:Extension of ecore for parallel io operations
 Group:  System/Libraries
+Conflicts:  libeio
 
 %description -n libeio1
 Extension of ecore for parallel I/O operations. Part of Enlightenment 
Foundation Libraries.
@@ -58,15 +63,59 @@
 %description devel
 Development files for eio package.
 
+%package doc-html
+Summary:HTML documentation of Eio
+Group:  Documentation/HTML
+
+%description doc-html
+Documentation of Eio library in form of HTML pages.
+
+%package doc-man
+Summary:Man documentation of Eina
+Group:  Documentation/Man
+
+%description doc-man
+Documentation of Eina library in form of man pages.
+
+%package examples
+Summary:Eina usage examples
+Group:  Documentation/Other
+
+%description examples
+Examples of usage of Eina library.
+
 %prep
 %setup -q
 
 %build
-%configure  --disable-static --disable-silent-rules
+# fake time used for documentation
+FAKE_DOCDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%a %%b %%d 
%%Y')
+FAKE_DOCYEAR=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%Y')
+FAKE_DOCDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%a %%b 
%%d %%Y %T')
+sed -i 
s/\$datetime/$FAKE_DOCDATETIME/g;s/\$date/$FAKE_DOCDATE/g;s/\$year/$FAKEDOCYEAR/g
 doc/*.html
+
+%configure  --disable-static --disable-silent-rules --enable-install-examples
 make %{?_smp_mflags}
+make doc
 
 %install
 make install DESTDIR=%{buildroot}
+
+# copy documentation manually
+echo Copying HTML documentation
+mkdir -p %{buildroot}%{_docdir}/%{name}
+/bin/cp -vr doc/html %{buildroot}%{_docdir}/%{name}
+echo Copying MAN pages
+/bin/cp -vr doc/man/ %{buildroot}%{_mandir}/
+# fix permissions
+find %{buildroot}%{_docdir} -type f | 

commit embryo for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package embryo for openSUSE:Factory checked 
in at 2013-01-10 10:52:57

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


Package is embryo, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/embryo/embryo.changes2013-01-07 
15:03:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.embryo.new/embryo.changes   2013-01-10 
10:52:58.0 +0100
@@ -1,0 +2,16 @@
+Fri Jan  4 21:42:42 UTC 2013 - sleep_wal...@suse.cz
+
+- update to 1.7.5
+  no changes, just keeping version in sync
+
+---
+Mon Dec 31 11:22:14 UTC 2012 - sleep_wal...@suse.cz
+
+- move include dir from devel to embryo
+
+---
+Fri Dec 28 23:07:59 UTC 2012 - si...@simotek.net
+
+- Fix copy paste errors in docs summaries
+
+---

Old:

  embryo-1.7.4.tar.bz2

New:

  embryo-1.7.5.tar.bz2



Other differences:
--
++ embryo.spec ++
--- /var/tmp/diff_new_pack.yHwuWM/_old  2013-01-10 10:52:59.0 +0100
+++ /var/tmp/diff_new_pack.yHwuWM/_new  2013-01-10 10:52:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package embryo
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   embryo
-Version:1.7.4
+Version:1.7.5
 Release:0
 Summary:Small Pawn based virtual machine and compiler
 License:BSD-2-Clause and Zlib
@@ -56,14 +56,14 @@
 Development files for embryo. Part of Enlightenment Foundation Libraries.
 
 %package doc-html
-Summary:HTML documentation of Eet
+Summary:HTML documentation of Embryo
 Group:  Documentation/HTML
 
 %description doc-html
 Documentation of Eet library in form of HTML pages.
 
 %package doc-man
-Summary:Man documentation of Eina
+Summary:Man documentation of Embryo
 Group:  Documentation/Man
 
 %description doc-man
@@ -112,6 +112,7 @@
 %files
 %defattr(-, root, root)
 %{_bindir}/embryo_cc
+%{_datadir}/embryo/
 
 %files -n libembryo1
 %defattr(-,root,root)
@@ -121,7 +122,6 @@
 %defattr(-, root, root)
 %{_includedir}/embryo-1/
 %{_libdir}/libembryo.so
-%{_datadir}/embryo/
 %{_libdir}/pkgconfig/embryo.pc
 
 %files doc-html

++ embryo-1.7.4.tar.bz2 - embryo-1.7.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.4/ChangeLog new/embryo-1.7.5/ChangeLog
--- old/embryo-1.7.4/ChangeLog  2012-12-21 13:53:39.0 +0100
+++ new/embryo-1.7.5/ChangeLog  2013-01-04 14:53:02.0 +0100
@@ -70,3 +70,7 @@
 
* 1.7.4 release
 
+2013-01-04  Luis Felipe Strano Moraes
+
+   * 1.7.5 release
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.4/NEWS new/embryo-1.7.5/NEWS
--- old/embryo-1.7.4/NEWS   2012-12-21 13:53:39.0 +0100
+++ new/embryo-1.7.5/NEWS   2013-01-04 14:52:46.0 +0100
@@ -1,4 +1,10 @@
-Embryo 1.7.4
+Embryo 1.7.5
+
+Changes since Embryo 1.7.4:
+---
+
+No changes, just updating to keep in sync with last release.
+
 
 Changes since Embryo 1.7.3:
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.4/configure new/embryo-1.7.5/configure
--- old/embryo-1.7.4/configure  2012-12-21 15:40:47.0 +0100
+++ new/embryo-1.7.5/configure  2013-01-04 15:21:36.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for embryo 1.7.4.
+# Generated by GNU Autoconf 2.68 for embryo 1.7.5.
 #
 # Report bugs to enlightenment-de...@lists.sourceforge.net.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='embryo'
 PACKAGE_TARNAME='embryo'
-PACKAGE_VERSION='1.7.4'
-PACKAGE_STRING='embryo 1.7.4'
+PACKAGE_VERSION='1.7.5'
+PACKAGE_STRING='embryo 1.7.5'
 PACKAGE_BUGREPORT='enlightenment-de...@lists.sourceforge.net'
 PACKAGE_URL=''
 
@@ -1333,7 +1333,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures embryo 1.7.4 to adapt to many kinds of systems.
+\`configure' configures embryo 1.7.5 to adapt to many kinds of systems.
 
 Usage: 

commit empathy for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2013-01-10 10:53:06

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


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

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2012-11-21 
15:10:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2013-01-10 
10:53:08.0 +0100
@@ -1,0 +2,8 @@
+Wed Jan  9 11:38:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.6.3:
+  + Bugs fixed: bgo#691085, bgo#691137, bgo#691195, bgo#691006,
+bgo#688132.
+  + Updated translations.
+
+---

Old:

  empathy-3.6.2.tar.xz

New:

  empathy-3.6.3.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.HdgANq/_old  2013-01-10 10:53:10.0 +0100
+++ /var/tmp/diff_new_pack.HdgANq/_new  2013-01-10 10:53:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package empathy
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   empathy
-Version:3.6.2
+Version:3.6.3
 Release:0
 # FIXME: Re-enable parallel build when bgo#685837 is fixed.
 Summary:Instant Messenger Client for GNOME, based on Telepathy

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



commit erlang for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2013-01-10 10:57:16

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


Package is erlang, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2013-01-07 
15:05:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes   2013-01-10 
10:57:17.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan  7 12:40:48 UTC 2013 - matwey.korni...@gmail.com
+
+- Add fix-armv7hl.patch - temporary fix build at armv7hl 
+
+---

New:

  fix-armv7hl.patch



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.EQarID/_old  2013-01-10 10:57:20.0 +0100
+++ /var/tmp/diff_new_pack.EQarID/_new  2013-01-10 10:57:20.0 +0100
@@ -38,6 +38,10 @@
 Patch1: erlang-ppc.patch 
 # PATCH-FIX-UPSTREAM -- See 
http://erlang.org/pipermail/erlang-bugs/2012-November/003214.html
 Patch2: otp-R15B03-fix_ssl_accept_timeout.patch
+# PATCH-FIX-UPSTREAM fix-armv7hl.patch - matwey.korni...@gmail.com -- this 
makes erlang build at Factory:ARM for armv7hl
+Patch3: fix-armv7hl.patch
+# autoconf is required only by fix-armv7hl.patch
+BuildRequires:  autoconf
 BuildRequires:  gcc-c++
 BuildRequires:  ncurses-devel
 BuildRequires:  openssh
@@ -190,6 +194,10 @@
 %patch0 -p1 -b .rpath
 %patch1 -p1
 %patch2 -p1
+%ifarch %arm
+%patch3 -p1
+autoreconf -si ./erts
+%endif
 
 chmod -R u+w .
 # enable dynamic linking for ssl

++ fix-armv7hl.patch ++
diff --git a/erts/configure.in b/erts/configure.in
index 6ad1951..ce7e4ef 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -620,6 +620,7 @@ case $chk_arch_ in
 armv5tel)  ARCH=arm;;
 armv5tejl) ARCH=arm;;
 armv7l)ARCH=arm;;
+armv7hl)ARCH=arm;;
 tile)  ARCH=tile;;
 *) ARCH=noarch;;
 esac
-- 
1.7.10

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



commit evas-generic-loaders for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package evas-generic-loaders for 
openSUSE:Factory checked in at 2013-01-10 10:58:48

Comparing /work/SRC/openSUSE:Factory/evas-generic-loaders (Old)
 and  /work/SRC/openSUSE:Factory/.evas-generic-loaders.new (New)


Package is evas-generic-loaders, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/evas-generic-loaders/evas-generic-loaders.changes
2012-12-10 14:03:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.evas-generic-loaders.new/evas-generic-loaders.changes
   2013-01-10 10:58:49.0 +0100
@@ -1,0 +2,29 @@
+Tue Jan  8 21:15:42 UTC 2013 - sleep_wal...@suse.cz
+
+- fix typo in URL
+
+---
+Fri Jan  4 21:52:04 UTC 2013 - sleep_wal...@suse.cz
+
+- update to 1.7.5
+  no changes, just keeping version in sync
+
+---
+Tue Dec 25 23:48:10 UTC 2012 - sleep_wal...@suse.cz
+
+- add gstreamer-0_10-plugins-base-devel into dependencies
+
+---
+Fri Dec 21 16:21:01 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 1.7.4
+  Changes since Evas Generic Loaders 1.7.3:
+  No changes, just updating to keep in sync with last release.
+
+
+---
+Fri Dec 21 10:45:31 UTC 2012 - sleep_wal...@suse.cz
+
+- minor spec cleanup
+
+---

Old:

  evas_generic_loaders-1.7.3.tar.bz2

New:

  evas_generic_loaders-1.7.5.tar.bz2



Other differences:
--
++ evas-generic-loaders.spec ++
--- /var/tmp/diff_new_pack.mt4xpB/_old  2013-01-10 10:58:50.0 +0100
+++ /var/tmp/diff_new_pack.mt4xpB/_new  2013-01-10 10:58:50.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package 
+# spec file for package evas-generic-loaders
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,16 @@
 
 
 Name:   evas-generic-loaders
-Version:1.7.3
-Release:1
-License:GPL-2.0+
+Version:1.7.5
+Release:0
 Summary:Set of generic loaders for Evas
-Url:http://.enlightenment.org/
+License:GPL-2.0+
 Group:  Development/Libraries/C and C++
+Url:http://enlightenment.org/
 Source: evas_generic_loaders-%{version}.tar.bz2
 BuildRequires:  eina-devel = %version
 BuildRequires:  gcc-c++
+BuildRequires:  gstreamer-0_10-plugins-base-devel
 BuildRequires:  gstreamer-devel
 BuildRequires:  libpoppler-devel
 BuildRequires:  libraw-devel
@@ -50,9 +51,9 @@
 %clean
 %{?buildroot:rm -rf %{buildroot}}
 
-
 %files
 %defattr(-,root,root)
 %doc ChangeLog README COPYING
 %{_libdir}/evas/
+
 %changelog

++ evas_generic_loaders-1.7.3.tar.bz2 - evas_generic_loaders-1.7.5.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evas_generic_loaders-1.7.3/ChangeLog 
new/evas_generic_loaders-1.7.5/ChangeLog
--- old/evas_generic_loaders-1.7.3/ChangeLog2012-12-07 16:25:59.0 
+0100
+++ new/evas_generic_loaders-1.7.5/ChangeLog2013-01-04 15:01:53.0 
+0100
@@ -44,4 +44,11 @@
 
* 1.7.3 release
 
+2012-12-21  Luis Felipe Strano Moraes
+
+   * 1.7.4 release
+
+2013-01-04  Luis Felipe Strano Moraes
+
+   * 1.7.5 release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evas_generic_loaders-1.7.3/NEWS 
new/evas_generic_loaders-1.7.5/NEWS
--- old/evas_generic_loaders-1.7.3/NEWS 2012-12-07 16:26:14.0 +0100
+++ new/evas_generic_loaders-1.7.5/NEWS 2013-01-04 15:01:33.0 +0100
@@ -1,4 +1,14 @@
-Evas Generic Loaders 1.7.3
+Evas Generic Loaders 1.7.5
+
+Changes since Evas Generic Loaders 1.7.4:
+-
+
+No changes, just updating to keep in sync with last release.
+
+Changes since Evas Generic Loaders 1.7.3:
+-
+
+No changes, just updating to keep in sync with last release.
 
 Changes since Evas Generic Loaders 1.7.2:
 -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evas_generic_loaders-1.7.3/README 
new/evas_generic_loaders-1.7.5/README
--- old/evas_generic_loaders-1.7.3/README   2012-12-07 17:09:15.0 
+0100
+++ new/evas_generic_loaders-1.7.5/README   2013-01-04 15:26:41.0 

commit f-spot for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package f-spot for openSUSE:Factory checked 
in at 2013-01-10 11:04:31

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


Package is f-spot, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/f-spot/f-spot.changes2012-02-27 
18:35:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.f-spot.new/f-spot.changes   2013-01-10 
11:04:33.0 +0100
@@ -1,0 +2,13 @@
+Wed Jan  9 13:55:51 UTC 2013 - dims...@opensuse.org
+
+- No longer require libgphoto2: The requirement is bogus, as since
+  version 0.7.0, f-spot no longer uses gphoto2 directly but
+  interfaces through gvfs.
+
+---
+Mon Jan  7 14:03:42 UTC 2013 - idon...@suse.com
+
+- Add fspot-mono.patch to compile with new Mono
+- Add flickrnet-3.0.patch to support Flickrnet 3.0
+
+---

New:

  flickrnet-3.0.patch
  fspot-mono.patch



Other differences:
--
++ f-spot.spec ++
--- /var/tmp/diff_new_pack.pXdr0C/_old  2013-01-10 11:04:35.0 +0100
+++ /var/tmp/diff_new_pack.pXdr0C/_new  2013-01-10 11:04:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package f-spot
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,10 @@
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM f-spot-mono-recent-gtk-sharp.patch vu...@opensuse.org -- 
Fix build with recent gtk-sharp, taken from git
 Patch2: f-spot-mono-recent-gtk-sharp.patch
+# PATCH-FIX-UPSTREAM fspot-mono.patch idoen...@suse.de -- Add a workaround to 
compile with new Mono
+Patch3: fspot-mono.patch
+# PATCH-FIX-UPSTREAM flickrnet-3.0.patch idoen...@suse.de -- Add Flickrnet 3.0 
API support
+Patch4: flickrnet-3.0.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gnome-screensaver
@@ -53,7 +57,6 @@
 Requires:   brasero
 Requires:   dbus-1-x11
 Requires:   dcraw
-Requires:   libgphoto2
 Requires:   mono-core
 Recommends: %{name}-lang
 Provides:   %{name}-devel = %{version}
@@ -74,6 +77,10 @@
 %if 0%{?suse_version} = 1140
 %patch2 -p1
 %endif
+%patch3 -p1
+%if 0%{?suse_version} = 1230
+%patch4 -p1
+%endif
 
 %build
 export CFLAGS=%{optflags} -fstack-protector -fno-strict-aliasing

++ flickrnet-3.0.patch ++
diff -Naur 
f-spot-0.8.2.orig/src/Extensions/Exporters/FSpot.Exporters.Flickr/FSpot.Exporters.Flickr/FlickrExport.cs
 
f-spot-0.8.2/src/Extensions/Exporters/FSpot.Exporters.Flickr/FSpot.Exporters.Flickr/FlickrExport.cs
--- 
f-spot-0.8.2.orig/src/Extensions/Exporters/FSpot.Exporters.Flickr/FSpot.Exporters.Flickr/FlickrExport.cs
2010-12-19 14:34:42.0 +0100
+++ 
f-spot-0.8.2/src/Extensions/Exporters/FSpot.Exporters.Flickr/FSpot.Exporters.Flickr/FlickrExport.cs
 2011-11-28 14:23:08.0 +0100
@@ -124,9 +124,9 @@
do_export_flickr.Sensitive = true;
auth_flickr.Sensitive = true;
auth_label.Text = System.String.Format 
(Catalog.GetString (Welcome {0} you are connected to {1}),
-   
auth.User.Username,
+   
auth.User.UserName,

current_service.Name);
-   auth_flickr.Label = String.Format 
(Catalog.GetString (Sign in as a different user), auth.User.Username);
+   auth_flickr.Label = String.Format 
(Catalog.GetString (Sign in as a different user), auth.User.UserName);
used_bandwidth.Visible = 
!fr.Connection.PeopleGetUploadStatus().IsPro 

fr.Connection.PeopleGetUploadStatus().BandwidthMax  0;
if (used_bandwidth.Visible) {
@@ -326,7 +326,7 @@
progress_dialog.ProgressText = String.Format 
(Catalog.GetString (Waiting for response {0} of {1}),
  
photo_index, selection.Count);
}
-   progress_dialog.Fraction = 

commit flash-player for openSUSE:Factory:NonFree

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:Factory:NonFree checked in at 2013-01-10 11:04:13

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


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

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/flash-player/flash-player.changes
2012-12-14 06:43:06.0 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.flash-player.new/flash-player.changes   
2013-01-10 11:04:15.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  9 07:30:35 UTC 2013 - dmuel...@suse.com
+
+- Update to 11.2.202.261: (bnc#797442)
+  * CVE-2013-0630
+
+---

Old:

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

New:

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



Other differences:
--
++ flash-player.spec ++
--- /var/tmp/diff_new_pack.1wumUC/_old  2013-01-10 11:04:19.0 +0100
+++ /var/tmp/diff_new_pack.1wumUC/_new  2013-01-10 11:04:19.0 +0100
@@ -19,7 +19,7 @@
 %define build_standalone 1
 
 Name:   flash-player
-Version:11.2.202.258
+Version:11.2.202.261
 Release:0
 Summary:Adobe Flash Plugin and Standalone Player
 License:NON-OSI-COMPLIANT(royalties)


++ flashplayer_11.2.202.258_sa.i386.tar.bz2 - 
flashplayer_11.2.202.261_sa.i386.tar.bz2 ++
Files old/install_flash_player_linux_sa/flashplayer and 
new/install_flash_player_linux_sa/flashplayer differ

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

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

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



commit gcc47 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gcc47 for openSUSE:Factory checked 
in at 2013-01-10 11:09:42

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


Package is gcc47, Maintainer is rguent...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/gcc47/cross-armv5tel-gcc47-icecream-backend.changes  
2012-12-21 14:41:19.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gcc47.new/cross-armv5tel-gcc47-icecream-backend.changes
 2013-01-10 11:09:45.0 +0100
@@ -1,0 +2,10 @@
+Tue Jan  8 12:35:22 UTC 2013 - rguent...@suse.com
+
+- Update to gcc-4_7-branch head (r195012).
+
+---
+Sun Dec 23 09:55:48 UTC 2012 - sch...@linux-m68k.org
+
+- Fix installation of gnat_ugn manual
+
+---
cross-armv7hl-gcc47-icecream-backend.changes: same change
cross-hppa-gcc47-icecream-backend.changes: same change
cross-i386-gcc47-icecream-backend.changes: same change
cross-ia64-gcc47-icecream-backend.changes: same change
cross-ppc-gcc47-icecream-backend.changes: same change
cross-ppc64-gcc47-icecream-backend.changes: same change
cross-s390-gcc47-icecream-backend.changes: same change
cross-s390x-gcc47-icecream-backend.changes: same change
cross-x86_64-gcc47-icecream-backend.changes: same change
gcc47-testresults.changes: same change
gcc47.changes: same change
libffi47.changes: same change
libgcj47.changes: same change

Old:

  gcc-4.7.2-20121218.tar.bz2

New:

  gcc-4.7.2-20130108.tar.bz2



Other differences:
--
++ cross-armv5tel-gcc47-icecream-backend.spec ++
--- /var/tmp/diff_new_pack.GSg4kg/_old  2013-01-10 11:09:54.0 +0100
+++ /var/tmp/diff_new_pack.GSg4kg/_new  2013-01-10 11:09:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cross-armv5tel-gcc47-icecream-backend
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -70,7 +70,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:4.7.2_20121218
+Version:4.7.2_20130108
 Release:0
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)

cross-armv7hl-gcc47-icecream-backend.spec: same change
cross-hppa-gcc47-icecream-backend.spec: same change
cross-i386-gcc47-icecream-backend.spec: same change
cross-ia64-gcc47-icecream-backend.spec: same change
cross-ppc-gcc47-icecream-backend.spec: same change
cross-ppc64-gcc47-icecream-backend.spec: same change
cross-s390-gcc47-icecream-backend.spec: same change
cross-s390x-gcc47-icecream-backend.spec: same change
cross-x86_64-gcc47-icecream-backend.spec: same change
gcc47-testresults.spec: same change
++ gcc47.spec ++
--- /var/tmp/diff_new_pack.GSg4kg/_old  2013-01-10 11:09:55.0 +0100
+++ /var/tmp/diff_new_pack.GSg4kg/_new  2013-01-10 11:09:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gcc47
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -164,7 +164,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:4.7.2_20121218
+Version:4.7.2_20130108
 Release:0
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)
@@ -2199,7 +2199,7 @@
 %if %{build_ada}
 %install_info --info-dir=%{_infodir} %{_infodir}/gnat-style%{binsuffix}.info.gz
 %install_info --info-dir=%{_infodir} %{_infodir}/gnat_rm%{binsuffix}.info.gz
-%install_info --info-dir=%{_infodir} --section=GNU Ada tools --entry=* GNAT 
User's Guide: (gnat_ugn). GNAT User's Guide for Unix Platforms 
%{_infodir}/gnat_ugn%{binsuffix}.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/gnat_ugn%{binsuffix}.info.gz
 %endif
 
 %postun info

++ libffi47.spec ++
--- /var/tmp/diff_new_pack.GSg4kg/_old  2013-01-10 11:09:55.0 +0100
+++ /var/tmp/diff_new_pack.GSg4kg/_new  2013-01-10 11:09:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libffi47
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 

commit geeqie for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package geeqie for openSUSE:Factory checked 
in at 2013-01-10 11:11:41

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


Package is geeqie, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/geeqie/geeqie.changes2012-09-23 
19:33:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.geeqie.new/geeqie.changes   2013-01-10 
11:11:42.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec 28 11:53:06 UTC 2012 - dval...@suse.com
+
+- Add geeqie-bigendian.patch: fix bigendian build.
+
+---

New:

  geeqie-bigendian.patch



Other differences:
--
++ geeqie.spec ++
--- /var/tmp/diff_new_pack.AZbeNf/_old  2013-01-10 11:11:43.0 +0100
+++ /var/tmp/diff_new_pack.AZbeNf/_new  2013-01-10 11:11:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geeqie
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,8 @@
 ## FIXME - Check on version update if support for the libchamplain we have in 
factory is finaly supported, last checked version 1.1
 Url:http://geeqie.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/project/geeqie/geeqie/geeqie-1.1/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM geeqie-bigendian.patch dval...@suse.com -- Fix build on 
big endian systems. Taken from upstream commit c6793b7
+Patch0: geeqie-bigendian.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-doc-utils
@@ -50,6 +52,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++ geeqie-bigendian.patch ++
Index: geeqie-1.1/src/image_load_tiff.c
===
--- geeqie-1.1.orig/src/image_load_tiff.c
+++ geeqie-1.1/src/image_load_tiff.c
@@ -326,18 +326,21 @@ static gboolean image_loader_tiff_load (
/* Turns out that the packing used by TIFFRGBAImage depends on 
 * the host byte order... 
 */ 
-   while (pixels  pixbuf-pixels + bytes) 
+   {
+   guchar *ptr = pixels;
+   while (ptr  pixels + bytes)
{
-   uint32 pixel = *(uint32 *)pixels;
+   uint32 pixel = *(uint32 *)ptr;
int r = TIFFGetR(pixel);
int g = TIFFGetG(pixel);
int b = TIFFGetB(pixel);
int a = TIFFGetA(pixel);
-   *pixels++ = r;
-   *pixels++ = g;
-   *pixels++ = b;
-   *pixels++ = a;
+   *ptr++ = r;
+   *ptr++ = g;
+   *ptr++ = b;
+   *ptr++ = a;
}
+   }
 #endif
 
lt-area_updated_cb(loader, 0, 0, width, height, lt-data);
@@ -419,4 +422,4 @@ void image_loader_backend_set_tiff(Image
 
 
 
-#endif
\ No newline at end of file
+#endif
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghostscript for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package ghostscript for openSUSE:Factory 
checked in at 2013-01-10 11:16:43

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


Package is ghostscript, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ghostscript/ghostscript-mini.changes 
2012-10-07 18:58:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghostscript.new/ghostscript-mini.changes
2013-01-10 11:16:44.0 +0100
@@ -1,0 +2,7 @@
+Thu Jan  3 11:58:51 CET 2013 - jsm...@suse.de
+
+- Provide libijs (that is not done via configure --with-ijs)
+  because libijs is needed by the pdftoijs filter in the
+  cups-filters package (see the README file in cups-filters).
+
+---
@@ -8 +15 @@
-  * remove moribund dumphint tool, ssee History9.htm and
+  * removed moribund dumphint tool, see History9.htm and
@@ -14,2 +21,2 @@
-- Disable -Wl,--as-needed, see upstream bug report
-  http://bugs.ghostscript.com/show_bug.cgi?id=693100
+- export SUSE_ASNEEDED=0 disables -Wl,--as-needed linker flags,
+  see http://bugs.ghostscript.com/show_bug.cgi?id=693100
--- /work/SRC/openSUSE:Factory/ghostscript/ghostscript.changes  2012-11-02 
07:31:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghostscript.new/ghostscript.changes 
2013-01-10 11:16:44.0 +0100
@@ -1,0 +2,7 @@
+Thu Jan  3 11:58:51 CET 2013 - jsm...@suse.de
+
+- Provide libijs (that is not done via configure --with-ijs)
+  because libijs is needed by the pdftoijs filter in the
+  cups-filters package (see the README file in cups-filters).
+
+---



Other differences:
--
++ ghostscript-mini.spec ++
--- /var/tmp/diff_new_pack.OfzdmG/_old  2013-01-10 11:16:46.0 +0100
+++ /var/tmp/diff_new_pack.OfzdmG/_new  2013-01-10 11:16:46.0 +0100
@@ -33,7 +33,7 @@
 # Source0...Source9 is for sources from upstream:
 # URL for Source0: 
http://downloads.ghostscript.com/public/ghostscript-9.06.tar.gz
 # URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
-# MD5 checksum for Source0: f7c6f0431ca8d44ee132a55d583212c1
+# MD5 checksum for Source0: 153ddb0622cb155d2f600146f1e28d84
 Source0:ghostscript-%{version}.tar.gz
 # Patch0...Patch9 is for patches from upstream:
 #
@@ -109,7 +109,8 @@
 This package contains the development files for Minimal Ghostscript.
 
 %prep
-# Be quiet when unpacking using a directory name matching Source0:
+# Be quiet when unpacking and
+# use a directory name matching Source0 to make it work also for 
ghostscript-mini:
 %setup -q -n ghostscript-%{version}
 
 %build
@@ -178,11 +179,32 @@
 make
 # Make libgs.so and two programs which use it, gsx and gsc:
 make so
+# Configure and make libijs (that is not done regardless --with-ijs above):
+pushd ijs
+./autogen.sh
+./configure --prefix=%{_prefix} \
+--bindir=%{_bindir} \
+--libdir=%{_libdir} \
+--datadir=%{_datadir} \
+--mandir=%{_mandir} \
+--infodir=%{_infodir} \
+--enable-shared \
+--disable-static
+make
+popd
 
 %install
 make install DESTDIR=%{buildroot}
 # Install libgs.so gsx gsc and some header files:
 make soinstall DESTDIR=%{buildroot}
+# Install libijs and its header files:
+pushd ijs
+make install DESTDIR=%{buildroot}
+popd
+# Remove installed ijs example client and server and its .la file:
+rm %{buildroot}%{_bindir}/ijs_client_example
+rm %{buildroot}%{_bindir}/ijs_server_example
+rm %{buildroot}%{_libdir}/libijs.la
 # Install documentation which is not installed by default
 # see http://bugs.ghostscript.com/show_bug.cgi?id=693002
 # and fail intentionally as notification if something changed:
@@ -280,6 +302,7 @@
 %doc %{_mandir}/man1/ps2pdfwr.1.gz
 %doc %{_mandir}/man1/ps2ps.1.gz
 %doc %{_mandir}/man1/wftopfa.1.gz
+%doc %{_mandir}/man1/ijs-config.1.gz
 %doc %{_mandir}/de/man1/dvipdf.1.gz
 %doc %{_mandir}/de/man1/eps2eps.1.gz
 %doc %{_mandir}/de/man1/font2c.1.gz
@@ -305,10 +328,15 @@
 %{_datadir}/ghostscript/%{version}/Resource/
 %{_libdir}/libgs.so.*
 %{_libdir}/ghostscript/
+%{_libdir}/libijs-0.35.so
 
 %files devel
 %defattr(-,root,root)
 %{_includedir}/ghostscript/
 %{_libdir}/libgs.so
+%{_bindir}/ijs-config
+%{_includedir}/ijs/
+%{_libdir}/libijs.so
+%{_libdir}/pkgconfig/ijs.pc
 
 %changelog

++ ghostscript.spec ++
--- /var/tmp/diff_new_pack.OfzdmG/_old  2013-01-10 11:16:46.0 +0100
+++ /var/tmp/diff_new_pack.OfzdmG/_new  2013-01-10 11:16:46.0 +0100
@@ -223,8 +223,9 @@
 This package contains the development files for Ghostscript.
 
 %prep
-# Be quiet when unpacking:
-%setup 

commit glibc for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2013-01-10 11:17:49

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


Package is glibc, Maintainer is sch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc-testsuite.changes2013-01-07 
14:47:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc-testsuite.changes   
2013-01-10 11:17:50.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan  8 09:53:38 UTC 2013 - co...@suse.com
+
+- add _constraints file to make sure glibc-testsuite only builds on big
+  hosts. Otherwise it's running out of memory and stalls
+
+---
glibc-utils.changes: same change
glibc.changes: same change

New:

  _constraints



Other differences:
--
++ glibc-testsuite.spec ++
--- /var/tmp/diff_new_pack.AylhAh/_old  2013-01-10 11:17:55.0 +0100
+++ /var/tmp/diff_new_pack.AylhAh/_new  2013-01-10 11:17:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glibc-testsuite
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

glibc-utils.spec: same change
glibc.spec: same change


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



commit glucat for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package glucat for openSUSE:Factory checked 
in at 2013-01-10 11:18:01

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


Package is glucat, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/glucat/glucat.changes2012-10-26 
17:04:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.glucat.new/glucat.changes   2013-01-10 
11:18:03.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan  8 07:52:17 UTC 2013 - badshah...@gmail.com
+
+- Update to version 0.7.1:
+  + Fixes a bug which prevented compilation in the case where the
+class glucat::framed_multi is based on std::map.
+
+---

Old:

  glucat-0.7.0.tar.gz

New:

  glucat-0.7.1.tar.gz



Other differences:
--
++ glucat.spec ++
--- /var/tmp/diff_new_pack.bwFTFd/_old  2013-01-10 11:18:04.0 +0100
+++ /var/tmp/diff_new_pack.bwFTFd/_new  2013-01-10 11:18:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glucat
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   glucat
-Version:0.7.0
+Version:0.7.1
 Release:0
 Summary:Library of C++ templates implementing universal Clifford 
algebras
 License:LGPL-3.0

++ glucat-0.7.0.tar.gz - glucat-0.7.1.tar.gz ++
 167225 lines of diff (skipped)

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



commit gnome-control-center for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2013-01-10 11:21:06

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


Package is gnome-control-center, Maintainer is gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2012-11-20 13:04:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2013-01-10 11:21:08.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec 27 17:46:07 UTC 2012 - mike.catanz...@gmail.com
+
+- Drop apg recommends: automatic password generatoion is no longer
+  done by spawning apg, but rather by using libpwquality directly.
+  
+---



Other differences:
--
++ gnome-control-center.spec ++
--- /var/tmp/diff_new_pack.ZaY4v6/_old  2013-01-10 11:21:10.0 +0100
+++ /var/tmp/diff_new_pack.ZaY4v6/_new  2013-01-10 11:21:10.0 +0100
@@ -107,7 +107,6 @@
 Requires:   nautilus
 Recommends: %{name}-lang
 Recommends: %{name}-user-faces
-Recommends: apg
 # the printers panel can use the dbus service
 Recommends: system-config-printer-dbus-service
 Provides:   acme


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



commit gnome-do for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gnome-do for openSUSE:Factory 
checked in at 2013-01-10 11:21:34

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-do/gnome-do.changes2012-05-03 
10:56:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-do.new/gnome-do.changes   2013-01-10 
11:21:35.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 12:32:50 UTC 2013 - dims...@opensuse.org
+
+- Add gnome-do-mono3.patch: Fix build with MONO 3.0.
+
+---

New:

  gnome-do-mono3.patch



Other differences:
--
++ gnome-do.spec ++
--- /var/tmp/diff_new_pack.lmxSfy/_old  2013-01-10 11:21:36.0 +0100
+++ /var/tmp/diff_new_pack.lmxSfy/_new  2013-01-10 11:21:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-do
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   gnome-do
 Version:0.9
 Release:0
@@ -27,6 +26,8 @@
 Patch0: gnome-do-OnlyShowIn.patch
 # PATCH-FIX-UPSTREAM gnome-do-quiet-autostart.patch lp#413596 vu...@novell.com 
-- Do not show the dialog when autostarted
 Patch1: gnome-do-quiet-autostart.patch
+# PATCH-FIX-UPSTREAM gnome-do-mono3.patch lp#1097712 dims...@opensuse.org -- 
Fix build with mono 3.0
+Patch2: gnome-do-mono3.patch
 Summary:A powerful, speedy, and sexy remote control for your GNOME 
Desktop
 License:GPL-3.0+
 Group:  Productivity/Other
@@ -82,6 +83,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fi

++ gnome-do-mono3.patch ++
Index: gnome-do-0.9/Do.Interface.Linux.Classic/Makefile.am
===
--- gnome-do-0.9.orig/Do.Interface.Linux.Classic/Makefile.am
+++ gnome-do-0.9/Do.Interface.Linux.Classic/Makefile.am
@@ -22,4 +22,5 @@ REFERENCES =  \
 PROJECT_REFERENCES = \
Do.Interface.Linux \
Do.Interface.Linux.AnimationBase \
-   Do.Platform
+   Do.Platform \
+   Do.Platform.Linux
Index: gnome-do-0.9/Do.Interface.Linux.GlassFrame/Makefile.am
===
--- gnome-do-0.9.orig/Do.Interface.Linux.GlassFrame/Makefile.am
+++ gnome-do-0.9/Do.Interface.Linux.GlassFrame/Makefile.am
@@ -21,4 +21,5 @@ REFERENCES =  \
 PROJECT_REFERENCES = \
Do.Interface.Linux \
Do.Interface.Linux.AnimationBase \
-   Do.Platform
+   Do.Platform \
+   Do.Platform.Linux
Index: gnome-do-0.9/Do.Interface.Linux.HUD/Makefile.am
===
--- gnome-do-0.9.orig/Do.Interface.Linux.HUD/Makefile.am
+++ gnome-do-0.9/Do.Interface.Linux.HUD/Makefile.am
@@ -21,4 +21,5 @@ REFERENCES =  \
 PROJECT_REFERENCES = \
Do.Interface.Linux \
Do.Interface.Linux.AnimationBase \
-   Do.Platform
+   Do.Platform \
+   Do.Platform.Linux
Index: gnome-do-0.9/Do.Interface.Linux.Mini/Makefile.am
===
--- gnome-do-0.9.orig/Do.Interface.Linux.Mini/Makefile.am
+++ gnome-do-0.9/Do.Interface.Linux.Mini/Makefile.am
@@ -21,4 +21,5 @@ REFERENCES =  \
 PROJECT_REFERENCES = \
Do.Interface.Linux \
Do.Interface.Linux.AnimationBase \
-   Do.Platform
+   Do.Platform \
+   Do.Platform.Linux
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libqt4 for openSUSE:12.1:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libqt4 for openSUSE:12.1:Update 
checked in at 2013-01-10 11:21:40

Comparing /work/SRC/openSUSE:12.1:Update/libqt4 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.libqt4.new (New)


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.7VZrjc/_old  2013-01-10 11:21:43.0 +0100
+++ /var/tmp/diff_new_pack.7VZrjc/_new  2013-01-10 11:21:43.0 +0100
@@ -1 +1 @@
-link package='libqt4.1165' cicount='copy' /
+link package='libqt4.1195' cicount='copy' /

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



commit libqt4-devel-doc.1194 for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libqt4-devel-doc.1194 for 
openSUSE:12.2:Update checked in at 2013-01-10 11:21:57

Comparing /work/SRC/openSUSE:12.2:Update/libqt4-devel-doc.1194 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.libqt4-devel-doc.1194.new (New)


Package is libqt4-devel-doc.1194, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=libqt4.1194 cicount=copy/--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libqt4-devel-doc for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libqt4-devel-doc for 
openSUSE:12.2:Update checked in at 2013-01-10 11:22:00

Comparing /work/SRC/openSUSE:12.2:Update/libqt4-devel-doc (Old)
 and  /work/SRC/openSUSE:12.2:Update/.libqt4-devel-doc.new (New)


Package is libqt4-devel-doc, Maintainer is dmuel...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Z2A8G3/_old  2013-01-10 11:22:02.0 +0100
+++ /var/tmp/diff_new_pack.Z2A8G3/_new  2013-01-10 11:22:02.0 +0100
@@ -1 +1 @@
-link package='libqt4-devel-doc.1022' cicount='copy' /
+link package='libqt4-devel-doc.1194' cicount='copy' /

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



commit libqt4-sql-plugins.1194 for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libqt4-sql-plugins.1194 for 
openSUSE:12.2:Update checked in at 2013-01-10 11:22:03

Comparing /work/SRC/openSUSE:12.2:Update/libqt4-sql-plugins.1194 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.libqt4-sql-plugins.1194.new (New)


Package is libqt4-sql-plugins.1194, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=libqt4.1194 cicount=copy/--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libqt4-sql-plugins for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libqt4-sql-plugins for 
openSUSE:12.2:Update checked in at 2013-01-10 11:22:05

Comparing /work/SRC/openSUSE:12.2:Update/libqt4-sql-plugins (Old)
 and  /work/SRC/openSUSE:12.2:Update/.libqt4-sql-plugins.new (New)


Package is libqt4-sql-plugins, Maintainer is dmuel...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.zs9XSI/_old  2013-01-10 11:22:06.0 +0100
+++ /var/tmp/diff_new_pack.zs9XSI/_new  2013-01-10 11:22:06.0 +0100
@@ -1 +1 @@
-link package='libqt4-sql-plugins.1022' cicount='copy' /
+link package='libqt4-sql-plugins.1194' cicount='copy' /

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



commit libqt4 for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libqt4 for openSUSE:12.2:Update 
checked in at 2013-01-10 11:22:10

Comparing /work/SRC/openSUSE:12.2:Update/libqt4 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.libqt4.new (New)


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.uff42Y/_old  2013-01-10 11:22:13.0 +0100
+++ /var/tmp/diff_new_pack.uff42Y/_new  2013-01-10 11:22:13.0 +0100
@@ -1 +1 @@
-link package='libqt4.1022' cicount='copy' /
+link package='libqt4.1194' cicount='copy' /

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



commit gnome-do-plugins for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gnome-do-plugins for 
openSUSE:Factory checked in at 2013-01-10 11:22:47

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


Package is gnome-do-plugins, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-do-plugins/gnome-do-plugins.changes
2012-12-14 07:05:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-do-plugins.new/gnome-do-plugins.changes   
2013-01-10 11:22:48.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 13:41:40 UTC 2013 - dims...@opensuse.org
+
+- Add gnome-do-plugins-mono3.patch: Fix build with mono 3.0.
+
+---

New:

  gnome-do-plugins-mono3.patch



Other differences:
--
++ gnome-do-plugins.spec ++
--- /var/tmp/diff_new_pack.r4ZY77/_old  2013-01-10 11:22:49.0 +0100
+++ /var/tmp/diff_new_pack.r4ZY77/_new  2013-01-10 11:22:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-do-plugins
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,8 @@
 Source: 
http://launchpad.net/do-plugins/trunk/0.8.4/+download/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM gnome-do-mono-detection.patch dims...@opensuse.org -- 
synchronize the mono compiler detection with gnome-do 0.9 (change already in 
bzr)
 Patch0: gnome-do-mono-detection.patch
+# PATCH-FIX-UPSTREAM gnome-do-plugins-mono3.patch lp#1097745 
dims...@opensuse.org -- Fix build with mono 3.0
+Patch1: gnome-do-plugins-mono3.patch
 Summary:Plugins for GNOME Do
 License:GPL-3.0
 Group:  Productivity/Other
@@ -85,6 +87,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 # Needed by patch0

++ gnome-do-plugins-mono3.patch ++
Index: gnome-do-plugins-0.8.4/DiskMounter/Makefile.am
===
--- gnome-do-plugins-0.8.4.orig/DiskMounter/Makefile.am
+++ gnome-do-plugins-0.8.4/DiskMounter/Makefile.am
@@ -15,5 +15,6 @@ RESOURCES = \
 REFERENCES = \
System \
System.Core \
+   $(GLIB_SHARP_20_LIBS) \
$(GNOME_VFS_SHARP_20_LIBS) \
$(DO_PLATFORM_LIBS)
Index: gnome-do-plugins-0.8.4/ImageShack/Makefile.am
===
--- gnome-do-plugins-0.8.4.orig/ImageShack/Makefile.am
+++ gnome-do-plugins-0.8.4/ImageShack/Makefile.am
@@ -19,6 +19,7 @@ REFERENCES = \
System \
System.Core \
System.Web \
+   System.Xml \
System.Xml.Linq \
$(GTK_SHARP_20_LIBS) \
$(DO_PLATFORM_LINUX_LIBS) \
Index: gnome-do-plugins-0.8.4/Tasque/src/Tasque.cs
===
--- gnome-do-plugins-0.8.4.orig/Tasque/src/Tasque.cs
+++ gnome-do-plugins-0.8.4/Tasque/src/Tasque.cs
@@ -39,6 +39,7 @@ namespace Tasque
} catch (Exception e) {
Log.Error (Could not read Tasque's category: 
{0}, e.Message);
Log.Debug (e.StackTrace);
+   categories = null;
}
return categories.Select (category = new 
TasqueCategoryItem (category));
}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-patch-translation for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gnome-patch-translation for 
openSUSE:Factory checked in at 2013-01-10 11:23:01

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


Package is gnome-patch-translation, Maintainer is orpha...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-patch-translation/gnome-patch-translation.changes
  2012-08-08 11:10:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-patch-translation.new/gnome-patch-translation.changes
 2013-01-10 11:23:03.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan  7 20:52:57 CET 2013 - sbra...@suse.cz
+
+- Updated ar, fr, hu, lt, pl, ro, wa.
+- Updated for the latest Factory (0 new strings, 3 obsolete).
+
+---



Other differences:
--
++ gnome-patch-translation.spec ++
--- /var/tmp/diff_new_pack.ASKJaZ/_old  2013-01-10 11:23:04.0 +0100
+++ /var/tmp/diff_new_pack.ASKJaZ/_new  2013-01-10 11:23:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-patch-translation
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-patch-translation
-Version:12.2
+Version:12.3
 Release:0
 Summary:Collect and Merge Translations From RPM Patches
 License:GPL-2.0+

++ HEADER.pot ++
--- /var/tmp/diff_new_pack.ASKJaZ/_old  2013-01-10 11:23:04.0 +0100
+++ /var/tmp/diff_new_pack.ASKJaZ/_new  2013-01-10 11:23:04.0 +0100
@@ -5,7 +5,7 @@
 msgid 
 msgstr 
 Project-Id-Version: PACKAGE VERSION\n
-POT-Creation-Date: 2011-10-14 18:27+0200\n
+POT-Creation-Date: 2013-01-07 22:00+0100\n
 PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
 Last-Translator: FULL NAME EMAIL@ADDRESS\n
 Language-Team: LANGUAGE l...@li.org\n

++ gnome-patch-translation-files.tar.bz2 ++
 21877 lines of diff (skipped)

++ gnome-patch-translation.tar.bz2 ++
 6521 lines of diff (skipped)

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



commit gphoto for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gphoto for openSUSE:Factory checked 
in at 2013-01-10 11:23:26

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


Package is gphoto, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gphoto/gphoto.changes2012-09-14 
12:25:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.gphoto.new/gphoto.changes   2013-01-10 
11:23:28.0 +0100
@@ -1,0 +2,13 @@
+Wed Jan  9 14:59:21 UTC 2013 - meiss...@suse.com
+
+- updated to 2.5.0.2 temp snapshot
+ * Fixed that the meaning of --keep and --no-keep was switched.
+ * Allow passing absolute filenames to
+   -p, -d, -r/--rmdir, -m/--mkdir, -t, --show-info, --get-metadata,
+   --get-raw-data, --get-audio-data,
+   like e.g.:
+   gphoto2 -p /store_00010001/DCIM/100D7000/DSC_0001.JPG
+ * -L --quiet  now prints a list of all files, 1 per line.
+ * -l --quiet  now prints a list of all folders, 1 per line.
+
+---

Old:

  gphoto2-2.5.0.tar.bz2

New:

  gphoto2-2.5.0.2.tar.bz2



Other differences:
--
++ gphoto.spec ++
--- /var/tmp/diff_new_pack.j4L4mE/_old  2013-01-10 11:23:29.0 +0100
+++ /var/tmp/diff_new_pack.j4L4mE/_new  2013-01-10 11:23:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gphoto
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 Summary:A Digital Camera Utility
 License:GPL-2.0+
 Group:  Hardware/Camera
-Version:2.5.0
+Version:2.5.0.2
 Release:0
 Source0:%{name}2-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ gphoto2-2.5.0.tar.bz2 - gphoto2-2.5.0.2.tar.bz2 ++
 58718 lines of diff (skipped)

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



commit gstreamer for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer/gstreamer.changes  2012-12-19 
20:46:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer.new/gstreamer.changes 2013-01-10 
11:27:23.0 +0100
@@ -1,0 +2,9 @@
+Wed Jan  9 09:51:23 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.0.5:
+  + Add GST_BIN_FLAG_NO_RESYNC flag that disables a resync when an
+element is added, removed or linked in the bin.
+  + Add OTHER clock type
+  + Bugs fixed: bgo#690915.
+
+---

Old:

  gstreamer-1.0.4.tar.xz

New:

  gstreamer-1.0.5.tar.xz



Other differences:
--
++ gstreamer-doc.spec ++
--- /var/tmp/diff_new_pack.DnT7m2/_old  2013-01-10 11:27:24.0 +0100
+++ /var/tmp/diff_new_pack.DnT7m2/_new  2013-01-10 11:27:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-doc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,14 @@
 Name:   gstreamer-doc
 %define _name   gstreamer
 %define build_doc 1
-Version:1.0.4
+Version:1.0.5
 Release:0
 %define gst_branch 1.0
 Summary:Streaming-Media Framework Runtime
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:http://gstreamer.freedesktop.org/
-Source0:
http://gstreamer.freedesktop.org/src/gstreamer/%{_name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gstreamer/1.0/%{_name}-%{version}.tar.xz
 Source1:gstreamer.macros
 Source2:gstreamer.prov
 Source99:   baselibs.conf

++ gstreamer.spec ++
--- /var/tmp/diff_new_pack.DnT7m2/_old  2013-01-10 11:27:24.0 +0100
+++ /var/tmp/diff_new_pack.DnT7m2/_new  2013-01-10 11:27:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,14 @@
 Name:   gstreamer
 %define _name   gstreamer
 %define build_doc 0
-Version:1.0.4
+Version:1.0.5
 Release:0
 %define gst_branch 1.0
 Summary:Streaming-Media Framework Runtime
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:http://gstreamer.freedesktop.org/
-Source0:
http://gstreamer.freedesktop.org/src/gstreamer/%{_name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gstreamer/1.0/%{_name}-%{version}.tar.xz
 Source1:gstreamer.macros
 Source2:gstreamer.prov
 Source99:   baselibs.conf

-- 
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

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2013-01-10 11:27:36

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-12-19 20:46:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new/gstreamer-plugins-bad.changes
 2013-01-10 11:27:38.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan  9 09:48:59 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.0.5:
+  + psdemux: tentative port to 1.0; take into account both DTS and
+PTS
+  + shm: Actually get the permissions on get_property
+  + waylandsink: do not default to fullscreen mode
+  + bgo#690097, bgo#690442.
+
+---

Old:

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

New:

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



Other differences:
--
++ gstreamer-plugins-bad.spec ++
--- /var/tmp/diff_new_pack.Y8YzGs/_old  2013-01-10 11:27:40.0 +0100
+++ /var/tmp/diff_new_pack.Y8YzGs/_new  2013-01-10 11:27:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-bad
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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.4
+Version:1.0.5
 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!)
@@ -444,7 +444,7 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstmodplug.so
 #%{_libdir}/gstreamer-%{gst_branch}/libgstmpeg4videoparse.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmpegpsdemux.so
-#%{_libdir}/gstreamer-%{gst_branch}/libgstmpegpsmux.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstmpegpsmux.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmpegtsdemux.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmpegtsmux.so
 #%{_libdir}/gstreamer-%{gst_branch}/libgstmpegvideoparse.so

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



commit gstreamer-plugins-base for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-base for 
openSUSE:Factory checked in at 2013-01-10 11:27:58

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


Package is gstreamer-plugins-base, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes
2012-12-19 20:46:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new/gstreamer-plugins-base.changes
   2013-01-10 11:28:00.0 +0100
@@ -1,0 +2,11 @@
+Wed Jan  9 09:49:21 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.0.5:
+  + alsasrc: don't output buffers without timestamps or with bogus
+timestamps
+  + discoverer, decodebin: fix state change re-sync race that might
+lead to deadlocks
+  + video: fix crashes with and frame sizes of A420 video format
+  + Bugs fixed: bgo#691244.
+
+---

Old:

  gst-plugins-base-1.0.4.tar.xz

New:

  gst-plugins-base-1.0.5.tar.xz



Other differences:
--
++ gstreamer-plugins-base.spec ++
--- /var/tmp/diff_new_pack.Ud5unt/_old  2013-01-10 11:28:01.0 +0100
+++ /var/tmp/diff_new_pack.Ud5unt/_new  2013-01-10 11:28:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-base
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   gstreamer-plugins-base
 %define _name gst-plugins-base
-Version:1.0.4
+Version:1.0.5
 Release:0
 %define gst_branch 1.0
 Url:http://gstreamer.freedesktop.org/
@@ -26,11 +26,11 @@
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 License:LGPL-2.1+ and GPL-2.0+
 Group:  Productivity/Multimedia/Other
-Source: 
http://gstreamer.freedesktop.org/src/gst-plugins-base/%{_name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gst-plugins-base/1.0/%{_name}-%{version}.tar.xz
 Source2:baselibs.conf
 BuildRequires:  cdparanoia-devel
 BuildRequires:  glib2-devel = 2.32
-BuildRequires:  gstreamer-devel = 1.0.0
+BuildRequires:  gstreamer-devel = 1.0.5
 BuildRequires:  gstreamer-utils  0.11
 BuildRequires:  gtk-doc = 1.12
 BuildRequires:  libICE-devel

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



commit obs-service-source_validator.1207 for openSUSE:12.1:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package obs-service-source_validator.1207 
for openSUSE:12.1:Update checked in at 2013-01-10 11:58:30

Comparing /work/SRC/openSUSE:12.1:Update/obs-service-source_validator.1207 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.obs-service-source_validator.1207.new 
(New)


Package is obs-service-source_validator.1207, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:12.1:Update/.obs-service-source_validator.1207.new/obs-service-source_validator.changes
  2013-01-10 11:58:32.0 +0100
@@ -0,0 +1,169 @@
+---
+Mon Jan  7 13:28:44 CET 2013 - r...@suse.de
+
+- exit if tmpdir creation fails (bnc#796918) 
+
+---
+Wed Jun 13 17:13:49 CEST 2012 - r...@suse.de
+
+- also ignore Requires(.*) lines (bnc#724609) 
+
+---
+Wed Jun 13 15:01:39 CEST 2012 - r...@suse.de
+
+- allow %{nil} just as %nil
+
+---
+Fri Apr 27 14:07:07 CEST 2012 - r...@suse.de
+
+- use --nodeps with rpmbuild in 20-files-present-and-referenced 
+
+---
+Mon Feb 27 10:54:20 CET 2012 - dmuel...@suse.de
+
+- fix requires for factory 
+
+---
+Tue Feb 14 10:14:25 UTC 2012 - adr...@suse.de
+
+- add requires to perl-TimeDate
+
+---
+Mon Feb 13 10:51:16 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Mon Feb 13 10:51:16 UTC 2012 - r...@suse.com
+
+- do not complain for commented out rpmlintrc lines
+- Update 20-files-present-and-referenced to ignore .git and
+  .emacs.backup
+- Change bright yellow into good old brown
+
+---
+Fri Sep 23 08:30:45 UTC 2011 - adr...@suse.de
+
+- rename osc-source_validator package into osc-service-source_validator
+- obsolete osc-source_validator
+- roll tar ball from new git at github.com
+
+---
+Fri Jul  1 17:12:32 CEST 2011 - r...@suse.de
+
+- prevent dupes for Release and Version along with Name
+
+---
+Mon May 30 11:53:53 CEST 2011 - r...@suse.de
+
+- fix bug with Patch in comments 
+
+---
+Mon May  9 13:47:29 UTC 2011 - r...@novell.com
+
+- try to fix bnc#679980 
+
+---
+Wed Apr 20 17:30:19 CEST 2011 - r...@suse.de
+
+- find another form of commenting out patches
+  in check_patches_applied 
+
+---
+Mon Apr 18 01:06:59 CEST 2011 - r...@suse.de
+
+- Also check if files are tracked by osc
+- catch some more syntax variants in check_patches_applied
+- do tracked-check only in osc mode
+
+---
+Tue Apr 12 16:40:58 CEST 2011 - r...@suse.de
+
+- activate the patches_applied check for real,
+  errors out if errors found 
+
+---
+Mon Apr  4 13:15:11 CEST 2011 - r...@suse.de
+
+- add debian special files
+
+---
+Wed Mar 30 12:38:16 CEST 2011 - r...@suse.de
+
+- add colors to output of check_patches_applied
+  but no colors for batchmode
+
+---
+Fri Feb 18 11:39:29 UTC 2011 - j...@novell.com
+
+- retry broken sr#59008
+- added another set of runtime-fixes.diff
+  * accept .orig and ~ files in working directories.
+  * UI consistency improved.
+
+---
+Sat Feb 12 11:10:42 UTC 2011 - r...@novell.com
+
+- 50-spec-version: show warning only once per specfile 
+
+---
+Thu Jan 13 14:29:54 CET 2011 - r...@suse.de
+
+- move COPYING file to docdir (prevent permission denied trying
+  to execute it as a checkscript) 
+
+---
+Thu Jan 13 12:52:36 CET 2011 - r...@suse.de
+
+- switch source to git (gitorious/opensuse)
+- convert_changes_to_rpm_changelog make regex a little stricter
+  looking for date line
+- 20-files-present-and-referenced add %rubygems_requires to
+  prunelist
+- add some helper files to create tar and 

commit obs-service-source_validator for openSUSE:12.1:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package obs-service-source_validator for 
openSUSE:12.1:Update checked in at 2013-01-10 11:58:33

Comparing /work/SRC/openSUSE:12.1:Update/obs-service-source_validator (Old)
 and  /work/SRC/openSUSE:12.1:Update/.obs-service-source_validator.new (New)


Package is obs-service-source_validator, Maintainer is adr...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.gcxMGZ/_old  2013-01-10 11:58:35.0 +0100
+++ /var/tmp/diff_new_pack.gcxMGZ/_new  2013-01-10 11:58:35.0 +0100
@@ -1 +1 @@
-link package='obs-service-source_validator.374' cicount='copy' /
+link package='obs-service-source_validator.1207' cicount='copy' /

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



commit obs-service-source_validator.1206 for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package obs-service-source_validator.1206 
for openSUSE:12.2:Update checked in at 2013-01-10 11:58:42

Comparing /work/SRC/openSUSE:12.2:Update/obs-service-source_validator.1206 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.obs-service-source_validator.1206.new 
(New)


Package is obs-service-source_validator.1206, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:12.2:Update/.obs-service-source_validator.1206.new/obs-service-source_validator.changes
  2013-01-10 11:58:45.0 +0100
@@ -0,0 +1,169 @@
+---
+Mon Jan  7 13:28:44 CET 2013 - r...@suse.de
+
+- exit if tmpdir creation fails (bnc#796918) 
+
+---
+Wed Jun 13 17:13:49 CEST 2012 - r...@suse.de
+
+- also ignore Requires(.*) lines (bnc#724609) 
+
+---
+Wed Jun 13 15:01:39 CEST 2012 - r...@suse.de
+
+- allow %{nil} just as %nil
+
+---
+Fri Apr 27 14:07:07 CEST 2012 - r...@suse.de
+
+- use --nodeps with rpmbuild in 20-files-present-and-referenced 
+
+---
+Mon Feb 27 10:54:20 CET 2012 - dmuel...@suse.de
+
+- fix requires for factory 
+
+---
+Tue Feb 14 10:14:25 UTC 2012 - adr...@suse.de
+
+- add requires to perl-TimeDate
+
+---
+Mon Feb 13 10:51:16 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Mon Feb 13 10:51:16 UTC 2012 - r...@suse.com
+
+- do not complain for commented out rpmlintrc lines
+- Update 20-files-present-and-referenced to ignore .git and
+  .emacs.backup
+- Change bright yellow into good old brown
+
+---
+Fri Sep 23 08:30:45 UTC 2011 - adr...@suse.de
+
+- rename osc-source_validator package into osc-service-source_validator
+- obsolete osc-source_validator
+- roll tar ball from new git at github.com
+
+---
+Fri Jul  1 17:12:32 CEST 2011 - r...@suse.de
+
+- prevent dupes for Release and Version along with Name
+
+---
+Mon May 30 11:53:53 CEST 2011 - r...@suse.de
+
+- fix bug with Patch in comments 
+
+---
+Mon May  9 13:47:29 UTC 2011 - r...@novell.com
+
+- try to fix bnc#679980 
+
+---
+Wed Apr 20 17:30:19 CEST 2011 - r...@suse.de
+
+- find another form of commenting out patches
+  in check_patches_applied 
+
+---
+Mon Apr 18 01:06:59 CEST 2011 - r...@suse.de
+
+- Also check if files are tracked by osc
+- catch some more syntax variants in check_patches_applied
+- do tracked-check only in osc mode
+
+---
+Tue Apr 12 16:40:58 CEST 2011 - r...@suse.de
+
+- activate the patches_applied check for real,
+  errors out if errors found 
+
+---
+Mon Apr  4 13:15:11 CEST 2011 - r...@suse.de
+
+- add debian special files
+
+---
+Wed Mar 30 12:38:16 CEST 2011 - r...@suse.de
+
+- add colors to output of check_patches_applied
+  but no colors for batchmode
+
+---
+Fri Feb 18 11:39:29 UTC 2011 - j...@novell.com
+
+- retry broken sr#59008
+- added another set of runtime-fixes.diff
+  * accept .orig and ~ files in working directories.
+  * UI consistency improved.
+
+---
+Sat Feb 12 11:10:42 UTC 2011 - r...@novell.com
+
+- 50-spec-version: show warning only once per specfile 
+
+---
+Thu Jan 13 14:29:54 CET 2011 - r...@suse.de
+
+- move COPYING file to docdir (prevent permission denied trying
+  to execute it as a checkscript) 
+
+---
+Thu Jan 13 12:52:36 CET 2011 - r...@suse.de
+
+- switch source to git (gitorious/opensuse)
+- convert_changes_to_rpm_changelog make regex a little stricter
+  looking for date line
+- 20-files-present-and-referenced add %rubygems_requires to
+  prunelist
+- add some helper files to create tar and 

commit obs-service-source_validator for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package obs-service-source_validator for 
openSUSE:12.2:Update checked in at 2013-01-10 11:58:47

Comparing /work/SRC/openSUSE:12.2:Update/obs-service-source_validator (Old)
 and  /work/SRC/openSUSE:12.2:Update/.obs-service-source_validator.new (New)


Package is obs-service-source_validator, Maintainer is adr...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='obs-service-source_validator.1206' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patchinfo.1206 for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1206 for 
openSUSE:12.2:Update checked in at 2013-01-10 11:58:50

Comparing /work/SRC/openSUSE:12.2:Update/patchinfo.1206 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.patchinfo.1206.new (New)


Package is patchinfo.1206, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packageroertel/packager
  categoryrecommended/category
  ratinglow/rating
  summaryosc-service-source_validator: exit if tmpdir creation fails/summary
  descriptionThis update fixes the following issue for 
osc-service-source_validator:
- bnc#796918: exit if tmpdir creation fails/description
  issue tracker=bnc id=796918obs-service-source_validator continues after 
failing to create TMPDIR/issue
/patchinfo
-- 
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

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-good for 
openSUSE:Factory checked in at 2013-01-10 12:12:11

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-12-19 20:47:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new/gstreamer-plugins-good.changes
   2013-01-10 12:12:12.0 +0100
@@ -1,0 +2,12 @@
+Wed Jan  9 09:49:37 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.0.5:
+  + rtspsrc: fix regression that make rtspsrc hang when stopping
+  + audio/video parsers: fix negotiation with encoders in some
+transcoding cases
+  + cairo: port cairooverlay to 1.0
+  + jpegenc: pass flow returns upstream
+  + qtdemux: fix pixel-aspect-ratio of some files with ProRes video
+  + Bugs fixed: bgo#690184, bgo#690476, bgo#691098.
+
+---

Old:

  gst-plugins-good-1.0.4.tar.xz

New:

  gst-plugins-good-1.0.5.tar.xz



Other differences:
--
++ gstreamer-plugins-good.spec ++
--- /var/tmp/diff_new_pack.yFL05F/_old  2013-01-10 12:12:14.0 +0100
+++ /var/tmp/diff_new_pack.yFL05F/_new  2013-01-10 12:12:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-good
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,14 +22,14 @@
 
 Name:   gstreamer-plugins-good
 %define _name gst-plugins-good
-Version:1.0.4
+Version:1.0.5
 Release:0
 %define gst_branch 1.0
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:http://gstreamer.freedesktop.org/
-Source0:
http://gstreamer.freedesktop.org/src/gst-plugins-good/%{_name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gst-plugins-good/1.0/%{_name}-%{version}.tar.xz
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
 %endif
@@ -54,7 +54,7 @@
 %endif
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(caca)
-BuildRequires:  pkgconfig(cairo) = 1.0.0
+BuildRequires:  pkgconfig(cairo) = 1.10.0
 BuildRequires:  pkgconfig(cairo-gobject) = 1.10.0
 BuildRequires:  pkgconfig(flac) = 1.1.4
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) = 2.8.0
@@ -149,8 +149,7 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstauparse.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstautodetect.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstavi.so
-# Not yet ported
-#%{_libdir}/gstreamer-%{gst_branch}/libgstcairo.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstcairo.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstcutter.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstdebug.so
 # Not yet ported

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



commit gstreamer-plugins-ugly for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-ugly for 
openSUSE:Factory checked in at 2013-01-10 12:54:32

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


Package is gstreamer-plugins-ugly, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes
2012-12-19 20:47:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new/gstreamer-plugins-ugly.changes
   2013-01-10 12:54:33.0 +0100
@@ -1,0 +2,7 @@
+Wed Jan  9 09:49:49 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.0.5:
+  + Fix build with automake 1.13.
+  + mpeg2dec: debug logging printf format fixes.
+
+---

Old:

  gst-plugins-ugly-1.0.4-patched.tar.xz
  gst-plugins-ugly-1.0.4.tar.xz

New:

  gst-plugins-ugly-1.0.5-patched.tar.xz
  gst-plugins-ugly-1.0.5.tar.xz



Other differences:
--
++ gstreamer-plugins-ugly.spec ++
--- /var/tmp/diff_new_pack.FoWSCG/_old  2013-01-10 12:54:36.0 +0100
+++ /var/tmp/diff_new_pack.FoWSCG/_new  2013-01-10 12:54:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-ugly
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 %define _experimental 1
 
 Name:   gstreamer-plugins-ugly
-Version:1.0.4
+Version:1.0.5
 Release:0
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 License:LGPL-2.1+

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



commit harfbuzz for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package harfbuzz for openSUSE:Factory 
checked in at 2013-01-10 12:56:40

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


Package is harfbuzz, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/harfbuzz/harfbuzz.changes2012-12-14 
09:17:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.harfbuzz.new/harfbuzz.changes   2013-01-10 
12:56:43.0 +0100
@@ -1,0 +2,13 @@
+Tue Jan  8 16:23:57 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.9.10:
+  + [Indic] Fixed rendering of Malayalam dot-reph
+  + Updated OT language tags.
+  + Updated graphite2 backend.
+  + Improved hb_ot_layout_get_size_params() logic.
+  + Improve hb-shape/hb-view help output.
+  + Fixed hb-set.h implementation to not crash.
+  + Fixed various issues with hb_ot_layout_collect_lookups().
+  + Various build fixes.
+
+---

Old:

  harfbuzz-0.9.9.tar.bz2

New:

  harfbuzz-0.9.10.tar.bz2



Other differences:
--
++ harfbuzz.spec ++
--- /var/tmp/diff_new_pack.dphBEM/_old  2013-01-10 12:56:46.0 +0100
+++ /var/tmp/diff_new_pack.dphBEM/_new  2013-01-10 12:56:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package harfbuzz
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   harfbuzz
-Version:0.9.9
+Version:0.9.10
 Release:0
 # FIXME: graphite2 is not packaged / 
http://projects.palaso.org/projects/graphitedev
 Summary:An OpenType text shaping engine

++ harfbuzz-0.9.9.tar.bz2 - harfbuzz-0.9.10.tar.bz2 ++
 5145 lines of diff (skipped)

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



commit horde5-turba for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package horde5-turba for openSUSE:Factory 
checked in at 2013-01-10 12:58:11

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


Package is horde5-turba, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.horde5-turba.new/horde5-turba.changes   
2013-01-10 12:58:11.0 +0100
@@ -0,0 +1,118 @@
+---
+Thu Dec 13 09:38:29 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- move configuration to /etc
+- use an apache snippet instead of .htaccess
+
+---
+Fri Dec 07 09:54:26 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- Version 4.0.1 for Horde 5
+- [jan] Fix decode_attribute hook when exporting to vCard (k...@tu-cottbus.de, 
Bug #11123).
+- [jan] Update Hungarian translation (Zoltán Németh nemeth.zol...@etit.hu).
+- [jan] Only connect to LDAP driver for read/write requests (Dominique Lalot 
dom.la...@gmail.com, Request #11082).
+- [mjr] Fix bug that caused time shifting of contact birthday and anniversary 
values from ActiveSync devices for users in certain timezones.
+- [jan] Update Swedish translation (Per Olof Ljungmark p...@bsdlabs.com).
+- [jan] Update Italian translation (Emilien emil...@wifi.e4a.it).
+- [jan] Fix number of contacts in a list that cannot be displayed.
+- [jan] Update Slovak translation (Marika Schvarczova 
schvarczova.mar...@domeny.sk).
+- [jan] Update Czech translation (Michal Foist mic...@foist.cz).
+- [mjr] Add ability to return count of objects matching search in place of 
full result set.
+- [jan] Update Turkish translation (Istanbul Technical University).
+- [jan] Fix strict searching in favourites driver (Bug #11207).
+- [jan] Fix sorting of columns in preferences (Bug #10795).
+- [jan] Remove user's address books when removing users, independent from 
address book permissions.
+- [mms] Fix infinite loop if array was passed to delete API call.
+- [mms] Fix descending sorting of result lists.
+- [mms] Return to same page when deleting contact from browse view.
+- [jan] Update Polish translation (Krzysztof Kozera krzysztof...@o2.pl).
+
+---
+Sun May 20 06:02:12 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- version 3.0.13
+- [mjr] Ensure contact lists are always populated with their members (Bug 
#10961).
+- [jan] Fix SyncML compatibility with work/home phone numbers and newer 
Funambol clients (Bug #10912).
+- [mjr] Implement more flexible ActiveSync synchronization of names and 
addresses.
+- [jan] Fix address book sorting in preferences (Bug #10897).
+- [mms] Improved navigation when editing group entries.
+- [jan] Fix decode_attribute hook when exporting to vCard (k...@tu-cottbus.de, 
Bug #11123).
+- [jan] Update Hungarian translation 
+- [jan] Only connect to LDAP driver for read/write requests Dominique Lalot  
Request #11082).
+- [mjr] Fix bug that caused time shifting of contact birthday and anniversary 
values from ActiveSync devices for users in certain timezones.
+
+---
+Fri Feb  3 09:49:43 UTC 2012 - cfarr...@suse.com
+
+- license update: Apache-1.1
+  This is the 5 clause Apache-1.1 license, not the 6 clause Apache-1.0
+
+---
+Tue Jan 17 16:43:12 UTC 2012 - l...@b1-systems.de
+
+- version 3.0.11
+- [jan] Add missing migration script (Bug #10436).
+- [jan] Fix attribute name for assistant phone (Bug #10449).
+- [rla] Turba LDAP Driver now only rewrites changed attributes (Bug #9343).
+- [mjr] Run attribute values through decode_attribute hook when exporting.
+- [mjr] Ensure encode_attribute hook is called on imported objects.
+- [mjr] Improve handling of removeUserData.
+- [mjr] Honor auto_create configuration setting (qoole.ho...@lillimoth.com, 
Bug #10452)
+- [jan] Donapos;t allow to search binary fields.
+- [mjr] Add the ability to specify the fields to return from contacts/search.
+- [jan] Fix importing contacts with composite fields.
+- [jan] Fix LDAP connection test (Bug #10554).
+- [gwr] Avoid including the owner name into the default share (Kolab backend).
+- [jan] Set VOICE parameter when exporting phone numbers to vCard (Request 
#10349).
+- [jan] Fix importing vCards with empty X-ANNIVERSARY attributes (Bug #10557).
+- [jan] Update Japanese translation (Hiromi Kimura 
lt;hir...@tac.tsukuba.ac.jpgt;).
+
+---
+Sat Aug 27 20:09:05 UTC 2011 - l...@b1-systems.de
+
+- version 3.0.7
+- [mjr] Fix issue with synchronizing deleted contacts (Bug #10422).

commit branding-openSUSE for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory checked in at 2013-01-10 13:01:24

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


Package is branding-openSUSE, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes  
2013-01-03 13:54:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 
2013-01-10 13:01:26.0 +0100
@@ -1,0 +2,16 @@
+Thu Jan 10 09:41:57 UTC 2013 - co...@suse.com
+
+- fix product version in gfxboot welcome screen
+
+---
+Thu Jan 10 08:40:55 UTC 2013 - co...@suse.com
+
+- update from git with kdm and kpslashx updates
+- remove more bootsplash
+
+---
+Wed Jan  9 09:25:55 UTC 2013 - dmitr...@opensuse.org
+
+- Restore gfxboot welcome text
+
+---
@@ -23 +39 @@
-Sat Aug  4 07:25:56 UTC 2012 - dmi...@roshchin.org
+Sat Aug  4 07:25:56 UTC 2012 - dmitr...@opensuse.org



Other differences:
--
++ branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.VTGChJ/_old  2013-01-10 13:01:30.0 +0100
+++ /var/tmp/diff_new_pack.VTGChJ/_new  2013-01-10 13:01:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package branding-openSUSE
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -265,6 +265,7 @@
   cp openSUSE/gfxboot/$i gfx/openSUSE/$i
 done
 pushd gfx/openSUSE
+sed -i -e s,product=.*,product=openSUSE %{version}, config
 
 export PATH=/usr/sbin:$PATH
 make

++ openSUSE.tar.gz ++
/work/SRC/openSUSE:Factory/branding-openSUSE/openSUSE.tar.gz 
/work/SRC/openSUSE:Factory/.branding-openSUSE.new/openSUSE.tar.gz differ: char 
5, line 1

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



commit evas for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package evas for openSUSE:Factory checked in 
at 2013-01-10 13:01:52

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


Package is evas, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/evas/evas.changes2012-12-28 
14:59:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.evas.new/evas.changes   2013-01-10 
13:01:55.0 +0100
@@ -1,0 +2,42 @@
+Fri Jan  4 21:40:01 UTC 2013 - sleep_wal...@suse.cz
+
+- update to 1.7.5
+  Changes since Evas 1.7.4:
+   * Fix mask write lines to not choose too small segments
+
+---
+Sat Dec 29 01:21:34 UTC 2012 - sleep_wal...@suse.cz
+
+- add fribidi to dependencies
+- fix condition for compiler
+
+---
+Thu Dec 27 13:59:23 UTC 2012 - sleep_wal...@suse.cz
+
+- separate examples to its subpackage
+
+---
+Fri Dec 21 16:04:51 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 1.7.4
+  Changes since Evas 1.7.3:
+   * Fix the gl line incorrect position drawing.
+   * Fix uninitialized data in Evas_Smart initialization code.
+   * Fix potential segv in software engine native_set call.
+   * Fix uninitialized data in OpenGL engine native_set call.
+   * Fix crash when precise_is_inside is set on an image, and
+ events are generated from it.
+   * Properly close async pipe fd on exec.
+   * Fix the line drawing clipping problem on arm gl driver.
+   * Fix big rendering/conversion problem in kvm/qemu 24bpp.
+   * Fix Evas RGBA_Image-flags.loaded for copied images.
+   * Fix evas_object_image_is_inside()
+   * Fix small memory leak in evas_bidi_utils error path
+
+
+---
+Thu Dec 20 21:40:44 UTC 2012 - sleep_wal...@suse.cz
+
+- add man documentation as well
+
+---

Old:

  evas-1.7.3.tar.bz2

New:

  evas-1.7.5.tar.bz2



Other differences:
--
++ evas.spec ++
--- /var/tmp/diff_new_pack.1VHauz/_old  2013-01-10 13:01:56.0 +0100
+++ /var/tmp/diff_new_pack.1VHauz/_new  2013-01-10 13:01:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evas
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   evas
-Version:1.7.3
+Version:1.7.5
 Release:0
 Summary:Canvas and scenegraph rendering library
 License:BSD-2-Clause
@@ -31,6 +31,7 @@
 BuildRequires:  eina-devel = %version
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
+BuildRequires:  fribidi-devel
 BuildRequires:  giflib-devel
 BuildRequires:  glibc-devel
 BuildRequires:  libjpeg-devel
@@ -95,6 +96,20 @@
 %description doc-html
 Documentation of Evas library in form of HTML pages.
 
+%package doc-man
+Summary:Man documentation of Evas
+Group:  Documentation/Man
+
+%description doc-man
+Documentation of Evas library in form of man pages.
+
+%package examples
+Summary:Evas usage example
+Group:  Documentation/Other
+
+%description examples
+Example of usage of Evas library.
+
 %prep
 %setup -q
 
@@ -105,7 +120,7 @@
 FAKE_DOCDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%a %%b 
%%d %%Y %T')
 sed -i 
s/\$datetime/$FAKE_DOCDATETIME/g;s/\$date/$FAKE_DOCDATE/g;s/\$year/$FAKEDOCYEAR/g
 doc/*.html
 
-%if 0%{?sles_version} = 10
+%if 0%{?sles_version}   0%{?sles_version} = 10
 # old gcc without intristic
%configure --disable-static --disable-cpu-sse3  
--enable-image-loader-generic --enable-software-16-x11
 %else
@@ -121,6 +136,8 @@
 echo Copying HTML documentation
 mkdir -p %{buildroot}%{_docdir}/%{name}
 /bin/cp -vr doc/html %{buildroot}%{_docdir}/%{name}
+echo Copying MAN pages
+/bin/cp -vr doc/man/ %{buildroot}%{_mandir}/
 # fix line endings
 find %{buildroot}%{_docdir} -name '*.eps' | xargs sed -i 's@\r@\n@g'
 # fix permissions
@@ -129,6 +146,7 @@
 # remove duplicates
 %if 0%{?suse_version}
 %fdupes -s %{buildroot}%{_docdir}
+%fdupes -s %{buildroot}%{_mandir}
 %endif
 
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
@@ -175,7 +193,8 @@
 %{_includedir}/evas-1/
 %{_libdir}/pkgconfig/evas*.pc
 %{_libdir}/libevas.so
-%{_datadir}/evas/
+%dir %{_datadir}/evas/
+%{_datadir}/evas/checkme
 %{_libexecdir}/evas_*
 %{_libexecdir}/dummy_slave
 
@@ -183,4 +202,12 

commit exim for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package exim for openSUSE:Factory checked in 
at 2013-01-10 13:02:21

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


Package is exim, Maintainer is po...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/exim/exim.changes2012-10-27 
07:38:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.exim.new/exim.changes   2013-01-10 
13:02:23.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  9 19:02:27 UTC 2013 - l...@samba.org
+
+- Execute the run_permissions macro on pre-11.4 systems and else the
+  set_permission one if available; (bnc#764120).
+
+---



Other differences:
--
++ exim.spec ++
--- /var/tmp/diff_new_pack.nz5ZB4/_old  2013-01-10 13:02:24.0 +0100
+++ /var/tmp/diff_new_pack.nz5ZB4/_new  2013-01-10 13:02:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package exim
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -319,7 +319,11 @@
 install -D -m 0644 $RPM_SOURCE_DIR/apparmor.usr.sbin.exim 
$RPM_BUILD_ROOT/etc/apparmor/profiles/extras/usr.sbin.exim
 
 %post
+%if 0%{?suse_version}  1131
 %run_permissions
+%else
+%set_permissions /usr/sbin/exim
+%endif
 if ! test -s etc/exim/exim.conf; then
if test -s etc/exim.conf; then
mv etc/exim.conf etc/exim/

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



commit xf86-input-synaptics.1199 for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-synaptics.1199 for 
openSUSE:12.2:Update checked in at 2013-01-10 13:03:19

Comparing /work/SRC/openSUSE:12.2:Update/xf86-input-synaptics.1199 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.xf86-input-synaptics.1199.new (New)


Package is xf86-input-synaptics.1199, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:12.2:Update/.xf86-input-synaptics.1199.new/xf86-input-synaptics.changes
  2013-01-10 13:03:22.0 +0100
@@ -0,0 +1,110 @@
+---
+Thu Jan  3 16:54:31 UTC 2013 - s...@bugs.jan.ritzerfeld.org
+
+- Add xf86-input-synaptics-reset-num-active-touches-on-device-off.diff
+  patch: reset num_active_touches on DeviceOff (bnc#779452)
+
+---
+Thu Jul 26 11:31:31 CEST 2012 - ti...@suse.de
+
+- Drop broken LED double-tap patches (bnc#768506,bnc#765524)
+
+---
+Fri Jun 29 17:05:54 CEST 2012 - ti...@suse.de
+
+- Fix double-tap LED behavior (bnc#768506)
+- Enable tap-to-click as default (bnc#722457)
+
+---
+Thu Jun 14 10:51:47 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.6.2
+  + #49439: out-of-bounds access if a touch was active at driver init
+  + #49965: disallow scroll distances on 0 to avoid division by 0
+  + Fix coasting for negative scroll deltas
+  + More fixes to avoid jumpy cursors on resume
+
+
+---
+Wed Jun  6 15:45:07 CEST 2012 - ti...@suse.de
+
+- Remove obsoleted patches and revive LED double-tap (bnc#765524)
+  * Remove obsoleted clickpad patches:
+xf86-input-synaptics-add-clickpad-support.diff
+xf86-input-synaptics-fix-clickpad-capabilities.diff
+xf86-input-synaptics-clickpad-doc-update.diff
+  * Remove obsoleted stability patches:
+xf86-input-synaptics-filter-bogus-coord.diff
+xf86-input-synaptics-move-threshold.diff
+  * Revive LED double-tap patch:
+xf86-input-synaptics-led-double-tap.diff
+
+---
+Fri May 11 07:51:22 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.6.1:
+  + Fix wrong conversion causing coasting to be triggered on almost
+all scroll events.
+  + Fix bug where, on clickpads, moving the clicking finger out of
+the soft button area caused erroneous button events.
+- Rebase xf86-input-synaptics-wait.diff,
+  xf86-input-synaptics-add-clickpad-support.diff,
+  xf86-input-synaptics-add-led-support.diff,
+  xf86-input-synaptics-fix-clickpad-capabilities.diff,
+  xf86-input-synaptics-filter-bogus-coord.diff: this is needed
+  because of whitespace changes in the code.
+
+---
+Wed May  9 08:46:12 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.6.0:
+  + Fix coasting for negative scroll directions.
+  + Fix issues on resuming after suspend.
+  + Documentation fixes.
+  + Build fixes.
+- Changes from version 1.5.99.904:
+  + Ensure hw millis are monotonic.
+  + Don't release the button on TS_3 if TapAndDrag is disabled.
+  + Various scroll-related fixes.
+  + Various coasting-related fixes.
+  + Several other bug fixes.
+- Rebase xf86-input-synaptics-clickpad-doc-update.diff and
+  xf86-input-synaptics-filter-bogus-coord.diff.
+
+---
+Mon Apr 23 20:28:34 UTC 2012 - dims...@opensuse.org
+
+- Disable xf86-input-synaptics-move-threshold.diff: having this
+  patch enabled and touching the pad resets X.
+
+---
+Thu Apr 19 21:00:39 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.5.99.903:
+  + Support inverted scroll direction.
+  + Use maximum number of touches reported by evdev
+  + Don't count fingers twice when guessing distance (fdo#48316)
+  + Replace hardcoded max number of touches with a define.
+  + Check touch record bounds before access
+  + Do not perform a tap action when more than three touches
+  + Count number of multitouch touches for multitouch finger count
+  + conf: the bcm5974 doesn't have Apple in the product name
+- Drop patches:
+  + xf86-input-synaptics-settings.diff
+  + xf86-input-synaptics-led-double-tap.diff
+  + xf86-input-synaptics-clickpad-threshold.diff
+- Rebased patches:
+  + xf86-input-synaptics-add-clickpad-support.diff
+  + xf86-input-synaptics-add-led-support.diff
+  + xf86-input-synaptics-fix-clickpad-capabilities.diff
+  + xf86-input-synaptics-move-threshold.diff
+  + xf86-input-synaptics-filter-bogus-coord.diff

commit xf86-input-synaptics for openSUSE:12.2:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-synaptics for 
openSUSE:12.2:Update checked in at 2013-01-10 13:03:25

Comparing /work/SRC/openSUSE:12.2:Update/xf86-input-synaptics (Old)
 and  /work/SRC/openSUSE:12.2:Update/.xf86-input-synaptics.new (New)


Package is xf86-input-synaptics, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='xf86-input-synaptics.1199' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit flash-player for openSUSE:12.1:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:12.1:Update checked in at 2013-01-10 13:03:50

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.lDtc9a/_old  2013-01-10 13:03:52.0 +0100
+++ /var/tmp/diff_new_pack.lDtc9a/_new  2013-01-10 13:03:52.0 +0100
@@ -1 +1 @@
-link package='flash-player.1169' cicount='copy' /
+link package='flash-player.1213' cicount='copy' /

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



commit patchinfo.1213 for openSUSE:12.1:Update

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1213 for 
openSUSE:12.1:Update checked in at 2013-01-10 13:03:53

Comparing /work/SRC/openSUSE:12.1:Update/patchinfo.1213 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.patchinfo.1213.new (New)


Package is patchinfo.1213, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=797442 tracker=bncflash player: 11.2.202.261/issue
  issue id=CVE-2013-0630 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerdirkmueller/packager
  description
- Update to 11.2.202.261: (bnc#797442)
  * CVE-2013-0630
More details can be found on 
https://www.adobe.com/support/security/bulletins/apsb13-01.html

/description
  summaryupdate for flash-player/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit hwinfo for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2013-01-10 13:05:41

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


Package is hwinfo, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes2012-08-07 
08:09:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes   2013-01-10 
13:05:43.0 +0100
@@ -1,0 +2,11 @@
+Wed Jan  9 13:58:00 CET 2013 - snw...@suse.de
+
+- moved man pages into git
+
+---
+Tue Nov  6 14:22:44 UTC 2012 - bo...@steki.net
+
+- cleanup of spec
+- added missing manual pages 
+
+---

Old:

  hwinfo-20.0.tar.bz2

New:

  hwinfo-20.1.tar.bz2



Other differences:
--
++ hwinfo.spec ++
--- /var/tmp/diff_new_pack.BGISbJ/_old  2013-01-10 13:05:44.0 +0100
+++ /var/tmp/diff_new_pack.BGISbJ/_new  2013-01-10 13:05:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hwinfo
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,6 +20,7 @@
 BuildRequires:  doxygen
 BuildRequires:  flex
 BuildRequires:  perl-XML-Parser
+BuildRequires:  pkg-config
 BuildRequires:  udev
 %if 0%{?rhel_version} == 0
 BuildRequires:  perl-XML-Writer
@@ -33,9 +34,11 @@
 Summary:Hardware Library
 License:GPL-2.0+
 Group:  Hardware/Other
-Version:20.0
+# Until migration to github this should be correct url
+Url:http://gitorious.org/opensuse/hwinfo
+Version:20.1
 Release:0
-Source: hwinfo-20.0.tar.bz2
+Source: hwinfo-20.1.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -49,7 +52,10 @@
 Group:  Development/Libraries/C and C++
 Provides:   libhddev
 Obsoletes:  libhddev
-Requires:   %name = %version perl-XML-Parser udev wireless-tools
+Requires:   %name = %version
+Requires:   perl-XML-Parser
+Requires:   udev
+Requires:   wireless-tools
 %if 0%{?rhel_version} == 0
 Requires:   perl-XML-Writer 
 %endif
@@ -69,21 +75,23 @@
 %setup
 
 %build
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and 
the line below.
-export SUSE_ASNEEDED=0
   make static
-  install -d -m 755 %{buildroot}%{_libdir}
-  install -m 644 src/libhd.a %{buildroot}%{_libdir}
+  # make copy of static library for installation
+  cp src/libhd.a .
   make clean
   make LIBDIR=%{_libdir}
   make doc
-  gzip -9c doc/hwinfo.8 hwinfo.8.gz
 
 %install
   make install DESTDIR=%{buildroot} LIBDIR=%{_libdir}
-  install -d -m 755 %{buildroot}%{_mandir}/man8
-  install -m 644 hwinfo.8.gz %{buildroot}%{_mandir}/man8
+  install -m 644 libhd.a %{buildroot}%{_libdir}
+  install -d -m 755 %{buildroot}%{_mandir}/man8/
+  install -d -m 755 %{buildroot}%{_mandir}/man1/
+  install -m 644 doc/check_hd.1 %{buildroot}%{_mandir}/man1/
+  install -m 644 doc/convert_hd.1 %{buildroot}%{_mandir}/man1/
+  install -m 644 doc/getsysinfo.1 %{buildroot}%{_mandir}/man1/
+  install -m 644 doc/mk_isdnhwdb.1 %{buildroot}%{_mandir}/man1/
+  install -m 644 doc/hwinfo.8 %{buildroot}%{_mandir}/man8/
   mkdir -p %{buildroot}/var/lib/hardware/udi
 
 %clean 
@@ -100,7 +108,9 @@
 /usr/sbin/getsysinfo
 %{_libdir}/libhd.so.*
 %doc README
-%doc %{_mandir}/man8/hwinfo.8.gz
+%doc %{_mandir}/man1/getsysinfo.1*
+%doc %{_mandir}/man1/mk_isdnhwdb.1*
+%doc %{_mandir}/man8/hwinfo.8*
 %dir /var/lib/hardware
 %dir /var/lib/hardware/udi
 %dir /usr/share/hwinfo
@@ -110,6 +120,8 @@
 %defattr(-,root,root)
 /usr/sbin/check_hd
 /usr/sbin/convert_hd
+%doc %{_mandir}/man1/convert_hd.1*
+%doc %{_mandir}/man1/check_hd.1*
 %{_libdir}/libhd.so
 %{_libdir}/libhd.a
 %{_libdir}/pkgconfig/hwinfo.pc

++ hwinfo-20.0.tar.bz2 - hwinfo-20.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-20.0/VERSION new/hwinfo-20.1/VERSION
--- old/hwinfo-20.0/VERSION 2012-08-06 11:55:14.0 +0200
+++ new/hwinfo-20.1/VERSION 2013-01-09 13:57:57.0 +0100
@@ -1 +1 @@
-20.0
+20.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-20.0/changelog new/hwinfo-20.1/changelog
--- old/hwinfo-20.0/changelog   2012-08-06 11:55:16.0 +0200
+++ 

commit installation-images for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2013-01-10 13:06:03

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


Package is installation-images, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2012-12-11 11:25:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2013-01-10 13:06:06.0 +0100
@@ -1,0 +2,12 @@
+Wed Jan  9 10:31:25 CET 2013 - snw...@suse.de
+
+- turn on efi graphics
+
+---
+Tue Jan  8 15:00:11 CET 2013 - snw...@suse.de
+
+- unscd - nscd
+- adjust module config
+- switch to grub2 for efi boot iso
+
+---

Old:

  installation-images-13.61.tar.bz2

New:

  installation-images-13.63.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.7ttHep/_old  2013-01-10 13:06:07.0 +0100
+++ /var/tmp/diff_new_pack.7ttHep/_new  2013-01-10 13:06:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package installation-images
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 %define with_vnc 1
 %define with_vbox 0
 %define with_plymouth 1
+%define with_efi_graphics 1
 BuildRequires:  Mesa
 BuildRequires:  Mesa-libEGL1
 BuildRequires:  aaa_base
@@ -194,7 +195,7 @@
 BuildRequires:  telnet-server
 BuildRequires:  termcap
 BuildRequires:  terminfo
-BuildRequires:  unscd
+BuildRequires:  nscd
 BuildRequires:  usbutils
 BuildRequires:  util-linux
 BuildRequires:  uuid-runtime
@@ -342,6 +343,9 @@
 BuildRequires:  gfxboot-branding-SLED
 BuildRequires:  gfxboot-branding-SLES
 %endif
+%if %with_efi_graphics
+BuildRequires:  grub2-branding-openSUSE
+%endif
 %endif
 %ifnarch s390 s390x
 #BuildRequires:  enic-kmp-default fnic-kmp-default ofed-kmp-default
@@ -367,9 +371,9 @@
 Summary:Installation Image Files
 License:GPL-2.0+
 Group:  Metapackages
-Version:13.61
+Version:13.63
 Release:0
-Source: installation-images-13.61.tar.bz2
+Source: installation-images-13.63.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-13.61.tar.bz2 - installation-images-13.63.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.61/Makefile 
new/installation-images-13.63/Makefile
--- old/installation-images-13.61/Makefile  2012-12-11 10:59:40.0 
+0100
+++ new/installation-images-13.63/Makefile  2013-01-08 14:59:59.0 
+0100
@@ -15,7 +15,7 @@
 endif
 
 ifneq ($(filter x86_64, $(ARCH)),)
-ALL_TARGETS   := initrd-themes initrd biostest initrd+modules+gefrickel 
boot-efi boot boot-themes $(COMMON_TARGETS)
+ALL_TARGETS   := initrd-themes initrd biostest initrd+modules+gefrickel 
boot-grub2-efi boot boot-themes $(COMMON_TARGETS)
 INSTSYS_PARTS := $(COMMON_INSTSYS_PARTS)
 BOOT_PARTS:= boot/* initrd biostest efi
 endif
@@ -140,6 +140,12 @@
  rm -rf tmp/boot-efi/efi/boot/initrd ; \
done
 
+boot-grub2-efi: base
+   image=boot-efi src=boot filelist=grub2-efi fs=none bin/mk_image
+   for theme in $(THEMES) ; do \
+ bin/hdimage --size 500k --fit-size --chs 0 4 63 --part-ofs 0 --mkfs 
fat --add-files tmp/boot-efi/* tmp/boot-efi/.p* -- images/$$theme/efi ; \
+   done
+
 boot: base
image=boot fs=dir bin/mk_image
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.61/VERSION 
new/installation-images-13.63/VERSION
--- old/installation-images-13.61/VERSION   2012-12-11 11:00:05.0 
+0100
+++ new/installation-images-13.63/VERSION   2013-01-09 10:31:19.0 
+0100
@@ -1 +1 @@
-13.61
+13.63
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.61/bin/mk_image 
new/installation-images-13.63/bin/mk_image
--- old/installation-images-13.61/bin/mk_image  2012-12-11 10:59:40.0 
+0100
+++ new/installation-images-13.63/bin/mk_image  2013-01-08 14:59:59.0 
+0100
@@ -181,7 +181,8 @@
   next if $x =~ m#^/proc/#;
   next if $x =~ m#^/dev/#;
 
-  next if 

commit kvm for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package kvm for openSUSE:Factory checked in 
at 2013-01-10 13:07:10

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


Package is kvm, Maintainer is brog...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kvm/kvm.changes  2012-12-12 13:27:36.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kvm.new/kvm.changes 2013-01-10 
13:07:12.0 +0100
@@ -1,0 +2,12 @@
+Wed Jan  9 21:58:14 UTC 2013 - brog...@suse.com
+
+- Update to latest seabios sources (git id: 261e870) (bnc#797624,
+  bnc#794695)
+- Removed kvm-supported.txt, as it does not apply to openSUSE
+
+---
+Thu Dec 13 09:31:39 UTC 2012 - ag...@suse.com
+
+- Remove IA64 support
+
+---

Old:

  IA64-compile-fix-suse.patch
  IA64-kvm-suse.patch
  ia64-fix-pagesize.pl
  seabios-8b73b83.tar.bz2

New:

  seabios-261e870.tar.bz2



Other differences:
--
++ kvm.spec ++
--- /var/tmp/diff_new_pack.4GQDEF/_old  2013-01-10 13:07:15.0 +0100
+++ /var/tmp/diff_new_pack.4GQDEF/_new  2013-01-10 13:07:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kvm
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 
 %define package_true_version 1.3.0
 %define package_base_version 1.3.0
-%define bios_id seabios-8b73b83
+%define bios_id seabios-261e870
 # (this is post v1.7.1 upstream seabios code)
 %define pxe_rom_id ipxe-717279a
 # (this is post v1.0.0 upstream ipxe code)
@@ -33,7 +33,7 @@
 # individually and not as a group
 %define firmware_files {bios.bin sgabios.bin vgabios.bin vgabios-cirrus.bin 
vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin optionrom/linuxboot.bin 
optionrom/multiboot.bin optionrom/kvmvapic.bin}
 
-ExclusiveArch:  %ix86 x86_64 ia64 s390x
+ExclusiveArch:  %ix86 x86_64 s390x
 
 %ifarch %ix86 x86_64
 # choice of building all from source or using provided binary x86 blobs
@@ -71,7 +71,7 @@
 %if 0%{?suse_version} = 1130
 BuildRequires:  brlapi-devel
 %endif
-%ifarch %ix86 x86_64 ia64
+%ifarch %ix86 x86_64
 %if %{build_fw_from_source}
 # needed for building vgabios:
 BuildRequires:  bin86
@@ -156,11 +156,6 @@
 Patch200:   kvm-studio-slirp-nooutgoing.patch
 Patch201:   kvm-studio-vnc.patch
 
-# for IA64
-Source500:  ia64-fix-pagesize.pl
-Patch500:   IA64-kvm-suse.patch
-Patch501:   IA64-compile-fix-suse.patch
-
 # for S390
 Patch700:   S390-qemu-early-printk.patch
 Patch701:   S390-0003-Make-char-muxer-more-robust-wrt-small-FIFOs.patch
@@ -212,7 +207,6 @@
 %patch02 -p1
 %endif
 %setup -q -n qemu-%{package_true_version} -a 6 -a 9 -a 10
-#BFR%setup -q -n qemu-%{name}-%{package_true_version} -a 6 -a 9 -a 10
 %if %{build_fw_from_source}
 #ensure that we only end up with the ones we built
 for i in %firmware_files
@@ -250,11 +244,6 @@
 %patch200 -p1
 %patch201 -p1
 
-# IA64 support
-%ifarch ia64
-%patch500 -p1
-%patch501 -p1
-%endif
 # S390 support
 %patch700 -p1
 %patch701 -p1
@@ -283,15 +272,11 @@
 --audio-drv-list=alsa sdl oss \
 %endif
 --audio-card-list=ac97 adlib cs4231a gus sb16 hda \
-%ifarch ia64
---target-list=ia64-softmmu --disable-cpu-emulation \
-%else
 %ifarch s390x
 --target-list=s390x-softmmu \
 %else
 --target-list=x86_64-softmmu \
 %endif
-%endif
 --disable-xen \
 --enable-vnc-tls \
 --disable-vnc-sasl \
@@ -391,7 +376,7 @@
 %if !%{build_fw_from_source}
 rm 
.%_datadir/qemu-kvm/{openbios-sparc32,openbios-sparc64,ppc_rom.bin,openbios-ppc,bamboo.dtb,petalogix-ml605.dtb,petalogix-s3adsp1800.dtb}
 %endif
-%ifarch ia64 s390x
+%ifarch s390x
 rm .%_datadir/qemu-kvm/bios.bin
 mv %{buildroot}%{_sysconfdir}/qemu-kvm/target-x86_64.conf \
%{buildroot}%{_sysconfdir}/qemu-kvm/target-s390x.conf

++ seabios-8b73b83.tar.bz2 - seabios-261e870.tar.bz2 ++
 2665 lines of diff (skipped)


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



commit libgphoto2 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2013-01-10 13:07:48

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


Package is libgphoto2, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2012-10-18 
21:53:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2013-01-10 13:07:51.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan  9 14:07:32 UTC 2013 - meiss...@suse.com
+
+- updated to 2.5.0.2 temp snapshot
+  - various new ids
+  - various bugfixes
+  - Canon driver fixes
+  - PTP driver fixes: Canon EOS thumbnail fixes
+  - translation updates
+
+---

Old:

  libgphoto2-2.5.0.tar.bz2

New:

  libgphoto2-2.5.0.2.tar.bz2



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.DctEqK/_old  2013-01-10 13:07:52.0 +0100
+++ /var/tmp/diff_new_pack.DctEqK/_new  2013-01-10 13:07:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgphoto2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,7 +47,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.0
+Version:2.5.0.2
 Release:0
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf

++ libgphoto2-2.5.0.tar.bz2 - libgphoto2-2.5.0.2.tar.bz2 ++
 208135 lines of diff (skipped)

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



commit libpfm for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libpfm for openSUSE:Factory checked 
in at 2013-01-10 13:10:37

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


Package is libpfm, Maintainer is to...@suse.com

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.libpfm.new/libpfm.changes   2013-01-10 
13:10:39.0 +0100
@@ -0,0 +1,25 @@
+---
+Wed Jan  9 14:18:06 CET 2013 - p...@suse.de
+
+- Run service to format spec file.
+- Small cosmetic changes in spec file.
+
+---
+Tue Jan  8 00:13:39 UTC 2013 - to...@suse.com
+
+- Changes to python builds, drop duplicate defns already in system macros.
+- Fix build when with_python=0
+
+---
+Fri Jan  4 08:19:57 UTC 2013 - jeng...@inai.de
+
+- Parallel build, remove redundant %clean section, consistent use
+  of %buildroot
+- Follow python package naming guidelines
+- Separate out static library into distinct subpackage
+
+---
+Sat Dec 29 20:52:00 UTC 2012 - to...@suse.com
+
+- Initial checkin of libpfm4 (version 4.3). 
+

New:

  libpfm-4.3.0.tar.bz2
  libpfm.changes
  libpfm.spec



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

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


%{!?with_python: %global with_python 1}

Name:   libpfm
Version:4.3.0
Release:0
%define vname   libpfm4
Summary:Library to encode performance events
License:MIT
Group:  Development/Libraries/C and C++
Url:http://perfmon2.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
%if %{with_python}
BuildRequires:  python-devel
BuildRequires:  swig
%endif
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
This package provides a library that can be used to encode events into the
format required by the operating systems performance monitoring subsystem.

%package -n %{vname}
Summary:Runtime library to encode performance events for use by perf 
tool
Group:  System/Libraries

%description -n %{vname}
This package provides a library that can be used to encode events into the 
format required by the operating systems performance monitoring subsystem.
The library does not make any performance monitoring system calls, it simply 
provides a method to convert an event name, expressed as a string, to an event 
encoding. The user of the library may use this event encoding in a subsequent 
system call.

The current libpfm4 provides support for the perf_events interface which was
introduced in Linux v2.6.31.

%packagedevel
Summary:Development library to encode performance events for 
perf_events interface
Group:  Development/Libraries/C and C++
Requires:   %{vname} = %{version}

%description devel
This package provides development libraries and header files used to encode 
performance events for perf_events interface.

%packagedevel-static
Summary:Static library version of libpfm
Group:  Development/Libraries/C and C++
Requires:   %name-devel = %version

%description devel-static
This package contains the static variant of libpfm.

%if %{with_python}
%package -n python-%name
Summary:Python bindings for libpfm and perf_event_open system call
Group:  Development/Libraries/Python
Requires:   %{vname} = %{version}

%description -n python-%name
This package provides python bindings for the libpfm4 package and the 
perf_event_open system call.
%endif

%prep
%setup -q

%build
%if %{with_python}
%global python_config CONFIG_PFMLIB_NOPYTHON=n
%else
%global python_config CONFIG_PFMLIB_NOPYTHON=y
%endif
make %{?_smp_mflags} %{python_config}

%install

%if %{with_python}
%global python_config CONFIG_PFMLIB_NOPYTHON=n 
PYTHON_PREFIX=%buildroot/%py_prefix

commit librtas for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package librtas for openSUSE:Factory checked 
in at 2013-01-10 13:11:57

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


Package is librtas, Maintainer is jloe...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/librtas/librtas.changes  2012-02-08 
15:39:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.librtas.new/librtas.changes 2013-01-10 
13:12:00.0 +0100
@@ -1,0 +2,22 @@
+Fri Dec 28 12:11:40 UTC 2012 - dval...@suse.com
+
+- update to 1.3.7
+   librtas allocates buffer space (required for RTAS call) in the 
+RTAS private memory area through sc_get_rmo_buffer() which 
+internally allocates memory and protects it by acquiring 
+lock on the allocated memory area.
+
+Locking function :
+ At present acquire_file_lock() tries to lock the particular 
+memory area. If the memory area is already locked then it 
+returns error without retrying.
+
+So when two process executes rtas call simultaneously one fails 
+with Unknown librtas I/O error.
+
+This patch introduces Wait for lock to be available instead 
+of returning with IO error.
+
+- fixed minor memory leak in librtas.so
+
+---

Old:

  librtas-1.3.6.tar.bz2

New:

  librtas-1.3.7.tar.gz



Other differences:
--
++ librtas.spec ++
--- /var/tmp/diff_new_pack.boBBJA/_old  2013-01-10 13:12:01.0 +0100
+++ /var/tmp/diff_new_pack.boBBJA/_new  2013-01-10 13:12:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package librtas
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   librtas
 BuildRequires:  doxygen
-Version:1.3.6
+Version:1.3.7
 Release:0
 BuildRequires:  fdupes
 Summary:Libraries to provide access to RTAS calls and RTAS events
@@ -27,7 +27,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  ppc ppc64
 Url:http://librtas.ozlabs.org/
-Source0:http://librtas.ozlabs.org/downloads/librtas-%{version}.tar.bz2
+Source0:
http://sourceforge.net/projects/librtas/files/librtas-%{version}.tar.gz
 Patch:  librtas-failedmagic.patch
 
 %description 
@@ -51,7 +51,7 @@
 %package devel
 Summary:Devel librtas files
 Group:  Development/Libraries/C and C++
-Requires:   librtas1 = 1.3.6
+Requires:   librtas1 = %{version}
 
 %description devel
 This package provides devel files of librtas
@@ -97,7 +97,6 @@
 
 %build
 make CFLAGS=$RPM_OPT_FLAGS -fPIC -g -I $PWD/librtasevent_src 
LIB_DIR=%{_libdir} %{?_smp_mflags}
-make doc
 
 %install
 rm -rf $RPM_BUILD_ROOT doc/*/latex

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



commit LibVNCServer for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package LibVNCServer for openSUSE:Factory 
checked in at 2013-01-10 13:12:26

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


Package is LibVNCServer, Maintainer is orpha...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/LibVNCServer/LibVNCServer.changes
2012-12-31 14:26:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.LibVNCServer.new/LibVNCServer.changes   
2013-01-10 13:12:28.0 +0100
@@ -1,0 +2,11 @@
+Tue Jan  1 19:35:08 UTC 2013 - crrodrig...@opensuse.org
+
+- Switch SSL backend to openssl, we all agree that OpenSSL
+  has it faults, but it is heavily optimized in all platforms
+  not only x86 and performance matters in interactive,latency
+  sensitive tasks like VNC.
+
+- libvncserver-ossl.patch Ensures openssl use less memory
+  and avoid abi breaks on openSSL updates.
+
+---

New:

  libvncserver-ossl.patch



Other differences:
--
++ LibVNCServer.spec ++
--- /var/tmp/diff_new_pack.uHSR6S/_old  2013-01-10 13:12:29.0 +0100
+++ /var/tmp/diff_new_pack.uHSR6S/_new  2013-01-10 13:12:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package LibVNCServer
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   LibVNCServer
-BuildRequires:  gnutls-devel
 BuildRequires:  libavahi-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtool
 BuildRequires:  lzo-devel
+BuildRequires:  openssl-devel
 BuildRequires:  slang-devel
 BuildRequires:  xorg-x11-devel
 Version:0.9.9
@@ -43,6 +43,7 @@
 Patch10:LibVNCServer-0.9.9-no_x11vnc.patch
 #PATCH_FIX-OPENSUSE: Use system fast byteswap routines.
 Patch11:libvncserver-byteswap.patch
+Patch12:libvncserver-ossl.patch
 
 %description
 VNC is a set of programs using the RFB (Remote Frame Buffer) protocol.
@@ -87,6 +88,7 @@
 # ./configure --enable-maintainer-mode
 # sh ./autogen.sh
 %patch11
+%patch12
 # fix encoding
 for file in AUTHORS ChangeLog ; do
 mv ${file} ${file}.OLD  \

++ libvncserver-ossl.patch ++
--- libvncclient/tls_openssl.c.orig
+++ libvncclient/tls_openssl.c
@@ -18,9 +18,11 @@
  *  USA.
  */
 
+#include rfbconfig.h
 #include rfb/rfbclient.h
 #include errno.h
-
+#define OPENSSL_LOAD_CONF
+#define OPENSSL_NO_SSL_INTERN
 #include openssl/err.h
 #include openssl/ssl.h
 #include openssl/x509.h
@@ -157,7 +159,7 @@ ssl_verify (int ok, X509_STORE_CTX *ctx)
 
   ssl = X509_STORE_CTX_get_ex_data (ctx, SSL_get_ex_data_X509_STORE_CTX_idx 
());
 
-  client = SSL_CTX_get_app_data (ssl-ctx);
+  client = SSL_CTX_get_app_data (SSL_get_SSL_CTX(ssl));
 
   cert = X509_STORE_CTX_get_current_cert (ctx);
   err = X509_STORE_CTX_get_error (ctx);
@@ -240,6 +242,10 @@ open_ssl_connection (rfbClient *client,
   BIO *sbio;
 
   ssl_ctx = SSL_CTX_new (SSLv23_client_method ());
+#ifdef SSL_MODE_RELEASE_BUFFERS
+  SSL_CTX_set_mode(ssl_ctx, SSL_MODE_RELEASE_BUFFERS);
+#endif
+  SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL | SSL_OP_NO_SSLv2);
   SSL_CTX_set_default_verify_paths (ssl_ctx);
   SSL_CTX_set_verify (ssl_ctx, SSL_VERIFY_NONE, ssl_verify);
   ssl = SSL_new (ssl_ctx);
@@ -259,8 +265,8 @@ open_ssl_connection (rfbClient *client,
   if (wait_for_data(ssl, n, 1) != 1) 
   {
 finished = 1; 
-if (ssl-ctx)
-  SSL_CTX_free (ssl-ctx);
+if (SSL_get_SSL_CTX(ssl))
+  SSL_CTX_free (SSL_get_SSL_CTX(ssl));
 SSL_free(ssl);
 SSL_shutdown (ssl);
 
--- libvncserver/rfbssl_openssl.c.orig
+++ libvncserver/rfbssl_openssl.c
@@ -21,7 +21,10 @@
  *  USA.
  */
 
+#include rfbconfig.h
 #include rfbssl.h
+#define OPENSSL_LOAD_CONF
+#define OPENSSL_NO_SSL_INTERN
 #include openssl/ssl.h
 #include openssl/err.h
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libyui-ncurses-pkg for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libyui-ncurses-pkg for 
openSUSE:Factory checked in at 2013-01-10 13:12:54

Comparing /work/SRC/openSUSE:Factory/libyui-ncurses-pkg (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new (New)


Package is libyui-ncurses-pkg, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libyui-ncurses-pkg/libyui-ncurses-pkg.changes
2012-12-19 14:50:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new/libyui-ncurses-pkg.changes   
2013-01-10 13:12:57.0 +0100
@@ -4 +4,2 @@
-- Improve help text for recommended packages
+- Improve help text for recommended packages, fix typos
+- V 2.43.2

Old:

  libyui-ncurses-pkg-2.43.1.tar.bz2

New:

  libyui-ncurses-pkg-2.43.2.tar.bz2



Other differences:
--
++ libyui-ncurses-pkg-doc.spec ++
--- /var/tmp/diff_new_pack.cJjQdT/_old  2013-01-10 13:12:58.0 +0100
+++ /var/tmp/diff_new_pack.cJjQdT/_new  2013-01-10 13:12:58.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-ncurses-pkg (Version 2.43.1)
+# spec file for package libyui-ncurses-pkg (Version 2.43.2)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,7 +16,7 @@
 #
 
 Name:  libyui-ncurses-pkg-doc
-Version:   2.43.1
+Version:   2.43.2
 Release:   0
 License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-ncurses-pkg-%{version}.tar.bz2

++ libyui-ncurses-pkg.spec ++
--- /var/tmp/diff_new_pack.cJjQdT/_old  2013-01-10 13:12:58.0 +0100
+++ /var/tmp/diff_new_pack.cJjQdT/_new  2013-01-10 13:12:58.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-ncurses-pkg (Version 2.43.1)
+# spec file for package libyui-ncurses-pkg (Version 2.43.2)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -18,7 +18,7 @@
 # norootforbuild
 
 Name:  libyui-ncurses-pkg
-Version:   2.43.1
+Version:   2.43.2
 Release:   0
 License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-ncurses-pkg-%{version}.tar.bz2

++ libyui-ncurses-pkg-2.43.1.tar.bz2 - libyui-ncurses-pkg-2.43.2.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.43.1/ChangeLog 
new/libyui-ncurses-pkg-2.43.2/ChangeLog
--- old/libyui-ncurses-pkg-2.43.1/ChangeLog 2012-12-12 11:12:50.0 
+0100
+++ new/libyui-ncurses-pkg-2.43.2/ChangeLog 2013-01-09 12:23:11.0 
+0100
@@ -1,7 +1,8 @@
 ---
 Wed Dec 12 11:05:08 CET 2012 - g...@suse.de
 
-- Improve help text for recommended packages
+- Improve help text for recommended packages, fix typos
+- V 2.43.2
 
 ---
 Wed Oct 24 16:55:45 CEST 2012 - g...@suse.de
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.43.1/VERSION.cmake 
new/libyui-ncurses-pkg-2.43.2/VERSION.cmake
--- old/libyui-ncurses-pkg-2.43.1/VERSION.cmake 2012-12-12 11:12:50.0 
+0100
+++ new/libyui-ncurses-pkg-2.43.2/VERSION.cmake 2013-01-09 12:23:11.0 
+0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR 2 )
 SET( VERSION_MINOR 43 )
-SET( VERSION_PATCH 1 )
+SET( VERSION_PATCH 2 )
 SET( VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH} )
 
 # This is need for the libyui core, ONLY.

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



commit mozilla-nss for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory 
checked in at 2013-01-10 13:33:23

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


Package is mozilla-nss, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes  2013-01-04 
13:11:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.mozilla-nss.new/mozilla-nss.changes 
2013-01-10 13:33:25.0 +0100
@@ -4,2 +4,3 @@
-- updated CA database (nssckbi-1.93.patch) (bmo#825022)
-  * revoke mis-issued intermediate certificates from TURKTRUST
+- updated CA database (nssckbi-1.93.patch)
+  * MFSA 2013-20/CVE-2013-0743 (bmo#825022, bnc#796628)
+revoke mis-issued intermediate certificates from TURKTRUST



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.5DUTf9/_old  2013-01-10 13:33:26.0 +0100
+++ /var/tmp/diff_new_pack.5DUTf9/_new  2013-01-10 13:33:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mozilla-nss
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2006-2012 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties



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



commit MozillaThunderbird for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2013-01-10 13:47:30

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-12-03 10:44:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2013-01-10 13:47:31.0 +0100
@@ -1,0 +2,44 @@
+Sat Jan  5 12:40:00 UTC 2013 - w...@rosenauer.org
+
+- update to Thunderbird 17.0.2 (bnc#796895)
+  * MFSA 2013-01/CVE-2013-0749/CVE-2013-0769/CVE-2013-0770
+Miscellaneous memory safety hazards
+  * MFSA 2013-02/CVE-2013-0760/CVE-2013-0762/CVE-2013-0766/CVE-2013-0767
+CVE-2013-0761/CVE-2013-0763/CVE-2013-0771/CVE-2012-5829
+Use-after-free and buffer overflow issues found using Address Sanitizer
+  * MFSA 2013-03/CVE-2013-0768 (bmo#815795)
+Buffer Overflow in Canvas
+  * MFSA 2013-04/CVE-2012-0759 (bmo#802026)
+URL spoofing in addressbar during page loads
+  * MFSA 2013-05/CVE-2013-0744 (bmo#814713)
+Use-after-free when displaying table with many columns and column groups
+  * MFSA 2013-07/CVE-2013-0764 (bmo#804237)
+Crash due to handling of SSL on threads
+  * MFSA 2013-08/CVE-2013-0745 (bmo#794158)
+AutoWrapperChanger fails to keep objects alive during garbage collection
+  * MFSA 2013-09/CVE-2013-0746 (bmo#816842)
+Compartment mismatch with quickstubs returned values
+  * MFSA 2013-10/CVE-2013-0747 (bmo#733305)
+Event manipulation in plugin handler to bypass same-origin policy
+  * MFSA 2013-11/CVE-2013-0748 (bmo#806031)
+Address space layout leaked in XBL objects
+  * MFSA 2013-12/CVE-2013-0750 (bmo#805121)
+Buffer overflow in Javascript string concatenation
+  * MFSA 2013-13/CVE-2013-0752 (bmo#805024)
+Memory corruption in XBL with XML bindings containing SVG
+  * MFSA 2013-14/CVE-2013-0757 (bmo#813901)
+Chrome Object Wrapper (COW) bypass through changing prototype
+  * MFSA 2013-15/CVE-2013-0758 (bmo#813906)
+Privilege escalation through plugin objects
+  * MFSA 2013-16/CVE-2013-0753 (bmo#814001)
+Use-after-free in serializeToStream
+  * MFSA 2013-17/CVE-2013-0754 (bmo#814026)
+Use-after-free in ListenerManager
+  * MFSA 2013-18/CVE-2013-0755 (bmo#814027)
+Use-after-free in Vibrate
+  * MFSA 2013-19/CVE-2013-0756 (bmo#814029)
+Use-after-free in Javascript Proxy objects
+- requires NSS 3.14.1 (MFSA 2013-20, CVE-2013-0743)
+- update Enigmail to 1.5.0
+
+---

Old:

  enigmail-1.4.6.tar.gz
  l10n-17.0.tar.bz2
  thunderbird-17.0-source.tar.bz2

New:

  enigmail-1.5.0.tar.gz
  l10n-17.0.2.tar.bz2
  thunderbird-17.0.2-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.UyDb0O/_old  2013-01-10 13:47:46.0 +0100
+++ /var/tmp/diff_new_pack.UyDb0O/_new  2013-01-10 13:47:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package MozillaThunderbird
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #   2006-2012 Wolfgang Rosenauer w...@rosenauer.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -30,8 +30,8 @@
 BuildRequires:  libgnomeui-devel
 BuildRequires:  libidl-devel
 BuildRequires:  libnotify-devel
-BuildRequires:  mozilla-nspr-devel = 4.9.2
-BuildRequires:  mozilla-nss-devel = 3.13.6
+BuildRequires:  mozilla-nspr-devel = 4.9.4
+BuildRequires:  mozilla-nss-devel = 3.14.1
 BuildRequires:  nss-shared-helper-devel
 BuildRequires:  python
 BuildRequires:  startup-notification-devel
@@ -40,11 +40,11 @@
 BuildRequires:  xorg-x11-libXt-devel
 BuildRequires:  yasm
 BuildRequires:  zip
-%define mainversion 17.0
+%define mainversion 17.0.2
 %define update_channel release
 Version:%{mainversion}
 Release:0
-%define releasedate 2012111600
+%define releasedate 2013010500
 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.6.tar.gz
+Source9:enigmail-1.5.0.tar.gz
 Source10:   create-tar.sh
 Source11:   compare-locales.tar.bz2
 Source12:   kde.js
@@ -173,7 +173,7 @@
 
 %if %build_enigmail
 %package -n enigmail
-Version:

commit openscap for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package openscap for openSUSE:Factory 
checked in at 2013-01-10 13:47:57

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


Package is openscap, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/openscap/openscap.changes2012-11-28 
11:44:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.openscap.new/openscap.changes   2013-01-10 
13:48:01.0 +0100
@@ -1,0 +2,13 @@
+Tue Jan  8 10:47:53 UTC 2013 - meiss...@suse.com
+
+- updated to 0.9.3
+  - Embedded CPE dictionary (allows users to ommit --cpe argument)
+  - improvements of DataStream and CPE processing on RHEL5
+  - changed API of various functions in cpe_dict, benchmark and
+xccdf_policy to use string timestamp instead of time_t [1]
+  - fixed several issues found by Coverity and cppcheck static code
+analysis
+  - bug fixes
+- bumped SOVERSION from 2 to 3.
+
+---

Old:

  openscap-0.9.2.tar.gz
  openscap-0.9.2.tar.gz.sha1sum

New:

  openscap-0.9.3.tar.gz
  openscap-0.9.3.tar.gz.sha1sum



Other differences:
--
++ openscap.spec ++
--- /var/tmp/diff_new_pack.5Zjhvm/_old  2013-01-10 13:48:03.0 +0100
+++ /var/tmp/diff_new_pack.5Zjhvm/_new  2013-01-10 13:48:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openscap
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,11 @@
 #
 
 
-%define soname 2
+%define soname 3
 %define with_bindings 0
 
 Name:   openscap
-Version:0.9.2
+Version:0.9.3
 Release:1.0
 Source: 
https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz
 Source5:
https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz.sha1sum
@@ -229,8 +229,10 @@
 %{_libexecdir}/openscap/probe_xmlfilecontent
 
 %dir %{_datadir}/openscap
+%dir %{_datadir}/openscap/cpe
 %dir %{_datadir}/openscap/schemas
 %dir %{_datadir}/openscap/xsl
+%{_datadir}/openscap/cpe/*
 %{_datadir}/openscap/schemas/*
 %{_datadir}/openscap/xsl/*
 

++ openscap-0.9.2.tar.gz - openscap-0.9.3.tar.gz ++
/work/SRC/openSUSE:Factory/openscap/openscap-0.9.2.tar.gz 
/work/SRC/openSUSE:Factory/.openscap.new/openscap-0.9.3.tar.gz differ: char 5, 
line 1

++ openscap-0.9.2.tar.gz.sha1sum - openscap-0.9.3.tar.gz.sha1sum ++
--- /work/SRC/openSUSE:Factory/openscap/openscap-0.9.2.tar.gz.sha1sum   
2012-11-28 11:44:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.openscap.new/openscap-0.9.3.tar.gz.sha1sum  
2013-01-10 13:48:01.0 +0100
@@ -1 +1 @@
-4c1e6a2b612bc5d882889198a87b0df25b12317d  openscap-0.9.2.tar.gz
+393ba6354459c7780bb3ea5491cd874a23d2c556  openscap-0.9.3.tar.gz



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



commit osc-plugin-collab for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package osc-plugin-collab for 
openSUSE:Factory checked in at 2013-01-10 13:48:09

Comparing /work/SRC/openSUSE:Factory/osc-plugin-collab (Old)
 and  /work/SRC/openSUSE:Factory/.osc-plugin-collab.new (New)


Package is osc-plugin-collab, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/osc-plugin-collab/osc-plugin-collab.changes  
2013-01-08 14:40:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.osc-plugin-collab.new/osc-plugin-collab.changes 
2013-01-10 13:48:11.0 +0100
@@ -1,0 +2,10 @@
+Thu Jan 10 08:41:16 UTC 2013 - vu...@opensuse.org
+
+- Make build noarch.
+- Fix build on Fedora/RHEL/CentOS/ScientificLinux:
+  + Use Requires instead of Recommends since there are no
+Recommends there.
+  + Package .pyc/.pyo files following the Fedora packaging policy
+(except for ScientificLinux, which doesn't do that).
+
+---



Other differences:
--
++ osc-plugin-collab.spec ++
--- /var/tmp/diff_new_pack.Y3weBG/_old  2013-01-10 13:48:12.0 +0100
+++ /var/tmp/diff_new_pack.Y3weBG/_new  2013-01-10 13:48:12.0 +0100
@@ -28,12 +28,19 @@
 # Needed for directory ownership
 BuildRequires:  osc
 Requires:   osc
+%if !(0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} || 
0%{?scientificlinux_version})
 Recommends: quilt
 Recommends: rpm-python
 Recommends: xz
+%else
+Requires:   quilt
+Requires:   rpm-python
+Requires:   xz
+%endif
 # osc gnome was part of osc-plugins-gnome
 Conflicts:  osc-plugins-gnome = 0.4.26
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 %if %(if test -d %{_prefix}/lib/osc-plugins; then echo 1; else echo 0; fi)
 %define oscplugindir %{_prefix}/lib/osc-plugins
 %else
@@ -58,5 +65,9 @@
 %files
 %defattr(-, root, root)
 %{oscplugindir}/osc-collab.py
+%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
+%{oscplugindir}/osc-collab.pyc
+%{oscplugindir}/osc-collab.pyo
+%endif
 
 %changelog

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



commit package-translations for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2013-01-10 13:48:35

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2012-12-28 22:46:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2013-01-10 13:48:38.0 +0100
@@ -2 +2 @@
-Tue Dec 25 16:14:06 CET 2012 - co...@suse.com
+Wed Jan  9 16:13:50 CET 2013 - co...@suse.com
@@ -4 +4 @@
-- automated update on 2012-12-25
+- automated update on 2013-01-09



Other differences:
--
++ package-translations.spec ++
--- /var/tmp/diff_new_pack.euheKR/_old  2013-01-10 13:48:39.0 +0100
+++ /var/tmp/diff_new_pack.euheKR/_new  2013-01-10 13:48:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package package-translations
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ package-translations.tar.bz2 ++
Files old/mo/package-translations-cs.mo and new/mo/package-translations-cs.mo 
differ
Files old/mo/package-translations-de.mo and new/mo/package-translations-de.mo 
differ
Files old/mo/package-translations-es.mo and new/mo/package-translations-es.mo 
differ
Files old/mo/package-translations-fr.mo and new/mo/package-translations-fr.mo 
differ
Files old/mo/package-translations-hu.mo and new/mo/package-translations-hu.mo 
differ
Files old/mo/package-translations-it.mo and new/mo/package-translations-it.mo 
differ
Files old/mo/package-translations-ja.mo and new/mo/package-translations-ja.mo 
differ
Files old/mo/package-translations-nl.mo and new/mo/package-translations-nl.mo 
differ
Files old/mo/package-translations-ru.mo and new/mo/package-translations-ru.mo 
differ
Files old/mo/package-translations-zh_CN.mo and 
new/mo/package-translations-zh_CN.mo differ

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



commit pango for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package pango for openSUSE:Factory checked 
in at 2013-01-10 13:48:45

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


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

Changes:

--- /work/SRC/openSUSE:Factory/pango/pango.changes  2012-12-14 
10:20:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.pango.new/pango.changes 2013-01-10 
13:48:48.0 +0100
@@ -1,0 +2,8 @@
+Wed Dec 19 09:59:10 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.32.5:
+  + Fix build failures (bgo#689864).
+  + Other bugs fixed: bgo#689882, bgo#686512, bgo#690081,
+bgo#679299, bgo#689843.
+
+---

Old:

  pango-1.32.4.tar.xz

New:

  pango-1.32.5.tar.xz



Other differences:
--
++ pango.spec ++
--- /var/tmp/diff_new_pack.3XLBrt/_old  2013-01-10 13:48:50.0 +0100
+++ /var/tmp/diff_new_pack.3XLBrt/_new  2013-01-10 13:48:50.0 +0100
@@ -20,7 +20,7 @@
 %define pango_binary_version 1.8.0
 
 Name:   pango
-Version:1.32.4
+Version:1.32.5
 Release:0
 Summary:Library for Layout and Rendering of Text
 License:LGPL-2.1+

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



commit patterns-openSUSE for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2013-01-10 13:48:57

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


Package is patterns-openSUSE, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2013-01-07 17:31:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2013-01-10 13:48:59.0 +0100
@@ -1,0 +2,9 @@
+Wed Jan  9 15:21:03 UTC 2013 - co...@suse.com
+
+- Ludwig Nussel (2):
+  update minimal pattern
+  add --no-recommends
+
+Commit: 06838603
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.wy9eGR/_old  2013-01-10 13:49:00.0 +0100
+++ /var/tmp/diff_new_pack.wy9eGR/_new  2013-01-10 13:49:00.0 +0100
@@ -1691,11 +1691,14 @@
 Summary:Meta package for pattern minimal_base
 Group:  Metapackages
 Recommends: SuSEfirewall2
+Recommends: aaa_base-extras
 Recommends: autofs
 Recommends: bc
+Recommends: ca-certificates-mozilla
 Recommends: cracklib-dict-small
 Recommends: deltarpm
 Recommends: eject
+Recommends: ethtool
 Recommends: glibc-locale
 Recommends: haveged
 Recommends: hdparm
@@ -1736,19 +1739,29 @@
 Summary:Meta package for pattern minimal_base-conflicts
 Group:  Metapackages
 Conflicts:  bash-doc
+Conflicts:  bundle-lang-gnome-extras-en
 Conflicts:  cups-client
 Conflicts:  desktop-data-openSUSE
 Conflicts:  desktop-translations
 Conflicts:  glib-networking
 Conflicts:  gsettings-backend-dconf
+Conflicts:  gtk3-branding
+Conflicts:  gtk3-immodule-amharic
+Conflicts:  gtk3-immodule-inuktitut
+Conflicts:  gtk3-immodule-thai
+Conflicts:  gtk3-immodule-tigrigna
+Conflicts:  gtk3-immodule-vietnamese
+Conflicts:  gvfs
 Conflicts:  libproxy1-config-gnome3
 Conflicts:  netpbm
+Conflicts:  openssh-askpass
 Conflicts:  perl-doc
 Conflicts:  python
 Conflicts:  readline-doc
 Conflicts:  samba-client
 Conflicts:  smtp_daemon
 Conflicts:  vim-data
+Conflicts:  xdg-utils
 Conflicts:  yast2-branding
 Conflicts:  zypper-log
 Requires:   patterns-openSUSE-minimal_base

++ patterns-openSUSE-data.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/convert_to_repomd 
new/patterns-openSUSE-data/convert_to_repomd
--- old/patterns-openSUSE-data/convert_to_repomd2013-01-07 
11:23:28.0 +0100
+++ new/patterns-openSUSE-data/convert_to_repomd2013-01-09 
16:20:42.0 +0100
@@ -18,7 +18,7 @@
 #use YAML qw/Dump Load DumpFile LoadFile/;
 #use Data::Dumper;
 
-my $version = 12.1;
+my $version = 12.3;
 my $release = 99;
 my $arch = 'x86_64';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/MINIMAL 
new/patterns-openSUSE-data/data/MINIMAL
--- old/patterns-openSUSE-data/data/MINIMAL 2013-01-07 11:23:28.0 
+0100
+++ new/patterns-openSUSE-data/data/MINIMAL 2013-01-09 16:20:42.0 
+0100
@@ -4,11 +4,14 @@
 
 +Prc:
 SuSEfirewall2
+aaa_base-extras
 autofs
 bc
+ca-certificates-mozilla
 cracklib-dict-small
 deltarpm
 eject
+ethtool
 glibc-locale
 haveged
 hdparm
@@ -37,4 +40,3 @@
 wireless-tools
 wol
 -Prc:
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/MINIMAL-CONFLICTS 
new/patterns-openSUSE-data/data/MINIMAL-CONFLICTS
--- old/patterns-openSUSE-data/data/MINIMAL-CONFLICTS   2013-01-07 
11:23:28.0 +0100
+++ new/patterns-openSUSE-data/data/MINIMAL-CONFLICTS   2013-01-09 
16:20:42.0 +0100
@@ -26,4 +26,17 @@
 zypper-log
 // systemd recommends dbus-1-python
 python
+// gtk3
+gtk3-branding
+gtk3-immodule-amharic
+gtk3-immodule-inuktitut
+gtk3-immodule-thai
+gtk3-immodule-tigrigna
+gtk3-immodule-vietnamese
+gvfs
+bundle-lang-gnome-extras-en
+// requires X11
+openssh-askpass
+// requires all kinds of perl modules
+xdg-utils
 -Pcn:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/t/minimal/Makefile 
new/patterns-openSUSE-data/t/minimal/Makefile
--- old/patterns-openSUSE-data/t/minimal/Makefile   2013-01-07 
11:23:28.0 +0100
+++ new/patterns-openSUSE-data/t/minimal/Makefile   2013-01-09 
16:20:42.0 +0100
@@ -1,6 +1,6 @@
 #ARGS=--explain
 

commit perf for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package perf for openSUSE:Factory checked in 
at 2013-01-10 13:50:46

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


Package is perf, Maintainer is to...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perf/perf.changes2012-05-21 
07:29:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.perf.new/perf.changes   2013-01-10 
13:50:48.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 25 00:00:02 UTC 2012 - to...@suse.com
+
+- Add /etc/bash_completion.d/perf to %files (fix build error)
+
+---



Other differences:
--
++ perf.spec ++
--- /var/tmp/diff_new_pack.YMISPF/_old  2013-01-10 13:50:49.0 +0100
+++ /var/tmp/diff_new_pack.YMISPF/_new  2013-01-10 13:50:49.0 +0100
@@ -64,6 +64,7 @@
 %defattr(-, root, root)
 %doc COPYING CREDITS README tools/perf/design.txt
 %{_bindir}/perf
+%{_sysconfdir}/bash_completion.d/perf
 %{_libexecdir}/%{name}
 %{_mandir}/man1/perf*
 

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



commit php5-pear-Horde_Timezone for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Timezone for 
openSUSE:Factory checked in at 2013-01-10 13:50:57

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


Package is php5-pear-Horde_Timezone, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Timezone.new/php5-pear-Horde_Timezone.changes
   2013-01-10 13:50:59.0 +0100
@@ -0,0 +1,5 @@
+---
+Wed Nov 21 15:59:39 UTC 2012 - sag...@b1-systems.de
+
+- Initial version 1.0.1
+

New:

  Horde_Timezone-1.0.1.tgz
  php5-pear-Horde_Timezone.changes
  php5-pear-Horde_Timezone.spec



Other differences:
--
++ php5-pear-Horde_Timezone.spec ++
#
# spec file for package php5-pear-Horde_Timezone
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


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

Summary:Horde Timezone library
License:LGPL-2.1
Group:  Development/Libraries/PHP

Name:   php5-pear-%{pear_name}
Version:1.0.1
Release:0
Source0:http://pear.horde.org/get/%{pear_name}-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/%{pear_name}
Requires:   php = 5.3.3
BuildRequires:  php = 5.3.3
BuildRequires:  php-pear = 1.7.0
Requires:   php-pear = 1.7.0
Requires:   php5-pear-Horde_Date = 2.0.0
Requires:   php5-pear-Horde_Icalendar = 2.0.0
Requires:   php5-pear-Horde_Vfs = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
# Fix for renaming (package convention)
Provides:   pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   php5-pear-%{pear_sname} = %{version}
Obsoletes:  pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}

%description
Library for parsing timezone databases and generating VTIMEZONE iCalendar 
components.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files 
%defattr(-,root,root)
%{peardir}/*
%{xmldir}/%{pear_name}.xml

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



commit pixz for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package pixz for openSUSE:Factory checked in 
at 2013-01-10 13:51:15

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


Package is pixz, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/pixz/pixz.changes2012-11-29 
09:28:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.pixz.new/pixz.changes   2013-01-10 
13:51:18.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan  9 18:51:06 UTC 2013 - idon...@suse.com
+
+- Update to version 1.0.2
+  * Fix a crashing bug when input is incompressible
+https://github.com/vasi/pixz/issues/10
+  * Add a man page
+  * Add tuning options -e, -q, -f
+- Add pixz-underlinking.patch to explicitly link to -lm
+
+---

Old:

  pixz-1.0.tar.gz

New:

  pixz-1.0.2.tgz
  pixz-underlinking.patch



Other differences:
--
++ pixz.spec ++
--- /var/tmp/diff_new_pack.NfLiBG/_old  2013-01-10 13:51:19.0 +0100
+++ /var/tmp/diff_new_pack.NfLiBG/_new  2013-01-10 13:51:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pixz
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:   pixz
-Version:1.0
+Version:1.0.2
 Release:0
 Summary:Parallel, indexing version of XZ
 License:BSD-2-Clause
 Group:  Productivity/Archiving/Compression
 Url:https://github.com/vasi/pixz
-Source: pixz-%{version}.tar.gz
+Source: http://sourceforge.net/projects/pixz/files/pixz-%{version}.tgz
+Patch1: pixz-underlinking.patch
 BuildRequires:  libarchive-devel
 BuildRequires:  xz-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,17 +39,22 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS=%{optflags}
 
 %install
 mkdir -p %{buildroot}/%{_bindir}
+mkdir -p %{buildroot}/%{_mandir}/man1/
+
 install -m 0755 pixz %{buildroot}/%{_bindir}/pixz
+install -m 0644 pixz.1 %{buildroot}/%{_mandir}/man1/pixz.1
 
 %files
 %defattr(-,root,root)
-%{_bindir}/pixz
 %doc TODO README LICENSE
+%{_bindir}/pixz
+%{_mandir}/man1/pixz.1.gz
 
 %changelog

++ pixz-underlinking.patch ++
Index: pixz-1.0.2/Makefile
===
--- pixz-1.0.2.orig/Makefile
+++ pixz-1.0.2/Makefile
@@ -12,7 +12,7 @@ MYCFLAGS = $(patsubst %,-I%/include,$(LI
 MYLDFLAGS = $(patsubst %,-L%/lib,$(LIBPREFIX)) $(OPT) -Wall
 
 THREADS = -lpthread
-LIBADD = $(THREADS) -llzma -larchive
+LIBADD = $(THREADS) -llzma -larchive -lm
 
 CC = gcc
 COMPILE = $(CC) $(MYCFLAGS) $(CFLAGS) -c -o
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit polkit for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package polkit for openSUSE:Factory checked 
in at 2013-01-10 13:51:39

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


Package is polkit, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/polkit/polkit.changes2012-12-14 
10:40:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.polkit.new/polkit.changes   2013-01-10 
13:51:41.0 +0100
@@ -1,0 +2,11 @@
+Wed Jan  9 14:08:57 UTC 2013 - sasc...@suse.de
+
+- Only mark the following files as %config, not %config(noreplace):
+  + %{_sysconfdir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
+  + %{_sysconfdir}/pam.d/polkit-1
+  + %{_sysconfdir}/polkit-1/rules.d/50-default.rules
+  PolicyKit's own config files should only be changed for good reason
+  and we want to prefer openSUSE's defaults (you still get an .rpmsafe
+  file)
+
+---



Other differences:
--
++ polkit.spec ++
--- /var/tmp/diff_new_pack.d2BLiI/_old  2013-01-10 13:51:42.0 +0100
+++ /var/tmp/diff_new_pack.d2BLiI/_new  2013-01-10 13:51:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package polkit
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -223,11 +223,11 @@
 %attr(0700,polkitd,root) %dir %{_datadir}/polkit-1/rules.d
 %dir %{_sysconfdir}/dbus-1
 %dir %{_sysconfdir}/dbus-1/system.d
-%config(noreplace) 
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
-%config(noreplace) %{_sysconfdir}/pam.d/polkit-1
+%config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
+%config %{_sysconfdir}/pam.d/polkit-1
 %dir %{_sysconfdir}/polkit-1
 %attr(0700,polkitd,root) %dir %{_sysconfdir}/polkit-1/rules.d
-%config(noreplace) %{_sysconfdir}/polkit-1/rules.d/50-default.rules
+%config %{_sysconfdir}/polkit-1/rules.d/50-default.rules
 %{_bindir}/pkaction
 %{_bindir}/pkcheck
 %verify(not mode) %attr(4755,root,root) %{_bindir}/pkexec

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



commit postgresql-plr for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package postgresql-plr for openSUSE:Factory 
checked in at 2013-01-10 13:52:04

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


Package is postgresql-plr, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/postgresql-plr/postgresql-plr.changes
2012-04-17 07:48:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql-plr.new/postgresql-plr.changes   
2013-01-10 13:52:06.0 +0100
@@ -1,0 +2,7 @@
+Wed Jan  2 14:32:34 UTC 2013 - da...@darins.net
+
+* Upgrade to 8.3.0.13.1
+ - Fix CREATE FUNCTION statements so that they work
+   with PostgreSQL 9.2.x 
+
+---

Old:

  plr-8.3.0.13.tar.gz

New:

  plr-8.3.0.13.1.tar.gz



Other differences:
--
++ postgresql-plr.spec ++
--- /var/tmp/diff_new_pack.P3iEGu/_old  2013-01-10 13:52:07.0 +0100
+++ /var/tmp/diff_new_pack.P3iEGu/_new  2013-01-10 13:52:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package postgresql-plr
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,7 @@
 License:GPL-2.0+
 Group:  Productivity/Databases/Servers
 Name:   postgresql-%{sname}
-Version:8.3.0.13
+Version:8.3.0.13.1
 Release:1.0
 Source0:%{sname}-%{version}.tar.gz
 Source1:readme.SUSE

++ plr-8.3.0.13.tar.gz - plr-8.3.0.13.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plr/plr--8.3.0.13.sql new/plr/plr--8.3.0.13.sql
--- old/plr/plr--8.3.0.13.sql   2011-08-30 00:42:56.0 +0200
+++ new/plr/plr--8.3.0.13.sql   2012-12-28 18:54:56.0 +0100
@@ -9,39 +9,39 @@
 CREATE OR REPLACE FUNCTION plr_version ()
 RETURNS text
 AS 'MODULE_PATHNAME','plr_version'
-LANGUAGE 'C';
+LANGUAGE C;
 
 CREATE OR REPLACE FUNCTION reload_plr_modules ()
 RETURNS text
 AS 'MODULE_PATHNAME','reload_plr_modules'
-LANGUAGE 'C';
+LANGUAGE C;
 
 CREATE OR REPLACE FUNCTION install_rcmd (text)
 RETURNS text
 AS 'MODULE_PATHNAME','install_rcmd'
-LANGUAGE 'C' WITH (isstrict);
+LANGUAGE C WITH (isstrict);
 REVOKE EXECUTE ON FUNCTION install_rcmd (text) FROM PUBLIC;
 
 CREATE OR REPLACE FUNCTION plr_singleton_array (float8)
 RETURNS float8[]
 AS 'MODULE_PATHNAME','plr_array'
-LANGUAGE 'C' WITH (isstrict);
+LANGUAGE C WITH (isstrict);
 
 CREATE OR REPLACE FUNCTION plr_array_push (_float8, float8)
 RETURNS float8[]
 AS 'MODULE_PATHNAME','plr_array_push'
-LANGUAGE 'C' WITH (isstrict);
+LANGUAGE C WITH (isstrict);
 
 CREATE OR REPLACE FUNCTION plr_array_accum (_float8, float8)
 RETURNS float8[]
 AS 'MODULE_PATHNAME','plr_array_accum'
-LANGUAGE 'C';
+LANGUAGE C;
 
 CREATE TYPE plr_environ_type AS (name text, value text);
 CREATE OR REPLACE FUNCTION plr_environ ()
 RETURNS SETOF plr_environ_type
 AS 'MODULE_PATHNAME','plr_environ'
-LANGUAGE 'C';
+LANGUAGE C;
 
 REVOKE EXECUTE ON FUNCTION plr_environ() FROM PUBLIC;
 
@@ -78,23 +78,23 @@
 CREATE OR REPLACE FUNCTION plr_set_rhome (text)
 RETURNS text
 AS 'MODULE_PATHNAME','plr_set_rhome'
-LANGUAGE 'C' WITH (isstrict);
+LANGUAGE C WITH (isstrict);
 REVOKE EXECUTE ON FUNCTION plr_set_rhome (text) FROM PUBLIC;
 
 CREATE OR REPLACE FUNCTION plr_unset_rhome ()
 RETURNS text
 AS 'MODULE_PATHNAME','plr_unset_rhome'
-LANGUAGE 'C';
+LANGUAGE C;
 REVOKE EXECUTE ON FUNCTION plr_unset_rhome () FROM PUBLIC;
 
 CREATE OR REPLACE FUNCTION plr_set_display (text)
 RETURNS text
 AS 'MODULE_PATHNAME','plr_set_display'
-LANGUAGE 'C' WITH (isstrict);
+LANGUAGE C WITH (isstrict);
 REVOKE EXECUTE ON FUNCTION plr_set_display (text) FROM PUBLIC;
 
 CREATE OR REPLACE FUNCTION plr_get_raw (bytea)
 RETURNS bytea
 AS 'MODULE_PATHNAME','plr_get_raw'
-LANGUAGE 'C' WITH (isstrict);
+LANGUAGE C WITH (isstrict);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plr/plr.sql.in new/plr/plr.sql.in
--- old/plr/plr.sql.in  2011-08-30 00:42:56.0 +0200
+++ new/plr/plr.sql.in  2012-12-28 18:54:56.0 +0100
@@ -11,39 +11,39 @@
 CREATE OR REPLACE FUNCTION plr_version ()
 RETURNS text
 AS 'MODULE_PATHNAME','plr_version'
-LANGUAGE 'C';
+LANGUAGE C;
 
 CREATE OR REPLACE FUNCTION reload_plr_modules ()
 RETURNS text
 AS 'MODULE_PATHNAME','reload_plr_modules'
-LANGUAGE 'C';
+LANGUAGE C;
 
 CREATE OR REPLACE FUNCTION install_rcmd (text)
 RETURNS text
 AS 'MODULE_PATHNAME','install_rcmd'
-LANGUAGE 'C' WITH 

commit powertop for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package powertop for openSUSE:Factory 
checked in at 2013-01-10 13:52:58

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


Package is powertop, Maintainer is thoe...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/powertop/powertop.changes2012-09-01 
21:58:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.powertop.new/powertop.changes   2013-01-10 
13:53:00.0 +0100
@@ -1,0 +2,11 @@
+Thu Jan  1 16:00:00 UTC 2013 - re...@gmx.net
+
+- Update to version 2.2:
+* Bugfixes
+* Translation updates
+* Interactive mode scrolling
+* Tunables: suggest writing min_power to all SATA ports 
+- powertop-2.2-version-fix.patch: Fixes displayed version string in ncurses 
interface
+- powertop-2.2-fix-crash-on-readonly-fs.patch: Fixes crash when writing report 
to RO filesystem
+  
+---

Old:

  powertop-2.1.tar.gz

New:

  powertop-2.2-fix-crash-on-readonly-fs.patch
  powertop-2.2-version-fix.patch
  powertop-2.2.tar.gz



Other differences:
--
++ powertop.spec ++
--- /var/tmp/diff_new_pack.oOWIbx/_old  2013-01-10 13:53:02.0 +0100
+++ /var/tmp/diff_new_pack.oOWIbx/_new  2013-01-10 13:53:02.0 +0100
@@ -22,11 +22,14 @@
 Summary:A Linux Tool to Find out What is Using Power on a Laptop
 License:GPL-2.0+
 Group:  System/Monitoring
-Version:2.1
+Version:2.2
 Release:0
 Source: 
https://01.org/powertop/sites/default/files/downloads/%name-%version.tar.gz
 Patch2: powertop-1.98-always-create-params.patch
 Patch5: powertop-no-date.patch
+# Following patches were found by the mindful fedora maintainer
+Patch6: powertop-2.2-version-fix.patch
+Patch7: powertop-2.2-fix-crash-on-readonly-fs.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
 BuildRequires:  ncurses-devel
@@ -47,6 +50,8 @@
 %setup -q
 %patch2 -p1
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1
 
 # Delete objects files left in tarball
 find . -name '*.o' -delete

++ powertop-2.2-fix-crash-on-readonly-fs.patch ++
From bd72b4433fec358801afebf3f02ab899b1745c5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= jskar...@redhat.com
Date: Wed, 28 Nov 2012 16:31:38 +0100
Subject: [PATCH] report: fixed crash when writing report to RO filesystem
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jaroslav Å karvada jskar...@redhat.com
---
 src/report/report.cpp | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/report/report.cpp b/src/report/report.cpp
index 51bc6a7..c018bb1 100644
--- a/src/report/report.cpp
+++ b/src/report/report.cpp
@@ -183,13 +183,16 @@ void init_report_output(char *filename_str, int 
iterations)
 
 void finish_report_output(void)
 {
-   fprintf(stderr, _(PowerTOP outputing using base filename %s\n), 
reportout.filename);
if (reporttype == REPORT_OFF)
return;
 
report.finish_report();
-   fputs(report.get_result(), reportout.report_file);
-   fdatasync(fileno(reportout.report_file));
-   fclose(reportout.report_file);
+   if (reportout.report_file)
+   {
+   fprintf(stderr, _(PowerTOP outputing using base filename 
%s\n), reportout.filename);
+   fputs(report.get_result(), reportout.report_file);
+   fdatasync(fileno(reportout.report_file));
+   fclose(reportout.report_file);
+   }
report.clear_result();
 }
-- 
1.7.11.7

++ powertop-2.2-version-fix.patch ++
From: Namhyung Kim namhy...@gmail.com
To: power...@lists.01.org
Date: Sun, 18 Nov 2012 00:42:47 +0900
Message-Id: 1353166967-24095-1-git-send-email-namhy...@gmail.com
Subject: [Powertop] [PATCH] Use PACKAGE_VERSION for POWERTOP_VERSION

It was missed to update POWERTOP_VERSION macro so that the
new v2.2 release still shows v2.1 string on the header of
ncurses window.  Convert to use PACKAGE_VERSION macro which
set by autotools to the AC_INIT version so that it cannot
be missed anymore.

Signed-off-by: Namhyung Kim namhy...@gmail.com
---
 src/lib.h |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib.h b/src/lib.h
index 8cf4632..209421a 100644
--- a/src/lib.h
+++ b/src/lib.h
@@ -35,8 +35,8 @@
 
 #define _(STRING)gettext(STRING)
 
-#define POWERTOP_VERSION v2.1
-#define POWERTOP_SHORT_VERSION 2.1
+#define POWERTOP_VERSION vPACKAGE_VERSION
+#define POWERTOP_SHORT_VERSION PACKAGE_VERSION
 
 
 extern int get_max_cpu(void);
-- 
1.7.9.2
++ powertop-2.1.tar.gz - powertop-2.2.tar.gz ++
 15802 

commit psi+ for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package psi+ for openSUSE:Factory checked in 
at 2013-01-10 13:53:27

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


Package is psi+, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.psi+.new/psi+.changes   2013-01-10 
13:53:28.0 +0100
@@ -0,0 +1,123 @@
+---
+Wed Jan  9 17:01:15 UTC 2013 - jsl...@suse.com
+
+- enable otr plugin
+- add gdb to buildrequires as it is used for adding gdb-index
+
+---
+Wed Jan  9 15:27:12 UTC 2013 - jsl...@suse.com
+
+- split package
+  * free part will be distributed with opensuse (tehnick's repo)
+  * non-free elsewhere (icons with weird licenses)
+
+---
+Wed Jan  2 10:41:12 UTC 2013 - jsl...@suse.com
+
+- switch %{version}-%{release} requires to %{version} only
+- use %{?_smp_mflags} instead of %{?jobs:-j%jobs}
+
+---
+Sat Dec 29 13:04:32 UTC 2012 - jsl...@suse.com
+
+- proper version
+
+---
+Fri Dec 28 23:23:11 UTC 2012 - jsl...@suse.com
+
+- newer snapshot
+- rework to use _service files for easier updating
+- remove qt translation files (they were not used at all)
+
+---
+Mon Oct  8 08:05:58 UTC 2012 - jsl...@suse.com
+
+- updated translations: 5367.2
+- newer snapshot
+- disable otr -- does not work with new libotr (in factory)
+
+---
+Fri Jun 29 17:01:26 CEST 2012 - jsl...@suse.de
+
+- enable pepchangenotify and otr plugins
+
+---
+Wed Jun 27 23:37:16 CEST 2012 - jsl...@suse.de
+
+- update to 0.15.5337
+  * see changelog.txt for changes
+- update translations from psi-plus-i18n
+
+---
+Fri Apr 20 22:26:51 CEST 2012 - jsl...@suse.de
+
+- update to 0.15.5320
+  * see changelog.txt for changes
+
+---
+Sun Nov  6 20:20:50 CET 2011 - jsl...@suse.de
+
+- update to 0.15.5185
+  * see changelog.txt for changes
+- fixed emoticons in chat
+- add gnome3support plugin
+- update ru translation
+
+---
+Sun Nov  6 20:20:50 CET 2011 - jsl...@suse.de
+
+- update to 0.15.5130
+  * see changelog.txt for changes
+- update ru translation
+
+---
+Wed Jul 13 11:01:06 CEST 2011 - jsl...@suse.de
+
+- update to 0.15.5050
+  * see changelog.txt for changes
+- we now use numbering scheme from version.txt
+
+---
+Fri Jun 17 21:34:06 CEST 2011 - jsl...@suse.de
+
+- update to 0.15.4056
+
+---
+Sun May 22 22:01:06 CEST 2011 - jsl...@suse.de
+
+- update to 0.15.3910
+- add psi update script
+
+---
+Tue Apr 26 15:50:17 CEST 2011 - jsl...@suse.de
+
+- update to 0.15.3817
+  - new plugins
+  - many improvements
+  - many fixes
+
+---
+Tue Feb  1 12:22:51 CET 2011 - jsl...@suse.de
+
+- fix crash on unknown icon load
+
+---
+Sun Jan  9 15:13:36 CET 2011 - jsl...@suse.de
+
+- update to 0.15.3464
+updated many plugins
+added upower support
+updated cs translation
+fixed crashes
+remove __DATE__ dependency
+
+---
+Fri Nov 12 15:21:47 CET 2010 - jsl...@suse.de
+
+- update to 0.15.3164, with a help of home:nirdosh
+
+---
+Tue Feb  9 21:19:10 UTC 2010 - prus...@suse.cz
+
+- based on the psi+ package from home:nirdosh
+

New:

  _service
  psi+-20130103.tar.xz
  psi+.changes
  psi+.spec
  psi-plus-l10n-1.tar.xz



Other differences:
--
++ psi+.spec ++
#
# spec file for package psi+
#
# 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
# upon. The license for this file, and modifications and 

commit ruby19 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package ruby19 for openSUSE:Factory checked 
in at 2013-01-10 13:53:55

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


Package is ruby19, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ruby19/ruby19.changes2013-01-07 
17:40:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.ruby19.new/ruby19.changes   2013-01-10 
13:53:57.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan  8 20:35:50 UTC 2013 - co...@suse.com
+
+- readd the private header *atomic.h
+
+---



Other differences:
--
++ ruby19.spec ++
--- /var/tmp/diff_new_pack.Fdd99z/_old  2013-01-10 13:53:58.0 +0100
+++ /var/tmp/diff_new_pack.Fdd99z/_new  2013-01-10 13:53:58.0 +0100
@@ -244,7 +244,7 @@
 echo %defattr(-,root,root,-)  devel-extra-excludes
 echo %defattr(-,root,root,-)  devel-extra-list
 for i in iseq.h insns.inc insns_info.inc revision.h version.h  
thread_pthread.h \
-  method.h id.h vm_core.h vm_opts.h node.h debug.h eval_intern.h; do
+  ruby_atomic.h method.h id.h vm_core.h vm_opts.h node.h debug.h 
eval_intern.h; do
   install -m 644 $i %{buildroot}%{_includedir}/ruby-%{rb_ver}/
   echo %exclude %{_includedir}/ruby-%{rb_ver}/$i  devel-extra-excludes  
   echo %{_includedir}/ruby-%{rb_ver}/$i  devel-extra-list

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



commit rubygem-actionmailer-2_3 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionmailer-2_3 for 
openSUSE:Factory checked in at 2013-01-10 14:24:43

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


Package is rubygem-actionmailer-2_3, Maintainer is mrueck...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionmailer-2_3/rubygem-actionmailer-2_3.changes
2012-08-04 18:59:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionmailer-2_3.new/rubygem-actionmailer-2_3.changes
   2013-01-10 14:24:45.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  9 10:31:20 UTC 2013 - adr...@suse.de
+
+- update to version 2.3.15
+  * Version bump.
+
+---

Old:

  actionmailer-2.3.14.gem

New:

  actionmailer-2.3.15.gem



Other differences:
--
++ rubygem-actionmailer-2_3.spec ++
--- /var/tmp/diff_new_pack.vb0BEN/_old  2013-01-10 14:24:48.0 +0100
+++ /var/tmp/diff_new_pack.vb0BEN/_new  2013-01-10 14:24:48.0 +0100
@@ -17,7 +17,7 @@
 
 # norootforbuild
 Name:   rubygem-actionmailer-2_3
-Version:2.3.14
+Version:2.3.15
 Release:0
 %define mod_name actionmailer
 %define mod_full_name %{mod_name}-%{version}
@@ -30,7 +30,7 @@
 %rubygems_requires
 Provides:   rubygem-%{mod_name} = %{version}-%{release}
 #
-# actionpack = 2.3.14
+# actionpack = 2.3.15
 BuildRequires:  rubygem-actionpack-2_3 = %{version}
 Requires:   rubygem-actionpack-2_3 = %{version}
 #

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



commit rubygem-activerecord-2_3 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activerecord-2_3 for 
openSUSE:Factory checked in at 2013-01-10 14:24:51

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


Package is rubygem-activerecord-2_3, Maintainer is mrueck...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activerecord-2_3/rubygem-activerecord-2_3.changes
2012-08-04 23:46:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activerecord-2_3.new/rubygem-activerecord-2_3.changes
   2013-01-10 14:24:53.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  9 10:26:19 UTC 2013 - adr...@suse.de
+
+- update to version 2.3.15
+  - potential SQL injection (CVE-2013-0156)
+
+---

Old:

  activerecord-2.3.14.gem

New:

  activerecord-2.3.15.gem



Other differences:
--
++ rubygem-activerecord-2_3.spec ++
--- /var/tmp/diff_new_pack.cNtiJv/_old  2013-01-10 14:24:54.0 +0100
+++ /var/tmp/diff_new_pack.cNtiJv/_new  2013-01-10 14:24:54.0 +0100
@@ -17,7 +17,7 @@
 
 # norootforbuild
 Name:   rubygem-activerecord-2_3
-Version:2.3.14
+Version:2.3.15
 Release:0
 %define mod_name activerecord
 %define mod_full_name %{mod_name}-%{version}
@@ -29,7 +29,7 @@
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
 Provides:   rubygem-%{mod_name} = %{version}-%{release}
-# activesupport = 2.3.14
+# activesupport = 2.3.15
 BuildRequires:  rubygem-activesupport-2_3 = %{version}
 Requires:   rubygem-activesupport-2_3 = %{version}
 #

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



commit rubygem-rails-2_3 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rails-2_3 for 
openSUSE:Factory checked in at 2013-01-10 14:28:20

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


Package is rubygem-rails-2_3, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-2_3/rubygem-rails-2_3.changes  
2011-11-07 17:26:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rails-2_3.new/rubygem-rails-2_3.changes 
2013-01-10 14:28:22.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan  8 20:48:56 UTC 2013 - co...@suse.com
+
+- updated to version 2.3.15, version bump
+
+---

Old:

  rails-2.3.14.gem

New:

  rails-2.3.15.gem



Other differences:
--
++ rubygem-rails-2_3.spec ++
--- /var/tmp/diff_new_pack.W16Juf/_old  2013-01-10 14:28:23.0 +0100
+++ /var/tmp/diff_new_pack.W16Juf/_new  2013-01-10 14:28:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rails-2_3
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   rubygem-rails-2_3
-Version:2.3.14
+Version:2.3.15
 Release:0
 %define mod_name rails
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -2_3
 %define mod_weight 23
 #
-Group:  Development/Languages/Ruby
-License:MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -36,19 +32,19 @@
 # rake = 0.8.3
 BuildRequires:  rubygem-rake = 0.8.3
 Requires:   rubygem-rake = 0.8.3
-# activesupport = 2.3.14
+# activesupport = 2.3.15
 BuildRequires:  rubygem-activesupport-2_3 = %{version}
 Requires:   rubygem-activesupport-2_3 = %{version}
-# activerecord = 2.3.14
+# activerecord = 2.3.15
 BuildRequires:  rubygem-activerecord-2_3 = %{version}
 Requires:   rubygem-activerecord-2_3 = %{version}
-# actionpack = 2.3.14
+# actionpack = 2.3.15
 BuildRequires:  rubygem-actionpack-2_3 = %{version}
 Requires:   rubygem-actionpack-2_3 = %{version}
-# actionmailer = 2.3.14
+# actionmailer = 2.3.15
 BuildRequires:  rubygem-actionmailer-2_3 = %{version}
 Requires:   rubygem-actionmailer-2_3 = %{version}
-# activeresource = 2.3.14
+# activeresource = 2.3.15
 BuildRequires:  rubygem-activeresource-2_3 = %{version}
 Requires:   rubygem-activeresource-2_3 = %{version}
 # we need rubygem-rdoc because 2.3.12 got ported to the new API
@@ -60,6 +56,9 @@
 Source: %{mod_full_name}.gem
 #
 Summary:Web-application framework with template engine, control-flow 
layer, and ORM
+License:MIT
+Group:  Development/Languages/Ruby
+
 %description
 Rails is a framework for building web-application using CGI, FCGI, mod_ruby, or
 WEBrick on top of either MySQL, PostgreSQL, SQLite, DB2, SQL Server, or Oracle
@@ -69,6 +68,7 @@
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.

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



commit smuxi for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package smuxi for openSUSE:Factory checked 
in at 2013-01-10 15:14:11

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


Package is smuxi, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/smuxi/smuxi.changes  2012-09-23 
21:14:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.smuxi.new/smuxi.changes 2013-01-10 
15:14:12.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 15:48:21 UTC 2013 - dims...@opensuse.org
+
+- Add smuxi-mono3.patch: Fix build with mono 3.0.
+
+---

New:

  smuxi-mono3.patch



Other differences:
--
++ smuxi.spec ++
--- /var/tmp/diff_new_pack.wU4VuG/_old  2013-01-10 15:14:14.0 +0100
+++ /var/tmp/diff_new_pack.wU4VuG/_new  2013-01-10 15:14:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package smuxi
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,6 +22,8 @@
 # FIXME: when db4o is in Factory, uncomment BuildRequires for it
 Url:http://www.smuxi.org
 Source0:http://www.smuxi.org/jaws/data/files/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM smuxi-mono3.patch dims...@opensuse.org -- Fix build with 
mono 3.0. Patch discussed with upstream, should be fixed in git.
+Patch0: smuxi-mono3.patch
 Summary:Smart MUltipleXed Irc
 License:GPL-2.0+
 Group:  Productivity/Networking/IRC
@@ -152,6 +154,7 @@
 %lang_package -n %{name}-server
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++ smuxi-mono3.patch ++
Index: smuxi-0.8.10.12100/lib/Twitterizer/Twitterizer2/Twitterizer2.csproj
===
--- smuxi-0.8.10.12100.orig/lib/Twitterizer/Twitterizer2/Twitterizer2.csproj
+++ smuxi-0.8.10.12100/lib/Twitterizer/Twitterizer2/Twitterizer2.csproj
@@ -94,6 +94,7 @@
   /PropertyGroup
   ItemGroup
 Reference Include=System /
+Reference Include=System.Core /
 Reference Include=System.Drawing /
 Reference Include=System.Runtime.Serialization /
 Reference Include=System.Web /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sparkleshare for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package sparkleshare for openSUSE:Factory 
checked in at 2013-01-10 15:15:39

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


Package is sparkleshare, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/sparkleshare/sparkleshare.changes
2012-11-13 09:44:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.sparkleshare.new/sparkleshare.changes   
2013-01-10 15:15:41.0 +0100
@@ -1,0 +2,39 @@
+Wed Jan  9 11:53:27 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.0.0:
+  + Rebrand 0.9.10 with some minor changes to 1.0.0.
+- Changes from version 0.9.10:
+  + Fix folders not opening from statusicon menu on Windows
+  + Fix freeze on Mac when retrying a failed add a project attempt
+  + Fix a freeze on Mac when updating the status icon when the menu
+is open
+- Changes from version 0.9.9:
+  + Add high resolution images for retina displays on macs
+  + Put uncommonly used menu items in a submenu in the statusicon
+  + Fix an issue connecting to encrypted projects
+  + New tutorial slides
+  + Detect more types of sync errors
+  + Various small fixes and cleanups
+- Changes from version 0.9.8:
+  + Show both the cumulative upload and download speeds when
+multiple projects are syncing at the same time
+  + Defer receiving changes when affected files are locked and show
+a warning in the statusicon (mostly affects Windows)
+  + Fix an issue where changing the case of a file name that will
+be synced to Windows or Mac would result in a no longer
+syncable project
+  + Add a Try Again action underneath every error reported in the
+statusicon to force a retry
+  + Always sync to the default git branch even when it's not named
+master (e.g. gh-pages)
+  + Fix unicode characters displaying weirdly in the event log
+- Changes from version 0.9.7:
+  + Remove Growl and use native OS X notifications
+  + Treat underscores in project names as spaces for the folder
+names
+  + Allow periods . in project names
+  + Depend on git = 1.7.12
+  + Fix Mac unicode compatibility (could cause duplicate files or
+folders between different platforms)
+
+---

Old:

  sparkleshare-linux-0.9.6.tar.gz

New:

  sparkleshare-linux-1.0.0.tar.gz



Other differences:
--
++ sparkleshare.spec ++
--- /var/tmp/diff_new_pack.Z9cF6E/_old  2013-01-10 15:15:42.0 +0100
+++ /var/tmp/diff_new_pack.Z9cF6E/_new  2013-01-10 15:15:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sparkleshare
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define with_translations 0
 
 Name:   sparkleshare
-Version:0.9.6
+Version:1.0.0
 Release:0
 Summary:A file sharing and collaboration tool
 License:GPL-3.0+

++ sparkleshare-linux-0.9.6.tar.gz - sparkleshare-linux-1.0.0.tar.gz ++
 5852 lines of diff (skipped)

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



commit sqlite2 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package sqlite2 for openSUSE:Factory checked 
in at 2013-01-10 15:19:04

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


Package is sqlite2, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sqlite2/sqlite2.changes  2011-11-28 
12:57:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.sqlite2.new/sqlite2.changes 2013-01-10 
15:19:06.0 +0100
@@ -1,0 +2,9 @@
+Mon Dec 31 16:00:55 UTC 2012 - j...@suse.com
+
+- detect_sqlite3.patch
+  Trivial usability feature: avoid a false error message 
+  file is encrypted or is not a database if it is valid sqlite3
+  Upstreamed as 
+  http://www.sqlite.org/src/tktview/030632f55ba0c98c273ddabdea417b996897eeb3
+
+---

New:

  detect_sqlite3.patch



Other differences:
--
++ sqlite2.spec ++
--- /var/tmp/diff_new_pack.ofSwBG/_old  2013-01-10 15:19:07.0 +0100
+++ /var/tmp/diff_new_pack.ofSwBG/_new  2013-01-10 15:19:07.0 +0100
@@ -35,6 +35,7 @@
 Source2:baselibs.conf
 Patch0: sqlite.diff
 Patch1: sqlite2-tcl.diff
+Patch2:detect_sqlite3.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -86,8 +87,13 @@
 
 %prep
 %setup -q -n sqlite-%version
+# sqlite.diff
 %patch0
+# sqlite2-tcl.diff
 %patch1
+# detect_sqlite3.patch
+%patch2 -p1
+
 %ifarch s390 s390x 
 # some (minor ?) miscalculations with float values on these platforms
 # needs to be checked deeper later

++ detect_sqlite3.patch ++
--- sqlite-2.8.17/src/btree.c.orig  2005-04-24 00:43:22.0 +0200
+++ sqlite-2.8.17/src/btree.c   2012-12-31 16:58:06.288576336 +0100
@@ -112,6 +112,8 @@ typedef struct FreelistInfo FreelistInfo
 static const char zMagicHeader[] = 
** This file contains an SQLite 2.1 database **;
 #define MAGIC_SIZE (sizeof(zMagicHeader))
+static const char zMagicHeader_V3[] = SQLite format 3;
+#define MAGIC_SIZE_V3 (sizeof(zMagicHeader_V3))
 
 /*
 ** This is a magic integer also used to test the integrity of the database
@@ -794,6 +800,8 @@ static int lockBtree(Btree *pBt){
 if( strcmp(pP1-zMagic,zMagicHeader)!=0 ||
   (pP1-iMagic!=MAGIC  swab32(pP1-iMagic)!=MAGIC) ){
   rc = SQLITE_NOTADB;
+  if (!strcmp(pP1-zMagic,zMagicHeader_V3))
+rc = SQLITE_V3;
   goto page1_init_failed;
 }
 pBt-needSwab = pP1-iMagic!=MAGIC;
--- sqlite-2.8.17/src/main.c.orig   2005-04-24 00:43:22.0 +0200
+++ sqlite-2.8.17/src/main.c2012-12-31 16:52:50.296168240 +0100
@@ -851,6 +851,7 @@ const char *sqlite_error_string(int rc){
 case SQLITE_FORMAT: z = auxiliary database format error;   break;
 case SQLITE_RANGE:  z = bind index out of range;   break;
 case SQLITE_NOTADB: z = file is encrypted or is not a database;break;
+case SQLITE_V3: z = database version mismatch. Try sqlite3;break;
 default:z = unknown error; break;
   }
   return z;
--- sqlite-2.8.17/src/sqlite.h.in.orig  2005-04-24 00:43:22.0 +0200
+++ sqlite-2.8.17/src/sqlite.h.in   2012-12-31 16:52:51.619178446 +0100
@@ -172,6 +172,7 @@ int sqlite_exec(
 #define SQLITE_FORMAT  24   /* Auxiliary database format error */
 #define SQLITE_RANGE   25   /* 2nd parameter to sqlite_bind out of range */
 #define SQLITE_NOTADB  26   /* File opened that is not a database file */
+#define SQLITE_V3  27   /* File opened that is not a database file */
 #define SQLITE_ROW 100  /* sqlite_step() has another row ready */
 #define SQLITE_DONE101  /* sqlite_step() has finished executing */
 
++ sqlite.diff ++
--- /var/tmp/diff_new_pack.ofSwBG/_old  2013-01-10 15:19:07.0 +0100
+++ /var/tmp/diff_new_pack.ofSwBG/_new  2013-01-10 15:19:07.0 +0100
@@ -1,6 +1,24 @@
 Makefile.in
+---
+ Makefile.in|   16 
+ configure.ac   |3 ---
+ main.mk|2 +-
+ src/attach.c   |4 ++--
+ src/build.c|   16 
+ src/expr.c |2 +-
+ src/pragma.c   |2 +-
+ src/printf.c   |   12 +---
+ src/select.c   |   14 +++---
+ src/tokenize.c |2 +-
+ src/vdbe.c |2 +-
+ 11 files changed, 35 insertions(+), 40 deletions(-)
+
+Index: Makefile.in
+===
+--- Makefile.in.orig
 +++ Makefile.in
-@@ -26,7 +26,7 @@ BCC = @BUILD_CC@ @BUILD_CFLAGS@
+@@ -24,11 +24,11 @@ BCC = @BUILD_CC@ @BUILD_CFLAGS@
+ 
+ # C Compile and options for use in building executables that 
  # will run on the target platform.  (BCC and TCC are 

commit tboot for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package tboot for openSUSE:Factory checked 
in at 2013-01-10 15:20:16

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


Package is tboot, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/tboot/tboot.changes  2012-10-13 
21:10:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.tboot.new/tboot.changes 2013-01-10 
15:20:19.0 +0100
@@ -1,0 +2,18 @@
+Tue Jan  8 15:26:59 UTC 2013 - meiss...@suse.com
+
+- updated to 1.7.3/20121228
+  Update README with updated code repository url.
+  Fix grub2 scripts to be compatible with more distros.
+  Update README for RACM launch support
+  Add a new option call_racm=true|false for revocation acm(RACM) launch
+  Fix potential buffer overrun  memory leak in crtpconf.c
+  Fix a potential buffer overrun in lcptools/lock.c
+  Print cmdline in multi-lines
+  Optional print TXT.ERRORCODE under level error or info
+  Fix side effects of tboot log level macros in tools
+  Update readme for the new detail log level
+  Classify all logs into different log levels
+  Add detail log level and the macros defined for log level
+  Fix acmod_error_t type to correctly align all bits in 4bytes
+
+---

Old:

  tboot-1.7.2.tar.gz

New:

  tboot-1.7.3.tar.gz



Other differences:
--
++ tboot.spec ++
--- /var/tmp/diff_new_pack.ZS7XXV/_old  2013-01-10 15:20:20.0 +0100
+++ /var/tmp/diff_new_pack.ZS7XXV/_new  2013-01-10 15:20:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tboot
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
 
 
 Name:   tboot
-%define ver 1.7.2
-Version:20120929_1.7.2
+%define ver 1.7.3
+Version:20121228_1.7.3
 Release:0
 Summary:Performs a verified launch using Intel(R) TXT
 License:BSD-3-Clause

++ tboot-1.7.2.tar.gz - tboot-1.7.3.tar.gz ++
 5990 lines of diff (skipped)

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



commit udisks2 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package udisks2 for openSUSE:Factory checked 
in at 2013-01-10 15:21:30

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


Package is udisks2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/udisks2/udisks2.changes  2013-01-08 
09:14:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.udisks2.new/udisks2.changes 2013-01-10 
15:21:32.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 07 13:30:34 UTC 2013 - stefan.bru...@rwth-aachen.de
+
+- Fix name of polkit action (fdo#58629):
+  modify-device-system-other-seat - modify-device-other-seat
+
+---

New:

  fix_polkit_action_name.diff



Other differences:
--
++ udisks2.spec ++
--- /var/tmp/diff_new_pack.PuOL5y/_old  2013-01-10 15:21:34.0 +0100
+++ /var/tmp/diff_new_pack.PuOL5y/_new  2013-01-10 15:21:34.0 +0100
@@ -27,6 +27,8 @@
 Group:  System/Daemons
 Url:http://www.freedesktop.org/wiki/Software/udisks
 Source: 
http://udisks.freedesktop.org/releases/%{_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM fix_polkit_action_name.diff [fdo#58629]
+Patch0: fix_polkit_action_name.diff
 # Needed to build the man pages
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gobject-introspection-devel

++ fix_polkit_action_name.diff ++
diff --git a/src/udiskslinuxpartition.c b/src/udiskslinuxpartition.c
index 9582346..e3ae93f 100644
--- a/src/udiskslinuxpartition.c
+++ b/src/udiskslinuxpartition.c
@@ -269,7 +269,7 @@ handle_set_flags (UDisksPartition*partition,
 }
   else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid))
 {
-  action_id = org.freedesktop.udisks2.modify-device-system-other-seat;
+  action_id = org.freedesktop.udisks2.modify-device-other-seat;
 }
 
   if (!udisks_daemon_util_check_authorization_sync (daemon,
@@ -414,7 +414,7 @@ handle_set_name (UDisksPartition*partition,
 }
   else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid))
 {
-  action_id = org.freedesktop.udisks2.modify-device-system-other-seat;
+  action_id = org.freedesktop.udisks2.modify-device-other-seat;
 }
 
   if (!udisks_daemon_util_check_authorization_sync (daemon,
@@ -596,7 +596,7 @@ handle_set_type (UDisksPartition*partition,
 }
   else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid))
 {
-  action_id = org.freedesktop.udisks2.modify-device-system-other-seat;
+  action_id = org.freedesktop.udisks2.modify-device-other-seat;
 }
 
   if (!udisks_daemon_util_check_authorization_sync (daemon,
@@ -769,7 +769,7 @@ handle_delete (UDisksPartition*partition,
 }
   else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid))
 {
-  action_id = org.freedesktop.udisks2.modify-device-system-other-seat;
+  action_id = org.freedesktop.udisks2.modify-device-other-seat;
 }
 
   if (!udisks_daemon_util_check_authorization_sync (daemon,
diff --git a/src/udiskslinuxpartitiontable.c b/src/udiskslinuxpartitiontable.c
index 8f0d3d9..b553625 100644
--- a/src/udiskslinuxpartitiontable.c
+++ b/src/udiskslinuxpartitiontable.c
@@ -336,7 +336,7 @@ handle_create_partition (UDisksPartitionTable   *table,
 }
   else if (!udisks_daemon_util_on_same_seat (daemon, object, caller_pid))
 {
-  action_id = org.freedesktop.udisks2.modify-device-system-other-seat;
+  action_id = org.freedesktop.udisks2.modify-device-other-seat;
 }
 
   if (!udisks_daemon_util_check_authorization_sync (daemon,
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ufraw for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package ufraw for openSUSE:Factory checked 
in at 2013-01-10 15:22:37

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


Package is ufraw, Maintainer is posta...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ufraw/ufraw.changes  2011-09-23 
12:49:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.ufraw.new/ufraw.changes 2013-01-10 
15:22:39.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 10 07:05:22 UTC 2013 - salser...@gmail.com
+
+- Support for JPEG format added for openSUSE = 12.2 (it was broken).
+
+---



Other differences:
--
++ ufraw.spec ++
--- /var/tmp/diff_new_pack.vNz9sH/_old  2013-01-10 15:22:40.0 +0100
+++ /var/tmp/diff_new_pack.vNz9sH/_new  2013-01-10 15:22:40.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   ufraw
 BuildRequires:  gcc-c++ gimp-devel libgtkimageview-devel liblcms-devel 
libpng-devel libstdc++-devel libtiff-devel update-desktop-files
-BuildRequires:  lensfun-devel libexiv2-devel
+BuildRequires:  lensfun-devel libexiv2-devel libjpeg-devel
 Url:http://ufraw.sourceforge.net/
 # gimptool-2.0 --gimpplugindir
 %define _gimpplugindir %(gimptool-2.0 --gimpplugindir)

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



commit wine for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2013-01-10 15:22:48

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


Package is wine, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2012-12-17 
09:41:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2013-01-10 
15:22:50.0 +0100
@@ -1,0 +2,19 @@
+Sun Jan  6 20:28:23 UTC 2013 - meiss...@suse.com
+
+- Updated to 1.5.21 development snapshot
+  - Beginnings of a netstat built-in program.
+  - Support for selecting resolution in the PostScript driver.
+  - Various bug fixes.
+
+---
+Sat Dec 22 14:00:09 UTC 2012 - meiss...@suse.com
+
+- Updated to 1.5.20 development snapshot
+  - A bunch of dlls with ugly names for API sets support.
+  - More ATL functions implemented.
+  - Still more C++ runtime functions.
+  - Several text rendering fixes.
+  - PostScript driver improvements.
+  - Various bug fixes.
+
+---

Old:

  wine-1.5.19.tar.bz2

New:

  wine-1.5.21.tar.bz2



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.tSk9ia/_old  2013-01-10 15:22:53.0 +0100
+++ /var/tmp/diff_new_pack.tSk9ia/_new  2013-01-10 15:22:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wine
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -55,7 +55,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:1.5.19
+Version:1.5.21
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-1.5.19.tar.bz2 - wine-1.5.21.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.5.19.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.5.21.tar.bz2 differ: char 11, line 1

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



commit libqt4 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package libqt4 for openSUSE:Factory checked 
in at 2013-01-10 15:25:33

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libqt4/libqt4-devel-doc.changes  2012-11-28 
11:00:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4-devel-doc.changes 
2013-01-10 15:25:35.0 +0100
@@ -1,0 +2,33 @@
+Mon Jan  7 16:09:50 UTC 2013 - dmuel...@suse.com
+
+- Add cert-blacklist-more.diff, cert-blacklist-tuerktrust.diff:
+  * blacklist more evil certificates
+
+---
+Mon Jan  7 12:38:48 UTC 2013 - dmuel...@suse.com
+
+- enable linked support for OpenSSL
+
+---
+Fri Jan  4 15:16:33 UTC 2013 - dmuel...@suse.com
+
+- qdbusviewer.patch: Add fix for qdbusviewer not matching args (bnc#784197)
+- openssl-incompatibility-fix.diff: Fix wrong error reporting when using
+  a binary incompatible version of openSSL (bnc#797006, CVE-2012-6093)
+
+---
+Sun Dec 16 18:59:51 CET 2012 - r...@suse.de
+
+- fix build on s390x by adding
+  qt4-fix-s390x-build.diff 
+
+---
+Mon Dec  3 07:56:00 UTC 2012 - stephan.bin...@basyskom.com
+
+- Update to version 4.8.4:
+  * long list of forward and backward compatible
+  bug fixes. see included changes-4.8.4 for details
+- remove obsolete backport disable-ssl-compression-by-default.patch
+- update License and URL to Digia
+
+---
libqt4-sql-plugins.changes: same change
libqt4.changes: same change

Old:

  disable-ssl-compression-by-default.patch
  qt-everywhere-opensource-src-4.8.3.tar.gz

New:

  cert-blacklist-more.diff
  cert-blacklist-tuerktrust.diff
  openssl-incompatibility-fix.diff
  qdbusviewer.patch
  qt-everywhere-opensource-src-4.8.4.tar.bz2
  qt4-fix-s390x-build.diff



Other differences:
--
++ libqt4-devel-doc.spec ++
--- /var/tmp/diff_new_pack.YUBJ4V/_old  2013-01-10 15:25:49.0 +0100
+++ /var/tmp/diff_new_pack.YUBJ4V/_new  2013-01-10 15:25:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt4-devel-doc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,14 +31,14 @@
 BuildRequires:  update-desktop-files
 %endif
 Summary:Qt documentation
-License:SUSE-LGPL-2.1-with-nokia-exception-1.1 or GPL-3.0
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Documentation/HTML
-Url:http://www.trolltech.com
+Url:http://qt.digia.com/
 # COMMON-VERSION-BEGIN
 # COMMON-VERSION-BEGIN
 %define base_name libqt4
 %define tar_version everywhere-opensource-src-%{version}
-Version:4.8.3
+Version:4.8.4
 Release:0
 # COMMON-VERSION-END
 # COMMON-VERSION-END
@@ -53,7 +53,7 @@
 Obsoletes:  qt-devel-doc  4.4.0
 # COMMON-BEGIN
 # COMMON-BEGIN
-Source: qt-%{tar_version}.tar.gz
+Source: qt-%{tar_version}.tar.bz2
 # to get mtime of file:
 Source1:libqt4.changes
 Source2:baselibs.conf
@@ -94,12 +94,17 @@
 Patch136:   handle-tga-files-properly.diff
 Patch137:   qdbusconnection-no-warning-output.patch
 Patch138:   undo-fix-jit-crash-on-x86_64.patch
-Patch139:   disable-ssl-compression-by-default.patch
 # PATCH-FIX-UPSTREAM  fix_assistant_segfault_QTBUG-25324.patch [bnc#780763] 
[QTBUG#25324]
 Patch140:   fix_assistant_segfault_QTBUG-25324.patch
+# PATCH-FIX-OPENSUSE  fix build on s390x failing to link in 
qnetworkconfigmanager.o
+Patch141:   qt4-fix-s390x-build.diff
+Patch142:   qdbusviewer.patch
+Patch143:   openssl-incompatibility-fix.diff
+Patch144:   cert-blacklist-tuerktrust.diff
+Patch145:   cert-blacklist-more.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-  %define common_options --opensource -fast -no-separate-debug-info -shared 
-xkb -xrender -xcursor -dbus-linked -xfixes -xrandr -xinerama -sm -no-nas-sound 
-no-rpath -system-libjpeg -system-libpng -accessibility -cups -stl -nis 
-system-zlib -prefix /usr -L %{_libdir} -libdir %{_libdir} -docdir 
%_docdir/%{base_name} -examplesdir %{_libdir}/qt4/examples -demosdir 
%{_libdir}/qt4/demos -plugindir %plugindir -translationdir 

commit e17 for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package e17 for openSUSE:Factory checked in 
at 2013-01-10 15:27:18

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


Package is e17, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.e17.new/e17.changes 2013-01-10 
15:27:19.0 +0100
@@ -0,0 +1,1248 @@
+---
+Tue Jan  8 17:33:55 UTC 2013 - sleep_wal...@suse.cz
+
+- add patch tags
+
+---
+Sat Jan  5 15:12:39 UTC 2013 - sleep_wal...@suse.cz
+
+- attempt to fix deps for Fedora
+
+---
+Sat Jan  5 00:52:41 UTC 2013 - sleep_wal...@suse.cz
+
+- alter fedora 16 the same way as centos
+
+---
+Sat Jan  5 00:30:06 UTC 2013 - sleep_wal...@suse.cz
+
+- require now EFL 1.7.5
+
+---
+Fri Jan  4 00:45:55 UTC 2013 - sleep_wal...@suse.cz
+
+- as CentOS seems to have different %doc macro, alter %exclude accordingly for 
it
+
+---
+Thu Jan  3 09:12:33 UTC 2013 - sleep_wal...@suse.cz
+
+- split theme into separate subpackage
+
+---
+Thu Jan  3 08:40:39 UTC 2013 - sleep_wal...@suse.cz
+
+- remove duplicates again
+
+---
+Wed Jan  2 12:14:48 UTC 2013 - sleep_wal...@suse.cz
+
+- BUGS not part of package :)
+
+---
+Wed Jan  2 11:16:07 UTC 2013 - sleep_wal...@suse.cz
+
+- add COPYING README AUTHORS BUGS into e17 package
+
+---
+Mon Dec 31 12:50:05 UTC 2012 - sleep_wal...@suse.cz
+
+- require libeina1 and libeio1 explicitly
+  it will hopefully solve Fedora packagement issue
+
+---
+Fri Dec 28 15:47:14 UTC 2012 - sleep_wal...@suse.cz
+
+- attempt to fix XKB configuration - adding patch
+
+---
+Thu Dec 27 16:28:46 UTC 2012 - sleep_wal...@suse.cz
+
+- make sysactions.conf noreplace again
+
+---
+Thu Dec 27 14:29:07 UTC 2012 - sleep_wal...@suse.cz
+
+- fix pam profile name
+
+---
+Thu Dec 27 11:34:32 UTC 2012 - si...@simotek.net
+
+- add emotion-devel as a build dependency to try and make 
+  video previews work. For me the video preview window   
+  now comes up but the contents of the video are unknown 
+  his could work better for others
+
+---
+Fri Dec 21 20:50:58 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 0.17.0 (release)
+
+---
+Fri Dec 21 00:38:03 UTC 2012 - sleep_wal...@suse.cz
+
+- build and package documentation
+
+---
+Tue Dec 18 23:16:52 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 0.17.0 omega
+  Changelog:
+  * Translation updates
+  * Compile fixes on non-linux platforms
+  * Restoring default keybindings now restores all of the default
+keybindings
+  * Same as above for mouse wheel bindings
+  * Fixed a number of potential buffer overflows and memory leaks
+  * Even more wallpapers
+  * Tiling module now handles maximization of windows more effectively
+  * Improvements to Window Remembers config dialog
+  * Clock gadgets now scale the date
+  * Fixed issue where radio widgets could have no radio item toggled
+  * Pager config dialog now shows button names
+  * Tiling module improvements when moving/resizing tiled windows
+  * Improved RandR dialog
+  * Navigate menu's Current Directory now works correctly when
+activated on files and removable media
+  * Filemanager no longer loses icons which caused a DND operation
+failure
+  * Filemanager now properly handles DND operations where the target
+is the icon of a removable device
+  * Starting with an invalid configuration is now much less likely
+(nearly impossible) to result in a complete failure
+  * Triggering Everything repeatedly no longer causes a crash
+  * Refresh button on filemanager toolbar is now functional
+  * Scale config dialog now detects changes properly and closes on
+apply
+  * Shelf changes/deletions no longer create artifacts
+  * Gadgets on shelves no longer 

commit elementary for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package elementary for openSUSE:Factory 
checked in at 2013-01-10 15:27:30

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


Package is elementary, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.elementary.new/elementary.changes   
2013-01-10 15:27:38.0 +0100
@@ -0,0 +1,195 @@
+---
+Mon Jan  7 08:05:34 UTC 2013 - sleep_wal...@suse.cz
+
+- fix doc-html package
+
+---
+Sun Jan  6 13:43:35 UTC 2013 - sleep_wal...@suse.cz
+
+- add COPYING and other files
+
+---
+Fri Jan  4 21:50:54 UTC 2013 - sleep_wal...@suse.cz
+
+- update to 1.7.5
+  Changes since Elementary 1.7.4:
+   * Fix bug where genlist would delete items added during selection
+ callback if a clear was queued
+   * Tooltips now correctly set NETWM tooltip window type
+   * Fix the naviframe item part text to be set properly.
+   * Fix list separator size bug.
+
+---
+Fri Dec 21 16:40:19 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 1.7.4
+  Changes since Elementary 1.7.3:
+   * Fix the naviframe title_set problem that caused the title
+ visible status reset
+   * Make sure data is not NULL in elm_interface_scrollable.
+   * Correctly handle failure case in _x11_notify_handler_image.
+   * Fix missuse of EINA_INLIST_FOREACH in elm_transit.c.
+   * Now, dummy object is always smart member of naviframe.
+   * Fix the popup that returned invalid action buttons.
+   * Fix the naviframe to not have crash even if user deletes the
+ naviframe in the transition finished cb.
+   * Fix Don't elm_transit image animation use the image preloading
+ to avoid image flickering.
+   * Fix the image to show the image right now if the image
+ preloading is disabled.
+   * Fix small memory leak in elm_map error path
+   * Fix memory leak in _item_tag_remove of elm_entry.
+
+---
+Fri Dec 21 00:13:06 UTC 2012 - sleep_wal...@suse.cz
+
+- build and package documentation, package examples
+
+---
+Tue Dec 11 14:14:46 UTC 2012 - sleep_wal...@suse.cz
+
+- remove lua dependency completely as it is not present in configure.ac (why 
was it there?)
+
+---
+Sat Dec  8 02:03:32 UTC 2012 - si...@simotek.net
+
+- Bump to 1.7.3 
+- 1.7.3 is a bugfix release to coincide with the beta release of efl
+
+---
+Sat Nov 24 01:41:48 UTC 2012 - sleep_wal...@suse.cz
+
+- require the same version or higher for EFL libraries
+
+---
+Fri Nov 23 18:52:52 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.2 
+- 1.7.2 is required to build and use the latest e17 alpha's
+
+---
+Thu Nov 22 13:41:33 UTC 2012 - sleep_wal...@suse.cz
+
+- license fix
+- spec clean up
+- remove autoupdate entries from changelog
+
+---
+Thu Nov 15 12:45:55 UTC 2012 - sleep_wal...@suse.cz
+
+- remove autoreconf as it is not needed for release
+
+---
+Sun Oct 21 00:27:43 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.1
+
+---
+Wed Sep 19 15:33:46 UTC 2012 - sleep_wal...@suse.cz
+
+- use 'make install DESTDIR=%buildroot' for fedora, mandriva, centos
+
+---
+Thu Mar 29 21:42:04 UTC 2012 - sleep_wal...@suse.cz
+
+- update to version 1.0.0
+
+---
+
+Mon Mar  5 22:09:12 UTC 2012 - sleep_wal...@suse.cz
+
+- stupid fix of previous commit
+
+---
+Thu Feb 23 14:34:15 UTC 2012 - sleep_wal...@suse.cz
+
+- elementary-devel now requires elementary
+
+---
+Fri Dec 30 22:56:09 UTC 2011 - sleep_wal...@suse.cz
+
+- explicitly BuildRequire autoconf, automake and libtool
+
+---
+Fri Dec 30 12:30:08 UTC 2011 - tc...@suse.com
+
+- disable autoreconf for CentOS 5
+
+---
+Wed Nov  2 

commit ethumb for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package ethumb for openSUSE:Factory checked 
in at 2013-01-10 15:27:44

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


Package is ethumb, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.ethumb.new/ethumb.changes   2013-01-10 
15:27:47.0 +0100
@@ -0,0 +1,139 @@
+---
+Fri Jan  4 21:48:56 UTC 2013 - sleep_wal...@suse.cz
+
+- update to 1.7.5
+  Changes since Ethumb 1.7.4:
+* Fixed compilation on Windows.
+
+---
+Fri Dec 21 16:12:23 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 1.7.4
+  Changes since Ethumb 1.7.3:
+  * Add XML output to doc
+  * Add installation rule for doc
+
+---
+Fri Dec 21 11:45:46 UTC 2012 - sleep_wal...@suse.cz
+
+- use vicious %doc macro again, but now it will work, I promise
+
+---
+Fri Dec 21 09:05:11 UTC 2012 - sleep_wal...@suse.cz
+
+- remove vicious %doc macro
+
+---
+Thu Dec 20 21:18:15 UTC 2012 - sleep_wal...@suse.cz
+
+- build and package documentation
+
+---
+Thu Dec 20 13:10:12 UTC 2012 - sleep_wal...@suse.cz
+
+- build and package documentation
+
+---
+Sat Dec  8 02:02:44 UTC 2012 - si...@simotek.net
+
+- Bump to 1.7.3 
+- 1.7.3 is a bugfix release to coincide with the beta release of efl
+
+---
+Wed Nov 28 08:54:07 UTC 2012 - sleep_wal...@suse.cz
+
+- 0001-ethumb-Fix-license-on-ethumbd.c-too.patch:
+  fix license inconsistency - part 2
+  taken from SVN, rev. 79756 (bnc#791455)
+
+---
+Tue Nov 27 19:42:20 UTC 2012 - sleep_wal...@suse.cz
+
+- 0001-Ethumb-Fix-license-reporting-on-executables-s-versio.patch:
+  fix license inconsistency - part 1
+  taken from SVN, rev. 79748 (bnc#791455)
+
+---
+Sat Nov 24 01:38:50 UTC 2012 - sleep_wal...@suse.cz
+
+- require the same version or higher for EFL libraries
+
+---
+Sat Nov 24 01:29:23 UTC 2012 - sleep_wal...@suse.cz
+
+- minor change in files section
+
+---
+Fri Nov 23 18:50:19 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.2 
+- 1.7.2 is required to build and use the latest e17 alpha's
+
+---
+Thu Nov 22 15:18:59 UTC 2012 - sleep_wal...@suse.cz
+
+- simplify build
+
+---
+Thu Nov 22 13:19:50 UTC 2012 - sleep_wal...@suse.cz
+
+- remove conditions for SLE 10 as we don't build for it anymore
+- fix license
+- clean up the spec file
+- remove autoupdate entries from changelog
+
+---
+Sun Oct 21 00:26:07 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.1
+
+---
+Mon Jun 11 18:45:59 UTC 2012 - pgaj...@suse.com
+
+- fixed filelist in libethumb1
+
+---
+Wed Jun  6 12:24:06 UTC 2012 - pgaj...@suse.com
+
+- remove epdf-devel dependency
+
+---
+Thu Mar 29 20:57:47 UTC 2012 - sleep_wal...@suse.cz
+
+- update to version 1.0.0
+
+---
+Fri Dec 30 22:59:07 UTC 2011 - sleep_wal...@suse.cz
+
+- explicitly BuildRequire autoconf, automake and libtool
+
+---
+Wed Nov  2 22:20:20 UTC 2011 - tc...@suse.com
+
+- fix dependencies for devel package for SLE10
+
+---
+Wed Nov  2 18:58:02 UTC 2011 - sleep_wal...@suse.cz
+
+- fix dependencies for devel package
+
+---
+Wed Nov  2 12:34:31 UTC 2011 - sleep_wal...@suse.cz
+
+- dbus path fixed all but suse
+
+---
+Wed Nov  2 11:52:53 UTC 2011 - tc...@suse.com
+
+- fix build when e_dbus is not available
+
+---
+Wed Nov  2 11:10:55 UTC 2011 - 

commit ghc-HTTP for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package ghc-HTTP for openSUSE:Factory 
checked in at 2013-01-10 15:28:01

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


Package is ghc-HTTP, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-HTTP.new/ghc-HTTP.changes   2013-01-10 
15:28:03.0 +0100
@@ -0,0 +1,38 @@
+---
+Tue Jan  8 17:11:55 UTC 2013 - peter.tromm...@ohm-hochschule.de
+
+- expand macro in name tag to help source validator 
+
+---
+Sat Nov 17 14:03:50 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- make service localonly for Factory submission 
+
+---
+Mon Oct  1 19:24:11 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- update to 4000.2.5 from upstream
+- required by Haskell Platform 2012.4.0.0 
+
+---
+Sun Jun  3 17:00:22 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- update to 4000.2.3 from upstream
+* support mtl 2.1
+- required by Haskell Platform 2012.2.0.0 
+
+---
+Wed Dec 28 20:10:08 UTC 2011 - peter.tromm...@ohm-hochschule.de
+
+- Adjust version number for platform 2011.4 
+
+---
+Thu Dec  8 18:33:24 UTC 2011 - peter.tromm...@ohm-hochschule.de
+
+- Fixed arches. 
+
+---
+Thu Dec  8 18:22:31 UTC 2011 - peter.tromm...@ohm-hochschule.de
+
+- Initial packaging. 
+

New:

  HTTP-4000.2.5.tar.gz
  _service
  ghc-HTTP.changes
  ghc-HTTP.spec



Other differences:
--
++ ghc-HTTP.spec ++
#
# spec file for ghc-HTTP
#
# Copyright (c) 2013 Peter Trommler peter.tromm...@ohm-hochschule.de
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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

%global pkg_name HTTP

%global common_summary Haskell library for client-side HTTP

%global common_description The HTTP package supports client-side web 
programming in Haskell. It lets you set up HTTP connections, transmitting 
requests and processing the responses coming back, all from within the comforts 
of Haskell. It is dependent on the network package to operate, but other than 
that, the implementation is all written in Haskell.

Name:   ghc-HTTP
Version:4000.2.5
Release:1
Summary:%{common_summary}

Group:  System/Libraries
License:BSD-3-Clause
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# BEGIN cabal2spec
URL:http://hackage.haskell.org/package/%{pkg_name}
Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch:  %{ix86} x86_64 %{ghc_arches}
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
BuildRequires:  ghc-array-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-network-devel
BuildRequires:  ghc-old-time-devel
BuildRequires:  ghc-parsec-devel
# END cabal2spec

%description
%{common_description}


%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


# devel subpackage
%ghc_devel_package

%ghc_devel_description


%ghc_devel_post_postun


%ghc_files LICENSE


%changelog
++ _service ++
services
  
service name=download_files mode=localonly//services
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghc-regex-base for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package ghc-regex-base for openSUSE:Factory 
checked in at 2013-01-10 15:30:36

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


Package is ghc-regex-base, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-regex-base.new/ghc-regex-base.changes   
2013-01-10 15:30:40.0 +0100
@@ -0,0 +1,20 @@
+---
+Tue Jan  8 17:16:55 UTC 2013 - peter.tromm...@ohm-hochschule.de
+
+- expand macro in name tag to help source validator 
+
+---
+Sat Nov 17 14:39:39 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- make service localonly for Factory submission 
+
+---
+Tue Jun  5 13:33:52 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- use cabal2spec 0.25.5 template for spec file 
+
+---
+Tue Jan  3 16:02:48 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- Initial packaging. 
+

New:

  _service
  ghc-regex-base.changes
  ghc-regex-base.spec
  regex-base-0.93.2.tar.gz
  rpmlintrc



Other differences:
--
++ ghc-regex-base.spec ++
#
# spec file for package ghc-regex-base
#
# Copyright (c) 2013 Peter Trommler peter.tromm...@ohm-hochschule.de
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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

%global pkg_name regex-base

%global common_summary Haskell Text.Regex replacement library

%global common_description Interface API for regex-posix,pcre,parsec,tdfa,dfa

Name:   ghc-regex-base
Version:0.93.2
Release:1
Summary:%{common_summary}

Group:  System/Libraries
License:BSD-3-Clause
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# BEGIN cabal2spec
URL:http://hackage.haskell.org/package/%{pkg_name}
Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch:  %{ix86} x86_64 %{ghc_arches}
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
BuildRequires:  ghc-array-devel
Buildrequires:  ghc-bytestring-devel
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-mtl-devel
# END cabal2spec

%description
%{common_description}


%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


# devel subpackage
%ghc_devel_package

%ghc_devel_description


%ghc_devel_post_postun


%ghc_files LICENSE


%changelog
++ _service ++
services
  
service name=download_files mode=localonly//services
++ rpmlintrc ++
addFilter(static-library-without-debuginfo)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ghc-regex-posix for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package ghc-regex-posix for openSUSE:Factory 
checked in at 2013-01-10 15:31:18

Comparing /work/SRC/openSUSE:Factory/ghc-regex-posix (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-regex-posix.new (New)


Package is ghc-regex-posix, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-regex-posix.new/ghc-regex-posix.changes 
2013-01-10 15:31:19.0 +0100
@@ -0,0 +1,26 @@
+---
+Tue Jan  8 17:29:58 UTC 2013 - peter.tromm...@ohm-hochschule.de
+
+- expand macro in name tag to help source validator 
+
+---
+Sat Nov 17 14:42:41 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- make service localonly for Factory submission 
+
+---
+Tue Oct  2 10:11:57 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- update to 0.95.2 from upstream
+- required by Haskell Platform 2012.4.0.0 
+
+---
+Tue Jun  5 14:36:42 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- cabal2spec 0.25.5 template for spec file 
+
+---
+Tue Jan  3 16:18:09 UTC 2012 - peter.tromm...@ohm-hochschule.de
+
+- Initial packaging. 
+

New:

  _service
  ghc-regex-posix.changes
  ghc-regex-posix.spec
  regex-posix-0.95.2.tar.gz



Other differences:
--
++ ghc-regex-posix.spec ++
#
# spec file for ghc-regex-posix
#
# Copyright (c) 2013 Peter Trommler peter.tromm...@ohm-hochschule.de
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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

%global pkg_name regex-posix

%global common_summary Haskell %{pkg_name} library

%global common_description A %{pkg_name} library for Haskell.

Name:   ghc-regex-posix
Version:0.95.2
Release:1
Summary:%{common_summary}

Group:  System/Libraries
License:BSD-3-Clause
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# BEGIN cabal2spec
URL:http://hackage.haskell.org/package/%{pkg_name}
Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch:  %{ix86} x86_64 %{ghc_arches}
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
BuildRequires:  ghc-array-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-regex-base-devel
# END cabal2spec

%description
%{common_description}


%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


# devel subpackage
%ghc_devel_package

%ghc_devel_description


%ghc_devel_post_postun


%ghc_files LICENSE


%changelog
++ _service ++
services
  
service name=download_files mode=localonly//services
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2-branding-openSUSE for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package glib2-branding-openSUSE for 
openSUSE:Factory checked in at 2013-01-10 15:31:36

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


Package is glib2-branding-openSUSE, Maintainer is gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/glib2-branding-openSUSE/glib2-branding-openSUSE.changes
  2012-11-14 09:12:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.glib2-branding-openSUSE.new/glib2-branding-openSUSE.changes
 2013-01-10 15:31:38.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 14:00:12 UTC 2013 - a...@suse.de
+
+- Update version number to 12.3.
+
+---



Other differences:
--
++ glib2-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.6oueYk/_old  2013-01-10 15:31:39.0 +0100
+++ /var/tmp/diff_new_pack.6oueYk/_new  2013-01-10 15:31:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glib2-branding-openSUSE
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,7 +34,7 @@
 %endif
 
 Name:   glib2-branding-openSUSE
-Version:12.2
+Version:12.3
 Release:0
 Summary:General-Purpose Utility Library -- openSUSE default 
configuration
 License:BSD-3-Clause

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



commit gtk3-branding-openSUSE for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package gtk3-branding-openSUSE for 
openSUSE:Factory checked in at 2013-01-10 15:31:54

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


Package is gtk3-branding-openSUSE, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gtk3-branding-openSUSE/gtk3-branding-SLED.changes
2012-05-25 16:16:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gtk3-branding-openSUSE.new/gtk3-branding-SLED.changes
   2013-01-10 15:31:56.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan 09 12:05:00 UTC 2013 - a...@suse.de
+
+- Bump version to 12.3.
+
+---
gtk3-branding-openSUSE.changes: same change



Other differences:
--
++ gtk3-branding-SLED.spec ++
--- /var/tmp/diff_new_pack.aPo8jL/_old  2013-01-10 15:31:57.0 +0100
+++ /var/tmp/diff_new_pack.aPo8jL/_new  2013-01-10 15:31:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtk3-branding-SLED
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 
 # Do not edit this auto generated file! Edit gtk3-branding.spec.in.
 Name:   gtk3-branding-SLED
-Version:12.2
+Version:12.3
 Release:0
 Summary:The GTK+ toolkit library (version 3) -- SLED theme 
configuration
 License:BSD-3-Clause

gtk3-branding-openSUSE.spec: same change
++ gtk3-branding.changes.in ++
--- /var/tmp/diff_new_pack.aPo8jL/_old  2013-01-10 15:31:57.0 +0100
+++ /var/tmp/diff_new_pack.aPo8jL/_new  2013-01-10 15:31:57.0 +0100
@@ -1,4 +1,9 @@
 ---
+Wed Jan 09 12:05:00 UTC 2013 - a...@suse.de
+
+- Bump version to 12.3.
+
+---
 Wed May 23 07:54:12 UTC 2012 - vu...@opensuse.org
 
 - Bump version to 12.2, to prepare for next version of openSUSE.

++ gtk3-branding.spec.in ++
--- /var/tmp/diff_new_pack.aPo8jL/_old  2013-01-10 15:31:57.0 +0100
+++ /var/tmp/diff_new_pack.aPo8jL/_new  2013-01-10 15:31:57.0 +0100
@@ -22,7 +22,7 @@
 Url:http://www.gtk.org/
 
 Name:   gtk3-branding-%{branding_name}
-Version:12.2
+Version:12.3
 Release:0
 Group:  System/Libraries
 License:BSD-3-Clause

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



commit hg-git for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package hg-git for openSUSE:Factory checked 
in at 2013-01-10 15:38:27

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


Package is hg-git, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/hg-git/hg-git.changes2012-05-16 
21:07:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.hg-git.new/hg-git.changes   2013-01-10 
15:38:29.0 +0100
@@ -1,0 +2,17 @@
+Mon Jan  7 23:44:39 UTC 2013 - tzot...@opensuse.org
+
+- update to version 0.3.4
+  - remove git-daemon check from test-subrepos.t
+  - test-pull.t: normalize git-merge output
+  - overlaychangectx: fix compatibility with mercurial 2.4-rc (no attribute 
_repo) 
+  - pull: don't pull tags as bookmarks 
+  - push: fix traceback when pushing empty hg repo to empty git repo
+  - push: change no changes default output to match normal mercurial 
+  - Verify tree and parent objects are in Git repo 
+  - outgoing: re-introduce support for outgoing
+  - dulwich: require 0.8.6 or greater
+  - makefile: add update support from hg 2.3 to hg 2.3.1
+  - add fromgit and gitnode selectors
+  - make test-encoding.t compatible with git 1.8.0
+
+---

Old:

  dfb2b7b5d586.tar.bz2

New:

  586b7aa96466.tar.bz2



Other differences:
--
++ hg-git.spec ++
--- /var/tmp/diff_new_pack.p9IhTU/_old  2013-01-10 15:38:30.0 +0100
+++ /var/tmp/diff_new_pack.p9IhTU/_new  2013-01-10 15:38:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hg-git
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%define rev dfb2b7b5d586
+%define rev 586b7aa96466
 
 Name:   hg-git
-Version:0.3.2
+Version:0.3.4
 Release:0
 Summary:Mercurial Plugin for Communicating with Git Servers
 License:GPL-2.0+

++ dfb2b7b5d586.tar.bz2 - 586b7aa96466.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/durin42-hg-git-dfb2b7b5d586/.hg_archival.txt 
new/durin42-hg-git-586b7aa96466/.hg_archival.txt
--- old/durin42-hg-git-dfb2b7b5d586/.hg_archival.txt2012-05-12 
10:33:19.0 +0200
+++ new/durin42-hg-git-586b7aa96466/.hg_archival.txt2012-11-01 
15:10:59.0 +0100
@@ -1,5 +1,4 @@
 repo: 06366111af3c6a2ffa06333ed60d3ed3b9ec0763
-node: dfb2b7b5d586e584280c6640652dc939b4b9120a
+node: 586b7aa9646641b3b1083ab349bb186c79aa646b
 branch: default
-latesttag: 0.3.2
-latesttagdistance: 14
+tag: 0.3.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/durin42-hg-git-dfb2b7b5d586/.hgtags 
new/durin42-hg-git-586b7aa96466/.hgtags
--- old/durin42-hg-git-dfb2b7b5d586/.hgtags 2012-05-12 10:33:19.0 
+0200
+++ new/durin42-hg-git-586b7aa96466/.hgtags 2012-11-01 15:10:59.0 
+0100
@@ -9,3 +9,4 @@
 fa3edeec7ed16dec6a16bd3e99bc3feba93115c3 0.3.0
 556c3c586c4aa52f587ccc4d2d65b370a7e9037f 0.3.1
 a9c0b93488d4d082f813c6d91c8e473505a026c4 0.3.2
+9d44dafbb31c14126be151b78c7a41b3c110fd97 0.3.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/durin42-hg-git-dfb2b7b5d586/Makefile 
new/durin42-hg-git-586b7aa96466/Makefile
--- old/durin42-hg-git-dfb2b7b5d586/Makefile2012-05-12 10:33:19.0 
+0200
+++ new/durin42-hg-git-586b7aa96466/Makefile2012-11-01 15:10:59.0 
+0100
@@ -20,7 +20,12 @@
(cd $(CREW) ; $(MAKE) clean )  \
cd tests  $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS)
 
-all-version-tests: tests-1.4.3 tests-1.5.4 tests-1.6.2 tests-1.7.2 \
-   tests-1.9.2 tests-tip
+# This is intended to be the authoritative list of Hg versions that this
+# extension is tested with.  Versions prior to the version that ships in the
+# latest Ubuntu LTS release (2.0.2 for 12.04 LTS) may be dropped if they
+# interfere with new development.  The latest released minor version should be
+# listed for each major version; earlier minor versions are not needed.
+all-version-tests: tests-1.7.5 tests-1.8.4 tests-1.9.3 tests-2.0.2 \
+   tests-2.1.2 tests-2.2.3 tests-2.3.1 tests-tip
 
 .PHONY: tests all-version-tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/durin42-hg-git-dfb2b7b5d586/README.md 
new/durin42-hg-git-586b7aa96466/README.md
--- old/durin42-hg-git-dfb2b7b5d586/README.md   2012-05-12 

commit hicolor-icon-theme-branding-openSUSE for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package hicolor-icon-theme-branding-openSUSE 
for openSUSE:Factory checked in at 2013-01-10 15:38:44

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


Package is hicolor-icon-theme-branding-openSUSE, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/hicolor-icon-theme-branding-openSUSE/hicolor-icon-theme-branding-openSUSE.changes
2012-05-25 16:16:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.hicolor-icon-theme-branding-openSUSE.new/hicolor-icon-theme-branding-openSUSE.changes
   2013-01-10 15:38:47.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 14:03:37 UTC 2013 - a...@suse.de
+
+- Update version to 12.3
+
+---



Other differences:
--
++ hicolor-icon-theme-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.jdc3fr/_old  2013-01-10 15:38:48.0 +0100
+++ /var/tmp/diff_new_pack.jdc3fr/_new  2013-01-10 15:38:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hicolor-icon-theme-branding-openSUSE
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 
 # Do not edit this auto generated file! Edit 
hicolor-icon-theme-branding.spec.in.
 Name:   hicolor-icon-theme-branding-openSUSE
-Version:12.2
+Version:12.3
 Release:0
 Summary:Fallback Icon Theme -- openSUSE Icons
 License:GPL-2.0+

++ hicolor-icon-theme-branding.changes.in ++
--- /var/tmp/diff_new_pack.jdc3fr/_old  2013-01-10 15:38:48.0 +0100
+++ /var/tmp/diff_new_pack.jdc3fr/_new  2013-01-10 15:38:48.0 +0100
@@ -1,4 +1,9 @@
 ---
+Wed Jan  9 14:03:37 UTC 2013 - a...@suse.de
+
+- Update version to 12.3
+
+---
 Wed May 23 07:55:13 UTC 2012 - vu...@opensuse.org
 
 - Bump version to 12.2, to prepare for next version of openSUSE.

++ hicolor-icon-theme-branding.spec.in ++
--- /var/tmp/diff_new_pack.jdc3fr/_old  2013-01-10 15:38:48.0 +0100
+++ /var/tmp/diff_new_pack.jdc3fr/_new  2013-01-10 15:38:48.0 +0100
@@ -21,7 +21,7 @@
 
 Name:   hicolor-icon-theme-branding-%{branding_name}
 License:GPL-2.0+
-Version:12.2
+Version:12.3
 Release:0
 Summary:Fallback Icon Theme -- %{branding_name} Icons
 Group:  System/X11/Utilities

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



commit horde5-mnemo for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package horde5-mnemo for openSUSE:Factory 
checked in at 2013-01-10 15:38:57

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


Package is horde5-mnemo, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.horde5-mnemo.new/horde5-mnemo.changes   
2013-01-10 15:38:58.0 +0100
@@ -0,0 +1,79 @@
+---
+Thu Dec 13 10:36:11 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- move config to /etc
+- provide an apache snippet instead of a htaccess file
+
+---
+Fri Dec 07 09:21:56 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- Version 4.0.1 for Horde 5
+- [mjr] Add missing getChanges API method.
+- [jan] Update Swedish translation (Per Olof Ljungmark p...@bsdlabs.com).
+- [jan] Update Italian translation (Massimo Malabotta mmalabo...@units.it).
+- [jan] Update Hungarian translation (Zoltan Nemeth nemeth.zol...@etit.hu).
+- [jan] Fix deleting too many notepads if deleting a user.
+- [jan] Update Turkish translation (Istanbul Technical University).
+- [jan] Update Polish translation (Krzysztof Kozera krzysztof...@o2.pl).
+
+---
+Sun Feb 12 18:48:39 UTC 2012 - l...@b1-systems.de
+
+- version 3.0.5
+- [mjr] Add missing getChanges API method.
+
+---
+Fri Feb  3 15:26:11 UTC 2012 - l...@b1-systems.de
+
+- License Limbo. Added file to clarify things. Changed statement to ASL 1.1
+- adresses #712230 and #744787
+
+---
+Tue Jan 17 16:13:38 UTC 2012 - l...@b1-systems.de
+
+- version 3.0.4
+- [jan] Add Estonian translation (Alar Sing lt;alar.s...@err.eegt;).
+- [gwr] Avoid including the owner name into the default share (Kolab backend).
+- [mjr] Fix removeUserData implementation.
+- [jan] Use locale based sorting.
+- [jan] Fix remembering the expansion state of the notepads panel (Bug #10797).
+- [jan] Update Japanese translation (Hiromi Kimura 
lt;hir...@tac.tsukuba.ac.jpgt;).
+
+---
+Mon Aug 15 11:35:47 UTC 2011 - l...@b1-systems.de
+
+- version 3.0.2
+-  [jan] Don't load all shares with requested permissions from the backend if 
$conf['share']['hidden'] is enabled.
+
+---
+Thu Jun  9 15:44:43 UTC 2011 - l...@b1-systems.de
+
+- docs moved to docdir
+
+---
+Wed May 18 16:53:12 UTC 2011 - l...@b1-systems.de
+
+- Update to Version 3.0.1
+- [jan] Fix accidental encryption of notes.
+- [jan] Fix color picker for categories in the note list header (Bug #9980).
+
+---
+Sat May 14 07:51:07 UTC 2011 - l...@b1-systems.de
+
+- fdupes and findlang added
+
+---
+Wed Apr  6 17:19:49 UTC 2011 - l...@b1-systems.de
+
+- added scripts
+
+---
+Wed Apr  6 17:04:19 UTC 2011 - l...@b1-systems.de
+
+- Upgrading to stable release 3.0.0
+
+---
+Fri Mar 18 10:42:55 UTC 2011 - l...@b1-systems.de
+
+- Initial packaging of mnemo3
+

New:

  LICENSING-INFO
  horde5-mnemo.changes
  horde5-mnemo.spec
  mnemo-4.0.1.tgz
  mnemo.conf



Other differences:
--
++ horde5-mnemo.spec ++
#
# spec file for package horde5-mnemo
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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

%define peardir %(pear config-get php_dir 2 /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear
%define hordedir /usr/share/php5/PEAR/www/horde
%define pear_name  mnemo

Summary:Mnemo: A web based notes manager
License:Apache-1.1
Group:   

commit librep for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package librep for openSUSE:Factory checked 
in at 2013-01-10 15:46:15

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


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

Changes:

--- /work/SRC/openSUSE:Factory/librep/librep.changes2012-12-19 
11:10:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.librep.new/librep.changes   2013-01-10 
15:46:17.0 +0100
@@ -1,0 +2,12 @@
+Tue Jan  8 15:11:02 UTC 2013 - tog...@opensuse.org
+
+- Update to 0.92.3
+   * More entities support for xml-reader (gt, umlauts, esszett)
+   * Fix address of FSF in all files [Togan Muftuoglu]
+   * Assume stack-direciton `downwards' for all ppc and s390 variants
+ [Kimb B. Heino]
+   * Updated `install-sh' to version 2011-01-19.21.
+   * Added `program-exists-p' [Mark Triggs]
+- Removed 0001-fix-incorrect-fsf-address.patch as it is now upstream
+
+---

Old:

  0001-fix-incorrect-fsf-address.patch
  librep-0.92.2.1.tar.xz

New:

  librep-0.92.3.tar.xz



Other differences:
--
++ librep.spec ++
--- /var/tmp/diff_new_pack.1E1aW4/_old  2013-01-10 15:46:19.0 +0100
+++ /var/tmp/diff_new_pack.1E1aW4/_new  2013-01-10 15:46:19.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   librep
-Version:0.92.2.1
+Version:0.92.3
 Release:0
 Summary:Implementation of rep, a lisp dialect
 License:GPL-2.0+
@@ -43,8 +43,6 @@
 
 Requires(pre):  %install_info_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# PATCH-FIX-UPSTREAM 0001-fix-incorrect-fsf-address.patch tog...@opensuse.org
-Patch0: 0001-fix-incorrect-fsf-address.patch
 # PATCH-FEATURE-OPENSUSE 0001-install-byte-compiled-emacs-lisp.patch 
tog...@opensuse.org
 Patch1: 0001-install-byte-compiled-emacs-lisp.patch
 # PATCH-FIX_UPSTREAM 0001-string-to-number.patch tog...@opensuse.org use newer 
emacs functions
@@ -99,7 +97,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1

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



commit PackageKit-branding-openSUSE for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package PackageKit-branding-openSUSE for 
openSUSE:Factory checked in at 2013-01-10 15:47:43

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


Package is PackageKit-branding-openSUSE, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/PackageKit-branding-openSUSE/PackageKit-branding-openSUSE.changes
2012-05-25 16:17:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.PackageKit-branding-openSUSE.new/PackageKit-branding-openSUSE.changes
   2013-01-10 15:47:44.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 14:06:40 UTC 2013 - a...@suse.de
+
+- Bump version to 12.3 for next version of openSUSE
+
+---



Other differences:
--
++ PackageKit-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.7M6tQS/_old  2013-01-10 15:47:46.0 +0100
+++ /var/tmp/diff_new_pack.7M6tQS/_new  2013-01-10 15:47:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package PackageKit-branding-openSUSE
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 
 # Do not edit this auto generated file! Edit PackageKit-branding.spec.in.
 Name:   PackageKit-branding-openSUSE
-Version:12.2
+Version:12.3
 Release:0
 Summary:Simple software installation management software -- openSUSE 
default configuration
 License:GPL-2.0+

++ PackageKit-branding.changes.in ++
--- /var/tmp/diff_new_pack.7M6tQS/_old  2013-01-10 15:47:46.0 +0100
+++ /var/tmp/diff_new_pack.7M6tQS/_new  2013-01-10 15:47:46.0 +0100
@@ -1,4 +1,9 @@
 ---
+Wed Jan  9 14:06:40 UTC 2013 - a...@suse.de
+
+- Bump version to 12.3 for next version of openSUSE
+
+---
 Wed May 23 07:42:29 UTC 2012 - vu...@opensuse.org
 
 - Bump version to 12.2, to prepare for next version of openSUSE.

++ PackageKit-branding.spec.in ++
--- /var/tmp/diff_new_pack.7M6tQS/_old  2013-01-10 15:47:46.0 +0100
+++ /var/tmp/diff_new_pack.7M6tQS/_new  2013-01-10 15:47:46.0 +0100
@@ -20,7 +20,7 @@
 %define build_SLED 0
 
 Name:   PackageKit-branding-%{branding_name}
-Version:12.2
+Version:12.3
 Release:0
 Summary:Simple software installation management software -- 
%{branding_name} default configuration
 License:GPL-2.0+

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



commit pcsc-ccid for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2013-01-10 15:51:15

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


Package is pcsc-ccid, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2012-10-19 
08:50:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2013-01-10 
15:51:17.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 18:27:19 CET 2013 - sbra...@suse.cz
+
+- Verify GPG signature.
+
+---

New:

  ccid-1.4.8.tar.bz2.asc
  pcsc-ccid.keyring



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.aWnleg/_old  2013-01-10 15:51:18.0 +0100
+++ /var/tmp/diff_new_pack.aWnleg/_new  2013-01-10 15:51:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsc-ccid
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,9 @@
 BuildRequires:  pcsc-lite-devel
 BuildRequires:  pkg-config
 BuildRequires:  udev
+%if %suse_version = 1220
+BuildRequires:  gpg-offline
+%endif
 Version:1.4.8
 Release:0
 Url:http://pcsclite.alioth.debian.org/ccid.html
@@ -37,6 +40,8 @@
 Group:  Productivity/Security
 Source: %{_name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
+Source2:%{_name}-%{version}.tar.bz2.asc
+Source3:%{name}.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # openSUSE package pcsc-lite 1.6.6 is the first one which creates the scard 
UID and GID:
 Requires:   pcsc-lite = 1.6.6
@@ -63,6 +68,9 @@
 
 
 %prep
+%if 0%{?gpg_verify:1}
+%gpg_verify %{S:2}
+%endif
 %setup -q -n %{_name}-%{version}
 cp -a src/openct/LICENSE LICENSE.openct
 cp -a src/towitoko/README README.towitoko

++ pcsc-ccid.keyring ++
pub   1024D/E07F1CF9 2001-03-05
uid  Ludovic Rousseau rouss...@debian.org
uid  Ludovic Rousseau ludovic.rouss...@free.fr
sub   1024g/D5338005 2001-03-05

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.19 (GNU/Linux)

mQGiBDqkC1kRBACo4DCPjVuwce76Mv2A6O5Mo9Wzmvru6g+ABCK6E8W4w6stZnhf
yAu93Qn5WioEpUEnW+0uWaIFaTj3h073EtCurBmbi+QT9b0nN7PFa0H0oQTneVFM
5s0u6XmLZsaZMiI7PYiqwwEobKi7xe6p8FHtr1NFrMqaZmFkcpV4P8OgMwCgmZnu
Ge7vaD2i7QFkCGH6h6DUZLMD/167p8LLKPdnctiDqAbDK12sLmsg08TLOJKEes4B
ZXK2P+ht1aRAI0Lxg0wzyZGqFJ+jLzeHz03egHLA//64RRVxnnZQzfSdZqqjuOx7
TE5EB7MOGVG8fo7rz3nG1XyQrKZcVaM61dyf9zd9jbcYbpXBi61db64l/8y1pz5M
fRh8A/4qZ4HpKGAgaBtGjn78QAvweZPD8sGb/DatnYy4nUEFNQnvRIZB280r2GOY
DqW+27V9c+rzcl+wvGLPZESFJR7B9+rmEvACHntc1KyaHePNn1vqQqgqCfeC92JO
H9LXm58ikZRMOuerQPVckTzlvz0Ql99zHs+hqkH/IIS81XSDSbQmTHVkb3ZpYyBS
b3Vzc2VhdSA8cm91c3NlYXVAZGViaWFuLm9yZz6IXwQTEQIAFwUCO83hDwULBwoD
BAMVAwIDFgIBAheAABIJED9Kio/gfxz5B2VHUEcAAQFl3QCdEsOQCvuq25kojzda
FTDTPJGNU7sAnR5zvAgm7C/7o0K9RUO0q4HqYOdBtCtMdWRvdmljIFJvdXNzZWF1
IDxsdWRvdmljLnJvdXNzZWF1QGZyZWUuZnI+iF8EExECABcFAjqkC1kFCwcKAwQD
FQMCAxYCAQIXgAASCRA/SoqP4H8c+QdlR1BHAAEBFlEAn1uIjs/NEQu2pqRCFLDh
C2o6z3EBAJ9CKh3g7TdGLFludHqRORx+/B6oyrkBDQQ6pAtcEAQAg4Hs0NG5nH8p
atOk/SBX7y0i6hgNC2gFxz87NySX0Q3YjGrZlFIeRqRFs44Gyuwze/PtU7K63Ev0
DQ31rjwCb9wgGauu2uRGkn5Awk+LKtSFkN+T8kO9v5OKp69IO+jaIRr8yuDP5Yil
dTVzpLehIsIStHwMfTxwjfT7sWojw8cAAwUD/ixrQdahUCx6DC0u+GCC4f5XvNmu
NEdYrY2/KqAKsS2nWD/EZPadvIGga/jIU1HLQYfUD4meDDol+dBXb7yXN/LZojh4
lQ4z63iZXyuMTI3i4ZNKx/9D1Z18Lk6/e0yDoqIb2jLvCejZEBUVnRl7oyIQxWPw
TBgmA1dKkTKX6k3AiE4EGBECAAYFAjqkC1wAEgkQP0qKj+B/HPkHZUdQRwABARYd
AKCXbqMkNr5QNdPi37LtspMzCHlvoACgknJVGCR6Fmz7s1wL38ZLkcqYgsM=
=ItMa
-END PGP PUBLIC KEY BLOCK-
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pcsc-lite for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package pcsc-lite for openSUSE:Factory 
checked in at 2013-01-10 15:54:36

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


Package is pcsc-lite, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-lite/pcsc-lite.changes  2013-01-08 
14:48:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-lite.new/pcsc-lite.changes 2013-01-10 
15:54:38.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  9 19:20:31 CET 2013 - sbra...@suse.cz
+
+- Verify GPG signature.
+- Fixes for SLE10.
+
+---

New:

  pcsc-lite-1.8.7.tar.bz2.asc
  pcsc-lite.keyring



Other differences:
--
++ pcsc-lite.spec ++
--- /var/tmp/diff_new_pack.8w4EVw/_old  2013-01-10 15:54:39.0 +0100
+++ /var/tmp/diff_new_pack.8w4EVw/_new  2013-01-10 15:54:39.0 +0100
@@ -23,16 +23,19 @@
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
 %if %suse_version = 1120
-#shouldn't be found automagically ?
 BuildRequires:  libudev-devel
 %endif
-%if %suse_version == 1110
+%if %suse_version = 1110
+# libusb is an inferior method of USB enumeration, as it introduces polling
 BuildRequires:  libusb-1_0-devel
 %endif
 %if %suse_version  1140
 BuildRequires:  systemd
 %{?systemd_requires}
 %endif
+%if %suse_version = 1220
+BuildRequires:  gpg-offline
+%endif
 Version:1.8.7
 Release:0
 Requires(pre):  pwdutils
@@ -47,6 +50,8 @@
 Source4:baselibs.conf
 Source5:pcsc-lite-init
 Source6:pcsc-lite-reader-conf
+Source7:%{name}-%{version}.tar.bz2.asc
+Source8:%{name}.keyring
 Patch0: systemd-service.patch
 Requires(post): %insserv_prereq %fillup_prereq
 %if %suse_version  1130
@@ -122,6 +127,9 @@
 
 
 %prep
+%if 0%{?gpg_verify:1}
+%gpg_verify %{S:7}
+%endif
 %setup -q
 %patch0 -p1
 cp -a %{S:1} %{S:2} %{S:5} %{S:6} .
@@ -131,7 +139,7 @@
--docdir=%{_docdir}/%{name} \
--enable-usbdropdir=%{ifddir} \
--disable-libhal \
-%if %suse_version == 1110
+%if %suse_version = 1110
--disable-libudev \
 %endif
 %if %suse_version  1140

++ pcsc-lite.keyring ++
pub   1024D/E07F1CF9 2001-03-05
uid  Ludovic Rousseau rouss...@debian.org
uid  Ludovic Rousseau ludovic.rouss...@free.fr
sub   1024g/D5338005 2001-03-05

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.19 (GNU/Linux)

mQGiBDqkC1kRBACo4DCPjVuwce76Mv2A6O5Mo9Wzmvru6g+ABCK6E8W4w6stZnhf
yAu93Qn5WioEpUEnW+0uWaIFaTj3h073EtCurBmbi+QT9b0nN7PFa0H0oQTneVFM
5s0u6XmLZsaZMiI7PYiqwwEobKi7xe6p8FHtr1NFrMqaZmFkcpV4P8OgMwCgmZnu
Ge7vaD2i7QFkCGH6h6DUZLMD/167p8LLKPdnctiDqAbDK12sLmsg08TLOJKEes4B
ZXK2P+ht1aRAI0Lxg0wzyZGqFJ+jLzeHz03egHLA//64RRVxnnZQzfSdZqqjuOx7
TE5EB7MOGVG8fo7rz3nG1XyQrKZcVaM61dyf9zd9jbcYbpXBi61db64l/8y1pz5M
fRh8A/4qZ4HpKGAgaBtGjn78QAvweZPD8sGb/DatnYy4nUEFNQnvRIZB280r2GOY
DqW+27V9c+rzcl+wvGLPZESFJR7B9+rmEvACHntc1KyaHePNn1vqQqgqCfeC92JO
H9LXm58ikZRMOuerQPVckTzlvz0Ql99zHs+hqkH/IIS81XSDSbQmTHVkb3ZpYyBS
b3Vzc2VhdSA8cm91c3NlYXVAZGViaWFuLm9yZz6IXwQTEQIAFwUCO83hDwULBwoD
BAMVAwIDFgIBAheAABIJED9Kio/gfxz5B2VHUEcAAQFl3QCdEsOQCvuq25kojzda
FTDTPJGNU7sAnR5zvAgm7C/7o0K9RUO0q4HqYOdBtCtMdWRvdmljIFJvdXNzZWF1
IDxsdWRvdmljLnJvdXNzZWF1QGZyZWUuZnI+iF8EExECABcFAjqkC1kFCwcKAwQD
FQMCAxYCAQIXgAASCRA/SoqP4H8c+QdlR1BHAAEBFlEAn1uIjs/NEQu2pqRCFLDh
C2o6z3EBAJ9CKh3g7TdGLFludHqRORx+/B6oyrkBDQQ6pAtcEAQAg4Hs0NG5nH8p
atOk/SBX7y0i6hgNC2gFxz87NySX0Q3YjGrZlFIeRqRFs44Gyuwze/PtU7K63Ev0
DQ31rjwCb9wgGauu2uRGkn5Awk+LKtSFkN+T8kO9v5OKp69IO+jaIRr8yuDP5Yil
dTVzpLehIsIStHwMfTxwjfT7sWojw8cAAwUD/ixrQdahUCx6DC0u+GCC4f5XvNmu
NEdYrY2/KqAKsS2nWD/EZPadvIGga/jIU1HLQYfUD4meDDol+dBXb7yXN/LZojh4
lQ4z63iZXyuMTI3i4ZNKx/9D1Z18Lk6/e0yDoqIb2jLvCejZEBUVnRl7oyIQxWPw
TBgmA1dKkTKX6k3AiE4EGBECAAYFAjqkC1wAEgkQP0qKj+B/HPkHZUdQRwABARYd
AKCXbqMkNr5QNdPi37LtspMzCHlvoACgknJVGCR6Fmz7s1wL38ZLkcqYgsM=
=ItMa
-END PGP PUBLIC KEY BLOCK-
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit syslogd for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package syslogd for openSUSE:Factory checked 
in at 2013-01-10 15:58:12

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


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

Changes:

--- /work/SRC/openSUSE:Factory/syslogd/syslogd.changes  2013-01-08 
09:13:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.syslogd.new/syslogd.changes 2013-01-10 
15:58:14.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  9 14:05:53 UTC 2013 - m...@suse.com
+
+- Enable syslogd.service and create the syslog.service alias link
+  in post install -- regardless of a preset config (bnc#790805).
+
+---



Other differences:
--
++ syslogd.spec ++
--- /var/tmp/diff_new_pack.84kXgU/_old  2013-01-10 15:58:16.0 +0100
+++ /var/tmp/diff_new_pack.84kXgU/_new  2013-01-10 15:58:16.0 +0100
@@ -242,7 +242,13 @@
 #
 # Enable the syslogd as service
 #
+# This macro enables based on a systemctl preset config file only
 %service_add_post syslogd.service
+# But we want to enable a syslog-daemon regardless of the preset;
+# force the creation of a syslog.service alias link (bnc#790805).
+# We do not check the obsolete SYSLOG_DAEMON variable as we want
+# to switch when installing it and there is a provider conflict.
+/usr/bin/systemctl -f enable syslogd.service /dev/null 21 || :
 
 %preun
 %service_del_preun syslogd.service


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



commit upower for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package upower for openSUSE:Factory checked 
in at 2013-01-10 15:58:45

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


Package is upower, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/upower/upower.changes2012-11-26 
20:02:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.upower.new/upower.changes   2013-01-10 
15:58:46.0 +0100
@@ -1,0 +2,18 @@
+Fri Jan  4 10:20:49 UTC 2013 - hrvoje.sen...@gmail.com
+
+ - Update to version 0.9.19:
+  + New Features:
+- Add a Documentation tag to the service file
+- Add luminosity property
+- Add support for Logitech Unifying devices
+  + Bugfixes:
+- Always return 0 from notify-upower.sh
+- Do not continue to poll if /proc/timer_stats is not readable
+- Fix can-hibernate formatting in upower --dump
+- Fix device matching for recent kernels
+- Fix srcdir != builddir
+- Send resume signal when built with systemd and using pm-utils 
+  suspend
+ - Drop upower-fix-resume-no-systemd.patch, merged upstream
+
+---

Old:

  upower-0.9.18.tar.xz
  upower-fix-resume-no-systemd.patch

New:

  upower-0.9.19.tar.xz



Other differences:
--
++ upower.spec ++
--- /var/tmp/diff_new_pack.6JF3Ji/_old  2013-01-10 15:58:47.0 +0100
+++ /var/tmp/diff_new_pack.6JF3Ji/_new  2013-01-10 15:58:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package upower
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,12 +26,10 @@
 Summary:Power Device Enumeration Framework
 License:GPL-2.0+
 Group:  System/Daemons
-Version:0.9.18
+Version:0.9.19
 Release:0
 Url:http://upower.freedesktop.org/
 Source: 
http://upower.freedesktop.org/releases/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM upower-fix-resume-no-systemd.patch vu...@opensuse.org -- 
Fix resuming when not booted with systemd, taken from git
-Patch0: upower-fix-resume-no-systemd.patch
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gobject-introspection-devel = 0.9.9
 BuildRequires:  gtk-doc = 1.11
@@ -103,7 +101,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export V=1

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



commit xmlgraphics-fop for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package xmlgraphics-fop for openSUSE:Factory 
checked in at 2013-01-10 15:59:02

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


Package is xmlgraphics-fop, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xmlgraphics-fop/xmlgraphics-fop.changes  
2012-12-19 14:05:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmlgraphics-fop.new/xmlgraphics-fop.changes 
2013-01-10 15:59:04.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 10 11:26:27 UTC 2013 - mvysko...@suse.com
+
+- drop excalibur usage from all classpaths, use avalon-framework instead 
+
+---



Other differences:
--
++ xmlgraphics-fop.spec ++
--- /var/tmp/diff_new_pack.gL4r9o/_old  2013-01-10 15:59:07.0 +0100
+++ /var/tmp/diff_new_pack.gL4r9o/_new  2013-01-10 15:59:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlgraphics-fop
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2008, JPackage Project
 # All rights reserved.
 #



++ xmlgraphics-fop-fontlist.script ++
--- /var/tmp/diff_new_pack.gL4r9o/_old  2013-01-10 15:59:07.0 +0100
+++ /var/tmp/diff_new_pack.gL4r9o/_new  2013-01-10 15:59:07.0 +0100
@@ -29,7 +29,7 @@
 # Rest of the configuration
 MAIN_CLASS=org.apache.fop.tools.fontlist.FontListMain
 
-BASE_JARS=xmlgraphics-fop xmlgraphics-commons batik-all 
excalibur/avalon-framework xerces-j2 xalan-j2 xalan-j2-serializer 
apache-commons-logging apache-commons-io
+BASE_JARS=xmlgraphics-fop xmlgraphics-commons batik-all avalon-framework 
xerces-j2 xalan-j2 xalan-j2-serializer apache-commons-logging apache-commons-io
 
 # Set parameters
 set_jvm


++ xmlgraphics-fop-fontmetrics.script ++
--- /var/tmp/diff_new_pack.gL4r9o/_old  2013-01-10 15:59:07.0 +0100
+++ /var/tmp/diff_new_pack.gL4r9o/_new  2013-01-10 15:59:07.0 +0100
@@ -41,7 +41,7 @@
 MAIN_CLASS=${MAIN_CLASS_TTF}
 fi
 
-BASE_JARS=xmlgraphics-fop xmlgraphics-commons commons-io commons-logging 
excalibur/avalon-framework xml-commons-jaxp-1.3-apis xerces-j2 xalan-j2 
xalan-j2-serializer
+BASE_JARS=xmlgraphics-fop xmlgraphics-commons commons-io commons-logging 
avalon-framework xml-commons-jaxp-1.3-apis xerces-j2 xalan-j2 
xalan-j2-serializer
 
 # Set parameters
 set_jvm



++ xmlgraphics-fop.script ++
--- /var/tmp/diff_new_pack.gL4r9o/_old  2013-01-10 15:59:07.0 +0100
+++ /var/tmp/diff_new_pack.gL4r9o/_new  2013-01-10 15:59:07.0 +0100
@@ -33,7 +33,7 @@
 
 # Rest of the configuration
 MAIN_CLASS=org.apache.fop.cli.Main
-BASE_JARS=xmlgraphics-fop xmlgraphics-commons commons-logging commons-io 
excalibur/avalon-framework-impl excalibur/avalon-framework-api batik-all
+BASE_JARS=xmlgraphics-fop xmlgraphics-commons commons-logging commons-io 
avalon-framework batik-all
 
 # Set parameters
 set_jvm


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



commit xorg-x11-server for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2013-01-10 15:59:49

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


Package is xorg-x11-server, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2012-12-19 14:51:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2013-01-10 15:59:51.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan  8 11:46:23 UTC 2013 - sndir...@suse.com
+
+- let xorg-x11-server require xkeyboard-config again, since Xvfb
+  is part of this package and requires keyboard files as well
+  (bnc#797124) 
+
+---



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.XV44Ew/_old  2013-01-10 15:59:54.0 +0100
+++ /var/tmp/diff_new_pack.XV44Ew/_new  2013-01-10 15:59:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-x11-server
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -113,6 +113,8 @@
 Provides:   xorg-x11-server-glx
 Obsoletes:  xorg-x11-Xvfb
 Obsoletes:  xorg-x11-server-glx
+# Xvfb requires keyboard files as well (bnc#797124)
+Requires:   xkeyboard-config
 %if %vnc
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch17:n_VNC-Add-support-for-VNC.patch

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



commit xulrunner for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package xulrunner for openSUSE:Factory 
checked in at 2013-01-10 16:00:25

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-12-03 
11:52:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner.changes 2013-01-10 
16:00:42.0 +0100
@@ -1,0 +2,47 @@
+Sat Jan  5 14:46:06 UTC 2013 - w...@rosenauer.org
+
+- update to 17.0.2esr (bnc#796895)
+  * MFSA 2013-01/CVE-2013-0749/CVE-2013-0769/CVE-2013-0770
+Miscellaneous memory safety hazards
+  * MFSA 2013-02/CVE-2013-0760/CVE-2013-0762/CVE-2013-0766/CVE-2013-0767
+CVE-2013-0761/CVE-2013-0763/CVE-2013-0771/CVE-2012-5829
+Use-after-free and buffer overflow issues found using Address Sanitizer
+  * MFSA 2013-03/CVE-2013-0768 (bmo#815795)
+Buffer Overflow in Canvas
+  * MFSA 2013-04/CVE-2012-0759 (bmo#802026)
+URL spoofing in addressbar during page loads
+  * MFSA 2013-05/CVE-2013-0744 (bmo#814713)
+Use-after-free when displaying table with many columns and column groups
+  * MFSA 2013-07/CVE-2013-0764 (bmo#804237)
+Crash due to handling of SSL on threads
+  * MFSA 2013-08/CVE-2013-0745 (bmo#794158)
+AutoWrapperChanger fails to keep objects alive during garbage collection
+  * MFSA 2013-09/CVE-2013-0746 (bmo#816842)
+Compartment mismatch with quickstubs returned values
+  * MFSA 2013-10/CVE-2013-0747 (bmo#733305)
+Event manipulation in plugin handler to bypass same-origin policy
+  * MFSA 2013-11/CVE-2013-0748 (bmo#806031)
+Address space layout leaked in XBL objects
+  * MFSA 2013-12/CVE-2013-0750 (bmo#805121)
+Buffer overflow in Javascript string concatenation
+  * MFSA 2013-13/CVE-2013-0752 (bmo#805024)
+Memory corruption in XBL with XML bindings containing SVG
+  * MFSA 2013-14/CVE-2013-0757 (bmo#813901)
+Chrome Object Wrapper (COW) bypass through changing prototype
+  * MFSA 2013-15/CVE-2013-0758 (bmo#813906)
+Privilege escalation through plugin objects
+  * MFSA 2013-16/CVE-2013-0753 (bmo#814001)
+Use-after-free in serializeToStream
+  * MFSA 2013-17/CVE-2013-0754 (bmo#814026)
+Use-after-free in ListenerManager
+  * MFSA 2013-18/CVE-2013-0755 (bmo#814027)
+Use-after-free in Vibrate
+  * MFSA 2013-19/CVE-2013-0756 (bmo#814029)
+Use-after-free in Javascript Proxy objects
+- requires NSS 3.14.1 (MFSA 2013-20, CVE-2013-0743)
+- build on SLE11
+  * mozilla-gcc43-enums.patch
+  * mozilla-gcc43-template_hacks.patch
+  * mozilla-gcc43-templates_instantiation.patch
+
+---

Old:

  l10n-17.0.1.tar.bz2
  xulrunner-17.0.1-source.tar.bz2

New:

  l10n-17.0.2.tar.bz2
  mozilla-gcc43-enums.patch
  mozilla-gcc43-template_hacks.patch
  mozilla-gcc43-templates_instantiation.patch
  xulrunner-17.0.2-source.tar.bz2



Other differences:
--
++ xulrunner.spec ++
--- /var/tmp/diff_new_pack.VxmUMK/_old  2013-01-10 16:00:54.0 +0100
+++ /var/tmp/diff_new_pack.VxmUMK/_new  2013-01-10 16:00:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xulrunner
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #   2006-2012 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -42,14 +42,14 @@
 %else
 BuildRequires:  wireless-tools
 %endif
-BuildRequires:  mozilla-nspr-devel = 4.9.2
-BuildRequires:  mozilla-nss-devel = 3.13.6
-Version:17.0.1
+BuildRequires:  mozilla-nspr-devel = 4.9.4
+BuildRequires:  mozilla-nss-devel = 3.14.1
+Version:17.0.2
 Release:0
-%define releasedate 2012112800
-%define version_internal 17.0.1
+%define releasedate 2013010500
+%define version_internal 17.0.2
 %define apiversion 17
-%define uaweight 171
+%define uaweight 172
 Summary:Mozilla Runtime Environment
 License:MPL-2.0
 Group:  Productivity/Other
@@ -77,6 +77,10 @@
 Patch7: mozilla-ntlm-full-path.patch
 Patch9: mozilla-sle11.patch
 Patch14:mozilla-ppc.patch
+# SLE11 patches
+Patch20:mozilla-gcc43-enums.patch
+Patch21:mozilla-gcc43-template_hacks.patch
+Patch22:mozilla-gcc43-templates_instantiation.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   mozilla-js = %{version}
 Requires(post):  update-alternatives coreutils
@@ -191,6 +195,12 @@
 %patch9 -p1
 %endif
 %patch14 -p1
+# SLE patches
+%if %suse_version 

commit yast2-network for openSUSE:Factory

2013-01-10 Thread h_root


binF96xyarJkh.bin
Description: Binary data


commit yast2-restore for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-restore for openSUSE:Factory 
checked in at 2013-01-10 16:01:02

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


Package is yast2-restore, Maintainer is yast2-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/yast2-restore/yast2-restore.changes  
2012-11-12 07:08:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-restore.new/yast2-restore.changes 
2013-01-10 16:01:05.0 +0100
@@ -1,0 +2,12 @@
+Tue Jan  8 16:04:09 UTC 2013 - loci...@suse.com
+
+- Used standard ButtonBox widget for pup-up dialogs (bnc#701268)
+- 2.23.3
+
+---
+Tue Nov 13 17:15:21 CET 2012 - tgoettlic...@suse.de
+
+- confirmed license gpl v2
+- 2.23.2
+
+---

Old:

  yast2-restore-2.23.1.tar.bz2

New:

  yast2-restore-2.23.3.tar.bz2



Other differences:
--
++ yast2-restore.spec ++
--- /var/tmp/diff_new_pack.rHg5sv/_old  2013-01-10 16:01:06.0 +0100
+++ /var/tmp/diff_new_pack.rHg5sv/_new  2013-01-10 16:01:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-restore
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-restore
-Version:2.23.1
+Version:2.23.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-restore-2.23.1.tar.bz2 - yast2-restore-2.23.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-restore-2.23.1/MAINTAINER 
new/yast2-restore-2.23.3/MAINTAINER
--- old/yast2-restore-2.23.1/MAINTAINER 2012-11-01 13:09:13.0 +0100
+++ new/yast2-restore-2.23.3/MAINTAINER 2013-01-08 16:55:19.0 +0100
@@ -1 +1 @@
-Lukas Ocilka loci...@suse.cz
+YaST2 Maintainers yast2-maintain...@suse.de
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-restore-2.23.1/Makefile.in 
new/yast2-restore-2.23.3/Makefile.in
--- old/yast2-restore-2.23.1/Makefile.in2012-11-09 13:39:07.0 
+0100
+++ new/yast2-restore-2.23.3/Makefile.in2013-01-09 13:12:12.0 
+0100
@@ -684,7 +684,7 @@
*.zip*) \
  unzip $(distdir).zip ;;\
esac
-   chmod -R a-w $(distdir); chmod a+w $(distdir)
+   chmod -R a-w $(distdir); chmod u+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-restore-2.23.1/VERSION 
new/yast2-restore-2.23.3/VERSION
--- old/yast2-restore-2.23.1/VERSION2012-11-09 13:38:53.0 +0100
+++ new/yast2-restore-2.23.3/VERSION2013-01-08 17:06:14.0 +0100
@@ -1 +1 @@
-2.23.1
+2.23.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-restore-2.23.1/configure 
new/yast2-restore-2.23.3/configure
--- old/yast2-restore-2.23.1/configure  2012-11-09 13:39:07.0 +0100
+++ new/yast2-restore-2.23.3/configure  2013-01-09 13:12:11.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-restore 2.23.1.
+# Generated by GNU Autoconf 2.69 for yast2-restore 2.23.3.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-restore'
 PACKAGE_TARNAME='yast2-restore'
-PACKAGE_VERSION='2.23.1'
-PACKAGE_STRING='yast2-restore 2.23.1'
+PACKAGE_VERSION='2.23.3'
+PACKAGE_STRING='yast2-restore 2.23.3'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1247,7 +1247,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-restore 2.23.1 to adapt to many kinds of systems.
+\`configure' configures yast2-restore 2.23.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1318,7 +1318,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-restore 2.23.1:;;
+ short | recursive ) echo Configuration of yast2-restore 2.23.3:;;
esac
   cat \_ACEOF
 
@@ -1398,7 +1398,7 @@
 test -n $ac_init_help  exit 

  1   2   >