commit libstorage for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2012-06-13 22:47:44

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


Package is "libstorage", Maintainer is "aschn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2012-05-31 
17:06:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2012-06-13 22:48:08.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 12 11:07:04 CEST 2012 - f...@suse.de
+
+- 2.22.5
+- get rid of usage of blocxx for logging purposes
+
+---

Old:

  libstorage-2.22.4.tar.bz2

New:

  libstorage-2.22.5.tar.bz2



Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.ELQm1h/_old  2012-06-13 22:48:09.0 +0200
+++ /var/tmp/diff_new_pack.ELQm1h/_new  2012-06-13 22:48:09.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   libstorage
-Version:2.22.4
+Version:2.22.5
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: libstorage-%{version}.tar.bz2
 
 Prefix: /usr
 
-BuildRequires:  blocxx-devel
 BuildRequires:  boost-devel
 BuildRequires:  dejagnu
 BuildRequires:  doxygen
@@ -98,7 +97,11 @@
 rm -f $RPM_BUILD_ROOT/%{python_sitearch}/_libstorage.a  
 rm -f $RPM_BUILD_ROOT/%{python_sitearch}/_libstorage.la
 %if 0%{?suse_version}
-rm $RPM_BUILD_ROOT/%{rb_vendorarchdir}/storage.la
+%if "%{?rb_vendorarchdir}" != ""
+rm -f $RPM_BUILD_ROOT/%{rb_vendorarchdir}/storage.la
+%else
+rm -f $RPM_BUILD_ROOT/%{rb_vendorarch}/storage.la
+%endif
 %endif
 %if 0%{?mandriva_version}
 rm $RPM_BUILD_ROOT/%{ruby_sitearchdir}/storage.la
@@ -166,7 +169,6 @@
 
 %package -n libstorage-devel
 
-Requires:   blocxx-devel
 Requires:   boost-devel
 Requires:   gcc-c++
 Requires:   libstdc++-devel
@@ -228,7 +230,11 @@
 %files -n libstorage-ruby
 %defattr(-,root,root)
 %if 0%{?suse_version}
+%if "%{?rb_vendorarchdir}" != ""
 %{rb_vendorarchdir}/storage.so
+%else
+%{rb_vendorarch}/storage.so
+%endif
 %endif
 %if 0%{?mandriva_version}
 %{ruby_sitearchdir}/storage.so

++ libstorage-2.22.4.tar.bz2 -> libstorage-2.22.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.4/VERSION 
new/libstorage-2.22.5/VERSION
--- old/libstorage-2.22.4/VERSION   2012-05-29 11:08:49.0 +0200
+++ new/libstorage-2.22.5/VERSION   2012-06-12 11:08:14.0 +0200
@@ -1 +1 @@
-2.22.4
+2.22.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.4/bindings/python/libstorage.py 
new/libstorage-2.22.5/bindings/python/libstorage.py
--- old/libstorage-2.22.4/bindings/python/libstorage.py 2012-05-02 
18:11:53.0 +0200
+++ new/libstorage-2.22.5/bindings/python/libstorage.py 2012-06-12 
14:05:44.0 +0200
@@ -1670,9 +1670,21 @@
 StorageInterface_swigregister(StorageInterface)
 
 
-def initDefaultLogger():
-  return _libstorage.initDefaultLogger()
-initDefaultLogger = _libstorage.initDefaultLogger
+def setLogDoCallback(*args):
+  return _libstorage.setLogDoCallback(*args)
+setLogDoCallback = _libstorage.setLogDoCallback
+
+def getLogDoCallback():
+  return _libstorage.getLogDoCallback()
+getLogDoCallback = _libstorage.getLogDoCallback
+
+def setLogQueryCallback(*args):
+  return _libstorage.setLogQueryCallback(*args)
+setLogQueryCallback = _libstorage.setLogQueryCallback
+
+def getLogQueryCallback():
+  return _libstorage.getLogQueryCallback()
+getLogQueryCallback = _libstorage.getLogQueryCallback
 class Environment(_object):
 __swig_setmethods__ = {}
 __setattr__ = lambda self, name, value: _swig_setattr(self, Environment, 
name, value)
@@ -1706,6 +1718,10 @@
 Environment_swigregister = _libstorage.Environment_swigregister
 Environment_swigregister(Environment)
 
+def initDefaultLogger(*args):
+  return _libstorage.initDefaultLogger(*args)
+initDefaultLogger = _libstorage.initDefaultLogger
+
 
 def createStorageInterface(*args):
   return _libstorage.createStorageInterface(*args)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.4/examples/Makefile.am 
new/libstorage-2.22.5/examples/Makefile.am
--- old/libstorage-2.22.4/examples/Makefile.am  2010-07-29 15:46:59.0 
+0200
+++ new/libstorage-2.22.5/examples/Makefile.am  2012-06-12 10:12:47.0 
+0200
@@ -7,7 +7,7 @@
 LDADD = ../storage/libstorage.la
 
 noinst_PROGRAMS = TestDisk TestDiskLog TestStorage TestProbing TestLvm 
\
-   TestMd TestLoop TestLock SaveGr

commit yast2-storage for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2012-06-13 22:47:40

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


Package is "yast2-storage", Maintainer is "aschn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2012-05-26 13:05:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2012-06-13 22:48:06.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 13 14:52:44 CEST 2012 - f...@suse.de
+
+- 2.22.4
+- do not suggest /usr as mount point any more (bnc#766632)
+- changes for new logging in libstorage (fate#313242)
+
+---

Old:

  yast2-storage-2.22.3.tar.bz2

New:

  yast2-storage-2.22.4.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.7aPSpL/_old  2012-06-13 22:48:07.0 +0200
+++ /var/tmp/diff_new_pack.7aPSpL/_new  2012-06-13 22:48:07.0 +0200
@@ -17,18 +17,17 @@
 
 
 Name:   yast2-storage
-Version:2.22.3
+Version:2.22.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-storage-%{version}.tar.bz2
 
-BuildRequires:  blocxx-devel
 BuildRequires:  boost-devel
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libstorage-devel >= 2.22.1
+BuildRequires:  libstorage-devel >= 2.22.5
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  openssl-devel
@@ -38,7 +37,7 @@
 BuildRequires:  swig
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 2.19.4
-BuildRequires:  yast2-core-devel >= 2.18.1
+BuildRequires:  yast2-core-devel >= 2.23.1
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-perl-bindings
 BuildRequires:  yast2-testsuite >= 2.19.0
@@ -152,7 +151,6 @@
 %{perl_vendorarch}/LibStorage.so
 
 %package devel
-Requires:   blocxx-devel
 Requires:   libstdc++-devel
 Requires:   yast2-storage = %version
 Requires:   libstorage-devel = %(echo `rpm -q --queryformat '%{VERSION}' 
libstorage-devel`)

++ yast2-storage-2.22.3.tar.bz2 -> yast2-storage-2.22.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.22.3/VERSION 
new/yast2-storage-2.22.4/VERSION
--- old/yast2-storage-2.22.3/VERSION2012-05-24 17:14:13.0 +0200
+++ new/yast2-storage-2.22.4/VERSION2012-06-12 19:13:09.0 +0200
@@ -1 +1 @@
-2.22.3
+2.22.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-2.22.3/bindings/src/StorageCallbacks.cc 
new/yast2-storage-2.22.4/bindings/src/StorageCallbacks.cc
--- old/yast2-storage-2.22.3/bindings/src/StorageCallbacks.cc   2012-05-21 
16:32:08.0 +0200
+++ new/yast2-storage-2.22.4/bindings/src/StorageCallbacks.cc   2012-06-12 
19:09:15.0 +0200
@@ -190,6 +190,7 @@
 StorageCallbacks::StorageCallbacks ()
 {
 registerFunctions ();
+registerLogHandlers();
 }
 
 /**
@@ -612,3 +613,16 @@
 
 return YCPVoid ();
 }
+
+void
+log_do( int level, const string& component, const char* file, int line, const 
char* func,
+const string& text)
+{
+y2_logger_function((loglevel_t)level, component, file, line, func, "%s", 
text.c_str());
+}
+
+void StorageCallbacks::registerLogHandlers()
+{
+storage::setLogDoCallback(&log_do);
+storage::setLogQueryCallback(&should_be_logged);
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.22.3/bindings/src/StorageCallbacks.h 
new/yast2-storage-2.22.4/bindings/src/StorageCallbacks.h
--- old/yast2-storage-2.22.3/bindings/src/StorageCallbacks.h2012-05-21 
16:32:08.0 +0200
+++ new/yast2-storage-2.22.4/bindings/src/StorageCallbacks.h2012-06-12 
12:05:27.0 +0200
@@ -46,6 +46,7 @@
 
 // builtin handling
 void registerFunctions ();
+void registerLogHandlers();
 vector _registered_functions;
 
 // callbacks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.22.3/bindings/ycp/Makefile.in 
new/yast2-storage-2.22.4/bindings/ycp/Makefile.in
--- old/yast2-storage-2.22.3/bindings/ycp/Makefile.in   2012-05-24 
17:14:40.0 +0200
+++ new/yast2-storage-2.22.4/bindings/ycp/Makefile.in   2012-06-13 
15:16:32.0 +0200
@@ -20,7 +20,7 @@
 #
 
 # -*- makefile -*- Automake include file
-# $Id: pluglib-bindings.ami 49069 2008-07-14 15:34:10Z mvidner $
+# $Id$
 
 # Wraps a pluglib for use by YaST. Done b

commit yast2-core for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2012-06-13 22:47:37

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


Package is "yast2-core", Maintainer is "mvid...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes2012-05-10 
15:13:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes   
2012-06-13 22:47:39.0 +0200
@@ -1,0 +2,12 @@
+Wed Jun 13 13:38:17 CEST 2012 - aschn...@suse.de
+
+- fixed UTF-8 handling of several string builtins (bnc#755414)
+
+---
+Tue Jun 12 13:53:23 CEST 2012 - aschn...@suse.de
+
+- removed blocxx usage (fate #313242)
+- improved efficiency of logging functions
+- 2.23.1
+
+---

Old:

  yast2-core-2.23.0.tar.bz2

New:

  yast2-core-2.23.1.tar.bz2



Other differences:
--
++ yast2-core.spec ++
--- /var/tmp/diff_new_pack.jBJW7u/_old  2012-06-13 22:47:40.0 +0200
+++ /var/tmp/diff_new_pack.jBJW7u/_new  2012-06-13 22:47:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-core
-Version:2.23.0
+Version:2.23.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,9 +41,6 @@
 BuildRequires:  libxslt
 # catalog: convert URIs to local filenames
 BuildRequires:  sgml-skel
-# logging
-# renamed: http://lists.opensuse.org/opensuse-packaging/2007-11/msg00076.html
-BuildRequires:  libblocxx-devel
 
 Summary:YaST2 - Core Libraries
 License:GPL-2.0+
@@ -65,9 +62,7 @@
 Obsoletes:  liby2util-devel < 2.16.1
 Requires:   glibc-devel
 Requires:   hwinfo-devel
-Requires:   libblocxx-devel
 Requires:   libstdc++-devel
-Requires:   pcre-devel
 Requires:   sysfsutils
 # required for libscr
 # for FlexLexer.h; I think that this dependency could be made

++ yast2-core-2.23.0.tar.bz2 -> yast2-core-2.23.1.tar.bz2 ++
 2259 lines of diff (skipped)

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



commit cglib for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package cglib for openSUSE:Factory checked 
in at 2012-06-13 22:47:01

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


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

Changes:

--- /work/SRC/openSUSE:Factory/cglib/cglib.changes  2011-09-23 
01:53:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.cglib.new/cglib.changes 2012-06-13 
22:47:03.0 +0200
@@ -1,0 +2,9 @@
+Fri May 18 13:30:41 UTC 2012 - mvysko...@suse.cz
+
+- update to 2.2 
+  * MethodProxy thread race patch
+  * Upgrade to ASM 3.1
+- remove useless repolib, nohook and demo packages
+- fix build with jdk7
+
+---

Old:

  cglib-2.1.3-TestEnhancer.patch
  cglib-2.1.3-build_xml.patch
  cglib-ExamplePreProcessor.patch
  cglib-component-info.xml
  cglib-missing-words.txt
  cglib-src-2.1_3.jar

New:

  cglib-2.2.pom
  cglib-build_xml.patch
  cglib-src-2.2.jar



Other differences:
--
++ cglib.spec ++
--- /var/tmp/diff_new_pack.Wh3n2V/_old  2012-06-13 22:47:05.0 +0200
+++ /var/tmp/diff_new_pack.Wh3n2V/_new  2012-06-13 22:47:05.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package cglib (Version 2.1.3)
+# spec file for package cglib
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,122 +16,35 @@
 #
 
 
-%define _with_repolib 1
-%define _without_hook 1
-%define with_repolib %{?_with_repolib:1}%{!?_with_repolib:0}
-%define without_repolib %{!?_with_repolib:1}%{?_with_repolib:0}
-%define repodir %{_javadir}/repository.jboss.com/cglib/%{version}-brew
-%define repodirlib %{repodir}/lib
-%define repodirsrc %{repodir}/src
-# If you don't want to build the aspectwerkz hook,
-# while aspectwerkz isn't available yet,
-# give rpmbuild option '--without hook'
-# A cglib without net.sf.cglib.transform.hook.* is useful to 
-# build jmock which is an indirect dependency of cglib itself (through 
-# aspectwerkz).
-%define with_hook %{!?_without_hook:1}%{?_without_hook:0}
-%define without_hook %{?_without_hook:1}%{!?_without_hook:0}
-%define section free
-%define uscver 2.1_3
-Summary:Code Generation Library
-
 Name:   cglib
-Version:2.1.3
-Release:2
+Summary:Code Generation Library
 License:Apache-2.0
-Url:http://cglib.sourceforge.net/
 Group:  Development/Libraries/Java
-Source0:cglib-src-2.1_3.jar
-Source1:cglib-missing-words.txt
-Patch0: cglib-2.1.3-build_xml.patch
-Patch1: cglib-ExamplePreProcessor.patch
-# FIXME
-# Testcase "testFailOnMemoryLeak" fails with java-1.4.2-bea-1.4.2.08-2jpp
-# producing a LinkageError. 
-# Testcase "testRegisterCallbacks" also fails.
-# java-1.4.2-sun-1.4.2.10-1jpp and # java-1.4.2-ibm-1.4.2.3-1jpp don't
-Patch2: cglib-2.1.3-TestEnhancer.patch
-#Patch3: cglib-2.1.3-TestAll.patch
-Source2:cglib-component-info.xml
-BuildRequires:  jpackage-utils >= 1.6
-BuildRequires:  ant >= 1.6
-BuildRequires:  ant-junit >= 1.6
-BuildRequires:  jarjar
-BuildRequires:  junit
-BuildRequires:  asm  >= 1.5.3
-BuildRequires:  asm2
-%if %{with_hook}
-BuildRequires:  aspectwerkz >= 1.0
-%endif
-BuildRequires:  unzip
-BuildRequires:  java-devel
-Requires:   asm >= 1.5.3
-%if %{with_hook}
-#Optional:  aspectwerkz >= 0:1.0
-%endif
-Provides:   %{name}-nohook = %{version}-%{release}
+Version:2.2
+Release:0
+Url:http://cglib.sourceforge.net/
+Source0:%{name}-src-%{version}.jar
+Source1:/%{name}-%{version}.pom
+# Remove the repackaging step that includes other jars into the final thing
+Patch0: %{name}-build_xml.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-%description
-cglib is a powerful, high performance and quality Code Generation
-Library, It is used to extend JAVA classes and implements interfaces at
-runtime.
-
-NOTE: To use the Aspectwerks hook (net.sf.cglib.transform.hook.*), make
-sure aspectwerks.jar is in the Classpath (from the 'aspectwerks' RPM)
-NOTE: If you use the cglib.jar you may need to add asm.jar to your
-ClassPath (from the 'asm' RPM).  The cglib-nodep.jar includes the ASM
-classes already.
-
-
-
-%if %{with_repolib}
-
-%packagerepolib
-License:Apache-2.0
-Summary:Code Generation Library
-Group:  Development/Libraries/Java
-
-%descriptionrepolib
-cglib is a powerful, hig

commit yast2-snapper for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2012-06-13 22:46:59

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


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

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2012-03-30 14:22:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2012-06-13 22:47:01.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 12 10:14:40 CEST 2012 - aschn...@suse.de
+
+- adapted to logging changes in libsnapper (fate #313242)
+- 2.22.5
+
+---

Old:

  yast2-snapper-2.22.4.tar.bz2

New:

  yast2-snapper-2.22.5.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.W20Vlp/_old  2012-06-13 22:47:02.0 +0200
+++ /var/tmp/diff_new_pack.W20Vlp/_new  2012-06-13 22:47:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:2.22.4
+Version:2.22.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,12 +26,12 @@
 Requires:   yast2 >= 2.21.22
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libsnapper-devel
+BuildRequires:  libsnapper-devel >= 0.0.11
 BuildRequires:  libtool
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-core-devel >= 2.23.1
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-testsuite
 

++ yast2-snapper-2.22.4.tar.bz2 -> yast2-snapper-2.22.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.4/COPYING 
new/yast2-snapper-2.22.5/COPYING
--- old/yast2-snapper-2.22.4/COPYING2012-03-29 16:01:45.0 +0200
+++ new/yast2-snapper-2.22.5/COPYING2012-06-13 14:01:48.0 +0200
@@ -1,12 +1,12 @@
-   GNU GENERAL PUBLIC LICENSE
-  Version 2, June 1991
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-   Preamble
+Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -15,7 +15,7 @@
 General Public License applies to most of the Free Software
 Foundation's software and to any other program whose authors commit to
 using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
+the GNU Lesser General Public License instead.)  You can apply it to
 your programs, too.
 
   When we speak of free software, we are referring to freedom, not
@@ -55,8 +55,8 @@
 
   The precise terms and conditions for copying, distribution and
 modification follow.
-
-   GNU GENERAL PUBLIC LICENSE
+
+GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License applies to any program or other work which contains
@@ -110,7 +110,7 @@
 License.  (Exception: if the Program itself is interactive but
 does not normally print such an announcement, your work based on
 the Program is not required to print an announcement.)
-
+
 These requirements apply to the modified work as a whole.  If
 identifiable sections of that work are not derived from the Program,
 and can be reasonably considered independent and separate works in
@@ -168,7 +168,7 @@
 access to copy the source code from the same place counts as
 distribution of the source code, even though third parties are not
 compelled to copy the source along with the object code.
-
+
   4. You may not copy, modify, sublicense, or distribute the Program
 except as expressly provided under this License.  Any attempt
 otherwise to copy, modify, sublicense or distribute the Program is
@@ -225,7 +225,7 @@
 
 This section is intended to make thoroughly clear what is believed to
 be a consequence of the rest of this License.
-
+
   8. If the distribution and/or use of the Program is restricted in
 certain countries either by patents or by copyrighted interfaces, th

commit bouncycastle for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package bouncycastle for openSUSE:Factory 
checked in at 2012-06-13 22:46:52

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


Package is "bouncycastle", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/bouncycastle/bouncycastle.changes
2012-03-05 17:59:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.bouncycastle.new/bouncycastle.changes   
2012-06-13 22:46:55.0 +0200
@@ -1,0 +2,5 @@
+Fri May 18 12:39:28 UTC 2012 - mvysko...@suse.cz
+
+- bumb target to 1.6 
+
+---



Other differences:
--
++ bouncycastle.spec ++
--- /var/tmp/diff_new_pack.Wu1LxF/_old  2012-06-13 22:46:56.0 +0200
+++ /var/tmp/diff_new_pack.Wu1LxF/_new  2012-06-13 22:46:56.0 +0200
@@ -14,6 +14,9 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
+#
 %define ver  1.46
 %define archivever  jdk16-%(echo %{ver}|sed 's|\\\.||')
 %define classname   org.bouncycastle.jce.provider.BouncyCastleProvider
@@ -74,7 +77,7 @@
 %build
 pushd src
   export CLASSPATH=$(build-classpath junit4)
-  %javac -g -target 1.5 -encoding UTF-8 $(find . -type f -name "*.java")
+  %javac -g -source 1.6 -target 1.6 -encoding UTF-8 $(find . -type f -name 
"*.java")
   jarfile="../bcprov-%{version}.jar"
   # Exclude all */test/* files except org.bouncycastle.util.test, cf. upstream
   files="$(find . -type f \( -name '*.class' -o -name '*.properties' \) -not 
-path '*/test/*')"


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



commit ant for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package ant for openSUSE:Factory checked in 
at 2012-06-13 22:46:43

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


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

Changes:

--- /work/SRC/openSUSE:Factory/ant/ant.changes  2012-02-03 10:21:39.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ant.new/ant.changes 2012-06-13 
22:46:44.0 +0200
@@ -1,0 +2,12 @@
+Wed May 30 11:46:44 UTC 2012 - cfarr...@suse.com
+
+- license update: CDDL-1.0
+  SPDX format (note that it should CDDL-1.1 if the (c) owner and license
+  steward is Oracle)
+
+---
+Tue May 15 07:02:23 UTC 2012 - mvysko...@suse.cz
+
+- build ignore java-1_7_0-openjdk as well 
+
+---



Other differences:
--
++ ant-antlr.spec ++
--- /var/tmp/diff_new_pack.l9dGeS/_old  2012-06-13 22:46:47.0 +0200
+++ /var/tmp/diff_new_pack.l9dGeS/_new  2012-06-13 22:46:47.0 +0200
@@ -59,29 +59,30 @@
 %if %bootstrap
 BuildRequires:  java-1_5_0-gcj-compat-devel
 #!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel
+#!BuildIgnore:  java-1_7_0-openjdk java-1_7_0-openjdk-devel
 %else
 BuildRequires:  java-devel >= 1.5.0
 %endif
-BuildRequires:  jpackage-utils >= 1.7.5
 BuildRequires:  antlr-bootstrap
+BuildRequires:  jpackage-utils >= 1.7.5
 BuildRequires:  unzip
 BuildRequires:  xerces-j2-bootstrap
 BuildRequires:  xml-commons-apis-bootstrap
 %if ! %bootstrap
-BuildRequires:  xalan-j2
 BuildRequires:  ant = %{version}
 BuildRequires:  junit
-BuildRequires:  xml-commons-apis
+BuildRequires:  xalan-j2
 BuildRequires:  xerces-j2
+BuildRequires:  xml-commons-apis
 #!BuildIgnore:  antlr
 %endif
 %if %bootstrap
-Requires:   xerces-j2 >= 2.7.1-2
+Requires:   java-devel >= 1.5.0
 Requires:   jaxp_parser_impl
+Requires:   jpackage-utils >= 1.7.5
+Requires:   xerces-j2 >= 2.7.1-2
 Requires:   xml-commons-apis
 Requires:   xml-commons-resolver
-Requires:   jpackage-utils >= 1.7.5
-Requires:   java-devel >= 1.5.0
 Obsoletes:  apache-ant < %{version}
 Provides:   apache-ant = %{version}
 Obsoletes:  ant-nodeps < %{version}
@@ -90,8 +91,8 @@
 Provides:   ant-trax = %{version}
 %else
 # ant-antlr requires
-Requires:   ant = %(echo `rpm -q --queryformat '%{VERSION}' ant`)
 Requires:   antlr
+Requires:   ant = %(echo `rpm -q --queryformat '%{VERSION}' ant`)
 Provides:   ant-antlr = %{version}-%{release}
 %endif
 BuildArch:  noarch
@@ -171,9 +172,9 @@
 Summary:Additional scripts for ant
 License:Apache-2.0
 Group:  Development/Tools/Building
-Requires:   ant = %{version}
 Requires:   %{_bindir}/perl
 Requires:   %{_bindir}/python
+Requires:   ant = %{version}
 
 %description -n ant-scripts
 Apache Ant is a Java-based build tool.
@@ -190,8 +191,8 @@
 Summary:Optional apache bsf tasks for ant
 License:Apache-2.0
 Group:  Development/Tools/Building
-Requires:   ant = %(echo `rpm -q --queryformat '%{VERSION}' ant`)
 Requires:   bsf
+Requires:   ant = %(echo `rpm -q --queryformat '%{VERSION}' ant`)
 BuildRequires:  bsf
 Provides:   ant-apache-bsf = %{version}-%{release}
 
@@ -206,8 +207,8 @@
 Summary:Optional apache resolver tasks for ant
 License:Apache-2.0
 Group:  Development/Tools/Building
-Requires:   ant = %(echo `rpm -q --queryformat '%{VERSION}' ant`)
 Requires:   xml-commons-resolver
+Requires:   ant = %(echo `rpm -q --queryformat '%{VERSION}' ant`)
 BuildRequires:  xml-commons-resolver
 Provides:   ant-apache-resolver = %{version}-%{release}
 
@@ -222,8 +223,8 @@
 Summary:Optional commons logging tasks for ant
 License:Apache-2.0
 Group:  Development/Tools/Building
-Requires:   ant = %(echo `rpm -q --queryformat '%{VERSION}' ant`)
 Requires:   jakarta-commons-logging
+Requires:   ant = %(echo `rpm -q --queryformat '%{VERSION}' ant`)
 BuildRequires:  jakarta-commons-logging
 Provides:   ant-commons-logging = %{version}-%{release}
 
@@ -238,8 +239,8 @@
 Summary:Optional commons net tasks for ant
 License:Apache-2.0
 Group:  Development/Tools/Building
-Requires:   ant = %(echo `rpm -q --queryformat '%{VERSION}' ant`)
 Requires:   jakarta-commons-net
+Requires:   ant = %(echo `rpm -q --queryformat '%{VERSION}' ant`)
 BuildRequires:  jakarta-commons-net
 Provides:   ant-commons-net = %{version}-%{release}
 
@@ -258,8 +259,8 @@
 Summary:Optional jai tasks for ant
 License:Apache-2.

commit squid3 for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package squid3 for openSUSE:Factory checked 
in at 2012-06-13 22:46:27

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


Package is "squid3", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/squid3/squid3.changes2012-02-20 
16:18:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.squid3.new/squid3.changes   2012-06-13 
22:46:35.0 +0200
@@ -1,0 +2,23 @@
+Tue Jun 12 10:22:46 UTC 2012 - ch...@computersalat.de
+
+- update to 3.1.20
+  - Regression Bug 3545: FreeBSD dnsserver segfaults
+  - Regression Bug 3504: clientside_tos fails to mark traffic
+  - Bug 3539: CONNECT server connection not closed correctly on errors
+  - Bug 3502: client timeout uses server-side read_timeout, not request_timeout
+  - Bug 3466: Adaptation stuck on last single-byte body piece
+  - Bug 3463: dnsserver fails to compile
+  - Bug 3439: correct external_acl_type documented default for ipv4/ipv6 option
+  - Bug 3390: Proxy auth data visible to scripts
+  - Bug 3263: ssl_crtd: undefined references to squid_curtime
+  - Bug 3233: Invalid URL accepted with url host is white spaces
+  - Bug 3133: Memory leak handling requests for sites that don't exist
+  - Bug 3074: Improper URL handling with empty path (RFC 3986)
+  - Bug 3013: segmentation fault on shutdown commSetCloseOnExec at comm.cc:1889
+  - Regression: snmp/udp address directives not resolving hostname
+  - Better helper-to-Squid buffer size management.
+  - Support CoAP over HTTP (coap:// and coaps:// URLs)
+  - Support for 3.2 error template codes
+- rebase config, swapdir patch
+
+---

Old:

  squid-3.1.19.tar.bz2
  squid-3.1.19.tar.bz2.asc

New:

  squid-3.1.20.tar.bz2
  squid-3.1.20.tar.bz2.asc



Other differences:
--
++ squid3.spec ++
--- /var/tmp/diff_new_pack.QpcPOv/_old  2012-06-13 22:46:36.0 +0200
+++ /var/tmp/diff_new_pack.QpcPOv/_new  2012-06-13 22:46:36.0 +0200
@@ -23,7 +23,7 @@
 Summary:Squid Version 3 WWW Proxy Server
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Proxy
-Version:3.1.19
+Version:3.1.20
 Release:0
 Url:http://www.squid-cache.org/Versions/v3
 Source0:
http://www.squid-cache.org/Versions/v3/3.1/squid-%{version}.tar.bz2
@@ -79,6 +79,7 @@
 PreReq: pwdutils
 BuildRequires:  db-devel
 # needed by bootstrap.sh
+BuildRequires:  cyrus-sasl-devel
 BuildRequires:  ed
 BuildRequires:  expat
 BuildRequires:  gcc-c++
@@ -87,10 +88,9 @@
 BuildRequires:  libtool
 BuildRequires:  openldap2-devel
 BuildRequires:  opensp-devel
+BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
 BuildRequires:  sharutils
-BuildRequires:  openssl-devel
-BuildRequires:  cyrus-sasl-devel
 #
 %if 0%{?sles_version} == 9
 BuildRequires:  heimdal-devel

++ RELEASENOTES.html ++
--- /var/tmp/diff_new_pack.QpcPOv/_old  2012-06-13 22:46:36.0 +0200
+++ /var/tmp/diff_new_pack.QpcPOv/_new  2012-06-13 22:46:36.0 +0200
@@ -2,10 +2,10 @@
 
 
  
- Squid 3.1.19 release notes
+ Squid 3.1.20 release notes
 
 
-Squid 3.1.19 release notes
+Squid 3.1.20 release notes
 
 Squid Developers
 
@@ -71,7 +71,7 @@
 
 1. Notice
 
-The Squid Team are pleased to announce the release of Squid-3.1.19
+The Squid Team are pleased to announce the release of Squid-3.1.20
 This new release is available for download from 
 http://www.squid-cache.org/Versions/v3/3.1/";>http://www.squid-cache.org/Versions/v3/3.1/
 or the 
 http://www.squid-cache.org/Mirrors/http-mirrors.html";>mirrors.
@@ -1280,13 +1280,12 @@
 
 external_acl_type
 New options 'ipv4' and 'ipv6' are added to set the IPv4/v6 protocol between 
Squid and its helpers.
-Please be aware of some limits to these options. These options only affet the 
transport protocol used
+Please be aware of some limits to these options. These options only affect the 
transport protocol used
 to send data to and from the helpers. Squid in IPv6-mode may still send %SRC 
addresses in IPv4 or IPv6
 format, so all helpers will need to be checked and converted to cope with such 
information cleanly.
 
-  ipv4 / ipv6   IP-mode used to communicate to this helper.
-For compatability with older configurations and helpers
-the default is 'ipv4'.
+  ipv4 / ipv6   IP protocol used to communicate with this helper.
+The default is to auto-detect IPv6 and use it when 
available.
 
 
 

++ squid-3.1.19.tar.bz2 -> squid-3.1.20.tar.bz2 ++
 22151 lines of diff (skipped)

++ squid-3.1.19.tar.bz2.asc -> squ

commit snapper for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package snapper for openSUSE:Factory checked 
in at 2012-06-13 22:46:23

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


Package is "snapper", Maintainer is "aschn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/snapper/snapper.changes  2012-03-17 
13:23:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes 2012-06-13 
22:46:25.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 12 10:07:08 CEST 2012 - aschn...@suse.de
+
+- removed blocxx (fate #313242)
+- 0.0.11
+
+---

Old:

  snapper-0.0.10.tar.bz2

New:

  snapper-0.0.11.tar.bz2



Other differences:
--
++ snapper.spec ++
--- /var/tmp/diff_new_pack.XiZdPP/_old  2012-06-13 22:46:26.0 +0200
+++ /var/tmp/diff_new_pack.XiZdPP/_new  2012-06-13 22:46:26.0 +0200
@@ -16,30 +16,31 @@
 #
 
 
-
 Name:   snapper
-Version:0.0.10
+Version:0.0.11
 Release:0
-License:GPL-2.0
-Group:  System/Packages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: snapper-%{version}.tar.bz2
 Patch1: no-readonly.diff
 Prefix: /usr
-BuildRequires:  boost-devel doxygen gcc-c++ libtool libxml2-devel
-BuildRequires:  python-devel swig
-%if 0%{?suse_version}
-BuildRequires:  libblocxx-devel
-%if 0%{?suse_version} >= 1210
+BuildRequires:  boost-devel
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  libxml2-devel
+BuildRequires:  python-devel
+BuildRequires:  swig
+%if (0%{?suse_version} && 0%{?suse_version} >= 1210)
 BuildRequires:  libzypp(plugin:commit)
 %endif
-%endif
 Requires:   libsnapper1 = %version
 %if 0%{?suse_version}
 Recommends: cron logrotate snapper-zypp-plugin
 Supplements:btrfsprogs
 %endif
 Summary:Tool for filesystem snapshot management
+License:GPL-2.0
+Group:  System/Packages
 Url:http://en.opensuse.org/Portal:Snapper
 
 %description
@@ -96,7 +97,8 @@
 %package -n libsnapper1
 Summary:Library for filesystem snapshot management
 Group:  System/Libraries
-Requires:   diffutils util-linux
+Requires:   diffutils
+Requires:   util-linux
 %if 0%{?suse_version}
 PreReq: %fillup_prereq
 %endif
@@ -139,11 +141,11 @@
 /sbin/ldconfig
 
 %package -n libsnapper-devel
+Requires:   boost-devel
+Requires:   gcc-c++
 Requires:   libsnapper1 = %version
-Requires:   gcc-c++ libstdc++-devel boost-devel libxml2-devel
-%if 0%{?suse_version}
-Requires:   blocxx-devel
-%endif
+Requires:   libstdc++-devel
+Requires:   libxml2-devel
 Summary:Header files and documentation for libsnapper
 Group:  Development/Languages/C and C++
 
@@ -178,7 +180,9 @@
 %attr(755,root,root) %{python_sitearch}/_libsnapper.so
 
 %package -n snapper-zypp-plugin
-Requires:   snapper libzypp(plugin:commit) zypp-plugin-python
+Requires:   snapper
+Requires:   zypp-plugin-python
+Requires:   libzypp(plugin:commit)
 Summary:A zypp commit plugin for calling snapper
 Group:  System/Packages
 

++ snapper-0.0.10.tar.bz2 -> snapper-0.0.11.tar.bz2 ++
 17296 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/snapper-0.0.10/LIBVERSION new/snapper-0.0.11/LIBVERSION
--- old/snapper-0.0.10/LIBVERSION   2011-10-12 15:20:19.0 +0200
+++ new/snapper-0.0.11/LIBVERSION   2012-06-12 10:06:56.0 +0200
@@ -1 +1 @@
-1.5.0
+1.6.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/snapper-0.0.10/VERSION new/snapper-0.0.11/VERSION
--- old/snapper-0.0.10/VERSION  2012-03-06 17:23:43.0 +0100
+++ new/snapper-0.0.11/VERSION  2012-06-12 10:08:30.0 +0200
@@ -1 +1 @@
-0.0.10
+0.0.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/snapper-

commit skelcd-openSUSE for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package skelcd-openSUSE for openSUSE:Factory 
checked in at 2012-06-13 22:46:18

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


Package is "skelcd-openSUSE", Maintainer is "co...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/skelcd-openSUSE/skelcd-openSUSE.changes  
2012-06-12 22:10:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.skelcd-openSUSE.new/skelcd-openSUSE.changes 
2012-06-13 22:46:22.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 12 18:06:34 UTC 2012 - giecr...@stegny.2a.pl
+
+- a better wording for license.pl
+
+---



Other differences:
--
skelcd-openSUSE.spec: same change
++ license-SL.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/license-SL/license.pl.txt 
new/license-SL/license.pl.txt
--- old/license-SL/license.pl.txt   2012-06-09 16:19:51.0 +0200
+++ new/license-SL/license.pl.txt   2012-06-10 15:36:12.0 +0200
@@ -104,7 +104,7 @@
   (c)
 nie b�dziecie wysy�a� ani przenosi� ustroju openSUSE�#VERSION# 
 w��adnym zabronionym kierunku do osoby prawnej ani fizycznej 
-bez koniecznych zezwole� lub umocowa� od rz�du Stan�w Zjednoczonych;
+bez koniecznych zezwole� lub upowa�nie� od rz�du Stan�w Zjednoczonych;
   (d)
 nie b�dziecie u�ywa� ani przenosi� ustroju openSUSE�#VERSION# 
 do u�ycia dla �adnych wra�liwych cel�w ostatecznych 

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



commit python-odict for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package python-odict for openSUSE:Factory 
checked in at 2012-06-13 22:46:08

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


Package is "python-odict", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-odict/python-odict.changes
2012-03-16 13:23:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-odict.new/python-odict.changes   
2012-06-13 22:46:20.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 13 00:13:22 UTC 2012 - os-...@jacraig.com
+
+- Update to 1.5.0:
+  * Implement ``alter_key``.
+
+---

Old:

  odict-1.4.4.tar.gz

New:

  odict-1.5.0.tar.gz



Other differences:
--
++ python-odict.spec ++
--- /var/tmp/diff_new_pack.FULoWX/_old  2012-06-13 22:46:22.0 +0200
+++ /var/tmp/diff_new_pack.FULoWX/_new  2012-06-13 22:46:22.0 +0200
@@ -11,12 +11,13 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-odict
-Version:1.4.4
+Version:1.5.0
 Release:0
 Url:https://github.com/bluedynamics/odict
 Summary:Ordered dictionary
@@ -57,11 +58,12 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+#Tests broken upstream
 #%%check
 #python setup.py test
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc LICENSE.rst README.rst
 %{python_sitelib}/*
 

++ odict-1.4.4.tar.gz -> odict-1.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/odict-1.4.4/PKG-INFO new/odict-1.5.0/PKG-INFO
--- old/odict-1.4.4/PKG-INFO2011-12-13 16:06:16.0 +0100
+++ new/odict-1.5.0/PKG-INFO2012-05-23 09:36:49.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: odict
-Version: 1.4.4
+Version: 1.5.0
 Summary: Ordered dictionary.
 Home-page: https://github.com/bluedynamics/odict
 Author: BlueDynamics Alliance
@@ -146,6 +146,12 @@
 Changes
 ===
 
+Version 1.5.0
+-
+
+- Implement ``alter_key``.
+  [rnix, 2012-05-18]
+
 Version 1.4.4
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/odict-1.4.4/README.rst new/odict-1.5.0/README.rst
--- old/odict-1.4.4/README.rst  2011-12-13 16:05:26.0 +0100
+++ new/odict-1.5.0/README.rst  2012-05-23 09:35:54.0 +0200
@@ -138,6 +138,12 @@
 Changes
 ===
 
+Version 1.5.0
+-
+
+- Implement ``alter_key``.
+  [rnix, 2012-05-18]
+
 Version 1.4.4
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/odict-1.4.4/setup.py new/odict-1.5.0/setup.py
--- old/odict-1.4.4/setup.py2011-12-13 16:05:35.0 +0100
+++ new/odict-1.5.0/setup.py2012-05-23 09:35:03.0 +0200
@@ -3,7 +3,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '1.4.4'
+version = '1.5.0'
 shortdesc = 'Ordered dictionary.'
 longdesc = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
 longdesc += open(os.path.join(os.path.dirname(__file__), 'LICENSE.rst')).read()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/odict-1.4.4/src/odict/pyodict.py 
new/odict-1.5.0/src/odict/pyodict.py
--- old/odict-1.4.4/src/odict/pyodict.py2011-11-28 12:37:36.0 
+0100
+++ new/odict-1.5.0/src/odict/pyodict.py2012-05-18 20:51:34.0 
+0200
@@ -145,6 +145,22 @@
 
 def keys(self):
 return list(self.iterkeys())
+
+def alter_key(self, old_key, new_key):
+dict_impl = self._dict_impl()
+val = dict_impl.__getitem__(self, old_key)
+dict_impl.__delitem__(self, old_key)
+if val[0] != _nil:
+prev = dict_impl.__getitem__(self, val[0])
+dict_impl.__setitem__(self, val[0], [prev[0], prev[1], new_key])
+else:
+dict_impl.__setattr__(self, 'lh', new_key)
+if val[2] != _nil:
+next = dict_impl.__getitem__(self, val[2])
+dict_impl.__setitem__(self, val[2], [new_key, next[1], next[2]])
+else:
+dict_impl.__setattr__(self, 'lt', new_key)
+dict_impl.__setitem__(self, new_key, val)
 
 def itervalues(self):
 dict_impl = self._dict_impl()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '

commit jakarta-commons-dbcp for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package jakarta-commons-dbcp for 
openSUSE:Factory checked in at 2012-06-13 22:45:58

Comparing /work/SRC/openSUSE:Factory/jakarta-commons-dbcp (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-commons-dbcp.new (New)


Package is "jakarta-commons-dbcp", Maintainer is 
"bnc-team-j...@forge.provo.novell.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-dbcp/jakarta-commons-dbcp.changes
2011-09-23 02:03:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-dbcp.new/jakarta-commons-dbcp.changes
   2012-06-13 22:45:59.0 +0200
@@ -1,0 +2,8 @@
+Fri May 25 09:44:21 UTC 2012 - mvysko...@suse.cz
+
+- fix build with jdk7
+- remove note needed obsolete
+- rename tomcat5 subpackage to tomcat
+- use non-versioned javadocdir
+
+---

New:

  jdbc41.patch



Other differences:
--
++ jakarta-commons-dbcp.spec ++
--- /var/tmp/diff_new_pack.jNZxbk/_old  2012-06-13 22:46:00.0 +0200
+++ /var/tmp/diff_new_pack.jNZxbk/_new  2012-06-13 22:46:00.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package jakarta-commons-dbcp (Version 1.2.2)
+# spec file for package jakarta-commons-dbcp
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-# icecream 0
 
 %define with_maven 0
 %define base_name   dbcp
@@ -25,7 +23,7 @@
 
 Name:   jakarta-commons-dbcp
 Version:1.2.2
-Release:88
+Release:0
 Summary:Jakarta Commons DataBase Pooling Package
 License:Apache-2.0
 Group:  Development/Libraries/Java
@@ -41,33 +39,36 @@
 #improved from https://issues.apache.org/jira/browse/DBCP-191
 Patch1: java6-compatibility.patch
 Patch2: %{name}-target15.patch
+#http://pkgs.fedoraproject.org/gitweb/?p=apache-commons-dbcp.git;a=blob_plain;f=jdbc41.patch;hb=HEAD
+Patch3: jdbc41.patch
 Url:http://jakarta.apache.org/commons/dbcp/
 BuildRequires:  ant >= 1.6.5
-BuildRequires:  jpackage-utils > 1.7.2
-BuildRequires:  jakarta-commons-pool >= 1.3
+BuildRequires:  jakarta-commons-collections-tomcat5
 BuildRequires:  jakarta-commons-logging
+BuildRequires:  jakarta-commons-pool >= 1.3
+BuildRequires:  jakarta-commons-pool-tomcat5
+BuildRequires:  java-devel
 BuildRequires:  jdbc-stdext >= 2.0
-BuildRequires:  xerces-j2
+BuildRequires:  jpackage-utils > 1.7.2
 BuildRequires:  junit >= 3.8.1
-BuildRequires:  jakarta-commons-pool-tomcat5
-BuildRequires:  jakarta-commons-collections-tomcat5
 BuildRequires:  tomcat6-lib
-BuildRequires:  java-devel
+BuildRequires:  xerces-j2
 #!BuildIgnore:  jakarta-commons-dbcp-tomcat5
+#!BuildIgnore:  jakarta-commons-dbcp-tomcat
 %if %{with_maven}
 BuildRequires:  maven >= 1.1
-BuildRequires:  maven-plugins-base
 BuildRequires:  maven-plugin-artifact
+BuildRequires:  maven-plugin-changes
 BuildRequires:  maven-plugin-checkstyle
-BuildRequires:  sf-cobertura-maven-plugin
-BuildRequires:  sf-findbugs-maven-plugin
+BuildRequires:  maven-plugin-license
 BuildRequires:  maven-plugin-pmd
-BuildRequires:  maven-plugin-xdoc
 BuildRequires:  maven-plugin-test
-BuildRequires:  maven-plugin-license
-BuildRequires:  maven-plugin-changes
+BuildRequires:  maven-plugin-xdoc
+BuildRequires:  maven-plugins-base
 BuildRequires:  saxon
 BuildRequires:  saxon-scripts
+BuildRequires:  sf-cobertura-maven-plugin
+BuildRequires:  sf-findbugs-maven-plugin
 %endif
 Requires(post):  /usr/sbin/update-alternatives
 Requires(preun):  /usr/sbin/update-alternatives
@@ -75,9 +76,8 @@
 Requires:   jakarta-commons-pool >= 1.3
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Provides:   %{short_name}
+Provides:   %{short_name} = %{version}-%{relese}
 Provides:   hibernate_jdbc_cache
-Obsoletes:  %{short_name}
 Requires(post):jpackage-utils >= 1.7.2
 Requires(postun):  jpackage-utils >= 1.7.2
 
@@ -93,7 +93,6 @@
 
 
 %package javadoc
-License:Apache-2.0
 Summary:Javadoc for jakarta-commons-dbcp
 Group:  Development/Libraries/Java
 Requires(post):   /bin/rm,/bin/ln
@@ -112,12 +111,13 @@
 
 
 
-%package tomcat5
-License:Apache-2.0
+%package tomcat
 Summary:Jakarta Commons DataBase Pooling Package
 Group:  Development/Libraries/Java
+Provides:   %{name}-tomcat5 = %{version}-%{release}
+Obsoletes:  %{name}-tomcat5 < 

commit dkimproxy for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package dkimproxy for openSUSE:Factory 
checked in at 2012-06-13 22:45:43

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


Package is "dkimproxy", Maintainer is "vark...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/dkimproxy/dkimproxy.changes  2012-06-07 
15:37:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.dkimproxy.new/dkimproxy.changes 2012-06-13 
22:45:44.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 11 09:42:28 UTC 2012 - co...@suse.com
+
+- avoid providing perl modules that are not in the source, rather
+  hard require the needed module
+
+---

New:

  dkimproxy-1.4.1-avoid-perl-provides.diff



Other differences:
--
++ dkimproxy.spec ++
--- /var/tmp/diff_new_pack.oE8v1P/_old  2012-06-13 22:45:46.0 +0200
+++ /var/tmp/diff_new_pack.oE8v1P/_new  2012-06-13 22:45:46.0 +0200
@@ -27,6 +27,7 @@
 Url:http://dkimproxy.sourceforge.net/
 Source: %{name}-%{version}.tar.gz
 Source1:%{name}.init
+Patch0: dkimproxy-1.4.1-avoid-perl-provides.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildRequires:  git-core
@@ -37,6 +38,7 @@
 Requires:   git-core
 Requires:   perl-Mail-DKIM
 Requires:   perl-Net-Server
+Requires:   perl(IO::Socket::INET6)
 
 %description
 DKIMproxy is an SMTP-proxy that signs and/or verifies emails, using the
@@ -48,6 +50,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1
 # ---
 
 %build

++ dkimproxy-1.4.1-avoid-perl-provides.diff ++
Index: dkimproxy-1.4.1/lib/MSDW/SMTP/Client.pm
===
--- dkimproxy-1.4.1.orig/lib/MSDW/SMTP/Client.pm2009-07-30 
03:01:50.0 +0200
+++ dkimproxy-1.4.1/lib/MSDW/SMTP/Client.pm 2012-06-11 11:38:27.824695351 
+0200
@@ -11,15 +11,7 @@
 # Written by Bennett Todd 
 
 #enable support for IPv6, if available
-eval "require IO::Socket::INET6";
-if ($@ && $@ =~ /^Can't locate/)
-{
-   # a dummy INET6 module that falls back on IO::Socket::INET
-   eval q|
-   package IO::Socket::INET6;
-   use base "IO::Socket::INET";
-   |;
-}
+require IO::Socket::INET6;
 
 package MSDW::SMTP::Client;
 use IO::Socket;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xmms2 for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package xmms2 for openSUSE:Factory checked 
in at 2012-06-13 22:24:46

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


Package is "xmms2", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xmms2/xmms2.changes  2012-02-29 
14:12:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmms2.new/xmms2.changes 2012-06-13 
22:25:24.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 11 09:28:53 UTC 2012 - pgaj...@suse.com
+
+- turn off cdda plugin until libcdio-paranoia dependency isn't 
+  accepted into factory (see bnc#756564)
+
+---



Other differences:
--
++ xmms2.spec ++
--- /var/tmp/diff_new_pack.z410fz/_old  2012-06-13 22:25:26.0 +0200
+++ /var/tmp/diff_new_pack.z410fz/_new  2012-06-13 22:25:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmms2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_with libsidplay
 %bcond_with restricted
 %bcond_with cunit
@@ -996,7 +997,7 @@
 
 %files plugin-cdda
 %defattr(-,root,root,-)
-%_libdir/xmms2/libxmms_cdda.so
+##%_libdir/xmms2/libxmms_cdda.so
 
 %files plugin-cue
 %defattr(-,root,root,-)

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



commit smictrl for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package smictrl for openSUSE:Factory checked 
in at 2012-06-13 22:24:24

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


Package is "smictrl", Maintainer is "sdietr...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/smictrl/smictrl.changes  2011-09-23 
12:46:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.smictrl.new/smictrl.changes 2012-06-13 
22:24:47.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun  8 07:53:52 UTC 2012 - pgaj...@suse.com
+
+- add zlib-devel into BuildRequires
+
+---



Other differences:
--
++ smictrl.spec ++
--- /var/tmp/diff_new_pack.7WCfnY/_old  2012-06-13 22:24:49.0 +0200
+++ /var/tmp/diff_new_pack.7WCfnY/_new  2012-06-13 22:24:49.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package smictrl (Version 20070409)
+# spec file for package smictrl
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 # norootforbuild
 
-BuildRequires:  kernel-source pciutils-devel
+BuildRequires:  kernel-source pciutils-devel zlib-devel
 
 Name:   smictrl
 Url:http://www.rts.uni-hannover.de/rtaddon/#smictrl

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



commit ruby-kde4 for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package ruby-kde4 for openSUSE:Factory 
checked in at 2012-06-13 22:23:52

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


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

Changes:

--- /work/SRC/openSUSE:Factory/ruby-kde4/ruby-kde4.changes  2012-05-09 
18:33:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.ruby-kde4.new/ruby-kde4.changes 2012-06-13 
22:24:44.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun  1 13:58:03 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.4
+  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for 
details
+
+---

Old:

  korundum-4.8.3.tar.xz

New:

  korundum-4.8.4.tar.xz



Other differences:
--
++ ruby-kde4.spec ++
--- /var/tmp/diff_new_pack.XBD0uN/_old  2012-06-13 22:24:47.0 +0200
+++ /var/tmp/diff_new_pack.XBD0uN/_new  2012-06-13 22:24:47.0 +0200
@@ -32,7 +32,7 @@
 Summary:Korundum Ruby-KDE library
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
-Version:4.8.3
+Version:4.8.4
 Release:0
 Source0:korundum-%{version}.tar.xz
 Url:https://projects.kde.org/projects/kde/kdebindings/ruby/korundum

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



commit lighttpd for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package lighttpd for openSUSE:Factory 
checked in at 2012-06-13 22:23:50

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


Package is "lighttpd", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lighttpd/lighttpd.changes2012-06-12 
07:09:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.lighttpd.new/lighttpd.changes   2012-06-13 
22:24:42.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 13 11:47:33 UTC 2012 - mrueck...@suse.de
+
+- dropped the perl line that mangled configure.ac
+- moved automake patch into the geoip conditional
+- move lua conditional out of the _repository block
+
+---



Other differences:
--
++ lighttpd.spec ++
--- /var/tmp/diff_new_pack.MrWQ8M/_old  2012-06-13 22:24:44.0 +0200
+++ /var/tmp/diff_new_pack.MrWQ8M/_new  2012-06-13 22:24:44.0 +0200
@@ -26,7 +26,6 @@
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  FastCGI-devel
-BuildRequires:  automake
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fam-devel
 BuildRequires:  gdbm-devel
@@ -56,23 +55,23 @@
 BuildRequires:  sqlite-devel >= 3
 %endif
 #
-%if "x%{?_repository}" != "x" && "x%{?_repository}" != "xstandard"
-%if 0%{?suse_version} < 1030 || 0%{?suse_version} > 1210
+%if 0%{?suse_version} > 1210
 BuildRequires:  lua51-devel
 %else
 BuildRequires:  lua-devel
 %endif
+%if "x%{?_repository}" != "x" && "x%{?_repository}" != "xstandard"
 %if 0%{?suse_version} > 1010
 %define with_geoip 1
 %endif
 %else
-BuildRequires:  lua-devel
 %if 0%{?sles_version} == 9
 %define with_mod_magnet 0
 %endif
 %endif
 #
 %if 0%{?with_geoip}
+BuildRequires:  automake
 BuildRequires:  GeoIP-devel
 %endif
 #
@@ -290,11 +289,10 @@
 %setup
 %if 0%{?with_geoip}
 %patch
-%endif
 %if 0%{?suse_version} > 1210
 %patch1 -p1
 %endif
-perl -p -i -e 's| tar-ustar||g' configure.ac
+%endif
 
 %build
 %if 0%{?with_geoip}

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



commit facter for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package facter for openSUSE:Factory checked 
in at 2012-06-13 22:23:33

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


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

Changes:

--- /work/SRC/openSUSE:Factory/facter/facter.changes2011-09-23 
01:57:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.facter.new/facter.changes   2012-06-13 
22:24:40.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 13 10:22:15 UTC 2012 - co...@suse.com
+
+- no need for vendor-specific
+- use original tar (pretty outdated though)
+
+---

Old:

  facter-1.6.0.tar.bz2

New:

  facter-1.6.0.tar.gz



Other differences:
--
++ facter.spec ++
--- /var/tmp/diff_new_pack.nPWGN0/_old  2012-06-13 22:24:41.0 +0200
+++ /var/tmp/diff_new_pack.nPWGN0/_new  2012-06-13 22:24:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package facter
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   facter
 Version:1.6.0
-Release:1
-License:Apache-2.0
+Release:0
 Summary:A cross-platform Ruby library for retrieving facts from 
operating systems
-Url:http://www.reductivelabs.com/downloads/facter/
+License:Apache-2.0
 Group:  Development/Languages/Ruby
-Source: 
http://downloads.puppetlabs.com/facter/%{name}-%{version}.tar.bz2
+Url:http://www.reductivelabs.com/downloads/facter/
+Source: 
http://downloads.puppetlabs.com/facter/%{name}-%{version}.tar.gz
 Source1:facter.1
 BuildRequires:  ruby
 BuildRequires:  ruby-devel > 1.8.4
@@ -44,12 +43,9 @@
 %build
 
 %install
-DESTDIR=%{buildroot} ruby -rvendor-specific install.rb install 
--prefix=%{buildroot}
+DESTDIR=%{buildroot} ruby install.rb install --destdir=%{buildroot} 
--sitelibdir=%{_libdir}/ruby/vendor_ruby/%{rb_ver}
 install -Dm0644 %{S:1} %{buildroot}%{_mandir}/man1/facter.1
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc CHANGELOG LICENSE README.md

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



commit efibootmgr for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package efibootmgr for openSUSE:Factory 
checked in at 2012-06-13 22:23:29

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


Package is "efibootmgr", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/efibootmgr/efibootmgr.changes2011-09-23 
01:56:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.efibootmgr.new/efibootmgr.changes   
2012-06-13 22:24:33.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 12 16:51:40 UTC 2012 - mgo...@suse.com
+
+- Add zlib-devel to BuildRequires 
+
+---



Other differences:
--
++ efibootmgr.spec ++
--- /var/tmp/diff_new_pack.iwJR0Z/_old  2012-06-13 22:24:37.0 +0200
+++ /var/tmp/diff_new_pack.iwJR0Z/_new  2012-06-13 22:24:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package efibootmgr
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,18 @@
 #
 
 
-
 Name:   efibootmgr
 Summary:EFI Boot Manager
-Version:0.5.4
-Release:15
-Group:  System/Boot
 License:GPL-2.0+
+Group:  System/Boot
+Version:0.5.4
+Release:0
 Url:http://linux.dell.com/efibootmgr/
 Source: http://linux.dell.com/efibootmgr/efibootmgr-%{version}.tar.gz
 Patch0: %{name}-%{version}.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pciutils-devel
+BuildRequires:  zlib-devel
 ExclusiveArch:  ia64 x86_64
 
 %description

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



commit calibre for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2012-06-13 22:23:21

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


Package is "calibre", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2012-05-14 
16:11:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2012-06-13 
22:23:50.0 +0200
@@ -1,0 +2,127 @@
+Tue Jun 12 18:42:27 UTC 2012 - co...@suse.com
+
+- update to 0.8.55
+- New Features
+   Add a new 'Calibre style' interface look that is more modern than the 
+   default look. You can select it via Preferences->Look & Feel->User 
+   interface style.
+   New, subtler look for the Tag Browser
+   Driver for Trekstor Pyrus and Pantech Android Tablet
+   Closes tickets: 1008946 , 1007929 
+
+   Conversion pipeline: Handle guide elements with incorrectly cased hrefs. 
+   Also handle guide elements of type coverimagestandard and 
thumbimagestandard.
+   Allow user to customize trekstor plugin to send books into sub directories.
+   Closes tickets: 1007646 
+
+   EPUB Input: Add support for EPUB files that use the IDPF font obfuscation 
algorithm.
+   Closes tickets: 1008810 
+
+   Save single format to disk: Only show the format available in the selected 
books.
+   Closes tickets: 1007287 
+
+   Bug Fixes
+
+   MOBI Output: When using the insert metadata at start of book option, 
+   do not use a table to layout the metadata, as the Kindle Fire crashes 
+   when rendering the table.
+   Closes tickets: 1002119 
+
+---
+Sun May 27 08:19:51 UTC 2012 - sascha.ma...@open-slx.de
+
+- updated to 0.8.53
+- New Features
+  o Kindle Touch/4 driver: Upload cover thumbnails when sending books to
+device by USB to workaround Amazon bug of not displaying covers for
+sync-enabled books
+  o Support for updating metadata in FB2 files
+  o Set a different background color when choosing formats to not delete
+as opposed to choosing format to delete.
+  o E-book viewer: Add an option to prevent the up and down arrow keys
+from scrolling past page breaks
+  o Get Books: Remove ebookshoppe.com at the website's request 
+
+- Bug Fixes
+  o PDF Input: Support image rotation commands in PDF files. Fixes the
+long standing problem of some images being flipped when converting
+from PDF in calibre.
+  o Fix a regression in 0.8.51 that caused conversion to HTMLZ to not have
+any CSS
+  o Get Books: Fix website change at kobo.com causing prices not to be
+found
+  o Edit the time in the 24 hour clock when calibre's interface language
+is set to German.
+  o MOBI Output: When generating joint KF8/MOBI6 .mobi files set the text
+length field in the MOBI 6 header correctly. 
+  o ODT Input: More workarounds for LibreOffice 3.5's habit of inserting
+pointless margin:100% directives everywhere.
+  o Fix regression that broke smarten punctuation when quotes were next to
+html tags.
+  o Fix published date from ozon.ru wrong in some timezones
+  o Catalogs: Handle the use of custom columns with non-ascii names
+correctly
+  o Conversion pipeline: Remove the attempt to detect and autocorrect if
+text will go off the left edge of the page, as it was a rather crude
+heuristic. Also do not remove fake margins if the book uses negative
+text indents on the margined elements.
+  o KF8 Output: Set offsets to tags in the skeleton the same way kindlegen
+does. Also linearize non linear ToCs to ensure section to section
+jumping works.
+  o Conversion pipeline: Use correct default value of 'inherit' for
+font-family and font-size when normalizing the shorthand font
+property.
+  o When running python scripts via calibre-debug ensure that user plugins
+are loaded
+
+---
+Tue May 22 10:45:23 UTC 2012 - idon...@suse.com
+
+- Add calibre-poppler-0.20.patch to fix build with poppler 0.20 
+
+---
+Mon May 21 15:46:29 UTC 2012 - m...@philipp-wagner.com
+
+- Require python-cssutils 0.9.9+
+  (see http://www.mobileread.com/forums/showthread.php?t=177318) 
+
+---
+Sun May 20 11:31:51 UTC 2012 - sascha.ma...@open-slx.de
+
+- updated to 0.8.52
+- New Features
+  - EPUB Input: When setting the cover for a book that identifies its
+cover image, but not the html wrapper around the cover, try to detect
+and remove that wrapper automatically.
+  - When deleting books of a specific format, show the number of books
+with each format available
+  - Linux install: No longer create MAN pages

commit openct for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package openct for openSUSE:Factory checked 
in at 2012-06-13 17:07:36

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


Package is "openct", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/openct/openct.changes2011-11-21 
15:48:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.openct.new/openct.changes   2012-06-13 
17:07:38.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 12 20:32:38 UTC 2012 - mgo...@suse.com
+
+- ensure that /etc exists before running make install
+
+---



Other differences:
--
++ openct.spec ++
--- /var/tmp/diff_new_pack.cwn6Yc/_old  2012-06-13 17:07:41.0 +0200
+++ /var/tmp/diff_new_pack.cwn6Yc/_new  2012-06-13 17:07:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openct
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   openct
 Version:0.6.20
-Release:1
-BuildRequires:  db-devel doxygen krb5-devel libtool libusb-devel 
openldap2-devel pcsc-lite-devel pkg-config udev
+Release:0
+BuildRequires:  db-devel
+BuildRequires:  doxygen
+BuildRequires:  krb5-devel
+BuildRequires:  libtool
+BuildRequires:  libusb-devel
+BuildRequires:  openldap2-devel
+BuildRequires:  pcsc-lite-devel
+BuildRequires:  pkg-config
+BuildRequires:  udev
 PreReq: %insserv_prereq %fillup_prereq
-Group:  Productivity/Security
-License:BSD-3-Clause ; LGPL-2.1+
 Url:http://www.opensc-project.org/openct/
 Summary:Tools for Smart Card Readers
+License:BSD-3-Clause ; LGPL-2.1+
+Group:  Productivity/Security
 Source: %{name}-%{version}.tar.bz2
 Source2:README.SUSE
 Source3:baselibs.conf
@@ -66,9 +72,8 @@
 Andreas Jellinghaus 
 
 %package -n libopenct1
-License:BSD-3-Clause ; LGPL-2.1+
-Group:  System/Libraries
 Summary:Library for Smart Card Readers
+Group:  System/Libraries
 
 %description -n libopenct1
 OpenCT is a set of library and tools to talk to smart card readers.
@@ -87,9 +92,8 @@
 Andreas Jellinghaus 
 
 %package -n pcsc-openct
-License:BSD-3-Clause ; LGPL-2.1+
-Group:  Productivity/Security
 Summary:PC/SC IFD Handler for OpenCT Smart Card Drivers
+Group:  Productivity/Security
 
 %description -n pcsc-openct
 PC/SC Connector for OpenCT. It allows to use any of OpenCT Smart Card
@@ -111,10 +115,10 @@
 Andreas Jellinghaus 
 
 %package devel
-License:BSD-3-Clause ; LGPL-2.1+
-Group:  Development/Libraries/C and C++
 Summary:Library for Smart Card Readers
-Requires:   libopenct1 = %{version} glibc-devel
+Group:  Development/Libraries/C and C++
+Requires:   glibc-devel
+Requires:   libopenct1 = %{version}
 
 %description devel
 OpenCT is a set of library and tools to talk to smart card readers.
@@ -161,6 +165,7 @@
 make %{?jobs:-j%jobs}
 
 %install
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
 %makeinstall
 #
 # Create directory

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



commit krb5 for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package krb5 for openSUSE:Factory checked in 
at 2012-06-13 17:07:30

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


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

Changes:

--- /work/SRC/openSUSE:Factory/krb5/krb5-mini.changes   2012-06-10 
21:52:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5-mini.changes  2012-06-13 
17:07:35.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 13 08:40:56 UTC 2012 - co...@suse.com
+
+- fix %files section for krb5-mini
+
+---
krb5.changes: same change



Other differences:
--
++ krb5-mini.spec ++
--- /var/tmp/diff_new_pack.ODQMb1/_old  2012-06-13 17:07:37.0 +0200
+++ /var/tmp/diff_new_pack.ODQMb1/_new  2012-06-13 17:07:37.0 +0200
@@ -71,15 +71,6 @@
 which can improve your network's security by eliminating the insecure
 practice of clear text passwords.
 
-
-
-Authors:
-
-The MIT Kerberos Team
-Sam Hartman 
-Ken Raeburn 
-Tom Yu 
-
 %if ! %{build_mini}
 
 %package client
@@ -92,15 +83,6 @@
 practice of cleartext passwords. This package includes some required
 client programs, like kinit, kadmin, ...
 
-
-
-Authors:
-
-The MIT Kerberos Team
-Sam Hartman 
-Ken Raeburn 
-Tom Yu 
-
 %package server
 Summary:MIT Kerberos5 implementation - server
 Group:  Productivity/Networking/Security
@@ -115,15 +97,6 @@
 practice of cleartext passwords. This package includes the kdc, kadmind
 and more.
 
-
-
-Authors:
-
-The MIT Kerberos Team
-Sam Hartman 
-Ken Raeburn 
-Tom Yu 
-
 %package plugin-kdb-ldap
 Summary:MIT Kerberos5 Implementation--LDAP Database Plugin
 Group:  Productivity/Networking/Security
@@ -135,15 +108,6 @@
 practice of clear text passwords. This package contains the LDAP
 database plugin.
 
-
-
-Authors:
-
-The MIT Kerberos Team
-Sam Hartman 
-Ken Raeburn 
-Tom Yu 
-
 %package plugin-preauth-pkinit
 Summary:MIT Kerberos5 Implementation--PKINIT preauth Plugin
 Group:  Productivity/Networking/Security
@@ -153,15 +117,6 @@
 which can improve your network's security by eliminating the insecure
 practice of cleartext passwords. This package includes a PKINIT plugin.
 
-
-
-Authors:
-
-The MIT Kerberos Team
-Sam Hartman 
-Ken Raeburn 
-Tom Yu 
-
 %endif #! build_mini
 
 %package devel
@@ -185,15 +140,6 @@
 practice of cleartext passwords. This package includes Libraries and
 Include Files for Development
 
-
-
-Authors:
-
-The MIT Kerberos Team
-Sam Hartman 
-Ken Raeburn 
-Tom Yu 
-
 %prep
 %setup -q -n %{srcRoot}
 %setup -a 1 -T -D -n %{srcRoot}
@@ -354,8 +300,6 @@
 %postun plugin-kdb-ldap -p /sbin/ldconfig
 %endif
 
-%clean
-rm -rf %{buildroot}
 
 # files sections
 
@@ -420,7 +364,9 @@
 %{_libdir}/libverto.so.*
 %{_libdir}/libverto-k5ev.so.*
 %{_libdir}/krb5/plugins/kdb/*
+%if ! 0%{?build_mini}
 %{_libdir}/krb5/plugins/preauth/*
+%endif
 #/usr/lib/mit/sbin/*
 /usr/lib/mit/sbin/kadmin.local
 /usr/lib/mit/sbin/kadmind
@@ -465,6 +411,7 @@
 %{_mandir}/man1/kswitch.1*
 %{_mandir}/man5/*
 %{_mandir}/man5/.k5login.5.gz
+%{_mandir}/man5/.k5identity.5*
 %{_mandir}/man8/*
 %else
 

++ krb5.spec ++
--- /var/tmp/diff_new_pack.ODQMb1/_old  2012-06-13 17:07:37.0 +0200
+++ /var/tmp/diff_new_pack.ODQMb1/_new  2012-06-13 17:07:37.0 +0200
@@ -71,15 +71,6 @@
 which can improve your network's security by eliminating the insecure
 practice of clear text passwords.
 
-
-
-Authors:
-
-The MIT Kerberos Team
-Sam Hartman 
-Ken Raeburn 
-Tom Yu 
-
 %if ! %{build_mini}
 
 %package client
@@ -92,15 +83,6 @@
 practice of cleartext passwords. This package includes some required
 client programs, like kinit, kadmin, ...
 
-
-
-Authors:
-
-The MIT Kerberos Team
-Sam Hartman 
-Ken Raeburn 
-Tom Yu 
-
 %package server
 Summary:MIT Kerberos5 implementation - server
 Group:  Productivity/Networking/Security
@@ -115,15 +97,6 @@
 practice of cleartext passwords. This package includes the kdc, kadmind
 and more.
 
-
-
-Authors:
-
-The MIT Kerberos Team
-Sam Hartman 
-Ken Raeburn 
-Tom Yu 
-
 %package plugin-kdb-ldap
 Summary:MIT Kerberos5 Implementation--LDAP Database Plugin
 Group:  Productivity/Networking/Security
@@ -135,15 +108,6 @@
 practice of clear text passwords. This package contains the LDAP
 database plugin.
 
-
-
-Authors:
-
- 

commit libselinux for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package libselinux for openSUSE:Factory 
checked in at 2012-06-13 17:07:18

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libselinux/libselinux.changes2012-06-12 
07:16:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libselinux.new/libselinux.changes   
2012-06-13 17:07:19.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 13 08:56:36 UTC 2012 - co...@suse.com
+
+- go back even more - everything else requires the full SELinux stack
+  (too late for 12.2)
+
+---

Old:

  libselinux-2.0.98.tar.gz

New:

  libselinux-2.0.91.tar.bz2



Other differences:
--
++ libselinux-bindings.spec ++
--- /var/tmp/diff_new_pack.5CuuNE/_old  2012-06-13 17:07:21.0 +0200
+++ /var/tmp/diff_new_pack.5CuuNE/_new  2012-06-13 17:07:21.0 +0200
@@ -23,13 +23,13 @@
 BuildRequires:  swig
 
 Name:   libselinux-bindings
-Version:2.0.98
+Version:2.0.91
 Release:0
 Url:http://www.nsa.gov/research/selinux/
 Summary:SELinux library and simple utilities
 License:GPL-2.0 ; SUSE-Public-Domain
 Group:  System/Libraries
-Source: 
http://userspace.selinuxproject.org/releases/20101221/devel/libselinux-%{version}.tar.gz
+Source: libselinux-%{version}.tar.bz2
 Source1:selinux-ready
 Source2:baselibs.conf
 Patch0: libselinux-rhat.patch

++ libselinux.spec ++
--- /var/tmp/diff_new_pack.5CuuNE/_old  2012-06-13 17:07:21.0 +0200
+++ /var/tmp/diff_new_pack.5CuuNE/_new  2012-06-13 17:07:21.0 +0200
@@ -21,13 +21,13 @@
 BuildRequires:  pkg-config
 
 Name:   libselinux
-Version:2.0.98
+Version:2.0.91
 Release:0
 Url:http://www.nsa.gov/selinux/
 Summary:SELinux library and simple utilities
 License:GPL-2.0 ; SUSE-Public-Domain
 Group:  System/Libraries
-Source: 
http://userspace.selinuxproject.org/releases/20101221/devel/%{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.bz2
 Source1:selinux-ready
 Source2:baselibs.conf
 Patch0: %{name}-rhat.patch

++ libselinux-2.0.98.tar.gz -> libselinux-2.0.91.tar.bz2 ++
 2139 lines of diff (skipped)

++ libselinux-ruby.patch ++
--- /var/tmp/diff_new_pack.5CuuNE/_old  2012-06-13 17:07:21.0 +0200
+++ /var/tmp/diff_new_pack.5CuuNE/_new  2012-06-13 17:07:21.0 +0200
@@ -1,7 +1,7 @@
 Index: src/Makefile
 ===
 src/Makefile.orig  2010-12-20 21:13:33.0 +0100
-+++ src/Makefile   2012-06-11 11:17:42.465960993 +0200
+--- src/Makefile.orig  2010-02-24 20:05:41.0 +0100
 src/Makefile   2012-06-13 10:56:04.477254689 +0200
 @@ -9,8 +9,8 @@ PYLIB ?= /usr/lib/$(PYLIBVER)
  PYTHONLIBDIR ?= $(LIBDIR)/$(PYLIBVER)
  RUBYLIBVER ?= $(shell ruby -e 'print RUBY_VERSION.split(".")[0..1].join(".")')
@@ -10,10 +10,10 @@
 -RUBYINSTALL ?= $(LIBDIR)/ruby/site_ruby/$(RUBYLIBVER)/$(RUBYPLATFORM)
 +RUBYINC ?= $(shell ruby -r rbconfig -e "print 
Config::CONFIG['rubyhdrdir'].nil? ? '$(LIBDIR)/ruby/$(RUBYLIBVER)' : 
Config::CONFIG['rubyhdrdir']")
 +RUBYINSTALL ?= $(shell ruby -r rbconfig -e "print 
Config::CONFIG['vendorarchdir'].nil? ? 
'$(DESTDIR)'+Config::CONFIG['sitearchdir'] : 
'$(DESTDIR)'+Config::CONFIG['vendorarchdir']")
- LIBBASE=$(shell basename $(LIBDIR))
  
  VERSION = $(shell cat ../VERSION)
-@@ -73,7 +73,7 @@ $(SWIGLOBJ): $(SWIGCOUT)
+ LIBVERSION = 1
+@@ -72,7 +72,7 @@ $(SWIGLOBJ): $(SWIGCOUT)
$(CC) $(filter-out -Werror,$(CFLAGS)) -I$(PYINC) -fPIC -DSHARED -c -o 
$@ $<
  
  $(SWIGRUBYLOBJ): $(SWIGRUBYCOUT)

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



commit FastCGI for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package FastCGI for openSUSE:Factory checked 
in at 2012-06-13 16:23:46

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


Package is "FastCGI", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/FastCGI/FastCGI.changes  2012-04-02 
10:29:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.FastCGI.new/FastCGI.changes 2012-06-13 
16:23:48.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 11 12:12:00 UTC 2012 - co...@suse.com
+
+- require the right version of perl
+
+---



Other differences:
--
++ FastCGI.spec ++
--- /var/tmp/diff_new_pack.nhPlYK/_old  2012-06-13 16:23:50.0 +0200
+++ /var/tmp/diff_new_pack.nhPlYK/_new  2012-06-13 16:23:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package FastCGI
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,14 @@
 #
 
 
-
 Name:   FastCGI
 Version:2.4.0
-Release:151
+Release:0
 #
-Group:  Development/Languages/C and C++
-License:SUSE-OML
 #
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
+BuildRequires:  perl
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #
 Url:http://www.fastcgi.com
@@ -40,6 +38,8 @@
 Patch6: FastCGI-fix_deprecated_api.patch
 #
 Summary:A Scalable, Open Extension to CGI
+License:SUSE-OML
+Group:  Development/Languages/C and C++
 
 %description
 FastCGI is a language-independent, scalable, open extension to CGI that
@@ -49,9 +49,8 @@
 
 
 %package devel
-License:SUSE-OML
-Group:  Development/Languages/C and C++
 Summary:A scalable, open extension to CGI
+Group:  Development/Languages/C and C++
 Requires:   %{name} = %{version}
 Requires:   glibc-devel
 
@@ -63,10 +62,10 @@
 
 
 %package -n perl-FastCGI
-License:SUSE-OML
-Group:  Development/Languages/C and C++
 Summary:A scalable, open extension to CGI
+Group:  Development/Languages/C and C++
 Requires:   %{name} = %{version}
+%{perl_requires}
 
 %description -n perl-FastCGI
 FastCGI is a language independent, scalable, open extension to CGI that

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



commit libksane for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package libksane for openSUSE:Factory 
checked in at 2012-06-13 16:20:17

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


Package is "libksane", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libksane/libksane.changes2012-05-09 
18:31:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2012-06-13 
16:20:18.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun  1 14:00:03 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.4
+  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for 
details
+
+---

Old:

  libksane-4.8.3.tar.xz

New:

  libksane-4.8.4.tar.xz



Other differences:
--
++ libksane.spec ++
--- /var/tmp/diff_new_pack.RjoIKz/_old  2012-06-13 16:20:19.0 +0200
+++ /var/tmp/diff_new_pack.RjoIKz/_new  2012-06-13 16:20:19.0 +0200
@@ -41,7 +41,7 @@
 License:GPL-2.0+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.8.3
+Version:4.8.4
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit libkipi for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2012-06-13 16:20:06

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2012-05-09 
18:31:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2012-06-13 
16:20:14.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun  1 13:59:59 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.4
+  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for 
details
+
+---

Old:

  libkipi-4.8.3.tar.xz

New:

  libkipi-4.8.4.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.MlzW1S/_old  2012-06-13 16:20:16.0 +0200
+++ /var/tmp/diff_new_pack.MlzW1S/_new  2012-06-13 16:20:16.0 +0200
@@ -41,7 +41,7 @@
 License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+ ; MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.8.3
+Version:4.8.4
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch0: 4_6_BRANCH.diff

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



commit libkdcraw for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2012-06-13 16:20:03

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


Package is "libkdcraw", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes  2012-05-09 
18:31:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2012-06-13 
16:20:05.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun  1 13:59:43 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.4
+  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for 
details
+
+---

Old:

  libkdcraw-4.8.3.tar.xz

New:

  libkdcraw-4.8.4.tar.xz



Other differences:
--
++ libkdcraw.spec ++
--- /var/tmp/diff_new_pack.xns78d/_old  2012-06-13 16:20:08.0 +0200
+++ /var/tmp/diff_new_pack.xns78d/_new  2012-06-13 16:20:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libkdcraw
-Version:4.8.3
+Version:4.8.4
 Release:0
 Summary:Shared library interface around dcraw
 License:LGPL-2.1+

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



commit libxml2 for openSUSE:11.4:Update

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package libxml2 for openSUSE:11.4:Update 
checked in at 2012-06-13 14:20:22

Comparing /work/SRC/openSUSE:11.4:Update/libxml2 (Old)
 and  /work/SRC/openSUSE:11.4:Update/.libxml2.new (New)


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.88rZmD/_old  2012-06-13 14:20:23.0 +0200
+++ /var/tmp/diff_new_pack.88rZmD/_new  2012-06-13 14:20:23.0 +0200
@@ -1,8 +1 @@
-
-
-  
-  
-  
-  
-
-
+

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



commit libxml2 for openSUSE:12.1:Update

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package libxml2 for openSUSE:12.1:Update 
checked in at 2012-06-13 14:20:19

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.q11PSP/_old  2012-06-13 14:20:22.0 +0200
+++ /var/tmp/diff_new_pack.q11PSP/_new  2012-06-13 14:20:22.0 +0200
@@ -1 +1 @@
-
+

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



commit stellarium for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package stellarium for openSUSE:Factory 
checked in at 2012-06-13 13:33:12

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


Package is "stellarium", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/stellarium/stellarium.changes2012-06-12 
22:10:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.stellarium.new/stellarium.changes   
2012-06-13 13:33:33.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 11 20:22:46 UTC 2012 - badshah...@gmail.com
+
+- Remove unnecessary file that creates a licensing problem from
+  source (bnc#766373).
+
+---



Other differences:
--
++ stellarium.spec ++
--- /var/tmp/diff_new_pack.L4FoBt/_old  2012-06-13 13:33:35.0 +0200
+++ /var/tmp/diff_new_pack.L4FoBt/_new  2012-06-13 13:33:35.0 +0200
@@ -52,6 +52,10 @@
 # named from %%{name}-0.png to %%{name}-4.png respectively, all of which we 
install.
 convert data/%{name}.ico %{name}.png
 
+# Remove Apache licensed file used only for Windows builds and not needed here 
anyway
+# See bnc#766373
+rm src/core/external/kdewin32/dirent.c
+
 %build
 CFLAGS='%{optflags}' \
 CXXFLAGS='%{optflags}' \

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



commit scim-canna for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package scim-canna for openSUSE:Factory 
checked in at 2012-06-13 13:33:08

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


Package is "scim-canna", Maintainer is "fjk...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/scim-canna/scim-canna.changes2011-09-23 
12:45:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.scim-canna.new/scim-canna.changes   
2012-06-13 13:33:09.0 +0200
@@ -1,0 +2,13 @@
+Tue Jun 12 07:58:36 UTC 2012 - i...@marguerite.su
+
+- still fix for factory
+  * add gtk_combobox migration patch, thanks to mgorse. 
+
+---
+Thu Jun  7 07:34:32 UTC 2012 - i...@marguerite.su
+
+- fix for factory
+  * add gtktooltips migration patch.
+  * run spec-cleaner.
+
+---

New:

  gtk-2.12+-gtktooltips-migration.patch
  gtk-2.4+-combobox-migration.patch



Other differences:
--
++ scim-canna.spec ++
--- /var/tmp/diff_new_pack.YhaoLQ/_old  2012-06-13 13:33:10.0 +0200
+++ /var/tmp/diff_new_pack.YhaoLQ/_new  2012-06-13 13:33:10.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package scim-canna (Version 1.0.0)
+# spec file for package scim-canna
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   scim-canna
-BuildRequires:  canna-devel gcc-c++ gtk2-devel scim-devel update-desktop-files
 Version:1.0.0
-Release:251
+Release:0
+Summary:Canna Input Method Engine for SCIM
 License:GPL-2.0+
 Group:  System/I18n/Japanese
-AutoReqProv:on
-Provides:   locale(scim:ja)
 Url:http://sourceforge.jp/projects/scim-imengine/
 Source0:
http://osdn.dl.sourceforge.jp/scim-imengine/18849/scim-canna-1.0.0.tar.bz2
 Patch1: libtool-autoconf.patch
 Patch2: missing-includes.patch
+#PATCH-FIX-UPSTREAM migration old gtk functions: gtktooltips
+Patch3: gtk-2.12+-gtktooltips-migration.patch
+#PATCH-FIX-UPSTREAM convert old gtk_combo to new gtk_combobox
+Patch4: gtk-2.4+-combobox-migration.patch
+BuildRequires:  canna-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gtk2-devel
+BuildRequires:  scim-devel
+BuildRequires:  update-desktop-files
+Provides:   locale(scim:ja)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Canna Input Method Engine for SCIM
 
 %description
 Canna Input Method Engine for SCIM
@@ -39,16 +44,20 @@
 %prep
 %define scim_binary_version %(pkg-config --variable=scim_binary_version scim)
 %define build_setup 1
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch2 -p1
-%if %suse_version <= 1110
+%if 0%{?suse_version} <= 1110
 %patch1 -p1
 libtoolize --force
 autoreconf -I /opt/gnome/share/aclocal --force --install --verbose
 %endif
+%if 0%{?suse_version} >= 1140
+%patch3 -p1
+%patch4 -p1
+%endif
 
 %build
-CXXFLAGS="$RPM_OPT_FLAGS" \
+CXXFLAGS="%{optflags}" \
 ./configure --prefix=/usr \
 --sysconfdir=%{_sysconfdir} \
--libdir=%{_libdir} \
@@ -57,13 +66,11 @@
 make 
 
 %install
-make DESTDIR=${RPM_BUILD_ROOT} install
-rm -f 
$RPM_BUILD_ROOT/%{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/canna.{a,la}
-rm -f 
$RPM_BUILD_ROOT/%{_libdir}/scim-1.0/%{scim_binary_version}/SetupUI/canna-imengine-setup.{a,la}
+%makeinstall
+rm -f 
%{buildroot}/%{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/canna.{a,la}
+rm -f 
%{buildroot}/%{_libdir}/scim-1.0/%{scim_binary_version}/SetupUI/canna-imengine-setup.{a,la}
 %find_lang scim-canna
 
-%clean
-
 %files -f scim-canna.lang
 %defattr(-, root, root)
 %doc AUTHORS COPYING NEWS README ChangeLog

++ gtk-2.12+-gtktooltips-migration.patch ++
diff -urN scim-canna-1.0.0.orig/src/scim_canna_imengine_setup.cpp 
scim-canna-1.0.0/src/scim_canna_imengine_setup.cpp
--- scim-canna-1.0.0.orig/src/scim_canna_imengine_setup.cpp 2012-06-12 
16:00:29.119758108 +0800
+++ scim-canna-1.0.0/src/scim_canna_imengine_setup.cpp  2012-06-12 
16:02:31.848223793 +0800
@@ -151,8 +151,6 @@
 // Internal data declaration.
 static bool __have_changed= true;
 
-static GtkTooltips * __widget_tooltips = 0;
-
 static BoolConfigData __config_bool_common [] =
 {
 {
@@ -283,11 +281,9 @@
   entry);
 gtk_widget_show (entry->widget);
 
-

commit rubygem-webyast-terminal for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-terminal for 
openSUSE:Factory checked in at 2012-06-13 13:33:02

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


Package is "rubygem-webyast-terminal", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-terminal/rubygem-webyast-terminal.changes
2012-06-10 23:21:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-terminal.new/rubygem-webyast-terminal.changes
   2012-06-13 13:33:04.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 12 14:53:04 UTC 2012 - lsle...@suse.cz
+
+- updated permission name to match the checked name
+- 0.3.4
+
+---

Old:

  org.opensuse.yast.system.terminal.policy
  webyast-terminal-0.3.3.gem

New:

  org.opensuse.yast.modules.yapi.terminal.policy
  webyast-terminal-0.3.4.gem



Other differences:
--
++ rubygem-webyast-terminal.spec ++
--- /var/tmp/diff_new_pack.UAQJun/_old  2012-06-13 13:33:06.0 +0200
+++ /var/tmp/diff_new_pack.UAQJun/_new  2012-06-13 13:33:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-terminal
-Version:0.3.3
+Version:0.3.4
 Release:0
 %define mod_name webyast-terminal
 %define mod_full_name %{mod_name}-%{version}
@@ -37,7 +37,7 @@
 License:GPL-2.0
 Group:  Productivity/Networking/Web/Utilities
 Source: %{mod_full_name}.gem
-Source1:org.opensuse.yast.system.terminal.policy
+Source1:org.opensuse.yast.modules.yapi.terminal.policy
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -106,7 +106,7 @@
 %{webyast_dir}/public/assets/*
 
 %dir /usr/share/%{webyast_polkit_dir}
-%attr(644,root,root) 
/usr/share/%{webyast_polkit_dir}/org.opensuse.yast.system.terminal.policy
+%attr(644,root,root) 
/usr/share/%{webyast_polkit_dir}/org.opensuse.yast.modules.yapi.terminal.policy
 
 %files doc
 %defattr(-,root,root,-)

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



commit rubygem-webyast-status for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-status for 
openSUSE:Factory checked in at 2012-06-13 13:32:55

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


Package is "rubygem-webyast-status", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-status/rubygem-webyast-status.changes
2012-06-10 23:20:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-status.new/rubygem-webyast-status.changes
   2012-06-13 13:33:03.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 12 14:22:53 UTC 2012 - lsle...@suse.cz
+
+- fixed tests to run in Ruby 1.9
+- 0.3.3
+
+---

Old:

  webyast-status-0.3.2.gem

New:

  webyast-status-0.3.3.gem



Other differences:
--
++ rubygem-webyast-status.spec ++
--- /var/tmp/diff_new_pack.r48kIg/_old  2012-06-13 13:33:04.0 +0200
+++ /var/tmp/diff_new_pack.r48kIg/_new  2012-06-13 13:33:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-status
-Version:0.3.2
+Version:0.3.3
 Release:0
 %define mod_name webyast-status
 %define mod_full_name %{mod_name}-%{version}



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



commit python-netifaces for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package python-netifaces for 
openSUSE:Factory checked in at 2012-06-13 13:32:43

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


Package is "python-netifaces", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-netifaces/python-netifaces.changes
2011-12-07 14:39:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-netifaces.new/python-netifaces.changes   
2012-06-13 13:32:55.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 11 12:37:51 UTC 2012 - sasc...@suse.de
+
+- Spec header cleanup
+
+---



Other differences:
--
++ python-netifaces.spec ++
--- /var/tmp/diff_new_pack.WUBGTL/_old  2012-06-13 13:32:57.0 +0200
+++ /var/tmp/diff_new_pack.WUBGTL/_new  2012-06-13 13:32:57.0 +0200
@@ -1,21 +1,29 @@
 #
-# spec file for package python-netifaces (Version 0.5)
+# spec file for package python-netifaces
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Novell
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
 #
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# 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/
 #
 
 
 Name:   python-netifaces
 Version:0.5
 Release:0
-License:MIT
 Summary:Portable network interface information
-Url:http://alastairs-place.net/netifaces/
+License:MIT
 Group:  Development/Languages/Python
+Url:http://alastairs-place.net/netifaces/
 Source: netifaces-%{version}.tar.bz2
 BuildRequires:  python-devel
 BuildRequires:  python-distribute

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



commit python-mox for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package python-mox for openSUSE:Factory 
checked in at 2012-06-13 13:32:39

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


Package is "python-mox", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-mox/python-mox.changes2012-03-13 
09:38:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-mox.new/python-mox.changes   
2012-06-13 13:32:53.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 11 11:39:24 UTC 2012 - sasc...@suse.de
+
+- Run testsuite
+
+---



Other differences:
--
++ python-mox.spec ++
--- /var/tmp/diff_new_pack.lbkOk0/_old  2012-06-13 13:32:55.0 +0200
+++ /var/tmp/diff_new_pack.lbkOk0/_new  2012-06-13 13:32:55.0 +0200
@@ -45,6 +45,9 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+python mox_test.py
+
 %files
 %defattr(-,root,root,-)
 %doc COPYING

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



commit python-lockfile for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package python-lockfile for openSUSE:Factory 
checked in at 2012-06-13 13:32:34

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


Package is "python-lockfile", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-lockfile/python-lockfile.changes  
2011-09-23 12:42:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-lockfile.new/python-lockfile.changes 
2012-06-13 13:32:52.0 +0200
@@ -1,0 +2,6 @@
+Thu Feb  2 13:41:07 CET 2012 - iartar...@suse.cz
+
+- added a patch to fix a TypeError in LockBase.__init__ when the current
+  thread has ident == None
+
+---

New:

  python-lockfile-empty_ident.patch



Other differences:
--
++ python-lockfile.spec ++
--- /var/tmp/diff_new_pack.jC540W/_old  2012-06-13 13:32:53.0 +0200
+++ /var/tmp/diff_new_pack.jC540W/_new  2012-06-13 13:32:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-lockfile
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,12 +23,13 @@
 
 Name:   python-%{mod_name}
 Version:0.9.1
-Release:1
+Release:0
 Url:http://code.google.com/p/pylockfile/
 Summary:Platform-independent file locking module
 License:MIT
 Group:  Development/Languages/Python
 Source: %{mod_name}-%{version}.tar.bz2
+Patch0: %{name}-empty_ident.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 %if 0%{?suse_version}
@@ -51,6 +52,10 @@
 %prep
 %setup -q -n %{mod_name}-%{version}
 
+# current thread has ident = None, which causes a TypeError
+# http://code.google.com/p/pylockfile/issues/detail?id=8
+%patch0 -p1 -b .empty_ident
+
 %build
 export CFLAGS="%{optflags}"
 python setup.py build

++ python-lockfile-empty_ident.patch ++
--- lockfile-0.9.1/lockfile/__init__.py.orig2012-02-02 13:32:51.133789612 
+0100
+++ lockfile-0.9.1/lockfile/__init__.py 2012-02-02 13:33:13.024241010 +0100
@@ -167,7 +167,7 @@
 t = threading.current_thread()
 # Thread objects in Python 2.4 and earlier do not have ident
 # attrs.  Worm around that.
-ident = getattr(t, "ident", hash(t))
+ident = getattr(t, "ident", hash(t)) or hash(t)
 self.tname = "-%x" % (ident & 0x)
 else:
 self.tname = ""
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-feedparser for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package python-feedparser for 
openSUSE:Factory checked in at 2012-06-13 13:32:30

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


Package is "python-feedparser", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-feedparser/python-feedparser.changes  
2012-03-29 14:05:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-feedparser.new/python-feedparser.changes 
2012-06-13 13:32:49.0 +0200
@@ -1,0 +2,14 @@
+Sat Jun  9 23:56:05 UTC 2012 - os-...@jacraig.com
+
+- Update to 5.1.2:
+  * Minor changes to the documentation
+  * Strip potentially dangerous ENTITY declarations in encoded feeds
+  * feedparser will now try to continue parsing despite compression errors
+  * Fix issue 321 a little more (the initial fix missed a code path)
+  * Issue 337 (`_parse_date_rfc822()` returns None on single-digit days)
+  * Issue 343 (add magnet links to the ACCEPTABLE_URI_SCHEMES)
+  * Issue 344 (handle deflated data with no headers nor checksums)
+  * Issue 347 (support `itunes:image` elements with a `url` attribute)
+- Remove now-unneeded chmod of README
+
+---

Old:

  feedparser-5.1.1.tar.bz2

New:

  feedparser-5.1.2.tar.bz2



Other differences:
--
++ python-feedparser.spec ++
--- /var/tmp/diff_new_pack.W82zWd/_old  2012-06-13 13:32:52.0 +0200
+++ /var/tmp/diff_new_pack.W82zWd/_new  2012-06-13 13:32:52.0 +0200
@@ -16,9 +16,8 @@
 #
 
 
-
 Name:   python-feedparser
-Version:5.1.1
+Version:5.1.2
 Release:0
 Summary:Universal Feed Parser Module for Python
 License:BSD-2-Clause
@@ -42,13 +41,11 @@
 
 %prep
 %setup -q -n feedparser-%{version}
-chmod 0644 README # Fix executable bits
 
 %build
 python setup.py build
 
 %if 0%{?suse_version} > 1010
-
 %check
 cd feedparser && python feedparsertest.py
 %endif
@@ -57,7 +54,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc LICENSE NEWS README
 %{python_sitelib}/*
 

++ feedparser-5.1.1.tar.bz2 -> feedparser-5.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedparser-5.1.1/NEWS new/feedparser-5.1.2/NEWS
--- old/feedparser-5.1.1/NEWS   2012-03-20 16:07:12.0 +0100
+++ new/feedparser-5.1.2/NEWS   2012-05-03 15:43:47.0 +0200
@@ -1,3 +1,13 @@
+5.1.2 - May 3, 2012
+* Minor changes to the documentation
+* Strip potentially dangerous ENTITY declarations in encoded feeds
+* feedparser will now try to continue parsing despite compression errors
+* Fix issue 321 a little more (the initial fix missed a code path)
+* Issue 337 (`_parse_date_rfc822()` returns None on single-digit days)
+* Issue 343 (add magnet links to the ACCEPTABLE_URI_SCHEMES)
+* Issue 344 (handle deflated data with no headers nor checksums)
+* Issue 347 (support `itunes:image` elements with a `url` attribute)
+
 5.1.1 - March 20, 2011
 * Fix mistakes, typos, and bugs in the unit test code
 * Fix crash in Python 2.4 and 2.5 if the feed has a UTF_32 byte order mark
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedparser-5.1.1/PKG-INFO 
new/feedparser-5.1.2/PKG-INFO
--- old/feedparser-5.1.1/PKG-INFO   2012-03-20 16:36:07.0 +0100
+++ new/feedparser-5.1.2/PKG-INFO   2012-05-03 15:57:53.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: feedparser
-Version: 5.1.1
+Version: 5.1.2
 Summary: Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 
0.3, and Atom 1.0 feeds
 Home-page: http://code.google.com/p/feedparser/
 Author: Kurt McKee
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feedparser-5.1.1/docs/common-rss-elements.rst 
new/feedparser-5.1.2/docs/common-rss-elements.rst
--- old/feedparser-5.1.1/docs/common-rss-elements.rst   2012-02-16 
08:29:25.0 +0100
+++ new/feedparser-5.1.2/docs/common-rss-elements.rst   2012-05-03 
15:36:49.0 +0200
@@ -2,8 +2,8 @@
 ===
 
 The most commonly used elements in :abbr:`RSS (Rich Site Summary)` feeds
-(regardless of version) are title, link, description, modified date, and entry
-ID.  The modified date comes from the pubDate element, and the entry ID comes
+(regardless of version) are title, link, description, publication date, and 
entry
+ID.  The publication date comes from the pubDate element, and the entry ID 
comes
 from the guid element.
 
 This 

commit otrs for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package otrs for openSUSE:Factory checked in 
at 2012-06-13 13:32:17

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


Package is "otrs", Maintainer is "lmue...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/otrs/otrs.changes2011-12-06 
16:23:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.otrs.new/otrs.changes   2012-06-13 
13:32:31.0 +0200
@@ -1,0 +2,312 @@
+Mon Jun 11 09:05:12 UTC 2012 - ch...@computersalat.de
+
+- cleanup source, spec
+  * - remove 'permissions' stuff
+- fix changes file
+
+---
+Tue Jun  5 16:07:59 UTC 2012 - ch...@computersalat.de
+
+- update to 3.1.6
+  * Bug#8495 - Generic Agent TicketAction single value attributes
+ should not let multiple selection.
+  * Bug#8378 - Validation fails if the ID of the element contains a
+ dot (.) or a colon (:).
+  * Bug#7532 - 'Field is required' message should be removed in RTE if
+ content is added.
+  * Bug#8514 - Long words in description break rendering of SysConfig
+ items.
+  * Bug#8537 - DynamicField caching issue.
+  * Bug#8482 - Responsible of a ticket without responsible permission.
+  * Bug#8485 - CustomerUser validation fails in GI Ticket Operations
+ if there is no ValidID in the mapping.
+  * Bug#8529 - Fixed print to STDERR in ReferenceData.pm.
+  * Bug#8427 - Dynamic Field Type Multiselect not shown in Notification
+ (event).
+  * Bug#8189 - AgentTicketCompose: Pressing "Enter" will delete
+ Attachment.
+  * Bug#7844 - Escalation Event does not respect service calendar of
+ ticket/queue.
+  * Bug#8228 - Ticket::Frontend::AgentTicketNote###StateDefault
+ doesn't work.
+  * Bug#8519 - Kernel::System::TicketSearch->TicketSearch() doesn't
+ properly handle array references in SortBy parameter
+  * Bug#7519 - AJAX-reload of SMIME-fields did not work properly.
+  * Bug#8518 - Crypt on multiple recipients error replaces Crypt
+ selection.
+  * Bug#8164 - Internal articles are visible within customer ticket
+ overview.
+  * Bug#8506 - Customer email link won't open in popup as expected.
+  * Bug#7844 - Escalation Event does not respect service calendar of
+ ticket/queue.
+  * Bug#8498 - OpenSSL 1.0.0 does not get the stored SMIME
+ certificates when -CApath is used in the command.
+  * Bug#8337 - Parentheses in user last_name / first_name are not
+ sanitized.
+  * Bug#8467 - Reply to an e-mail address with ' not possible.
+  * Bug#8352 - Wrong substitution regex in HTMLUtils.pm->ToAscii.
+  * Bug#8401 - DynamicField Update doesn't update the
+ X-OTRS-DynamicField-XXX Fields in Postmaster Filters.
+  * Bug#5746 - Using PerlEx you have to restart IIS each time a setting
+is changed in SysConfig.
+  * Bug#8452 - Dynamic Field Date/Time not working when server runs on
+ UTC.
+ - The detailed ChangeLog can be found at:
+
http://source.otrs.org/viewvc.cgi/otrs/CHANGES?revision=1.2260.2.47&view=markup.
+- Update ITSM to 3.1.4:
+  * Bug#8479 - Change and workorder notification records are not
+ deleted during module uninstallation.
+  * Bug#8484 - Can't create cache for Change Management Toolbar
+ Modules on win32 platform.
+  * Bug#8453 - Saved time in ITSMChangeManagement screens adds UTC
+ offset.
+  * Bug#8487 - Usage of event.stopPropagation() causes javascript
+ error in IE8.
+  * Bug#8488 - Change search should require at least one search
+ parameter.
+  * Bug#8507nbsp;- Font size is ignored for text if input is made in
+ certain order.
+  * Bug#8515 - Search icon shows the ticket search instead of the
+ change search when the current screen is the workorder zoom.
+  * Bug#8521 - Back-Link in Workorder-Zoom returns to the previous
+ page, but does not reload the page
+ (the page comes from the browser cache).
+  * Bug#8538 - AgentTicketZoom does not show "Review Required" Field.
+
+---
+Wed May 16 21:00:51 UTC 2012 - ch...@computersalat.de
+
+- fix itsm sources
+  * dos2unix INSTALL-3.1.ITSM
+  * readd packages30
+  * readd packages31/*3.1.{1,2}.opm
+- fix itsm deps
+- remove/disable permissions file stuff
+- exclude bin/otrs.SetPermissions.pl
+- fix perl deps
+  * use module names, not pkg names
+
+---
+Wed May 16 16:22:36 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 3.1.5:
+  - Updated Hungarian translation, thanks to Csaba Nemeth!
+  - Added possibility to specify a cache type for selective cache
+cleaning in bin/otrs.DeleteCache.
+  - Added possibility to define ACL rules by user role.
+  - Bug#8466 - On Win32 GenericInterface does not return results
+

commit opensc for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package opensc for openSUSE:Factory checked 
in at 2012-06-13 13:32:10

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


Package is "opensc", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/opensc/opensc.changes2011-10-02 
10:22:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.opensc.new/opensc.changes   2012-06-13 
13:32:27.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 12 21:00:03 UTC 2012 - mgo...@suse.com
+
+- make needed directories before running make install 
+
+---



Other differences:
--
++ opensc.spec ++
--- /var/tmp/diff_new_pack.FQzurl/_old  2012-06-13 13:32:29.0 +0200
+++ /var/tmp/diff_new_pack.FQzurl/_new  2012-06-13 13:32:29.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package opensc (Version 0.12.2)
+# spec file for package opensc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,20 @@
 #
 
 
-
 Name:   opensc
+BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libtool
+BuildRequires:  libxslt
 BuildRequires:  openssl-devel
 BuildRequires:  pcsc-lite-devel
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
-BuildRequires:  docbook-xsl-stylesheets libxslt
 Url:http://www.opensc-project.org/opensc/
 Version:0.12.2
-Release:1
-Group:  Productivity/Security
+Release:0
 Summary:Smart Card Utilities
 License:LGPL-2.1+
+Group:  Productivity/Security
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-ADVISORIES
 Source2:%{name}-rpmlintrc
@@ -77,6 +77,8 @@
 make %{?jobs:-j%jobs}
 
 %install
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
+mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkcs11
 %makeinstall
 cp COPYING ADVISORIES ChangeLog README $RPM_BUILD_ROOT%{_docdir}/%{name}
 # Private library.

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



commit matthewlib-java for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package matthewlib-java for openSUSE:Factory 
checked in at 2012-06-13 13:31:56

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


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

Changes:

--- /work/SRC/openSUSE:Factory/matthewlib-java/matthewlib-java.changes  
2011-09-23 02:12:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.matthewlib-java.new/matthewlib-java.changes 
2012-06-13 13:32:00.0 +0200
@@ -1,0 +2,13 @@
+Tue May 15 08:44:01 UTC 2012 - mvysko...@suse.cz
+
+- update to 0.8
+  * Add -fno-stack-protector to fix compilation issues in various distros
+  * Fix spin-on-disconnection bug (Spotted by Christopher Armstrong 
+)
+  * Patch from 石頭成  to avoid a
+memory leak
+  * Change to expat (MIT) licence 
+  * Patches to the CGI libraries from Andy Canfield 
+
+---

Old:

  early_upstream.patch
  libmatthew-java_0.7.1.orig.tar.gz
  openjdk.patch

New:

  libmatthew-java-0.8.tar.gz



Other differences:
--
++ matthewlib-java.spec ++
--- /var/tmp/diff_new_pack.bCYhEX/_old  2012-06-13 13:32:08.0 +0200
+++ /var/tmp/diff_new_pack.bCYhEX/_new  2012-06-13 13:32:08.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package matthewlib-java (Version 0.7.1)
+# spec file for package matthewlib-java
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,11 @@
 %define orig_name libmatthew-java
 
 Name:   matthewlib-java
-Version:0.7.1
-Release:4
+Version:0.8
+Release:0
 Summary:A few useful Java libraries
+License:MIT
 Group:  Development/Libraries/Java
-License:GPL-2.0
 # actual upstream:
 #URL: http://matthew.ath.cx/projects/java/
 #Source0: http://matthew.ath.cx/projects/java/%{name}-%{version}.tar.gz
@@ -31,18 +31,15 @@
 # he gets newer releases into debian before he puts them up on
 # the upstream website. so we use the "original" source from debian
 # (ie, the source before debian patches are applied to it)
-Url:http://packages.debian.org/source/sid/libmatthew-java
-Source0:
http://ftp.de.debian.org/debian/pool/main/libm/%{orig_name}/%{orig_name}_%{version}.orig.tar.gz
-Patch0: early_upstream.patch
-Patch1: install_doc.patch
-Patch3: classpath_fix.patch
-Patch4: openjdk.patch
+Source0:libmatthew-java-0.8.tar.gz
+Patch0: install_doc.patch
+Patch1: classpath_fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  jpackage-utils
-BuildRequires:  fdupes
-Requires:   jre >= 1.5.0
 Requires:   jpackage-utils
+Requires:   jre >= 1.5.0
 Provides:   %{orig_name}
 
 %description
@@ -61,14 +58,7 @@
 
 - Hexdump This class formats byte-arrays in hex and ascii for display.
 
-
-
-Authors:
-
-Matthew Johnson
-
 %package javadoc
-License:GPL-2.0
 Summary:A few useful Java libraries
 Group:  Development/Libraries/Java
 
@@ -88,18 +78,10 @@
 
 - Hexdump This class formats byte-arrays in hex and ascii for display.
 
-
-
-Authors:
-
-Matthew Johnson
-
 %prep
 %setup -q -n %{orig_name}-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 make \
@@ -127,7 +109,7 @@
 %defattr(-,root,root,-)
 %{_javadir}/*jar
 %{_libdir}/lib*.so*
-%doc COPYING INSTALL README
+%doc COPYING README
 
 %files javadoc
 %defattr(-,root,root,-)

++ classpath_fix.patch ++
--- /var/tmp/diff_new_pack.bCYhEX/_old  2012-06-13 13:32:08.0 +0200
+++ /var/tmp/diff_new_pack.bCYhEX/_new  2012-06-13 13:32:08.0 +0200
@@ -1,8 +1,8 @@
-diff --git a/Makefile b/Makefile
-index 5ba907f..9183316 100644
 a/Makefile
-+++ b/Makefile
-@@ -57,11 +57,12 @@ cgi-$(CGIVER).jar: .classes
+Index: libmatthew-java-0.8/Makefile
+===
+--- libmatthew-java-0.8.orig/Makefile  2012-05-15 10:19:39.418201897 +0200
 libmatthew-java-0.8/Makefile   2012-05-15 10:19:41.742201844 +0200
+@@ -62,11 +62,12 @@
  io-$(IOVER).jar: .classes
(cd classes; $(JAR) cf ../$@ cx/ath/matthew/io/*class)
  unix-$(UNIXVER).jar: .classes
@@ -20,7 +20,7 @@
(cd classes; $(JAR) cfm ../$@ ../Manifest cx/ath/matthew/unix/*class)
  
  hexdump-$(HEXVER).jar:

commit guake for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package guake for openSUSE:Factory checked 
in at 2012-06-13 13:31:39

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


Package is "guake", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/guake/guake.changes  2012-05-25 
16:16:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.guake.new/guake.changes 2012-06-13 
13:31:41.0 +0200
@@ -1,0 +2,11 @@
+Mon Jun 11 18:18:53 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.4.3:
+  + Better tab titling, based on VTE title sequences
+  + Some drag & drop support
+  + Fix for the many times reported "gconf proxy port as int" issue
+  + Better file layout which doesn't modify PYTHONPATH
+  + Updated translations.
+- Drop guake-glib-2.31.patch: fixed upstream.
+
+---

Old:

  guake-0.4.2.tar.gz
  guake-glib-2.31.patch

New:

  guake-0.4.3.tar.gz



Other differences:
--
++ guake.spec ++
--- /var/tmp/diff_new_pack.K02bRc/_old  2012-06-13 13:31:45.0 +0200
+++ /var/tmp/diff_new_pack.K02bRc/_new  2012-06-13 13:31:45.0 +0200
@@ -18,15 +18,14 @@
 
 
 Name:   guake
-Version:0.4.2
+Version:0.4.3
 Release:0
 Summary:A dropdown terminal for GNOME
 License:GPL-2.0+
 Group:  System/X11/Terminals
 Url:http://guake.org
-Source0:http://guake.org/files/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM guake-glib-2.31.patch zai...@opensuse.org -- Fix build 
with glib 2.31 -- http://guake.org/ticket/425
-Patch0: guake-glib-2.31.patch
+# We can't use source url http://guake.org/downloads/4
+Source0:%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM guake-fix-pref.desktop.patch bnc#763244 
zai...@opensuse.org -- Fix guake-pref.desktop file, spellingmistake. -- 
http://guake.org/ticket/448
 Patch1: guake-fix-pref.desktop.patch
 BuildRequires:  intltool
@@ -62,7 +61,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 
 %build
@@ -71,6 +69,10 @@
 
 %install
 %make_install
+# We need to move the non-arch specific stuff to arch folder. Finding guake in 
two places confuses python.
+if [ "%{python_sitearch}" != "%{python_sitelib}" ]; then
+  mv %{buildroot}%{python_sitelib}/guake/* 
%{buildroot}%{python_sitearch}/guake/
+fi
 rm -r %{buildroot}/%{_datadir}/locale/no
 %suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/applications/%{name}-prefs.desktop 
X-SuSE-ControlCenter-Personal
@@ -98,13 +100,13 @@
 %{_sysconfdir}/xdg/autostart/%{name}.desktop
 %{_bindir}/%{name}
 %{_bindir}/%{name}-prefs
-%{_libdir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/%{name}-prefs.desktop
 %{_datadir}/dbus-1/services/org.guake.Guake.service
 %{_datadir}/%{name}/
 %{_datadir}/pixmaps/%{name}/
 %{_mandir}/man1/%{name}.1%{?ext_man}
+%{python_sitearch}/%{name}/
 
 %files lang -f %{name}.lang
 

++ guake-0.4.2.tar.gz -> guake-0.4.3.tar.gz ++
 25269 lines of diff (skipped)

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



commit eclipse-swt for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package eclipse-swt for openSUSE:Factory 
checked in at 2012-06-13 13:31:28

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


Package is "eclipse-swt", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/eclipse-swt/eclipse-swt.changes  2011-11-28 
14:49:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.eclipse-swt.new/eclipse-swt.changes 
2012-06-13 13:31:30.0 +0200
@@ -1,0 +2,4 @@
+Thu Jun 13 09:57:30 EET 2012 - em...@super.lt
+- Remove mozilla-xulrunner192 dependency (fix bnc#766485) 
+
+---



Other differences:
--
++ eclipse-swt.spec ++
--- /var/tmp/diff_new_pack.QvIZNn/_old  2012-06-13 13:31:33.0 +0200
+++ /var/tmp/diff_new_pack.QvIZNn/_new  2012-06-13 13:31:33.0 +0200
@@ -35,7 +35,9 @@
 Patch3: libswt-version.patch
 Group:  Development/Libraries/Other
 Provides:   libswt3-gtk2 = %{version}
+%if 0%{?suse_version} <= 1210
 Requires:   mozilla-xulrunner192
+%endif
 Requires:   java >= 1.6
 BuildRequires:  unzip
 BuildRequires:  java-devel >= 1.6
@@ -51,7 +53,12 @@
 %else
 BuildRequires:  libgcj46-devel
 %endif
+%if 0%{?suse_version} <= 1210
 BuildRequires:  mozilla-xulrunner192-devel
+%else
+BuildRequires:  libXt-devel
+BuildRequires:  libXtst-devel
+%endif
 BuildRequires:  mozilla-nspr-devel
 BuildRequires:  cairo
 BuildRequires:  Mesa-devel
@@ -117,10 +124,18 @@
 install -m644 *.so %{buildroot}%{_libdir}/eclipse
 install -D -m644 org/eclipse/swt/swt-%{version}.jar 
%{buildroot}%{_libdir}/java/swt-gtk-%{version}.jar
 pushd %{buildroot}%{_libdir}/eclipse
+%if 0%{?suse_version} <= 1210
 for i in atk-gtk awt-gtk cairo-gtk glx-gtk gnome-gtk gtk mozilla-gtk pi-gtk 
webkit-gtk; do
   ln -sf libswt-"$i"-%{so_suffix}.so libswt-"$i".so;
   ln -sf libswt-"$i"-%{so_suffix}.so swt-"$i".so;
 done
+%else
+# Drop mozilla-gtk in openSUSE 12.2 because of not existing 
mozilla-xulrunner192-devel
+for i in atk-gtk awt-gtk cairo-gtk glx-gtk gnome-gtk gtk pi-gtk webkit-gtk; do
+  ln -sf libswt-"$i"-%{so_suffix}.so libswt-"$i".so;
+  ln -sf libswt-"$i"-%{so_suffix}.so swt-"$i".so;
+done
+%endif
 popd
 pushd %{buildroot}%{_libdir}/java
 ln -sf swt-gtk-%{version}.jar swt.jar
@@ -150,9 +165,11 @@
 %{_libdir}/eclipse/libswt-gtk-%{so_suffix}.so
 %{_libdir}/eclipse/libswt-gtk.so
 %{_libdir}/eclipse/swt-gtk.so
+%if 0%{?suse_version} <= 1210
 %{_libdir}/eclipse/libswt-mozilla-gtk-%{so_suffix}.so
 %{_libdir}/eclipse/libswt-mozilla-gtk.so
 %{_libdir}/eclipse/swt-mozilla-gtk.so
+%endif
 %{_libdir}/eclipse/libswt-pi-gtk-%{so_suffix}.so
 %{_libdir}/eclipse/libswt-pi-gtk.so
 %{_libdir}/eclipse/swt-pi-gtk.so


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



commit dx for openSUSE:Factory:NonFree

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package dx for openSUSE:Factory:NonFree 
checked in at 2012-06-13 13:31:23

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


Package is "dx", Maintainer is "mse...@novell.com"

Changes:

New Changes file:

--- /dev/null   2012-06-11 00:29:42.179570069 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.dx.new/dx.changes   2012-06-13 
13:31:26.0 +0200
@@ -0,0 +1,395 @@
+---
+Fri Sep 30 20:07:56 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Comment out unapplied patch 23 to please source-validator
+
+---
+Wed Nov 24 01:45:53 CET 2010 - r...@suse.de
+
+- xft-config is gone 
+
+---
+Mon Mar 22 17:35:29 CET 2010 - pgaj...@suse.cz
+
+- fixed build with new ImageMagick
+
+---
+Tue Feb  9 13:26:51 UTC 2010 - prus...@suse.cz
+
+- enable noarch subpackages
+
+---
+Fri Oct 16 10:23:51 CEST 2009 - marek.beli...@open-nandra.com
+
+- fix memory leak (bnc#546115) 
+
+---
+Thu Sep 17 10:30:58 CEST 2009 - mse...@novell.com
+
+- added leak-fix.patch [bnc#538399]
+
+---
+Mon Aug 10 15:37:26 CEST 2009 - mse...@novell.com
+
+- added imagemagick.patch from Gottfried Necker : link with 
+  ImageMagick libraries (bnc#525987)
+
+---
+Thu Feb 26 16:42:49 CET 2009 - mse...@suse.cz
+
+- added errno-init.patch to fix unitialized errno (bnc#479845)
+- added missing-sentinel.patch to fix missing sentinel in execlp
+  call (rpmlint check error)
+
+---
+Mon Apr 14 15:56:23 CEST 2008 - sch...@suse.de
+
+- Fix configure script.
+
+---
+Fri Feb 15 13:29:43 CET 2008 - lmichno...@suse.cz
+
+- removed version in jre requirement
+- excluding useless files Makefile_os2
+- fixed missing Requires in devel subpackage
+
+---
+Mon Nov 26 17:09:43 CET 2007 - lmichno...@suse.cz
+
+- fixed third argument of open (*open.patch)
+
+---
+Mon Oct 29 14:08:11 CET 2007 - pgaj...@suse.cz
+
+- fixed build with gcc 4.3 (gcc-43.patch)
+
+---
+Sat Aug 11 00:20:48 CEST 2007 - meiss...@suse.de
+
+- fixed 3 array overflows (index 3 instead of 2),
+  and one misplaced ) causing undefined behaviour.
+- build with ImageMagick too
+
+---
+Mon Aug  6 18:33:32 CEST 2007 - o...@suse.de
+
+- remove inclusion of linux/sys.h
+  fix prep section for quilt setup -v *.spec
+
+---
+Tue Jun 12 17:51:44 CEST 2007 - lmichno...@suse.cz
+
+- removing externalfilter* which caused Requirement on historic 
+  libc.so.1 [#282833]
+
+---
+Mon Jun 11 17:45:45 CEST 2007 - lmichno...@suse.cz
+
+- fixed broken Requires %{name} = %{version}; [#282833]
+
+---
+Tue May 29 19:18:32 CEST 2007 - lmichno...@suse.cz
+
+- splitted off devel sub package
+- fixed strange name of man page and installing to %_mandir
+  (manpage.patch)
+- using Recommends tag for subpackages
+- using fdupes
+- defining includedir and libdir of X due to change of prefix in 
+  X.org 7.x
+
+---
+Wed May 23 17:01:55 CEST 2007 - lmichno...@suse.cz
+
+- installing to /opt (it is O.K. with FHS)
+
+---
+Fri Apr 27 16:57:17 CEST 2007 - lmichno...@suse.cz
+
+- added renamed package libexpat0 into BuildRequires 
+
+---
+Thu Mar 29 16:28:49 CEST 2007 - lmichno...@suse.cz
+
+- added bison and flex into BuildRequires
+
+---
+Tue Feb 20 10:56:33 CET 2007 - lmichno...@suse.cz
+
+- removed bindir.patch, 

commit ddd for openSUSE:Factory:NonFree

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package ddd for openSUSE:Factory:NonFree 
checked in at 2012-06-13 13:31:03

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


Package is "ddd", Maintainer is "pgaj...@suse.com"

Changes:

New Changes file:

--- /dev/null   2012-06-11 00:29:42.179570069 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.ddd.new/ddd.changes 2012-06-13 
13:31:04.0 +0200
@@ -0,0 +1,409 @@
+---
+Tue Feb 21 14:13:39 UTC 2012 - pgaj...@suse.com
+
+- buildrequire xorg-x11
+
+---
+Tue Dec 27 15:15:02 UTC 2011 - idon...@suse.com
+
+- Fix wrong size parameter in memcpy call 
+
+---
+Tue Nov 22 12:20:20 UTC 2011 - pgaj...@suse.com
+
+- compile against libtinfo
+
+---
+Tue Nov 15 09:40:46 UTC 2011 - pgaj...@suse.com
+
+- don't build html in parallel build
+
+---
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---
+Mon Sep  7 09:03:06 UTC 2009 - a...@suse.de
+
+- Build doc subpackage as noarch to save 6 MB on media.
+
+---
+Thu Feb 26 17:45:38 CET 2009 - crrodrig...@suse.de
+
+- fix build with GCC44 
+
+---
+Fri Feb 20 16:26:14 CET 2009 - mse...@suse.cz
+
+- updated to 3.3.12
+ - Consolidated support for pydb, bashdb and remake.
+- changes in 3.3.12-rc2
+ - DDD can once more locate its own core file when it crashes, even on
+   Linux systems where the core file may not be named "core".
+- changes in 3.3.12-rc1
+  - Fixed several segmentation faults.
+  - Fixed a few regressions affecting gdb support after merging the pydb
+code.
+- changes in 3.3.12-test6
+  - Remove pydb in this directory. Use
+http://bashdb.sourceforge.net/pydb instead
+  - fixed continue button for pydb
+  - Start informing ddd that bash and pydb now have (or will have in the
+next release) "commands", and "display".
+  - LynxOS support via Olli Savia
+  - Add x86 theme for changing display expressions to x86 registers and
+flag-bits. Change Data/Memory examine behavior when used on Intel
+registers so that %reg is the same as $reg. 
+Contributed by Zarko Zivanov.
+- changes in 3.3.12-test5
+  - Had broken gdb support
+  - Add vsllib/DEMOS into distribution
+  - Changes Makefiles to make "distcheck" or VPATH, or building outside
+of source tree work better (It's still not complete though).
+  - GNU Make, Python pydb and bashdb support improved: 
+* command completion for bashdb and pydb (via gdb "complete")
+* possibly a better test for debuggers using "bashdb" (vs. "bash") 
+  and "remake" (vs. "make")
+* pydb and bashdb also now have built-in "cd" and "pwd" commands - use
+  them.
+* deal with bogus file name  that comes up in
+  tracebacks. Require a "run" to get pydb stack set correctly.
+- changes in 3.3.12-test4
+  - Minor bug fixes, mostly for Python support.
+- changes in 3.3.12-test3
+  - Extended python debugger support. Sort of a merge of pdb.py, ddd's old
+pydb.py and new things.
+- changes in 3.3.12-test2
+  - GNU Make (mdb) support.
+- changes in 3.3.12-test
+  - Fixed a bug parsing the gdb annotations -- this should improve
+the source code tracking accuracy.
+  - Fixed a bug where gdb annotations were sent to the command window.
+  - GNU Make debugger support
+  - Fixes to Bash debugger (remove stack movement crashes, show
+breakpoints), better word parsing, e.g ${foo[@]}
+  - Fixed a couple of warnings.
+  - DDD now starts up much faster, and exits more cleanly (Doug Graham)
+  - DDD now builds and runs on LynxOS (Olli Savia)
+
+- splitted into two packages : ddd and ddd-doc
+
+---
+Fri Sep 05 11:01:51 CEST 2008 - bwa...@suse.de
+
+- Fix UTF-8 warning to fit in a terminal with 80 characters wide.
+- Don't print the warning if ~/.ddd/suse_no_utf8_warning exists.
+
+---
+Sun Apr  6 17:07:46 CEST 2008 - bwa...@suse.de
+
+- Add ghostscript-library to BuildRequires.
+
+---
+Sun Aug 26 20:43:39 CEST 2007 - bwa...@suse.de
+
+- execute with argv[0] == ddd so that X ressources with 
+  ddd. still appl

commit castor for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package castor for openSUSE:Factory checked 
in at 2012-06-13 13:30:51

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


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

Changes:

--- /work/SRC/openSUSE:Factory/castor/castor.changes2011-09-23 
11:43:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.castor.new/castor.changes   2012-06-13 
13:30:53.0 +0200
@@ -1,0 +2,5 @@
+Fri May 18 12:42:30 UTC 2012 - mvysko...@suse.cz
+
+- ignore java-1_7_0-openjdk as well 
+
+---



Other differences:
--
++ castor.spec ++
--- /var/tmp/diff_new_pack.vIUehF/_old  2012-06-13 13:30:55.0 +0200
+++ /var/tmp/diff_new_pack.vIUehF/_new  2012-06-13 13:30:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package castor
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,28 @@
 #
 
 
-
 Name:   castor
-BuildRequires:  adaptx ant java-1_5_0-gcj-compat-devel jta junit ldapjdk 
regexp servletapi3 xml-commons-apis
+BuildRequires:  adaptx
+BuildRequires:  ant
+BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  jta
+BuildRequires:  junit
+BuildRequires:  ldapjdk
+BuildRequires:  regexp
+BuildRequires:  servletapi3
+BuildRequires:  xml-commons-apis
 #!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel
+#!BuildIgnore:  java-1_7_0-openjdk java-1_7_0-openjdk-devel
 BuildRequires:  fdupes
 %define namecastor
 %define version 0.9.5
 %define release 1jpp
 %define section free
 Summary:An Open Source Data Binding Framework for Java
-Version:0.9.5
-Release:308
-Group:  Development/Libraries/Java
 License:BSD-3-Clause
+Group:  Development/Libraries/Java
+Version:0.9.5
+Release:0
 Url:http://www.castor.org/
 Source0:
ftp://ftp.exolab.org/pub/castor/castor_0.9.5/castor-0.9.5-src.tar.bz2
 Patch0: castor-unicode-document-fix.patch
@@ -54,9 +62,8 @@
 
 
 %package demo
-License:BSD-3-Clause
-Group:  Development/Libraries/Java
 Summary:Demonstration and sample file for castor
+Group:  Development/Libraries/Java
 Requires:   %{name} = %{version}-%{release}
 Requires:   servletapi3
 
@@ -71,9 +78,8 @@
 
 
 %package test
-License:BSD-3-Clause
-Group:  Development/Libraries/Java
 Summary:Tests for castor
+Group:  Development/Libraries/Java
 Requires:   %{name} = %{version}-%{release}
 Requires:   junit
 
@@ -88,9 +94,8 @@
 
 
 %package xml
-License:BSD-3-Clause
-Group:  Development/Libraries/Java
 Summary:XML support for castor
+Group:  Development/Libraries/Java
 Requires:   %{name} = %{version}-%{release}
 
 %description xml
@@ -104,9 +109,8 @@
 
 
 %package javadoc
-License:BSD-3-Clause
-Group:  Development/Libraries/Java
 Summary:Javadoc for castor
+Group:  Development/Libraries/Java
 PreReq: coreutils
 
 %description javadoc
@@ -120,7 +124,6 @@
 
 
 %package doc
-License:BSD-3-Clause
 Summary:Documentation for castor
 Group:  Development/Libraries/Java
 

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



commit avalon-logkit for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package avalon-logkit for openSUSE:Factory 
checked in at 2012-06-13 13:30:40

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


Package is "avalon-logkit", Maintainer is "jsm...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/avalon-logkit/avalon-logkit.changes  
2012-02-23 15:32:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.avalon-logkit.new/avalon-logkit.changes 
2012-06-13 13:30:42.0 +0200
@@ -1,0 +2,7 @@
+Fri May 18 08:18:05 UTC 2012 - mvysko...@suse.cz
+
+- add pom file
+- fix a build with openjdk7
+- change the jms to jms_api in classpath
+
+---

New:

  avalon-logkit-2.1.pom
  avalon-logkit-encoding.patch
  avalon-logkit-pom-deps.patch
  fix-java7-compile.patch



Other differences:
--
++ avalon-logkit.spec ++
--- /var/tmp/diff_new_pack.oADwNy/_old  2012-06-13 13:30:45.0 +0200
+++ /var/tmp/diff_new_pack.oADwNy/_new  2012-06-13 13:30:45.0 +0200
@@ -16,6 +16,9 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
+#
 %define short_name  logkit
 %define camelcase_short_name  LogKit
 
@@ -27,12 +30,19 @@
 Group:  Development/Libraries/Java
 Url:http://avalon.apache.org/%{short_name}/
 #Source0: 
http://www.apache.org/dist/excalibur/%{name}/source/%{name}-%{version}-src.zip
+#Source1:   
http://repo1.maven.org/maven2/avalon-logkit/avalon-logkit/%{version}/%{name}-%{version}.pom
 Source0:%{name}-%{version}-src.zip
+Source1:%{name}-%{version}.pom
 Patch0: fix-java6-compile.patch
+Patch1: avalon-logkit-pom-deps.patch
+Patch2: avalon-logkit-encoding.patch
+Patch3: fix-java7-compile.patch
+
 Requires:   avalon-framework >= 4.1.4
-Requires:   servlet25
+#Requires:  jdbc-stdext
 Requires:   jms
-Requires:   jdbc-stdext
+Requires:   servlet25
+
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  avalon-framework >= 4.1.4
@@ -43,6 +53,7 @@
 BuildRequires:  log4j
 BuildRequires:  servlet25
 BuildRequires:  unzip
+
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -62,6 +73,10 @@
 %prep
 %setup -q 
 %patch0
+cp %{SOURCE1} pom.xml
+%patch1
+%patch2 -p1
+%patch3
 
 # remove all binary libs
 find . -name "*.jar" -exec rm -f {} \;
@@ -70,31 +85,37 @@
 export CLASSPATH=%(build-classpath \
log4j \
javamail/mailapi \
-   jms \
+   jms_api \
tomcat6-servlet-2.5-api \
jdbc-stdext \
avalon-framework \
junit \
   ):$PWD/build/classes
-ant -Dnoget=true clean jar javadoc \
+ant -Dencoding=ISO-8859-1 -Dnoget=true clean jar javadoc \
 -lib /usr/share/java
+# Convert to OSGi bundle
+#java -jar $(build-classpath aqute-bnd) wrap target/%{name}-%{version}.jar
 
 %install
-export NO_BRP_CHECK_BYTECODE_VERSION=true
 # jars
 install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
-install -m 644 target/%{name}-%{version}.jar 
$RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
-(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} 
${jar/-%{version}/}; done)
+install -m 644 target/%{name}-%{version}.jar 
$RPM_BUILD_ROOT%{_javadir}/%{name}.jar
+
+#pom
+install -d -m 755 $RPM_BUILD_ROOT/%{_mavenpomdir}
+install -pm 644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom
+%add_maven_depmap JPP-%{name}.pom %{name}.jar -a 
"%{short_name}:%{short_name},org.apache.avalon.logkit:%{name}"
 
 # javadoc
-install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -pr dist/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+cp -pr dist/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 
 %files
 %defattr(0644,root,root,0755)
 %doc LICENSE.txt NOTICE.txt
 %{_javadir}/*
+%{_mavendepmapfragdir}/%{name}
+%{_mavenpomdir}/JPP-%{name}.pom
 
 %files javadoc
 %defattr(0644,root,root,0755)


++ avalon-logkit-2.1.pom ++

  4.0.0
  avalon-logkit
  avalon-logkit
  Avalon Logkit
  2.1
  Log4j-like logging toolkit.
  1997
  

  log4j
  log4j
  1.2.11


  servletapi
  servletapi
  2.3


  geronimo-spec
  geronimo-spec-javamail
  1.3.1-rc3


  geronimo-spec
  geronimo-spec-jms
  1.1-rc4

  
++ avalon-logkit-encoding.patch ++
diff --git a/src/java/org/apache/log/ContextMap.java 
b/src/java/org/apach

commit yast2-ruby-bindings for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-ruby-bindings for 
openSUSE:Factory checked in at 2012-06-13 13:25:12

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


Package is "yast2-ruby-bindings", Maintainer is "dmacvi...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes  
2012-04-12 10:00:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes 
2012-06-13 13:25:13.0 +0200
@@ -1,0 +2,10 @@
+Tue Jun 12 13:33:01 UTC 2012 - co...@suse.com
+
+- finish the ruby 1.9 port
+
+---
+Thu Jun  7 15:44:29 UTC 2012 - jreidin...@suse.com
+
+- port to ruby 1.9 
+
+---

Old:

  yast2-ruby-bindings-0.3.10.tar.bz2

New:

  ruby1.9-patch
  yast2-ruby-bindings-0.3.11.tar.bz2



Other differences:
--
++ yast2-ruby-bindings.spec ++
--- /var/tmp/diff_new_pack.mZCu6L/_old  2012-06-13 13:25:15.0 +0200
+++ /var/tmp/diff_new_pack.mZCu6L/_new  2012-06-13 13:25:15.0 +0200
@@ -21,10 +21,11 @@
 #
 
 Name:   yast2-ruby-bindings
-Version:0.3.10
+Version:0.3.11
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-ruby-bindings-%{version}.tar.bz2
+Patch0: ruby1.9-patch
 Prefix: /usr
 
 BuildRequires:  cmake
@@ -49,6 +50,7 @@
 
 %prep
 %setup -n yast2-ruby-bindings-%{version}
+%patch0 -p1
 %build
 mkdir build
 cd build
@@ -62,6 +64,7 @@
 make %{?jobs:-j %jobs} VERBOSE=1
 
 %install
+chmod a+x tests/ycp/run_ycp_test.sh
 cd build
 make install DESTDIR=$RPM_BUILD_ROOT
 cd ..

++ ruby1.9-patch ++
Nur in 
/var/tmp/build-root-openSUSE_Factory-x86_64-YaST:Head-yast2-ruby-bindings/home/abuild/rpmbuild/BUILD/yast2-ruby-bindings-0.3.11/:
 build.
Nur in 
/var/tmp/build-root-openSUSE_Factory-x86_64-YaST:Head-yast2-ruby-bindings/home/abuild/rpmbuild/BUILD/yast2-ruby-bindings-0.3.11/:
 core.
Index: yast2-ruby-bindings-0.3.11/src/ruby/Y2RubyTypeConv.cc
===
--- yast2-ruby-bindings-0.3.11.orig/src/ruby/Y2RubyTypeConv.cc  2012-06-07 
17:45:44.0 +0200
+++ yast2-ruby-bindings-0.3.11/src/ruby/Y2RubyTypeConv.cc   2012-06-12 
15:30:25.171419923 +0200
@@ -104,6 +104,10 @@ static void ycpexternal_finalizer(void *
 {
   VALUE value = (VALUE)value_v;
 
+  if (!YRuby::yRuby()) {
+return; // we're finalized
+  }
+
   YRuby::refcount_map_t& vrby = YRuby::yRuby()->value_references_from_ycp;
   YRuby::refcount_map_t::iterator it = vrby.find(value);
   if (it == vrby.end()) {
Index: yast2-ruby-bindings-0.3.11/src/ruby/YRuby.cc
===
--- yast2-ruby-bindings-0.3.11.orig/src/ruby/YRuby.cc   2012-06-07 
17:45:44.0 +0200
+++ yast2-ruby-bindings-0.3.11/src/ruby/YRuby.cc2012-06-12 
15:31:25.430593704 +0200
@@ -28,6 +28,7 @@ as published by the Free Software Founda
 
 // Ruby stuff
 #include 
+#include 
 
 
 #define y2log_component "Y2Ruby"
@@ -68,14 +69,19 @@ void inject_last_exception_method(VALUE&
 }
 
 YRuby * YRuby::_yRuby = 0;
+bool YRuby::_y_ruby_finalized = false;
 
 YRuby::YRuby()
 {
   y2milestone( "Initializing ruby interpreter." );
+  
+  RUBY_INIT_STACK;
   ruby_init();
   ruby_script("yast");
   ruby_init_loadpath();
 
+  rb_enc_find_index("encdb");
+
   VALUE ycp_references = Data_Wrap_Struct(rb_cObject, gc_mark, gc_free, & 
value_references_from_ycp);
   rb_global_variable(&ycp_references);
 }
@@ -107,13 +113,14 @@ YRuby::~YRuby()
 {
 y2milestone( "Shutting down ruby interpreter." );
 ruby_finalize();
+_y_ruby_finalized = true;
 }
 
 
 YRuby *
 YRuby::yRuby()
 {
-  if ( ! _yRuby )
+  if ( ! _yRuby && !_y_ruby_finalized )
 _yRuby = new YRuby();
 
   return _yRuby;
@@ -142,8 +149,9 @@ YRuby::loadModule( YCPList argList )
   if ( argList->size() != 2 || ! argList->value(0)->isString() || ! 
argList->value(1)->isString() )
 return YCPError( "Ruby::loadModule() / Ruby::Use() : Bad arguments: String 
expected!" );
   string module_path = argList->value(1)->asString()->value();
-  VALUE result = rb_require(module_path.c_str());
-  if ( result == Qfalse )
+  int error = 0;
+  VALUE result = rb_protect( (VALUE (*)(VALUE))rb_require, (VALUE) 
module_path.c_str(), &error);
+  if ( result == Qfalse || error)
 return YCPError( "Ruby::loadModule() / Can't load ruby module '" + 
module_path + "'" );
   return YCPVoid();
 }
Index: yast2-ruby-bindings-0.3.11/src/ruby/YRuby.h
===

commit novel-pinyin for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package novel-pinyin for openSUSE:Factory 
checked in at 2012-06-13 13:23:49

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


Package is "novel-pinyin", Maintainer is "p...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/novel-pinyin/novel-pinyin.changes
2011-09-23 02:14:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.novel-pinyin.new/novel-pinyin.changes   
2012-06-13 13:24:12.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 12 13:05:56 UTC 2012 - i...@marguerite.su
+
+- fix scim module.
+
+---

New:

  gtk-2.12+-gtktooltips-migration.patch



Other differences:
--
++ novel-pinyin.spec ++
--- /var/tmp/diff_new_pack.DLIHBt/_old  2012-06-13 13:24:15.0 +0200
+++ /var/tmp/diff_new_pack.DLIHBt/_new  2012-06-13 13:24:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package novel-pinyin (Version 0.2.4)
+# spec file for package novel-pinyin
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,59 +15,48 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   novel-pinyin
-BuildRequires:  db-devel gcc-c++ gtk2-devel intltool scim-devel
-Summary:A Simplified Chinese Input Method
 Version:0.2.4
-Release:9
+Release:0
+Summary:A Simplified Chinese Input Method
 License:GPL-2.0+
 Group:  System/I18n/Chinese
-AutoReqProv:on
 Url:http://novel-pinyin.sf.net
 Source0:novel-pinyin-%{version}.tar.bz2
-#Patch1: urgent-patch-fix-novel-pinyin-first-load.patch
 Patch2: novel-pinyin-fixes-train-factor.patch
 Patch3: bnc528583.patch
-ExclusiveArch:  %{ix86} x86_64
+Patch4: gtk-2.12+-gtktooltips-migration.patch
+BuildRequires:  db-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gtk2-devel
+BuildRequires:  intltool
+BuildRequires:  scim-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExclusiveArch:  %{ix86} x86_64
 %define scim_moduledir %(pkg-config --variable=moduledir scim)
 
 %description
 A Simplified Chinese Sentence-Based Pinyin Input Method Engine Based On
 Markov Model.
 
-
-
-Authors:
-
-Peng Wu 
-
 %prep
-%setup -q -n %{name}-%{version}
-#%patch1 -p2
+%setup -q
 %patch2 -p1
 %patch3 -p1
+%if 0%{?suse_version} >= 1140
+%patch4 -p1
+%endif
 find . -type f | xargs chmod u+w
 
 %build
 %configure
-make
+make %{_smp_mflags}
 
 %install
-make DESTDIR=${RPM_BUILD_ROOT} install
-rm -f $RPM_BUILD_ROOT/%{scim_moduledir}/IMEngine/novel_pinyin.*a
-rm -f $RPM_BUILD_ROOT/%{scim_moduledir}/SetupUI/novel-pinyin-imengine-setup.*a
-#install -m 644 $RPM_SOURCE_DIR/gb_char.bin \
-#   $RPM_BUILD_ROOT/%{_datadir}/scim/novel-pinyin/gb_char.bin
-#install -m 644 $RPM_SOURCE_DIR/gbk_char.bin \
-#   $RPM_BUILD_ROOT/%{_datadir}/scim/novel-pinyin/gbk_char.bin
-#install -m 644 $RPM_SOURCE_DIR/pinyin_index.bin \
-#   $RPM_BUILD_ROOT/%{_datadir}/scim/novel-pinyin/pinyin_index.bin
-#install -m 644 $RPM_SOURCE_DIR/bigram.db \
-#   $RPM_BUILD_ROOT/%{_datadir}/scim/novel-pinyin/bigram.db
+%makeinstall
+rm -f %{buildroot}%{scim_moduledir}/IMEngine/novel_pinyin.*a
+rm -f %{buildroot}%{scim_moduledir}/SetupUI/novel-pinyin-imengine-setup.*a
 %find_lang novel-pinyin
 
 %files -f novel-pinyin.lang

++ gtk-2.12+-gtktooltips-migration.patch ++
diff -urN novel-pinyin-0.2.4.orig/modules/scim/novel_pinyin_imengine_setup.cpp 
novel-pinyin-0.2.4/modules/scim/novel_pinyin_imengine_setup.cpp
--- novel-pinyin-0.2.4.orig/modules/scim/novel_pinyin_imengine_setup.cpp
2012-06-12 20:56:35.391649146 +0800
+++ novel-pinyin-0.2.4/modules/scim/novel_pinyin_imengine_setup.cpp 
2012-06-12 21:02:29.878217454 +0800
@@ -297,8 +297,6 @@
 NULL, NULL, NULL
 };
 
-static GtkTooltips * __widget_tooltips = 0;
-
 // Common callbacks
 static void
 __on_default_editable_changed  (GtkEditable *editable,
@@ -350,8 +348,6 @@
 GtkWidget *hbox;
 GtkWidget *separator;
 
-__widget_tooltips = gtk_tooltips_new ();
-
 // Create the Notebook.
 notebook = gtk_notebook_new ();
 gtk_widget_show (notebook);
@@ -514,7 +510,7 @@
 gtk_table_attach (GTK_TABLE (table), __config_keyboards[i].entry, 
1, 2, i, i+1,
 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),

commit netcf for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package netcf for openSUSE:Factory checked 
in at 2012-06-13 13:23:41

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


Package is "netcf", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/netcf/netcf.changes  2012-01-24 
12:19:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.netcf.new/netcf.changes 2012-06-13 
13:23:43.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 12 20:27:40 UTC 2012 - mgo...@suse.com
+
+- run automake with --add-missing for openSUSE 12.2 and later
+
+---



Other differences:
--
++ netcf.spec ++
--- /var/tmp/diff_new_pack.3gsHjQ/_old  2012-06-13 13:23:44.0 +0200
+++ /var/tmp/diff_new_pack.3gsHjQ/_new  2012-06-13 13:23:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netcf
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   netcf
 Version:0.1.6
 Release:0
 Summary:Cross-platform network configuration library
-Group:  Productivity/Networking/System
 License:LGPL-2.1+
+Group:  Productivity/Networking/System
 Url:https://fedorahosted.org/netcf/
 Source0:
https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
@@ -50,8 +51,10 @@
 Summary:Development files for %{name}
 Group:  Development/Libraries/C and C++
 Requires:   %{__shrlibname} = %{version}
+Requires:   augeas-devel
+Requires:   libxml2-devel
+Requires:   libxslt-devel
 Requires:   pkgconfig
-Requires:   augeas-devel libxml2-devel libxslt-devel
 
 %descriptiondevel
 The %{name}-devel package contains libraries and header files for
@@ -74,7 +77,7 @@
 %endif
 aclocal -I gnulib/m4
 
-%if 0%{?suse_version} >= 1130
+%if 0%{?suse_version} >= 1130 && 0%{?suse_version} < 1220
 automake
 %else
 automake --add-missing

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



commit jakarta-commons-discovery for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package jakarta-commons-discovery for 
openSUSE:Factory checked in at 2012-06-13 13:23:19

Comparing /work/SRC/openSUSE:Factory/jakarta-commons-discovery (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-commons-discovery.new (New)


Package is "jakarta-commons-discovery", Maintainer is 
"bnc-team-j...@forge.provo.novell.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-discovery/jakarta-commons-discovery.changes
  2011-09-23 02:03:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-discovery.new/jakarta-commons-discovery.changes
 2012-06-13 13:23:20.0 +0200
@@ -1,0 +2,8 @@
+Fri May 25 10:52:30 UTC 2012 - mvysko...@suse.cz
+
+- fix a build with jdk7
+- reformat spec a bit, remove obsoleted gcj parts and don't version javadoc dir
+- build with commons-logging work as well
+- provide commons-discovery
+
+---



Other differences:
--
++ jakarta-commons-discovery.spec ++
--- /var/tmp/diff_new_pack.MzoLL2/_old  2012-06-13 13:23:21.0 +0200
+++ /var/tmp/diff_new_pack.MzoLL2/_new  2012-06-13 13:23:21.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package jakarta-commons-discovery (Version 0.4)
+# spec file for package jakarta-commons-discovery
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,38 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-# icecream 0
 
-%define gcj_support 
%{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
 %define short_name commons-discovery
-%define sectionfree
-Summary:Jakarta Commons Discovery
 
 Name:   jakarta-commons-discovery
 Version:0.4
-Release:106
-Group:  Development/Libraries/Java
+Release:0
+Summary:Jakarta Commons Discovery
 License:Apache-2.0
+Group:  Development/Libraries/Java
 Url:http://jakarta.apache.org/commons/discovery.html
-%if ! %{gcj_support}
-BuildArch:  noarch
-%endif
 Source0:
http://www.apache.org/dist/jakarta/commons/discovery/source/commons-discovery-0.4-src.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  jpackage-utils >= 1.6
+BuildArch:  noarch
+
 BuildRequires:  ant
-BuildRequires:  junit >= 3.7
-BuildRequires:  jakarta-commons-logging >= 1.0.4
-Requires:   jakarta-commons-logging >= 1.0.4
-%if %{gcj_support}
-BuildRequires:  java-gcj-compat-devel
-Requires(post): java-gcj-compat
-Requires(postun):   java-gcj-compat
-%endif
-%if %defined suse_version
+BuildRequires:  commons-logging >= 1.0.4
 BuildRequires:  java-devel
-%endif
+BuildRequires:  jpackage-utils >= 1.6
+BuildRequires:  junit >= 3.7
+Requires:   commons-logging >= 1.0.4
+Provides:   %{short_name} = %{version}-%{release}
 
 %description
 The Discovery component is about discovering, or finding,
@@ -59,12 +48,9 @@
 
 
 %package javadoc
-License:Apache-2.0
 PreReq: coreutils
-Group:  Development/Libraries/Java
 Summary:Javadoc for jakarta-commons-discovery
-Requires(post): /bin/rm /bin/ln
-Requires(postun): /bin/rm
+Group:  Development/Libraries/Java
 
 %description javadoc
 The Discovery component is about discovering, or finding,
@@ -87,54 +73,23 @@
 %build
 ant \
   -Djunit.jar=%(find-jar junit) \
-  -Dlogger.jar=%(find-jar jakarta-commons-logging) \
-  -Dant.build.javac.target=1.4 \
-  -Dant.build.javac.source=1.4 \
+  -Dlogger.jar=%(find-jar commons-logging) \
   test.discovery dist
 # -
 
 %install
+
 # jar
 mkdir -p $RPM_BUILD_ROOT%{_javadir}
-cp -p dist/%{short_name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
-(cd $RPM_BUILD_ROOT%{_javadir} && ln -s %{name}-%{version}.jar 
%{short_name}-%{version}.jar && for jar in *-%{version}.jar; do ln -sf ${jar} 
`echo $jar| sed  "s|-%{version}||g"`; done)
+cp -p dist/%{short_name}.jar $RPM_BUILD_ROOT%{_javadir}/%{short_name}.jar
+(cd $RPM_BUILD_ROOT%{_javadir} && ln -s %{short_name}.jar %{name}.jar)
+
 # javadoc
-mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -pr dist/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink
-# 

commit pdftk for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

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

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


Package is "pdftk", Maintainer is "thomas.schrai...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pdftk/pdftk.changes  2012-06-07 
15:39:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.pdftk.new/pdftk.changes 2012-06-13 
13:10:55.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun  7 17:49:09 UTC 2012 - seife+...@b1-systems.com
+
+- simplify the java-gcj-compat buildrequire
+- fix build for opensuse 10.0, it does not have nor need java-gcj
+
+---



Other differences:
--
++ pdftk.spec ++
--- /var/tmp/diff_new_pack.CTKKQE/_old  2012-06-13 13:10:57.0 +0200
+++ /var/tmp/diff_new_pack.CTKKQE/_new  2012-06-13 13:10:57.0 +0200
@@ -30,13 +30,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  unzip
 
-# not sure when 1_5_0 was introduced, just guessing
-%if 0%{?suse_version} >= 1100
-BuildRequires:  java-1_5_0-gcj-compat
-%else
-BuildRequires:  java-1_4_2-gcj-compat
-%endif
-
 # BuildRequires package version suffix : "41" for "gcc41-java"
 %define pkgv %nil
 # gcc/gcj binaries version suffix : "-4.1" for "gcj-4.1"
@@ -56,6 +49,11 @@
 BuildRequires:  libgcj%{pkgv}
 BuildRequires:  libgcj%{pkgv}-devel
 
+# after 10.0 java-gcj was separated from gcj-java
+%if 0%{suse_version} > 1000
+BuildRequires:  java-gcj
+%endif
+
 %if 0%{?suse_version} > 1010 || 0%{?sles_version} == 10
 BuildRequires:  fastjar
 %endif


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



commit dpic for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package dpic for openSUSE:Factory checked in 
at 2012-06-13 13:10:49

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


Package is "dpic", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/dpic/dpic.changes2012-02-29 
14:06:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.dpic.new/dpic.changes   2012-06-13 
13:10:51.0 +0200
@@ -0,0 +1,5 @@
+Sat Jun  2 18:35:11 UTC 2012 - dmi...@roshchin.org
+- update to version 2012.05.29
+  * Error message for zero second argument to pmod(,)
+
+---

Old:

  dpic-2012.02.12.tar.gz

New:

  dpic-2012.05.29.tar.gz



Other differences:
--
++ dpic.spec ++
--- /var/tmp/diff_new_pack.NcTkJG/_old  2012-06-13 13:10:53.0 +0200
+++ /var/tmp/diff_new_pack.NcTkJG/_new  2012-06-13 13:10:53.0 +0200
@@ -16,13 +16,12 @@
 #
 
 
-
 Name:   dpic
 Url:http://www.ece.uwaterloo.ca/~aplevich/dpic/
 Summary:Pic language processor
 License:BSD-2-Clause
 Group:  Productivity/Publishing/Other
-Version:2012.02.12
+Version:2012.05.29
 Release:0
 Source0:%name-%{version}.tar.gz
 Patch0: makefile.patch

++ dpic-2012.02.12.tar.gz -> dpic-2012.05.29.tar.gz ++
 2335 lines of diff (skipped)

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



commit docbook-xsl-stylesheets for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package docbook-xsl-stylesheets for 
openSUSE:Factory checked in at 2012-06-13 13:10:35

Comparing /work/SRC/openSUSE:Factory/docbook-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.docbook-xsl-stylesheets.new (New)


Package is "docbook-xsl-stylesheets", Maintainer is "k...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/docbook-xsl-stylesheets/docbook-xsl-stylesheets.changes
  2012-02-16 16:12:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.docbook-xsl-stylesheets.new/docbook-xsl-stylesheets.changes
 2012-06-13 13:10:37.0 +0200
@@ -1,0 +2,21 @@
+Mon Jun 11 13:13:30 UTC 2012 - t...@opensuse.org
+
+- Fixed SPEC file:
+  * added missing db2epub in /epub/bin/
+  * create symbolic links (-s) with fdupes
+
+---
+Tue Jun  5 09:57:35 UTC 2012 - t...@opensuse.org
+
+- Updated to 1.77.1, see 
http://snapshots.docbook.org/xsl/RELEASE-NOTES.html#V1.77.1
+  for details (Mostly bugfix release) 
+- Fixed spec file to copy VERSION.xsl instead of VERSION
+
+---
+Fri May 25 08:53:52 UTC 2012 - t...@opensuse.org
+
+- Updated to 1.77.0, see 
http://snapshots.docbook.org/xsl/RELEASE-NOTES.html#V1.77.0
+  for details
+  (Merged from Factory)
+
+---

Old:

  docbook-xsl-1.76.1.tar.bz2
  docbook-xsl-doc-1.76.1.tar.bz2

New:

  docbook-xsl-1.77.1.tar.bz2
  docbook-xsl-doc-1.77.1.tar.bz2



Other differences:
--
++ docbook-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.7tnQRU/_old  2012-06-13 13:10:39.0 +0200
+++ /var/tmp/diff_new_pack.7tnQRU/_new  2012-06-13 13:10:39.0 +0200
@@ -15,7 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define pack_vers 1.76.1
+%define pack_vers 1.77.1
 %define regcat /usr/bin/sgml-register-catalog
 
 Name:   docbook-xsl-stylesheets
@@ -28,7 +28,7 @@
 BuildArch:  noarch
 Requires:   xmlcharent docbook_4
 PreReq: sgml-skel %{regcat} /usr/bin/xmlcatalog
-Version:1.76.1
+Version:1.77.1
 Release:0
 Source0:
http://switch.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-%{pack_vers}.tar.bz2
 Source1:
http://switch.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-doc-%{version}.tar.bz2
@@ -134,18 +134,18 @@
 
 %install
 # FIXME: Danger!?
-export NO_BRP_CHECK_BYTECODE_VERSION=true
+# export NO_BRP_CHECK_BYTECODE_VERSION=true
 
 # Install scripts
 %{INSTALL_DIR} %{buildroot}%{_bindir}
 %{INSTALL_SCRIPT} fo/pdf2index   %{buildroot}%{_bindir}
 %{INSTALL_SCRIPT} epub/bin/dbtoepub  %{buildroot}%{_bindir}
-rm fo/pdf2index  epub/bin/dbtoepub
+rm fo/pdf2index 
 
 doc_dir=$RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
 %{INSTALL_DIR} $RPM_BUILD_ROOT%{xml_mod_style_prod_dir}/%{version}
 cp -a [[:lower:]]* $RPM_BUILD_ROOT%{xml_mod_style_prod_dir}/%{version}
-cp -a VERSION $RPM_BUILD_ROOT%{xml_mod_style_prod_dir}/%{version}
+cp -a VERSION.xsl $RPM_BUILD_ROOT%{xml_mod_style_prod_dir}/%{version}
 find $RPM_BUILD_ROOT%{xml_mod_style_prod_dir} -type f -name '*.orig' -exec rm 
-f {} \;
 rm -f $RPM_BUILD_ROOT%{xml_mod_style_prod_dir}/%{version}/for-catalog*
 : >%{name}_list
@@ -190,7 +190,6 @@
 %{INSTALL_DIR} $cat_dir
 %{INSTALL_DATA} %{FOR_ROOT_CAT} %{name}.xml $cat_dir
 # cleanup
-%fdupes $RPM_BUILD_ROOT
 rm -f %{buildroot}%{xml_mod_style_prod_dir}/%{version}/%{name}.xml
 cp $cat_dir/%{FOR_ROOT_CAT} \
   %{buildroot}%{xml_mod_style_prod_dir}/%{version}/%{name}.xml
@@ -200,6 +199,9 @@
 # %%{buildroot}%%{xml_mod_style_prod_dir}/%%{version}/epub/bin/lib/docbook.rb
 # 
%%{buildroot}%%{xml_mod_style_prod_dir}/%%{version}/epub/bin/spec/spec_helper.rb
 
+%fdupes -s $RPM_BUILD_ROOT
+
+
 %post
 # remove empty dir if present (from ghost)
 # also remove dangling symlink

++ docbook-xsl-1.76.1.tar.bz2 -> docbook-xsl-1.77.1.tar.bz2 ++
 169285 lines of diff (skipped)

++ docbook-xsl-doc-1.76.1.tar.bz2 -> docbook-xsl-doc-1.77.1.tar.bz2 ++
 28399 lines of diff (skipped)

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



commit docbook_4 for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

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

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


Package is "docbook_4", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/docbook_4/docbook_4.changes  2012-06-06 
16:06:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.docbook_4.new/docbook_4.changes 2012-06-13 
13:10:20.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 11 11:24:50 UTC 2012 - co...@suse.com
+
+- iso_ent is required for SGML, so readd it as long as it's supported
+
+---



Other differences:
--
++ docbook_4.spec ++
--- /var/tmp/diff_new_pack.jIsAaT/_old  2012-06-13 13:10:22.0 +0200
+++ /var/tmp/diff_new_pack.jIsAaT/_new  2012-06-13 13:10:22.0 +0200
@@ -15,13 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   docbook_4
 BuildRequires:  fdupes
 BuildRequires:  sgml-skel
 BuildRequires:  unzip
-Provides:   docbk_4 docbook docbook-dtd docbook-dtds
+Provides:   docbk_4
+Provides:   docbook
+Provides:   docbook-dtd
+Provides:   docbook-dtds
 Obsoletes:  docbk_4
-Recommends: iso_ent
+Requires:   iso_ent
 Requires:   libxml2
 %define regcat /usr/bin/sgml-register-catalog
 PreReq: %{regcat} /usr/bin/xmlcatalog sgml-skel



















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



commit docbook_3 for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package docbook_3 for openSUSE:Factory 
checked in at 2012-06-13 13:10:15

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


Package is "docbook_3", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/docbook_3/docbook_3.changes  2012-06-06 
16:06:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.docbook_3.new/docbook_3.changes 2012-06-13 
13:10:18.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 11 11:32:25 UTC 2012 - co...@suse.com
+
+- iso_ent is required for SGML, so readd it as long as SGML is supported
+
+---



Other differences:
--
++ docbook_3.spec ++
--- /var/tmp/diff_new_pack.GlQMIg/_old  2012-06-13 13:10:19.0 +0200
+++ /var/tmp/diff_new_pack.GlQMIg/_new  2012-06-13 13:10:19.0 +0200
@@ -15,13 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   docbook_3
 BuildRequires:  sgml-skel
 BuildRequires:  unzip
-Provides:   dbhset docbk30 docbk31 docbook_3-dtd
+Provides:   dbhset
+Provides:   docbk30
+Provides:   docbk31
+Provides:   docbook_3-dtd
 Obsoletes:  docbk30
 Requires:   docbook_4
-Recommends: iso_ent
+Requires:   iso_ent
 %define regcat /usr/bin/sgml-register-catalog
 PreReq: %{regcat} /usr/bin/xmlcatalog
 Summary:DocBook DTD 3.x





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



commit odt2txt for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package odt2txt for openSUSE:Factory checked 
in at 2012-06-13 13:10:10

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


Package is "odt2txt", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/odt2txt/odt2txt.changes  2011-09-23 
02:15:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.odt2txt.new/odt2txt.changes 2012-06-13 
13:10:13.0 +0200
@@ -1,0 +2,5 @@
+Mon Feb 13 10:51:23 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ odt2txt.spec ++
--- /var/tmp/diff_new_pack.wH1fCE/_old  2012-06-13 13:10:14.0 +0200
+++ /var/tmp/diff_new_pack.wH1fCE/_new  2012-06-13 13:10:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package odt2txt
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   odt2txt
 Summary:Converter from OpenDocument Text to plain text
+License:GPL-2.0
 Group:  Productivity/Text/Convertors
 Version:0.4
-Release:1
-License:GPLv2
+Release:0
 Url:http://stosberg.net/odt2txt/
 # repacked to bz2 http://stosberg.net/odt2txt/odt2txt-%%{version}.tar.gz
 Source: %{name}-%{version}.tar.bz2

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



commit udev for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package udev for openSUSE:Factory checked in 
at 2012-06-13 13:03:33

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


Package is "udev", Maintainer is "rmila...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/udev/udev.changes2012-04-23 
09:18:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.udev.new/udev.changes   2012-06-13 
13:03:34.0 +0200
@@ -1,0 +2,18 @@
+Wed Jun  6 09:52:26 UTC 2012 - rmila...@suse.com
+
+- Reinstate TIMEOUT= handling. (bnc#753734)
+   add: 0001-Reinstate-TIMEOUT-handling.patch
+- Added several patches from upstream:
+   add: 0002-udev-limit-minimum-worker-count-to-16.patch
+   add: 0003-keymaps-keyboard-force-release-fix-shebang.patch
+   add: 0004-rules-Limit-USB-autosuspend-on-USB-HID-devices.patch
+   add: 0005-keymap-support-for-Lenovo-IdeaPad-Z570-keyboard.patch
+   add: 0006-keymap-Add-Mio-N890.patch
+   add: 0007-udev-path_id-add-cciss-support.patch
+   add: 0008-udev-path_id-skip-PCI-only-parents-for-block-devices.patch
+   add: 0009-keymap-Add-HP-Compaq-Presario-CQ.patch
+   add: 0010-keymap-Add-Dell-XPS-force-release-quirk.patch
+   add: 0011-keymap-Add-support-for-Lenovo-v480-touchpad-toggle-h.patch
+   add: 0012-keymap-Add-Samsung-90X3A.patch
+
+---

New:

  0001-Reinstate-TIMEOUT-handling.patch
  0002-udev-limit-minimum-worker-count-to-16.patch
  0003-keymaps-keyboard-force-release-fix-shebang.patch
  0004-rules-Limit-USB-autosuspend-on-USB-HID-devices.patch
  0005-keymap-support-for-Lenovo-IdeaPad-Z570-keyboard.patch
  0006-keymap-Add-Mio-N890.patch
  0007-udev-path_id-add-cciss-support.patch
  0008-udev-path_id-skip-PCI-only-parents-for-block-devices.patch
  0009-keymap-Add-HP-Compaq-Presario-CQ.patch
  0010-keymap-Add-Dell-XPS-force-release-quirk.patch
  0011-keymap-Add-support-for-Lenovo-v480-touchpad-toggle-h.patch
  0012-keymap-Add-Samsung-90X3A.patch



Other differences:
--
++ udev.spec ++
--- /var/tmp/diff_new_pack.o9MAl3/_old  2012-06-13 13:03:37.0 +0200
+++ /var/tmp/diff_new_pack.o9MAl3/_new  2012-06-13 13:03:37.0 +0200
@@ -52,6 +52,30 @@
 Source60:   boot.udev
 # PATCH-FIX-OPENSUSE move-udevd-and-udevadm-back-to-sbin.patch
 Patch0: move-udevd-and-udevadm-back-to-sbin.patch
+# PATCH-FIX-OPENSUSE 0001-Reinstate-TIMEOUT-handling.patch
+Patch1: 0001-Reinstate-TIMEOUT-handling.patch
+# PATCH-FIX-UPSTREAM 0002-udev-limit-minimum-worker-count-to-16.patch
+Patch2: 0002-udev-limit-minimum-worker-count-to-16.patch
+# PATCH-FIX-UPSTREAM 0003-keymaps-keyboard-force-release-fix-shebang.patch
+Patch3: 0003-keymaps-keyboard-force-release-fix-shebang.patch
+# PATCH-FIX-UPSTREAM 0004-rules-Limit-USB-autosuspend-on-USB-HID-devices.patch
+Patch4: 0004-rules-Limit-USB-autosuspend-on-USB-HID-devices.patch
+# PATCH-FIX-UPSTREAM 0005-keymap-support-for-Lenovo-IdeaPad-Z570-keyboard.patch
+Patch5: 0005-keymap-support-for-Lenovo-IdeaPad-Z570-keyboard.patch
+# PATCH-FIX-UPSTREAM 0006-keymap-Add-Mio-N890.patch
+Patch6: 0006-keymap-Add-Mio-N890.patch
+# PATCH-FIX-UPSTREAM 0007-udev-path_id-add-cciss-support.patch
+Patch7: 0007-udev-path_id-add-cciss-support.patch
+# PATCH-FIX-UPSTREAM 
0008-udev-path_id-skip-PCI-only-parents-for-block-devices.patch
+Patch8: 0008-udev-path_id-skip-PCI-only-parents-for-block-devices.patch
+# PATCH-FIX-UPSTREAM 0009-keymap-Add-HP-Compaq-Presario-CQ.patch
+Patch9: 0009-keymap-Add-HP-Compaq-Presario-CQ.patch
+# PATCH-FIX-UPSTREAM 0010-keymap-Add-Dell-XPS-force-release-quirk.patch
+Patch10:0010-keymap-Add-Dell-XPS-force-release-quirk.patch
+# PATCH-FIX-UPSTREAM 
0011-keymap-Add-support-for-Lenovo-v480-touchpad-toggle-h.patch
+Patch11:0011-keymap-Add-support-for-Lenovo-v480-touchpad-toggle-h.patch
+# PATCH-FIX-UPSTREAM 0012-keymap-Add-Samsung-90X3A.patch
+Patch12:0012-keymap-Add-Samsung-90X3A.patch
 
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
@@ -121,6 +145,18 @@
 %setup -q
 # patching
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
 
 %build
 autoreconf -vfi
@@ -136,7 +172,6 @@
   --with-selinux \
   --with-systemdsystemunitdir=/lib/systemd/system \
   --enable-floppy \
-  --enable-udev_acl \
   CFLAGS="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 

++ 0001-Reinstate-TIMEOUT-handling.patch ++
Without treating events with timeouts specially some drivers would
cause a 30 seconds stall on boot: .

I also received reports o

commit libmusicbrainz4 for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package libmusicbrainz4 for openSUSE:Factory 
checked in at 2012-06-13 12:43:40

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


Package is "libmusicbrainz4", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libmusicbrainz4/libmusicbrainz4.changes  
2012-05-16 21:35:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmusicbrainz4.new/libmusicbrainz4.changes 
2012-06-13 12:43:48.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun 10 23:37:45 CEST 2012 - oher...@suse.de
+
+- Update to 4.0.3
+  Fix LMB-32 - Correctly ignore unrecognised nodes
+  Don't compile using -Werror when building from tarball
+
+---

Old:

  libmusicbrainz-4.0.2.tar.gz
  libmusicbrainz4.SecondaryType.patch

New:

  libmusicbrainz-4.0.3.tar.gz



Other differences:
--
++ libmusicbrainz4.spec ++
--- /var/tmp/diff_new_pack.P6vgXY/_old  2012-06-13 12:43:49.0 +0200
+++ /var/tmp/diff_new_pack.P6vgXY/_new  2012-06-13 12:43:49.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libmusicbrainz4
 %define _name   libmusicbrainz
-Version:4.0.2
+Version:4.0.3
 Release:0
 Summary:Library That Provides Access to the MusicBrainz Server
 License:LGPL-2.1+
@@ -26,7 +26,6 @@
 Url:http://musicbrainz.org/doc/libmusicbrainz
 Source0:
https://github.com/downloads/metabrainz/libmusicbrainz/%{_name}-%{version}.tar.gz
 Source1:baselibs.conf
-Patch0: libmusicbrainz4.SecondaryType.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  neon-devel
@@ -60,7 +59,6 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-%patch0 -p1
 
 %build
 CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64"

++ libmusicbrainz-4.0.2.tar.gz -> libmusicbrainz-4.0.3.tar.gz ++
 3099 lines of diff (skipped)

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



commit gobject-introspection for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package gobject-introspection for 
openSUSE:Factory checked in at 2012-06-13 12:42:43

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/gobject-introspection/gobject-introspection.changes  
2012-04-20 15:16:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gobject-introspection.new/gobject-introspection.changes
 2012-06-13 12:42:45.0 +0200
@@ -1,0 +2,23 @@
+Wed Jun  6 15:17:10 UTC 2012 - dims...@opensuse.org
+
+- Update License tags (bnc#765472):
+  + The main/src package is LGPL-2.1+ and GPL-2.0+
+  + The library subpackages are LGPL-2.1+
+
+---
+Tue May 22 19:21:57 UTC 2012 - dims...@opensuse.org
+
+- Create new subpackage girepository-1_0, which contains the
+  *.typelib files. This allows to bump the soname of
+  libgirepository and being able to parallel install several
+  libgirepository without a file conflict on the typelib files.
+  This fixes bnc#684826.
+- Add a girepository-1_0 Requires to libgirepository-1_0-1, for the
+  above. The Requires is versioned with a >=, which is what allows
+  the parallel-installability.
+- Drop xz BuildRequires, as it now comes for free in the build
+  system.
+- Change rpm group of libgirepository-1_0-1 from
+  Development/Libraries/GNOME to System/Libraries.
+
+---



Other differences:
--
++ gobject-introspection.spec ++
--- /var/tmp/diff_new_pack.POSk14/_old  2012-06-13 12:42:46.0 +0200
+++ /var/tmp/diff_new_pack.POSk14/_new  2012-06-13 12:42:46.0 +0200
@@ -21,7 +21,7 @@
 Release:0
 # FIXME: when bgo#629930 gets fixed, move the appropriate pkg-config files to 
the main package and rename the devel package to libgirepository-devel
 Summary:GObject Introspection Tools
-License:LGPL-2.1+
+License:LGPL-2.1+ and GPL-2.0+
 Group:  Development/Libraries/GNOME
 Url:http://live.gnome.org/GObjectIntrospection
 Source0:
http://download.gnome.org/sources/gobject-introspection/1.32/%{name}-%{version}.tar.xz
@@ -40,8 +40,6 @@
 BuildRequires:  libtool
 BuildRequires:  python-devel
 BuildRequires:  python-xml
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(gobject-2.0)
 %if 0%{?BUILD_FROM_VCS}
@@ -58,17 +56,30 @@
 
 %package -n libgirepository-1_0-1
 Summary:GObject Introspection Library
-Group:  Development/Libraries/GNOME
+License:LGPL-2.1+
+Group:  System/Libraries
+Requires:   girepository-1_0 >= %{version}
+
+%description -n libgirepository-1_0-1
+The goal of the project is to describe the APIs and collect them in
+a uniform, machine readable format.
+
+%package -n girepository-1_0
+Summary:Base GObject Introspection Bindings
+License:LGPL-2.1+
+Group:  System/Libraries
+Requires:   libgirepository-1_0-1 >= %{version}
 # Provide typelib() symbols based on gobject-introspection-typelib.template
 # The template is checked during install if it matches the installed *.typelib 
files.
 %(cat %{S:3} | awk '{ print "Provides: " $0}')
 
-%description -n libgirepository-1_0-1
+%description -n girepository-1_0
 The goal of the project is to describe the APIs and collect them in
 a uniform, machine readable format.
 
 %package devel
 Summary:GObject Introspection Development Files
+License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
 # Note: the devel package requires the binaries, not just the library
 Requires:   %{name} = %{version}
@@ -151,7 +162,11 @@
 # not have to own it
 %dir %{_datadir}/gir-1.0
 %{_libdir}/libgirepository-1.0.so.*
-%{_libdir}/girepository-1.0/
+%dir %{_libdir}/girepository-1.0
+
+%files -n girepository-1_0
+%defattr(-,root,root)
+%{_libdir}/girepository-1.0/*.typelib
 
 %files devel
 %defattr(-,root,root)


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



commit postfix for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2012-06-13 12:42:33

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


Package is "postfix", Maintainer is "vark...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2012-05-09 
18:32:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes 2012-06-13 
12:42:35.0 +0200
@@ -1,0 +2,18 @@
+Mon Jun 11 09:51:22 UTC 2012 - vark...@suse.com
+
+- Bugfix (introduced Postfix 2.4): the event_drain() function
+  was comparing bitmasks incorrectly causing the program to
+  always wait for the full time limit. This error affected
+  the unused postkick command, but only after s/fifo/unix/
+  in master.cf.  File: util/events.c.
+
+-  Cleanup: laptop users have always been able to avoid
+   unnecessary disk spin-up by doing s/fifo/unix/ in master.cf
+   (this is currently not supported on Solaris systems).
+   However, to make this work reliably, the "postqueue -f"
+   command must wait until its requests have reached the pickup
+   and qmgr servers before closing the UNIX-domain request
+   sockets.  Files: postqueue/postqueue.c, postqueue/Makefile.in.
+ 
+
+---

Old:

  postfix-2.8.10.tar.bz2

New:

  postfix-2.8.11.tar.bz2



Other differences:
--
++ postfix.spec ++
--- /var/tmp/diff_new_pack.ol8eM6/_old  2012-06-13 12:42:38.0 +0200
+++ /var/tmp/diff_new_pack.ol8eM6/_new  2012-06-13 12:42:38.0 +0200
@@ -20,7 +20,7 @@
 Summary:A fast, secure, and flexible mailer
 License:IPL-1.0
 Group:  Productivity/Networking/Email/Servers
-Version:2.8.10
+Version:2.8.11
 Release:0
 Url:http://www.postfix.org/
 Source: %{name}-%{version}.tar.bz2
@@ -403,10 +403,6 @@
 ln -s /usr/sbin/SuSEconfig.postfix 
/sbin/conf.d/SuSEconfig.postfix
 fi
 fi
-# before fillup we need to fix something
-[ \! -f %{_sysconfdir}/sysconfig/%{name} ] || %{__sed} -i \
- -e "s/POSTFIX_SMTPD_SENDERNT_RESTRICTIONS/POSTFIX_SMTPD_SENDER_RESTRICTIONS/" 
\
- %{_sysconfdir}/sysconfig/%{name}
 %{fillup_and_insserv -y postfix}
 %{fillup_only -an mail}
 %if %suse_version > 1140

++ postfix-2.8.10.tar.bz2 -> postfix-2.8.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-2.8.10/HISTORY new/postfix-2.8.11/HISTORY
--- old/postfix-2.8.10/HISTORY  2012-04-24 19:35:34.0 +0200
+++ new/postfix-2.8.11/HISTORY  2012-05-21 00:06:35.0 +0200
@@ -16781,3 +16781,51 @@
a patch by Victor Duchovni.  Files: proto/TLS_README.html,
proto/postconf.proto, tls/tls.h, tls/tls_misc.c, tls/tls_client.c,
tls/tls_server.c.
+
+20120425
+
+   Workaround: bugs in 10-year old gcc versions break compilation
+   with #ifdef inside a macro invocation (NOT: definition).
+   Files: tls/tls.h, tls/tls_client.c, tls/tls_server.c.
+
+20120516
+
+   Workaround: apparently, FreeBSD 8.3 kqueue notifications
+   sometimes break when a dnsblog(8) process loses an accept()
+   race on a shared socket, resulting in repeated "connect to
+   private/dnsblog service: Connection refused" warnings.  This
+   condition is unique to dnsblog(8). The postscreen(8) daemon
+   closes a postscreen-to-dnsblog connection as soon as it
+   receives a dnsblog(8) reply, resulting in hundreds or
+   thousands of connection requests per second.  All other
+   multi-server daemons such as anvil(8) or proxymap(8) have
+   connection lifetimes ranging from 5s to 1000s depending on
+   server load.  The workaround is for dnsblog to use the
+   single_server driver instead of the multi_server driver.
+   This one-line code change eliminates the accept() race
+   without any Postfix performance impact.  Problem reported
+   by Sahil Tandon.  File: dnsblog/dnsblog.c.
+
+20120517
+
+   Workaround: to avoid crashes when the OpenSSL library is
+   updated without "postfix reload", the Postfix TLS session
+   cache ID now includes the OpenSSL library version number.
+   Note: this problem cannot be fixed in tlsmgr(8). Code by
+   Victor Duchovni. Files: tls/tls_server.c, tls_client.c.
+
+20120520
+
+   Bugfix (introduced Postfix 2.4): the event_drain() function
+   was comparing bitmasks incorrectly causing the program to
+   always wait for the full time limit. This error affected
+   the unused postkick command, but only after s/fifo/unix/
+   in master.cf.  File: util/events.c.
+
+