commit python-polib for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package python-polib for openSUSE:Factory
checked in at Thu Aug 18 00:06:58 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ python-polib/python-polib.changes   2011-08-15 09:57:07.0 +0200
@@ -0,0 +1,32 @@
+---
+Mon Aug 15 07:55:03 UTC 2011 - sasc...@suse.de
+
+- Spec file cleanup:
+  * Remove authors from description
+  * Much simpler docs generation and installation (don't install
+Makefile and reStructuredText sources)
+
+---
+Sun Aug 14 23:29:00 CEST 2011 - h...@urpla.net
+
+- install docs in the package doc dir
+
+---
+Sat Aug 13 11:58:29 CEST 2011 - h...@urpla.net
+
+- Release 0.7.0
+- create and package docs
+
+---
+Mon Sep 20 15:15:09 UTC 2010 - fcro...@novell.com
+
+- Release 0.5.3
+
+* Mon Feb 04 2008 - nagap...@gmail.com
+- polib 0.3.1
+* Thu Nov 08 2007 - nagap...@gmail.com
+- Updated URL
+* Wed Nov 07 2007 - nagap...@gmail.com
+- polib 0.3.0
+* Mon Jul 02 2007 - anagap...@novell.com
+- polib 0.1.0

calling whatdependson for head-i586


New:

  polib-0.7.0.tar.bz2
  python-polib.changes
  python-polib.spec



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

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



Name:   python-polib
Version:0.7.0
Release:1
Url:http://bitbucket.org/izi/polib/
Summary:A library to manipulate gettext files
License:X11/MIT
Group:  Productivity/Other
Source: polib-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-Sphinx
%if 0%{?suse_version}
BuildRequires:  fdupes
%py_requires
%if 0%{?suse_version} > 1110
BuildArch:  noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

%description
polib allows you to manipulate, create, modify gettext catalogs (.pot, .po and
binary .mo files). You can load existing files, iterate through it's entries,
add, modify entries, comments or metadata, etc... or create new po/pot files
from scratch.

polib provides a simple and pythonic API, exporting only two convenience
functions 'pofile' and 'mofile', and the 4 core classes: POFile, MOFile,
POEntry and MOEntry for creating new files/entries.

%package doc

Summary:A library to manipulate gettext files
Group:  Productivity/Other
Requires:   %{name} = %{version}

%description doc
polib allows you to manipulate, create, modify gettext catalogs (.pot, .po and
binary .mo files). You can load existing files, iterate through it's entries,
add, modify entries, comments or metadata, etc... or create new po/pot files
from scratch.

polib provides a simple and pythonic API, exporting only two convenience
functions 'pofile' and 'mofile', and the 4 core classes: POFile, MOFile,
POEntry and MOEntry for creating new files/entries.

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

%build
python setup.py build
pushd docs
make html
rm _build/html/.buildinfo
popd

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%if 0%{?suse_version}
%fdupes -s %{buildroot}/%{_prefix}
%endif

%check
sh ./runtests.sh

%files
%defattr(-,root,root)
%doc LICENSE CHANGELOG README.rst
%{python_sitelib}/*

%files doc
%defattr(-,root,root)
%doc docs/_build/html

%changelog





Remember to have fun...

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



commit python-matplotlib for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory
checked in at Thu Aug 18 00:05:47 CEST 2011.




--- python-matplotlib/python-matplotlib.changes 2011-02-07 22:24:10.0 
+0100
+++ python-matplotlib/python-matplotlib.changes 2011-08-15 02:01:00.0 
+0200
@@ -1,0 +2,5 @@
+Mon Aug 15 02:00:37 CEST 2011 - r...@suse.de
+
+- fix build for platform == linux3 
+
+---

calling whatdependson for head-i586


New:

  matplotlib-1.0.1-plot_directive.patch
  matplotlib-linux3.patch



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.2W5qS0/_old  2011-08-18 00:04:50.0 +0200
+++ /var/tmp/diff_new_pack.2W5qS0/_new  2011-08-18 00:04:50.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   python-matplotlib
 Version:1.0.1
-Release:1
+Release:8
 License:BSD
 Group:  Development/Libraries/Python
 
@@ -27,7 +27,9 @@
 Url:http://sourceforge.net/projects/matplotlib
 Source: matplotlib-%{version}.tar.bz2
 Source1:matplotlib-setup.cfg
-
+# This patch taken from upstream SVN and will not be needed for releases later 
than 1.0.1
+Patch0: matplotlib-1.0.1-plot_directive.patch
+Patch1: matplotlib-linux3.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  fltk-devel
@@ -105,6 +107,8 @@
 
 %prep
 %setup -n matplotlib-%{version}
+%patch0 -p1
+%patch1
 chmod -x lib/matplotlib/mpl-data/images/*.svg
 
 %build

++ matplotlib-1.0.1-plot_directive.patch ++
diff -uNr matplotlib-1.0.1.orig/lib/matplotlib/sphinxext/plot_directive.py 
matplotlib-1.0.1/lib/matplotlib/sphinxext/plot_directive.py
--- matplotlib-1.0.1.orig/lib/matplotlib/sphinxext/plot_directive.py
2011-01-23 05:42:08.0 +0900
+++ matplotlib-1.0.1/lib/matplotlib/sphinxext/plot_directive.py 2011-01-23 
05:44:48.0 +0900
@@ -346,7 +346,7 @@
 del options['nofigs']
 
 formats = setup.config.plot_formats
-if type(formats) == str:
+if type(formats) == str or type(formats) == unicode:
 formats = eval(formats)
 
 fname = os.path.basename(plot_path)
++ matplotlib-linux3.patch ++
--- doc/mpl_examples/api/font_file.py
+++ doc/mpl_examples/api/font_file.py
@@ -17,7 +17,7 @@
 
 if sys.platform == 'win32':
 fpath = 'C:\\Windows\\Fonts\\Tahoma.ttf'
-elif sys.platform == 'linux2':
+elif sys.platform == 'linux2' or sys.platform == 'linux3':
 fonts = ['/usr/share/fonts/truetype/freefont/FreeSansBoldOblique.ttf',
   '/usr/share/fonts/truetype/ttf-liberation/LiberationSans-BoldItalic.ttf',
   '/usr/share/fonts/truetype/msttcorefonts/Comic_Sans_MS.ttf',
--- examples/api/font_file.py
+++ examples/api/font_file.py
@@ -17,7 +17,7 @@
 
 if sys.platform == 'win32':
 fpath = 'C:\\Windows\\Fonts\\Tahoma.ttf'
-elif sys.platform == 'linux2':
+elif sys.platform == 'linux2' or sys.platform == 'linux3':
 fonts = ['/usr/share/fonts/truetype/freefont/FreeSansBoldOblique.ttf',
   '/usr/share/fonts/truetype/ttf-liberation/LiberationSans-BoldItalic.ttf',
   '/usr/share/fonts/truetype/msttcorefonts/Comic_Sans_MS.ttf',
--- lib/mpl_examples/api/font_file.py
+++ lib/mpl_examples/api/font_file.py
@@ -17,7 +17,7 @@
 
 if sys.platform == 'win32':
 fpath = 'C:\\Windows\\Fonts\\Tahoma.ttf'
-elif sys.platform == 'linux2':
+elif sys.platform == 'linux2' or sys.platform == 'linux3':
 fonts = ['/usr/share/fonts/truetype/freefont/FreeSansBoldOblique.ttf',
   '/usr/share/fonts/truetype/ttf-liberation/LiberationSans-BoldItalic.ttf',
   '/usr/share/fonts/truetype/msttcorefonts/Comic_Sans_MS.ttf',
--- setupext.py
+++ setupext.py
@@ -53,6 +53,7 @@
 'linux2-hppa' : ['/usr/local', '/usr'],
 'linux2-mips' : ['/usr/local', '/usr'],
 'linux2-sparc' : ['/usr/local', '/usr'],
+'linux3' : ['/usr/local', '/usr'],
 'linux2' : ['/usr/local', '/usr'],
 'linux'  : ['/usr/local', '/usr',],
 'cygwin' : ['/usr/local', '/usr',],





Remember to have fun...

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



commit go-web.go for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package go-web.go for openSUSE:Factory
checked in at Thu Aug 18 00:04:37 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ go-web.go/go-web.go.changes 2011-08-13 12:19:01.0 +0200
@@ -0,0 +1,97 @@
+---
+Sat Aug 13 10:18:04 UTC 2011 - sasc...@gmx.de
+
+- Update to 13/08/2011 git version:
+  * Updates for Go r.59
+- Drop web.go-fix-weekly patch, merged upstream
+
+---
+Mon Jun 27 07:20:36 UTC 2011 - gra...@andtech.eu
+
+- Add patch to build against weekly 2011.06.23 api changes 
+
+---
+Wed Jun  8 15:33:33 UTC 2011 - sasc...@suse.de
+
+- Use new %go_disable_brp_strip_static_archive macro
+
+---
+Sun May 22 11:06:48 UTC 2011 - sasc...@gmx.de
+
+- Disable tests on Mandriva
+
+---
+Sat May 21 13:07:43 UTC 2011 - sasc...@gmx.de
+
+- Switch to %{go_make_test} macro
+
+---
+Fri May 20 13:11:48 UTC 2011 - sasc...@suse.de
+
+- Use Go RPM macros instead of custom ones
+- Use proper package versioning scheme (needs reinstall)
+- Drop provides/obsoletes of old package, needs reinstall anyway
+
+---
+Thu May 19 14:48:02 UTC 2011 - sasc...@suse.de
+
+- Removed rpmlintrc, not needed anymore
+
+---
+Thu May 19 12:34:27 UTC 2011 - sasc...@suse.de
+
+- Simpler build
+
+---
+Wed May 18 14:23:00 UTC 2011 - sasc...@suse.de
+
+- Disable tests for Mandriva
+- Also disable brp-strip-static-archive on RHEL and CentOS
+
+---
+Wed May 18 13:38:11 UTC 2011 - sasc...@suse.de
+
+- Don't require 'go'
+- Disable brp-strip-static-archive on Fedora, breaks build
+- Provide devel and devel-static packages
+- Remove devel-file-in-non-devel-package rpmlint filter
+
+---
+Wed May 18 12:56:21 UTC 2011 - sasc...@suse.de
+
+- Update to 18/05/2011 mercurial version
+- Run tests
+
+---
+Mon Mar 21 15:14:30 UTC 2011 - sasc...@suse.de
+
+- Removed authors from description
+- Removed pkg_version macro, use %%{version} directly
+
+---
+Wed Mar  9 13:12:27 UTC 2011 - gra...@andtech.eu
+
+- Updates to work with latest 20110307 release
+- Use net/textproto MIMEHeader.Get()
+- Type assert the http.ResponseWriter into a Hijacker on Close()
+
+---
+Tue Mar  1 14:33:41 UTC 2011 - gra...@andtech.eu
+
+- Update to 28/02/2011 upstream version 
+
+---
+Wed Feb  9 10:10:00 UTC 2011 - sasc...@suse.de
+
+- Update to 09/02/2011 upstream version
+
+---
+Thu Dec  2 08:19:10 UTC 2010 - speili...@novell.com
+
+- Update to 02/12/2010 upstream version
+
+---
+Mon Nov  8 21:57:34 UTC 2010 - speili...@novell.com
+
+- Initial commit
+

calling whatdependson for head-i586


New:

  go-web.go.changes
  go-web.go.spec
  web.go-0.0.0+git20110813.tar.bz2



Other differences:
--
++ go-web.go.spec ++
#
# spec file for package go-web.go
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c), 2011, Sascha Peilicke 
#
# 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:   go-web.go
Version:0.0.0+git20110813
Release:1
Summary:A simple framework to write webapps in Go
Group:  Development/Languages/Other
License:MIT
Url:http://github.com/hoisie/web.go
Source0:web.go-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  

commit go-mustache.go for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package go-mustache.go for openSUSE:Factory
checked in at Thu Aug 18 00:03:23 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ go-mustache.go/go-mustache.go.changes   2011-08-15 11:10:49.0 
+0200
@@ -0,0 +1,72 @@
+---
+Mon Aug 15 09:09:04 UTC 2011 - sasc...@suse.de
+
+- Update license to MIT (from BSD), fixes bnc#712213
+
+---
+Sat Aug 13 10:13:31 UTC 2011 - sasc...@gmx.de
+
+- Update to 13/08/2011 git version:
+  * Updates for Go r59
+  * Properly handle the case where struct pointers are nil
+  * Double-bracket variables, {{var}}, are now HTML-escaping by default,
+and triple-bracket vars, {{{var}}}, are raw
+  * Remove workaround for relection table bug since it's been fixed
+
+---
+Wed Jun  8 15:30:56 UTC 2011 - sasc...@suse.de
+
+- Use new %go_disable_brp_strip_static_archive macro
+
+---
+Fri May 20 13:01:03 UTC 2011 - sasc...@suse.de
+
+- Use Go RPM macros instead of custom ones
+- Use proper package versioning scheme (needs reinstall)
+- Drop provides/obsoletes of old package, needs reinstall anyway
+
+---
+Thu May 19 14:45:17 UTC 2011 - sasc...@suse.de
+
+- Remove rpmlintrc, not needed anymore
+
+---
+Thu May 19 12:10:08 UTC 2011 - sasc...@suse.de
+
+- Simpler build
+
+---
+Thu May 19 06:47:54 UTC 2011 - sasc...@suse.de
+
+- Disable brp-strip-static-archive also on RHEL and CentOS
+
+---
+Wed May 18 14:50:28 UTC 2011 - sasc...@suse.de
+
+- Disable tests also for RHEL, CentOS and Mandriva
+
+---
+Wed May 18 13:28:35 UTC 2011 - sasc...@suse.de
+
+- Don't require 'go'
+- Disable brp-strip-static-archive on Fedora, breaks build
+- Provide devel and devel-static packages
+- Remove devel-file-in-non-devel-package rpmlint filter
+
+---
+Wed May 18 12:53:13 UTC 2011 - sasc...@suse.de
+
+- Update to 18/05/2011 mercurial version
+- Run tests
+
+---
+Mon Mar 21 15:22:50 UTC 2011 - sasc...@suse.de
+
+- Removed authors from description
+- Removed pkg_version macro, use %%{version} directly
+
+---
+Tue Nov  9 18:37:55 UTC 2010 - sasc...@gmx.de
+
+- Initial commit
+

calling whatdependson for head-i586


New:

  go-mustache.go.changes
  go-mustache.go.spec
  mustache.go-0.0.0+git20110813.tar.bz2



Other differences:
--
++ go-mustache.go.spec ++
#
# spec file for package go-mustache.go
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c), 2010, Sascha Peilicke 
#
# 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:   go-mustache.go
Version:0.0.0+git20110813
Release:1
Summary:The mustache template language in Go
Group:  Development/Languages/Other
License:MIT
Url:http://github.com/hoisie/mustache.go
Source0:mustache.go-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  go-devel
%{go_provides}
%{go_requires}
%{go_disable_brp_strip_static_archive}

%description
mustache.go is an implementation of the mustache template language in Go. It
is better suited for website templates than Go's native pkg/template.
mustache.go is fast, it parses templates efficiently and stores them in a
tree-like structure which allows for fast execution.

%prep
%setup -q -n mustache.go

%build

%install
%{go_make_install}

%files
%defattr(-,root,root,-)
%doc LICENSE Readme.md
%{go_sitearch}/*

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.o

commit go-httplib.go for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package go-httplib.go for openSUSE:Factory
checked in at Thu Aug 18 00:02:04 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ go-httplib.go/go-httplib.go.changes 2011-06-27 09:41:33.0 +0200
@@ -0,0 +1,10 @@
+---
+Mon Jun 27 07:41:46 UTC 2011 - gra...@andtech.eu
+
+- patch to build against weekly 2011.06.23
+
+---
+Fri Jun 24 12:18:37 UTC 2011 - sasc...@suse.de
+
+- Initial version
+

calling whatdependson for head-i586


New:

  go-httplib.go.changes
  go-httplib.go.spec
  httplib.go-0.0.0+git20110624.tar.bz2
  httplib.go-fix-for-weekly-2011.06.23.patch



Other differences:
--
++ go-httplib.go.spec ++
#
# spec file for package go-httplib.go
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c), 2011, Sascha Peilicke 
#
# 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:   go-httplib.go
Version:0.0.0+git20110624
Release:1
Summary:A simple, low-level http library for Go
Group:  Development/Languages/Other
License:MIT
Url:https://github.com/hoisie/httplib.go
Source0:httplib.go-%{version}.tar.bz2
Patch0: httplib.go-fix-for-weekly-2011.06.23.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  go-devel
%{go_provides}
%{go_requires}
%{go_disable_brp_strip_static_archive}

%description
httplib.go is a simple extension of Go's http client that provides keep-alive
connections and generic requests. This is a small usage example:

//get the google home page
c := new(httplib.Client)
resp, err := c.Request ("http://google.com";, "GET", nil, "")
data := ioutil.ReadAll( resp.Body )
println(string(data))

%prep
%setup -q -n httplib.go
%patch0 -p1

%build

%install
%{go_make_install}

#%%check
#%%{go_make_test}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Readme.md LICENSE
%{go_sitearch}/*

%changelog
++ httplib.go-fix-for-weekly-2011.06.23.patch ++
diff --git a/httplib.go b/httplib.go
index 20ce18e..82e1e6a 100644
--- a/httplib.go
+++ b/httplib.go
@@ -90,7 +90,9 @@ func Get(url string) *HttpRequestBuilder {
 var req http.Request
 req.Method = "GET"
 req.Header = http.Header{}
-req.UserAgent = defaultUserAgent
+req.Header = http.Header{  
+"User-Agent": {defaultUserAgent},
+}
 return &HttpRequestBuilder{url, &req, nil, map[string]string{}}
 }
 
@@ -98,7 +100,9 @@ func Post(url string) *HttpRequestBuilder {
 var req http.Request
 req.Method = "POST"
 req.Header = http.Header{}
-req.UserAgent = defaultUserAgent
+req.Header = http.Header{
+"User-Agent": {defaultUserAgent},
+}
 return &HttpRequestBuilder{url, &req, nil, map[string]string{}}
 }
 
@@ -106,7 +110,9 @@ func Put(url string) *HttpRequestBuilder {
 var req http.Request
 req.Method = "PUT"
 req.Header = http.Header{}
-req.UserAgent = defaultUserAgent
+req.Header = http.Header{
+"User-Agent": {defaultUserAgent},
+}
 return &HttpRequestBuilder{url, &req, nil, map[string]string{}}
 }
 
@@ -114,7 +120,9 @@ func Delete(url string) *HttpRequestBuilder {
 var req http.Request
 req.Method = "DELETE"
 req.Header = http.Header{}
-req.UserAgent = defaultUserAgent
+req.Header = http.Header{
+"User-Agent": {defaultUserAgent},
+}
 return &HttpRequestBuilder{url, &req, nil, map[string]string{}}
 }
 





Remember to have fun...

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



commit go-go-gtk for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package go-go-gtk for openSUSE:Factory
checked in at Thu Aug 18 00:00:56 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ go-go-gtk/go-go-gtk.changes 2011-06-14 21:23:30.0 +0200
@@ -0,0 +1,57 @@
+---
+Tue Jun 14 19:19:20 UTC 2011 - sasc...@gmx.de
+
+- Update to 14/06/2011 git version
+  * Use Pack2
+
+---
+Fri Jun 10 08:43:41 UTC 2011 - sasc...@suse.de
+
+- Update to 10/06/2011 git version
+  * More complete GtkTreeSelection
+  * Typo and example fixes
+  * Made goinstall-able
+- Added LGPLv2+ license
+
+---
+Wed Jun  8 15:23:57 UTC 2011 - sasc...@suse.de
+
+- Use new %go_disable_brp_strip_static_archive macro
+
+---
+Sun May 22 13:05:27 UTC 2011 - sasc...@gmx.de
+
+- Fixed gtksourceview dependencies on different distro versions
+
+---
+Fri May 20 12:34:27 UTC 2011 - sasc...@suse.de
+
+- Use Go RPM macros instead of custom ones
+- Use proper package versioning scheme (needs reinstall)
+- Drop provides/obsoletes of old package, needs reinstall anyway
+
+---
+Thu May 19 14:34:46 UTC 2011 - sasc...@suse.de
+
+- Remove rpmlintrc, not needed anymore
+
+---
+Thu May 19 13:03:58 UTC 2011 - sasc...@suse.de
+
+- Simpler build
+- Don't require 'go'
+- Disable brp-strip-static-archive on Fedora, RHEL and CentOS
+- Provide devel and devel-static packages
+- Remove devel-file-in-non-devel-package rpmlint filter
+
+---
+Mon Mar 21 15:21:10 UTC 2011 - sasc...@suse.de
+
+- Removed authors from description
+- Removed pkg_version macro, use %%{version} directly
+
+---
+Tue Nov  9 21:40:51 UTC 2010 - speili...@novell.com
+
+- Initial commit
+

calling whatdependson for head-i586


New:

  go-go-gtk.changes
  go-go-gtk.spec
  go-gtk-0.0.0+git20110614.tar.bz2



Other differences:
--
++ go-go-gtk.spec ++
#
# spec file for package go-go-gtk
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c), 2011, Sascha Peilicke 
#
# 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:   go-go-gtk
Version:0.0.0+git20110614
Release:1
Summary:Go bindings for GTK
Group:  Development/Languages/Other
License:BSD ; LGPLv2+
Url:http://github.com/mattn/go-gtk
Source0:go-gtk-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  go-devel
BuildRequires:  gtk2-devel
%if 0%{?suse_version} && 0%{?suse_version} <= 1140
BuildRequires:  gtksourceview-devel
%else
%if 0%{?mandriva_version} && 0%{?mandriva_version} <= 201010
BuildRequires:  gtksourceview-devel
%else
%if 0%{?rhel_version} && 0%{?rhel_version} < 600
BuildRequires:  gtksourceview-devel
%else
BuildRequires:  gtksourceview2-devel
%endif
%endif
%endif
BuildRequires:  pango-devel
%{go_provides}
%{go_requires}
%{go_disable_brp_strip_static_archive}

%description
GTK bindingins for the Go programming language.

%prep
%setup -q -n go-gtk

%build

%install
%{go_make_install}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README.md TODO example data
%{go_sitearch}/*

%changelog





Remember to have fun...

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



commit mozilla-xulrunner192 for openSUSE:11.4

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner192 for 
openSUSE:11.4
checked in at Wed Aug 17 18:27:28 CEST 2011.




--- 
old-versions/11.4/UPDATES/all/mozilla-xulrunner192/mozilla-xulrunner192.changes 
2011-06-21 18:46:52.0 +0200
+++ 11.4/mozilla-xulrunner192/mozilla-xulrunner192.changes  2011-08-16 
23:20:12.0 +0200
@@ -1,0 +2,23 @@
+Fri Aug  5 09:35:34 UTC 2011 - w...@rosenauer.org
+
+- security update to 1.9.2.20 (bnc#712224)
+  fixed security issues MFSA 2011-30
+  * CVE-2011-2982
+Miscellaneous memory safety hazards
+  * CVE-2011-0084 (bmo#648094)
+Crash in SVGTextElement.getCharNumAtPosition()
+  * CVE-2011-2981
+Privilege escalation using event handlers
+  * CVE-2011-2378 (bmo#572129)
+Privilege escalation dropping a tab element in content area
+  * CVE-2011-2980 (bmo#642469)
+Binary planting vulnerability in ThinkPadSensor::Startup
+  * CVE-2011-2983 (bmo#626297)
+Private data leakage using RegExp.input
+- added mozilla-implicit-declarations.patch to fix rpmlint/gcc
+  checks
+- added mozilla-curl.patch to remove obsolete header dependency
+- added mozilla-linux3.patch to make python symbol dumper aware
+  of the "linux3" platform
+
+---

calling whatdependson for 11.4-i586


Old:

  l10n-1.9.2.18.tar.bz2
  xulrunner-source-1.9.2.18.tar.bz2

New:

  l10n-1.9.2.20.tar.bz2
  mozilla-curl.patch
  mozilla-implicit-declarations.patch
  mozilla-linux3.patch
  xulrunner-source-1.9.2.20.tar.bz2



Other differences:
--
++ mozilla-xulrunner192.spec ++
--- /var/tmp/diff_new_pack.vQRM1Y/_old  2011-08-17 18:26:49.0 +0200
+++ /var/tmp/diff_new_pack.vQRM1Y/_new  2011-08-17 18:26:49.0 +0200
@@ -39,12 +39,12 @@
 BuildRequires:  wireless-tools
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2+
-Version:1.9.2.18
+Version:1.9.2.20
 Release:1.
-%define releasedate 2011061300
-%define version_internal 1.9.2.18
+%define releasedate 2011080400
+%define version_internal 1.9.2.20
 %define apiversion 1.9.2
-%define uaweight 192180
+%define uaweight 192200
 Summary:Mozilla Runtime Environment 1.9.2
 Url:http://www.mozilla.org
 Group:  Productivity/Other
@@ -88,6 +88,9 @@
 Patch18:mozilla-prlog.patch
 Patch19:mozilla-ntlm-full-path.patch
 Patch20:mozilla-gcc46.patch
+Patch21:mozilla-implicit-declarations.patch
+Patch22:mozilla-curl.patch
+Patch23:mozilla-linux3.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   mozilla-js192 = %{version}
 Requires(post):  update-alternatives coreutils
@@ -241,6 +244,9 @@
 %patch18 -p1
 %patch19 -p1
 %patch20 -p1
+%patch21 -p1
+%patch22 -p1
+%patch23 -p1
 
 %build
 %if %suse_version >= 1110

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.vQRM1Y/_old  2011-08-17 18:26:49.0 +0200
+++ /var/tmp/diff_new_pack.vQRM1Y/_new  2011-08-17 18:26:49.0 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG="FIREFOX_3_6_18_RELEASE"
-VERSION="1.9.2.18"
+RELEASE_TAG="FIREFOX_3_6_20_RELEASE"
+VERSION="1.9.2.20"
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla

++ l10n-1.9.2.18.tar.bz2 -> l10n-1.9.2.20.tar.bz2 ++
old-versions/11.4/UPDATES/all/mozilla-xulrunner192/l10n-1.9.2.18.tar.bz2 
11.4/mozilla-xulrunner192/l10n-1.9.2.20.tar.bz2 differ: char 11, line 1

++ mozilla-curl.patch ++
# HG changeset patch
# User Evan Shaw 
# Parent 2d4a2ce9f921163094c9a29c776b2a6e986febe2
bug 673072 - remove deprecated curl header curl/types.h from Breakpad includes. 
r=ted

diff --git a/config/system-headers b/config/system-headers
--- a/config/system-headers
+++ b/config/system-headers
@@ -198,17 +198,16 @@ crt_externs.h
 crypt.h
 cstdio
 cstdlib
 cstring
 ctime
 ctype.h
 curl/curl.h
 curl/easy.h
-curl/types.h
 curses.h
 cxxabi.h
 DateTimeUtils.h
 dbus/dbus.h
 dbus/dbus-glib.h
 dbus/dbus-glib-lowlevel.h
 ddeml.h
 Debug.h
diff --git a/js/src/config/system-headers b/js/src/config/system-headers
--- a/js/src/config/system-headers
+++ b/js/src/config/system-headers
@@ -198,17 +198,16 @@ crt_externs.h
 crypt.h
 cstdio
 cstdlib
 cstring
 ctime
 ctype.h
 curl/curl.h
 curl/easy.h
-curl/types.h
 curses.h
 cxxabi.h
 DateTimeUtils.h
 dbus/dbus.h
 dbus/dbus-glib.h
 dbus/dbus-glib-lowlevel.h
 ddeml.h
 Debug.h
diff --git 
a/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc 
b/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc
--- a/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc
+++ b/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc
@@ -26,17 +26,16 @@
 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 // (INCLUDING NEGLIGENCE OR

commit MozillaFirefox for openSUSE:11.3

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:11.3
checked in at Wed Aug 17 18:23:15 CEST 2011.




--- old-versions/11.3/UPDATES/all/MozillaFirefox/MozillaFirefox.changes 
2011-06-21 18:47:33.0 +0200
+++ 11.3/MozillaFirefox/MozillaFirefox.changes  2011-08-16 23:19:52.0 
+0200
@@ -1,0 +2,18 @@
+Fri Aug  5 09:37:39 UTC 2011 - w...@rosenauer.org
+
+- security update to 3.6.20 (bnc#712224)
+  fixed security issues MFSA 2011-30
+  * CVE-2011-2982
+Miscellaneous memory safety hazards
+  * CVE-2011-0084 (bmo#648094)
+Crash in SVGTextElement.getCharNumAtPosition()
+  * CVE-2011-2981
+Privilege escalation using event handlers
+  * CVE-2011-2378 (bmo#572129)
+Privilege escalation dropping a tab element in content area
+  * CVE-2011-2980 (bmo#642469)
+Binary planting vulnerability in ThinkPadSensor::Startup
+  * CVE-2011-2983 (bmo#626297)
+Private data leakage using RegExp.input
+
+---

calling whatdependson for 11.3-i586


Old:

  firefox-3.6.18-source.tar.bz2
  l10n-3.6.18.tar.bz2

New:

  firefox-3.6.20-source.tar.bz2
  l10n-3.6.20.tar.bz2



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.jfW2Ny/_old  2011-08-17 18:22:49.0 +0200
+++ /var/tmp/diff_new_pack.jfW2Ny/_new  2011-08-17 18:22:49.0 +0200
@@ -24,7 +24,7 @@
 Name:   MozillaFirefox
 %define xulrunner mozilla-xulrunner192
 BuildRequires:  autoconf213 gcc-c++ libcurl-devel libgnomeui-devel 
libidl-devel libnotify-devel python unzip update-desktop-files zip
-BuildRequires:  %{xulrunner}-devel = 1.9.2.18
+BuildRequires:  %{xulrunner}-devel = 1.9.2.20
 %if %suse_version > 1020
 BuildRequires:  fdupes
 %endif
@@ -34,13 +34,13 @@
 BuildRequires:  wireless-tools
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2+
-Version:%mainver.18
+Version:%mainver.20
 Release:0.
 Provides:   web_browser
 Provides:   firefox = %{mainver}
 Provides:   firefox = %{version}-%{release}
 Provides:   firefox = %{version}
-%define releasedate 2011061300
+%define releasedate 2011080400
 Summary:Mozilla Firefox Web Browser
 Url:http://www.mozilla.org/
 Group:  Productivity/Networking/Web/Browsers

++ firefox-3.6.18-source.tar.bz2 -> firefox-3.6.20-source.tar.bz2 ++
old-versions/11.3/UPDATES/all/MozillaFirefox/firefox-3.6.18-source.tar.bz2 
11.3/MozillaFirefox/firefox-3.6.20-source.tar.bz2 differ: char 11, line 1


++ l10n-3.6.18.tar.bz2 -> l10n-3.6.20.tar.bz2 ++
old-versions/11.3/UPDATES/all/MozillaFirefox/l10n-3.6.18.tar.bz2 
11.3/MozillaFirefox/l10n-3.6.20.tar.bz2 differ: char 11, line 1






Remember to have fun...

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



commit mozilla-xulrunner192 for openSUSE:11.3

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner192 for 
openSUSE:11.3
checked in at Wed Aug 17 18:22:23 CEST 2011.




--- 
old-versions/11.3/UPDATES/all/mozilla-xulrunner192/mozilla-xulrunner192.changes 
2011-06-21 18:46:52.0 +0200
+++ 11.3/mozilla-xulrunner192/mozilla-xulrunner192.changes  2011-08-16 
23:20:12.0 +0200
@@ -1,0 +2,23 @@
+Fri Aug  5 09:35:34 UTC 2011 - w...@rosenauer.org
+
+- security update to 1.9.2.20 (bnc#712224)
+  fixed security issues MFSA 2011-30
+  * CVE-2011-2982
+Miscellaneous memory safety hazards
+  * CVE-2011-0084 (bmo#648094)
+Crash in SVGTextElement.getCharNumAtPosition()
+  * CVE-2011-2981
+Privilege escalation using event handlers
+  * CVE-2011-2378 (bmo#572129)
+Privilege escalation dropping a tab element in content area
+  * CVE-2011-2980 (bmo#642469)
+Binary planting vulnerability in ThinkPadSensor::Startup
+  * CVE-2011-2983 (bmo#626297)
+Private data leakage using RegExp.input
+- added mozilla-implicit-declarations.patch to fix rpmlint/gcc
+  checks
+- added mozilla-curl.patch to remove obsolete header dependency
+- added mozilla-linux3.patch to make python symbol dumper aware
+  of the "linux3" platform
+
+---

calling whatdependson for 11.3-i586


Old:

  l10n-1.9.2.18.tar.bz2
  xulrunner-source-1.9.2.18.tar.bz2

New:

  l10n-1.9.2.20.tar.bz2
  mozilla-curl.patch
  mozilla-implicit-declarations.patch
  mozilla-linux3.patch
  xulrunner-source-1.9.2.20.tar.bz2



Other differences:
--
++ mozilla-xulrunner192.spec ++
--- /var/tmp/diff_new_pack.AFa3Mj/_old  2011-08-17 18:21:55.0 +0200
+++ /var/tmp/diff_new_pack.AFa3Mj/_new  2011-08-17 18:21:55.0 +0200
@@ -39,12 +39,12 @@
 BuildRequires:  wireless-tools
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2+
-Version:1.9.2.18
+Version:1.9.2.20
 Release:1.
-%define releasedate 2011061300
-%define version_internal 1.9.2.18
+%define releasedate 2011080400
+%define version_internal 1.9.2.20
 %define apiversion 1.9.2
-%define uaweight 192180
+%define uaweight 192200
 Summary:Mozilla Runtime Environment 1.9.2
 Url:http://www.mozilla.org
 Group:  Productivity/Other
@@ -88,6 +88,9 @@
 Patch18:mozilla-prlog.patch
 Patch19:mozilla-ntlm-full-path.patch
 Patch20:mozilla-gcc46.patch
+Patch21:mozilla-implicit-declarations.patch
+Patch22:mozilla-curl.patch
+Patch23:mozilla-linux3.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   mozilla-js192 = %{version}
 Requires(post):  update-alternatives coreutils
@@ -241,6 +244,9 @@
 %patch18 -p1
 %patch19 -p1
 %patch20 -p1
+%patch21 -p1
+%patch22 -p1
+%patch23 -p1
 
 %build
 %if %suse_version >= 1110

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.AFa3Mj/_old  2011-08-17 18:21:55.0 +0200
+++ /var/tmp/diff_new_pack.AFa3Mj/_new  2011-08-17 18:21:55.0 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG="FIREFOX_3_6_18_RELEASE"
-VERSION="1.9.2.18"
+RELEASE_TAG="FIREFOX_3_6_20_RELEASE"
+VERSION="1.9.2.20"
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla

++ l10n-1.9.2.18.tar.bz2 -> l10n-1.9.2.20.tar.bz2 ++
old-versions/11.3/UPDATES/all/mozilla-xulrunner192/l10n-1.9.2.18.tar.bz2 
11.3/mozilla-xulrunner192/l10n-1.9.2.20.tar.bz2 differ: char 11, line 1

++ mozilla-curl.patch ++
# HG changeset patch
# User Evan Shaw 
# Parent 2d4a2ce9f921163094c9a29c776b2a6e986febe2
bug 673072 - remove deprecated curl header curl/types.h from Breakpad includes. 
r=ted

diff --git a/config/system-headers b/config/system-headers
--- a/config/system-headers
+++ b/config/system-headers
@@ -198,17 +198,16 @@ crt_externs.h
 crypt.h
 cstdio
 cstdlib
 cstring
 ctime
 ctype.h
 curl/curl.h
 curl/easy.h
-curl/types.h
 curses.h
 cxxabi.h
 DateTimeUtils.h
 dbus/dbus.h
 dbus/dbus-glib.h
 dbus/dbus-glib-lowlevel.h
 ddeml.h
 Debug.h
diff --git a/js/src/config/system-headers b/js/src/config/system-headers
--- a/js/src/config/system-headers
+++ b/js/src/config/system-headers
@@ -198,17 +198,16 @@ crt_externs.h
 crypt.h
 cstdio
 cstdlib
 cstring
 ctime
 ctype.h
 curl/curl.h
 curl/easy.h
-curl/types.h
 curses.h
 cxxabi.h
 DateTimeUtils.h
 dbus/dbus.h
 dbus/dbus-glib.h
 dbus/dbus-glib-lowlevel.h
 ddeml.h
 Debug.h
diff --git 
a/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc 
b/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc
--- a/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc
+++ b/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc
@@ -26,17 +26,16 @@
 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 // (INCLUDING NEGLIGENCE OR

commit pam_mount for openSUSE:11.4

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package pam_mount for openSUSE:11.4
checked in at Wed Aug 17 16:26:09 CEST 2011.




--- old-versions/11.4/all/pam_mount/pam_mount.changes   2011-02-14 
16:38:11.0 +0100
+++ 11.4/pam_mount/pam_mount.changes2011-08-10 13:02:28.0 +0200
@@ -1,0 +2,37 @@
+Wed Aug 10 11:00:29 UTC 2011 - jeng...@medozas.de
+
+- Add commit 2f8daad from upstream - call umount.crypt directly
+  from pam_mount.so while mount.crypt is having no support for
+  utab (bnc#671276); also add commit eb20a26 for better wording of
+  this situation.
+
+---
+Sun Aug  7 00:09:17 UTC 2011 - jeng...@medozas.de
+
+- Update to new upstream release 2.11
+* Allow specifying CIFS/NCP/NFS s without a
+  "server" attribute (this allows AD integration via pam_winbind)
+* Added a handful of diagnostics to umount.crypt to determine
+  failure to find vfsmounts
+* Use /run directory for our variadic data
+* pmt-ehd: Exclusively create LUKS partitions from now on
+
+---
+Fri Apr 15 11:21:08 UTC 2011 - jeng...@medozas.de
+
+- Update to new upstream release 2.10
+* loop-linux: wait for loop device deallocation to succeed
+* crypto: avoid premature attempt of unloading the loop device
+* mtab: cope with mtab-less systems in staleness check
+* mount.crypt: reduce mtab-less message from error to warning
+
+---
+Thu Apr  7 00:15:50 UTC 2011 - jeng...@medozas.de
+
+- Update to new upstream release 2.9
+* Support for mount --bind/--move
+* mount.crypt: warn about unwritable /etc/mtab
+- %VERSION should have been %%VERSION in post
+- Run spec-beautifier
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/pam_mount
Destination is old-versions/11.4/UPDATES/all/pam_mount
calling whatdependson for 11.4-i586


Old:

  29d23c4-fix-log-message.diff
  mount.encfs13
  pam_mount-2.8.tar.xz

New:

  2f8daad-call-umount-crypt-directly.diff
  eb20a26-utab-explain.diff
  pam_mount-2.11.tar.xz
  pam_mount-2.11.tar.xz.asc



Other differences:
--
++ pam_mount.spec ++
--- /var/tmp/diff_new_pack.sI9m0L/_old  2011-08-17 16:24:32.0 +0200
+++ /var/tmp/diff_new_pack.sI9m0L/_new  2011-08-17 16:24:32.0 +0200
@@ -15,37 +15,36 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   pam_mount
 BuildRequires:  perl-XML-Parser perl-XML-Writer
 BuildRequires:  libtool pam-devel >= 0.99 pkg-config >= 0.19
 BuildRequires:  libxml2-devel >= 2.6 openssl-devel >= 0.9.7
-BuildRequires:  libHX-devel >= 3.6
+BuildRequires:  libHX-devel >= 3.10.1
 BuildRequires:  libcryptsetup-devel >= 1.1.2
 Requires:   device-mapper >= 1.02.48
 BuildRequires:  linux-kernel-headers >= 2.6
 Summary:A PAM Module that can Mount Volumes for a User Session
-Version:2.8
-Release:2
+Version:2.11
+Release:2.
 # for fd0ssh and ofl:
 Suggests:   hxtools >= 20090116
 Recommends: cifs-mount
 # for mount:
 Requires:   util-linux
 License:LGPLv2.1+
-Prefix: /usr
 Group:  System/Libraries
-Source: %{name}-%{version}.tar.xz
-BuildRequires:  xz
+Source: %name-%version.tar.xz
+Source9:%name-%version.tar.xz.asc
+BuildRequires:  man xz
 Source1:convert_pam_mount_conf.pl
 Source2:convert_keyhash.pl
 Source3:mount.crypt
-Source4:mount.encfs13
 Source5:baselibs.conf
 Patch1: pam_mount-0.47-enable-logout-kill.dif
-Patch2: 29d23c4-fix-log-message.diff
+Patch2: eb20a26-utab-explain.diff
+Patch3: 2f8daad-call-umount-crypt-directly.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pam-mount.sf.net/
 Requires(post):coreutils, perl-XML-Writer, perl-XML-Parser
@@ -61,76 +60,67 @@
 mount call, such as encrypted volumes. This includes SMB/CIFS, FUSE,
 dm-crypt and LUKS.
 
-
+Author(s):
+--
+   Jan Engelhardt
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
+%patch -P 1 -P 2 -P 3 -p1
 
 %build
-%configure --with-slibdir=/%{_lib} %{?_with_selinux:--with-selinux}
-%{__make} %{?_smp_mflags}
+%configure --with-slibdir=/%_lib %{?_with_selinux:--with-selinux}
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR=${RPM_BUILD_ROOT}
+make install DESTDIR=%buildroot
 # Remove static and libtool version
-rm -f ${RPM_BUILD_ROOT}/%{_lib}/security/pam_mount.{a,la}
+rm -f %buildroot/%_lib/security/pam_mount.{a,la}
 #install the docs
-mkdir -p ${RPM_BUILD_ROOT}/%_docdir/%{name}/examples
-cp doc/bugs.txt doc/changelog.txt LICENSE* doc/faq.txt doc/todo.txt 
doc/options.txt doc/pam_mount.txt ${RPM_BUILD_R

commit util-linux for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory
checked in at Wed Aug 17 14:01:36 CEST 2011.




--- util-linux/util-linux.changes   2011-08-10 15:51:17.0 +0200
+++ /mounts/work_src_done/STABLE/util-linux/util-linux.changes  2011-08-17 
12:46:34.0 +0200
@@ -1,0 +2,12 @@
+Wed Aug 17 10:37:20 UTC 2011 - pu...@novell.com
+
+- update to util-linux-2.20-rc2 
+  - bugfixes
+- drop patches:
+  - util-linux-fix-manpages.patch
+  - util-linux-wall-build-with-pie.patch
+  - util-linux-2.20-rc1-agetty-fixes.patch
+  - util-linux-2.20-rc1-hexdump-segfault.patch
+  - util-linux-2.20-rc-fix-dmesg.patch
+
+---

calling whatdependson for head-i586


Old:

  util-linux-2.20-rc-fix-dmesg.patch
  util-linux-2.20-rc1-agetty-fixes.patch
  util-linux-2.20-rc1-hexdump-segfault.patch
  util-linux-2.20-rc1.tar.bz2
  util-linux-fix-manpages.patch
  util-linux-wall-build-with-pie.patch

New:

  util-linux-2.20-rc2.tar.bz2



Other differences:
--
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.ak1uxU/_old  2011-08-17 14:01:09.0 +0200
+++ /var/tmp/diff_new_pack.ak1uxU/_new  2011-08-17 14:01:09.0 +0200
@@ -19,7 +19,7 @@
 %define time_ver 1.7
 %define which_ver 2.20
 %define adjtimex_ver 1.28
-%define util_linux_tar_ver 2.20-rc1
+%define util_linux_tar_ver 2.20-rc2
 
 Name:   util-linux
 BuildRequires:  audit-devel
@@ -32,7 +32,7 @@
 BuildRequires:  readline-devel
 BuildRequires:  zlib-devel
 Version:2.19.91
-Release:2
+Release:4
 Url:http://kernel.org/~kzak/util-linux/
 Supplements:filesystem(minix)
 Provides:   fsck-with-dev-lock = %{version}
@@ -81,14 +81,7 @@
 Patch1: util-linux-2.12r-fdisk_remove_bogus_warnings.patch
 # crypto patch
 Patch2: util-linux-2.17.1-mount_losetup_crypto.patch
-Patch3: util-linux-fix-manpages.patch
-Patch4: util-linux-wall-build-with-pie.patch
-# bnc#711240 - squashed 4 upstream patches
-Patch5: util-linux-2.20-rc1-agetty-fixes.patch
-# bnc#710471
-Patch6: util-linux-2.20-rc-fix-dmesg.patch
-# bnc#710877
-Patch7: util-linux-2.20-rc1-hexdump-segfault.patch
+
 ##
 ## adjtimex
 ##
@@ -189,11 +182,6 @@
 %setup -q -a 9 -b 11 -b 12 -b 13 -n %{name}-%{util_linux_tar_ver}
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
 
 #
 cd adjtimex-*
@@ -458,7 +446,6 @@
 %defattr(-,root,root)
 %doc login-utils/README.poeigl
 %doc misc-utils/README.cal
-%doc misc-utils/README.namei
 %doc mount/README.mount
 %doc hwclock/README.hwclock
 %doc text-utils/README.col

++ util-linux-2.17.1-mount_losetup_crypto.patch ++
--- /var/tmp/diff_new_pack.ak1uxU/_old  2011-08-17 14:01:10.0 +0200
+++ /var/tmp/diff_new_pack.ak1uxU/_new  2011-08-17 14:01:10.0 +0200
@@ -38,10 +38,10 @@
  create mode 100644 mount/sha512.c
  create mode 100644 mount/sha512.h
 
-Index: util-linux-2.20-rc1/mount/Makefile.am
+Index: util-linux-2.20-rc2/mount/Makefile.am
 ===
 util-linux-2.20-rc1.orig/mount/Makefile.am
-+++ util-linux-2.20-rc1/mount/Makefile.am
+--- util-linux-2.20-rc2.orig/mount/Makefile.am
 util-linux-2.20-rc2/mount/Makefile.am
 @@ -7,7 +7,7 @@ sbin_PROGRAMS = losetup swapon
  dist_man_MANS = fstab.5 mount.8 swapoff.8 swapon.8 umount.8 losetup.8
  
@@ -51,10 +51,10 @@
  
  # generic header for mount and umount
  hdrs_mount = fstab.h mount_mntent.h mount_constants.h \
-Index: util-linux-2.20-rc1/mount/lomount.c
+Index: util-linux-2.20-rc2/mount/lomount.c
 ===
 util-linux-2.20-rc1.orig/mount/lomount.c
-+++ util-linux-2.20-rc1/mount/lomount.c
+--- util-linux-2.20-rc2.orig/mount/lomount.c
 util-linux-2.20-rc2/mount/lomount.c
 @@ -23,6 +23,12 @@
  #include "sundries.h"
  #include "xmalloc.h"
@@ -68,7 +68,7 @@
  
  #ifdef LOOP_SET_FD
  
-@@ -509,12 +515,22 @@ show_loop_fd(int fd, char *device) {
+@@ -510,12 +516,22 @@ show_loop_fd(int fd, char *device) {
  
if (loopinfo64.lo_encrypt_type ||
loopinfo64.lo_crypt_name[0]) {
@@ -94,7 +94,7 @@
}
printf("\n");
return 0;
-@@ -764,7 +780,7 @@ xgetpass(int pfd, const char *prompt) {
+@@ -765,7 +781,7 @@ xgetpass(int pfd, const char *prompt) {
}
  
if (pass == NULL)
@@ -103,7 +103,7 @@
  
pass[i] = 0;
return pass;
-@@ -778,6 +794,24 @@ digits_only(const char *s) {
+@@ -779,6 +795,24 @@ digits_only(const char *s) {
return 1;
  }
  
@@ -128,7 +128,7 @@
  /*
   * return codes:
   *0   - success
-@@ -786,10 +820,11 @@ digits_only(const char *s) {
+@@ -787,10 +821,11 @@ digits_only(const char *s) {
   */
  int
  set_loop(co

commit rkward for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package rkward for openSUSE:Factory
checked in at Wed Aug 17 10:55:31 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/rkward/rkward.changes  2011-06-30 
15:11:54.0 +0200
@@ -0,0 +1,13 @@
+---
+Thu Jun 30 13:10:15 UTC 2011 - detlef.ste...@gmx.de
+
+- Update for upstream new version 0.5.6
+  Submitrequest into Factory 
+
+---
+Mon May  9 07:09:30 UTC 2011 - detlef.ste...@gmx.de
+
+- First submitrequest of rkward into Factory
+  rkward  is a kde4 frontend for the statistical software R, which is part of
+  11.4 and Factory. 
+

calling whatdependson for head-i586


New:

  rkward-0.5.6.tar.gz
  rkward.changes
  rkward.spec



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

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



Name:   rkward
Version:0.5.6
Release:1
Summary:Graphical frontend for R language
Summary(fr):Interface graphique pour le langage R 

Group:  Productivity/Scientific/Math
License:GPL-2.0
Url:http://rkward.sourceforge.net/ 
Source0:
http://downloads.sourceforge.net/rkward/%{name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

BuildRequires:  R-base-devel desktop-file-utils gettext
BuildRequires:  cmake gcc-fortran libkde4-devel
BuildRequires:  update-desktop-files
BuildRequires:  kde4-filesystem
Requires:   R-base
Requires:   kdebase4-runtime

%description
RKWard aims to provide an easily extensible, easy to use IDE/GUI for the
R-project. RKWard tries to combine the power of the R-language with the
(relative) ease of use of commercial statistics tools. Long term plans
include integration with office suites

%description -l fr
RKWard fournis un environnement de développement graphique intégré
aisément extensible et simple d'utilisation. RKWard tente de
combiner la puissance du langage R et la (relative) simplicité d'utilisation
des outils statistiques commerciaux. L'objectif à long terme est de voir son
intégration dans les suites bureautiques.

%if %suse_version < 1120
%define _kde4_htmldir /usr/share/doc/kde/HTML/
%endif

%prep
%setup -q 

%build
%cmake_kde4 -d build
%make_jobs

%install
cd build
%makeinstall

desktop-file-install \
  --vendor="" \
  --dir=%{buildroot}%{kde4_datadir}/applications/kde4 \
  %{buildroot}%{_datadir}/applications/kde4/%{name}.desktop
%suse_update_desktop_file -n rkward

#This file is conflicting with the kdelibs one
rm -f $RPM_BUILD_ROOT%{_datadir}/kde4/apps/katepart/syntax/r.xml
# already in R-base package
rm -f $RPM_BUILD_ROOT%{_libdir}/R/library/R.css

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post
touch --no-create %{_datadir}/icons/locolor
touch --no-create %{_datadir}/icons/crystalsvg

%postun
touch --no-create %{_datadir}/icons/locolor
touch --no-create %{_datadir}/icons/crystalsvg

%files -f build/%{name}.lang
%defattr(-,root,root,-)
%doc README COPYING TODO AUTHORS
%doc %{_mandir}/man1/rkward.1.gz
%{_libdir}/R/library/%{name}/
%{_libdir}/R/library/rkwardtests/
%{_datadir}/applications/kde4/%{name}.desktop
%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svgz
%{_bindir}/%{name}
%{_libdir}/kde4/libexec/
%{_datadir}/kde4/apps/%{name}/
%{_datadir}/kde4/apps/katepart/syntax/%{name}.xml
%{_datadir}/kde4/config/%{name}.knsrc

%changelog





Remember to have fun...

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



commit nfs4-acl-tools for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package nfs4-acl-tools for openSUSE:Factory
checked in at Wed Aug 17 10:53:28 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/nfs4-acl-tools/nfs4-acl-tools.changes  
2011-08-17 08:17:39.0 +0200
@@ -0,0 +1,5 @@
+---
+Wed Aug 17 06:12:10 UTC 2011 - nfbr...@novell.com
+
+- Initial check-in of nfs4-acl-tools: FATE:312654
+

calling whatdependson for head-i586


New:

  nfs4-acl-tools-0.3.3-git4cb4187e83.tar.bz2
  nfs4-acl-tools.changes
  nfs4-acl-tools.spec



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

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



Name:   nfs4-acl-tools
Version:0.3.3
Release:1
Summary:Command line tools for managing ACLs over NFSv4
Group:  System/Filesystems
License:BSD3c(or similar) ; GPLv2 ; LGPLv2.1
Url:http://www.citi.umich.edu/projects/nfsv4/linux/

BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Source0:%{name}-%{version}-git4cb4187e83.tar.bz2

BuildRequires:  libtool
BuildRequires:  libattr-devel

%description
Command line tools for viewing and setting ACLs (Access Control Lists)
when using NFSv4 to access a remote filesystem. The remote filesystem
must also support ACLs.

%prep
%setup -q -n %{name}-%{version}-git4cb4187e83

%build
export CFLAGS="$RPM_OPT_FLAGS -fPIE"
export LDFLAGS="-pie"
make

%install
strip nfs4_getfacl/nfs4_getfacl
strip nfs4_setfacl/nfs4_setfacl
make DESTDIR=%{buildroot} install

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING INSTALL README TODO VERSION
%{_bindir}/nfs4_editfacl
%{_bindir}/nfs4_getfacl
%{_bindir}/nfs4_setfacl
%{_mandir}/man1/*
%{_mandir}/man5/*

%changelog





Remember to have fun...

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



commit systemd for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package systemd for openSUSE:Factory
checked in at Wed Aug 17 10:42:20 CEST 2011.




--- systemd/systemd.changes 2011-08-04 18:01:03.0 +0200
+++ /mounts/work_src_done/STABLE/systemd/systemd.changes2011-08-16 
19:15:13.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 16 17:02:27 UTC 2011 - fcro...@suse.com
+
+- Fix localfs.service to no cause cycle and starts it after
+  local-fs.target.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ systemd.spec ++
--- /var/tmp/diff_new_pack.CYVC5X/_old  2011-08-17 10:41:56.0 +0200
+++ /var/tmp/diff_new_pack.CYVC5X/_new  2011-08-17 10:41:56.0 +0200
@@ -22,7 +22,7 @@
 Name:   systemd
 Url:http://www.freedesktop.org/wiki/Software/systemd
 Version:33
-Release:7
+Release:9
 License:GPLv2+
 Group:  System/Base
 Summary:A System and Session Manager
@@ -105,6 +105,7 @@
 %if %{build_plymouth}
 
 %package plymouth
+
 License:GPLv2+
 Group:  System/Base
 Summary:Plymouth support for systemd

++ localfs.service ++
--- /var/tmp/diff_new_pack.CYVC5X/_old  2011-08-17 10:41:56.0 +0200
+++ /var/tmp/diff_new_pack.CYVC5X/_new  2011-08-17 10:41:56.0 +0200
@@ -1,5 +1,7 @@
 [Unit]
 Description=Shadow /etc/init.d/boot.localfs
+DefaultDependencies=no
+After=local-fs.target
 
 [Service]
 RemainAfterExit=true






Remember to have fun...

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



commit yast2-ycp-ui-bindings for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package yast2-ycp-ui-bindings for 
openSUSE:Factory
checked in at Wed Aug 17 10:41:15 CEST 2011.




--- yast2-ycp-ui-bindings/yast2-ycp-ui-bindings.changes 2011-04-19 
12:19:31.0 +0200
+++ 
/mounts/work_src_done/STABLE/yast2-ycp-ui-bindings/yast2-ycp-ui-bindings.changes
2011-08-16 17:28:52.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 16 17:23:11 CEST 2011 - tgoettlic...@suse.de
+
+- fixed bnc #711760: yast2 segfaults in second stage
+- V 2.21.2
+
+---

calling whatdependson for head-i586


Old:

  yast2-ycp-ui-bindings-2.21.1.tar.bz2

New:

  yast2-ycp-ui-bindings-2.21.2.tar.bz2



Other differences:
--
++ yast2-ycp-ui-bindings.spec ++
--- /var/tmp/diff_new_pack.gPz3DJ/_old  2011-08-17 10:40:13.0 +0200
+++ /var/tmp/diff_new_pack.gPz3DJ/_new  2011-08-17 10:40:13.0 +0200
@@ -19,16 +19,16 @@
 
 
 Name:   yast2-ycp-ui-bindings
-Version:2.21.1
+Version:2.21.2
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-ycp-ui-bindings-2.21.1.tar.bz2
+Source0:yast2-ycp-ui-bindings-2.21.2.tar.bz2
 
 Prefix: /usr
 
 Group:  System/YaST
-License:GPLv2+
+License:GPL v2 or later
 
 BuildRequires:  gcc-c++
 BuildRequires:  yast2-devtools
@@ -60,7 +60,7 @@
 modules are written).
 
 %package devel
-License:GPLv2+
+
 Requires:   yast2-ycp-ui-bindings = %version
 Group:  Development/Libraries
 Summary:YaST2 - YCP Bindings for the YaST2 User Interface Engine
@@ -79,7 +79,7 @@
 language in which most YaST2 modules are written).
 
 %prep
-%setup -n yast2-ycp-ui-bindings-2.21.1
+%setup -n yast2-ycp-ui-bindings-2.21.2
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -124,5 +124,4 @@
 %{prefix}/include/YaST2
 %{_libdir}/pkgconfig/yast2-ycp-ui-bindings.pc
 %doc %{prefix}/share/doc/packages/yast2-ycp-ui-bindings
-
 %changelog

++ yast2-ycp-ui-bindings-2.21.1.tar.bz2 -> 
yast2-ycp-ui-bindings-2.21.2.tar.bz2 ++
 10237 lines of diff (skipped)






Remember to have fun...

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



commit glew for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package glew for openSUSE:Factory
checked in at Wed Aug 17 09:58:58 CEST 2011.




--- glew/glew.changes   2011-05-27 15:32:49.0 +0200
+++ /mounts/work_src_done/STABLE/glew/glew.changes  2011-08-13 
17:28:27.0 +0200
@@ -1,0 +2,6 @@
+Sat Aug 13 15:19:54 UTC 2011 - johannesoberm...@gmx.de
+
+- Update to 1.6.0 with two further commits
+- Don't strip libraries
+
+---

calling whatdependson for head-i586


Old:

  glew-1.5.8.tar.bz2

New:

  0001-Add-glew.c-glewinfo.c-and-includes.patch.bz2
  dont-strip.diff
  glew.tar.bz2



Other differences:
--
++ glew.spec ++
--- /var/tmp/diff_new_pack.y2nwB7/_old  2011-08-17 09:58:14.0 +0200
+++ /var/tmp/diff_new_pack.y2nwB7/_new  2011-08-17 09:58:14.0 +0200
@@ -18,17 +18,19 @@
 
 
 Name:   glew
-Version:1.5.8
-Release:14
+Version:1.6.0
+Release:1
 License:BSD3c and GPLv2 and MIT
 Summary:OpenGL Extension Wrangler Library
 Url:http://glew.sourceforge.net/
 Group:  System/Libraries
-Source0:%{name}-%{version}.tar.bz2
+Source0:%name.tar.bz2
 Source1:baselibs.conf
+Patch:  0001-Add-glew.c-glewinfo.c-and-includes.patch.bz2
+Patch1: dont-strip.diff
 BuildRequires:  Mesa-devel
 BuildRequires:  pkg-config
-Requires:   libGLEW1_5 >= %{version}
+Requires:   libGLEW1_6 >= %version
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -38,12 +40,13 @@
 supported on the target platform. OpenGL core and extension
 functionality is exposed in a single header file.
 
-%package -n libGLEW1_5
+%package -n libGLEW1_6
 
 Summary:OpenGL Extension Wrangler Library
 Group:  System/Libraries
+Obsoletes:  libGLEW1_5
 
-%description -n libGLEW1_5
+%description -n libGLEW1_6
 The OpenGL Extension Wrangler Library (GLEW) is a cross-platform
 open-source C/C++ extension loading library. GLEW provides efficient
 run-time mechanisms for determining which OpenGL extensions are
@@ -52,7 +55,7 @@
 
 %package devel
 
-Summary:OpenGL Extension Wrangler Library
+Summary:Development files for glew
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   Mesa-devel
@@ -65,32 +68,32 @@
 functionality is exposed in a single header file.
 
 %prep
-chmod 0644 %{S:0}
-%setup -q
+%setup -q -n %name
+%patch -p1
+%patch1 -p1
 
 %build
 make %{?_smp_mflags} POPT="%{optflags}" LIBDIR=%{_libdir} LDFLAGS.EXTRA= 
STRIP=/bin/true
 
 %install
-ln -s /bin/true strip
 export PATH=$PWD:$PATH
-make GLEW_DEST=%{buildroot}%{_prefix} LIBDIR=%{buildroot}%{_libdir} 
LDFLAGS.EXTRA= STRIP=/bin/true install
+make GLEW_DEST=%{buildroot}%{_prefix} LIBDIR=%{buildroot}%{_libdir} install.all
 chmod +x %{buildroot}%{_libdir}/*.so.*
 %{__rm} -f %{buildroot}%{_libdir}/*.*a
 
 %clean
 rm -rf %{buildroot}
 
-%post -n libGLEW1_5 -p /sbin/ldconfig
+%post -n libGLEW1_6 -p /sbin/ldconfig
 
-%postun -n libGLEW1_5 -p /sbin/ldconfig
+%postun -n libGLEW1_6 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %doc doc/*
 %{_bindir}/*info
 
-%files -n libGLEW1_5
+%files -n libGLEW1_6
 %defattr(-,root,root)
 %{_libdir}/*.so.*
 
@@ -98,6 +101,6 @@
 %defattr(-,root,root)
 %{_includedir}/GL/*.h
 %{_libdir}/*.so
-%{_libdir}/pkgconfig/glew.pc
+%{_libdir}/pkgconfig/glew*.pc
 
 %changelog

++ 0001-Add-glew.c-glewinfo.c-and-includes.patch.bz2 ++
 43854 lines (skipped)

++ dont-strip.diff ++
diff --git a/Makefile b/Makefile
index 568ae59..1462eab 100644
--- a/Makefile
+++ b/Makefile
@@ -182,10 +182,8 @@ install.lib: glew.lib
 # runtime
 ifeq ($(filter-out mingw% cygwin,$(SYSTEM)),)
$(INSTALL) -d -m 0755 $(BINDIR)
-   $(STRIP) -x lib/$(LIB.SHARED)
$(INSTALL) -m 0755 lib/$(LIB.SHARED) $(BINDIR)/
 else
-   $(STRIP) -x lib/$(LIB.SHARED)
$(INSTALL) -m 0644 lib/$(LIB.SHARED) $(LIBDIR)/
$(LN) $(LIB.SHARED) $(LIBDIR)/$(LIB.SONAME)
 endif
@@ -195,7 +193,6 @@ ifeq ($(filter-out mingw% cygwin,$(SYSTEM)),)
 else
$(LN) $(LIB.SHARED) $(LIBDIR)/$(LIB.DEVLNK)
 endif
-   $(STRIP) -x lib/$(LIB.STATIC)
$(INSTALL) -m 0644 lib/$(LIB.STATIC) $(LIBDIR)/
 
 install.lib.mx: glew.lib.mx
@@ -203,10 +200,8 @@ install.lib.mx: glew.lib.mx
 # runtime
 ifeq ($(filter-out mingw% cygwin,$(SYSTEM)),)
$(INSTALL) -d -m 0755 $(BINDIR)
-   $(STRIP) -x lib/$(LIB.SHARED.MX)
$(INSTALL) -m 0755 lib/$(LIB.SHARED.MX) $(BINDIR)/
 else
-   $(STRIP) -x lib/$(LIB.SHARED.MX)
$(INSTALL) -m 0644 lib/$(LIB.SHARED.MX) $(LIBDIR)/
$(LN) $(LIB.SHARED.MX) $(LIBDIR)/$(LIB.SONAME.MX)
 endif
@@ -216,7 +211,6 @@ ifeq ($(filter-out mingw% cygwin,$(SYSTEM)),)
 else
$(LN) $(LIB.SHARED.MX) $(LIBDIR)/$(LIB.DEVLNK.MX)
 endif

commit libqt4 for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package libqt4 for openSUSE:Factory
checked in at Wed Aug 17 09:57:24 CEST 2011.




libqt4-sql-plugins.changes: same change
--- libqt4/libqt4.changes   2011-08-12 11:55:41.0 +0200
+++ /mounts/work_src_done/STABLE/libqt4/libqt4.changes  2011-08-15 
06:29:39.0 +0200
@@ -2 +2 @@
-Fri Aug 12 09:54:52 UTC 2011 - adr...@suse.de
+Mon Aug 15 04:28:53 UTC 2011 - crrodrig...@opensuse.org
@@ -4,2 +4,7 @@
-- remove docdir before collecting files, %doc from 12.1 is not doing
-  this anymore on purpose
+- Add fix for QTBUG-14985.
+
+---
+Fri Aug 12 15:29:24 CEST 2011 - dmuel...@suse.de
+
+- do not generate documentation in libqt4, it is supposed
+  to be in libqt4-devel-doc

calling whatdependson for head-i586


New:

  qsslsocket-QTBUG-14985.patch



Other differences:
--
++ libqt4-devel-doc.spec ++
--- /var/tmp/diff_new_pack.U08NYf/_old  2011-08-17 09:56:16.0 +0200
+++ /var/tmp/diff_new_pack.U08NYf/_new  2011-08-17 09:56:16.0 +0200
@@ -31,7 +31,7 @@
 # COMMON-VERSION-BEGIN
 # COMMON-VERSION-BEGIN
 Version:4.7.3
-Release:6
+Release:7
 %define base_name libqt4
 %define x11_free  -everywhere-opensource-src-
 %define rversion %version

libqt4-sql-plugins.spec: same change
++ libqt4.spec ++
--- /var/tmp/diff_new_pack.U08NYf/_old  2011-08-17 09:56:16.0 +0200
+++ /var/tmp/diff_new_pack.U08NYf/_new  2011-08-17 09:56:16.0 +0200
@@ -54,7 +54,7 @@
 Obsoletes:  libqt4-dbus-1 < 4.4.0
 # COMMON-VERSION-BEGIN
 Version:4.7.3
-Release:11
+Release:13
 %define base_name libqt4
 %define x11_free  -everywhere-opensource-src-
 %define rversion %version
@@ -97,6 +97,7 @@
 Patch123:   use-cups-default-print-settings-bnc552218.diff
 Patch124:   qtreeview-fix-QTBUG-16292.diff
 Patch125:   tiff-samples-reader-crash.diff
+Patch126:   qsslsocket-QTBUG-14985.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
   %define common_options --opensource -fast -no-separate-debug-info -shared 
-xkb -xrender -xcursor -dbus-linked -xfixes -xrandr -xinerama -sm -no-nas-sound 
-no-rpath -system-libjpeg -system-libpng -accessibility -cups -stl -nis 
-system-zlib -qt-gif -prefix /usr -L %_libdir -libdir %_libdir -docdir 
%_docdir/%{base_name} -examplesdir %_libdir/qt4/examples -demosdir 
%_libdir/qt4/demos -plugindir %plugindir -translationdir 
/usr/share/qt4/translations -iconv -sysconfdir /etc/settings -datadir 
/usr/share/qt4/ -no-pch -reduce-relocations -exceptions -system-libtiff -glib 
-optimized-qmake -no-webkit -no-xmlpatterns -system-sqlite -qt3support 
-no-sql-mysql -importdir %plugindir/imports  -xsync -xinput -gtkstyle
@@ -152,6 +153,7 @@
 %patch123
 %patch124
 %patch125
+%patch126
 # ### 47 rediff
 #%patch121 -p1
 # be sure not to use them
@@ -422,7 +424,7 @@
 sed -i -e "s/qt_instdate=\$TODAY/qt_instdate=$CHANGES/" configure
 
 echo yes | ./configure %common_options $platform \
-   -plugin-sql-sqlite -nomake examples -nomake demos -webkit -xmlpatterns
+   -plugin-sql-sqlite -nomake examples -nomake demos -nomake docs -webkit 
-xmlpatterns
 %check_config
 test -s translations/qt_de.qm || rm translations/qt_de.qm
 make %{?jobs:-j %jobs}
@@ -468,8 +470,7 @@
 
 %fdupes  %{buildroot}/usr/include
 %fdupes  %{buildroot}/usr/share/qt4
-fdupes  %{buildroot}/usr/share/doc/packages/libqt4
-find %{buildroot}/usr/share/doc/packages/libqt4/src/images/* -type f |xargs 
chmod a-x
+%fdupes  %{buildroot}/usr/share/doc/packages/%base_name
 #
 # we do not package qvfb, and assistant in devel-doc
 #
@@ -482,9 +483,6 @@
 %suse_update_desktop_file -i designer4  Qt Development GUIDesigner
 %suse_update_desktop_file -i linguist4  Qt Development Translation
 
-# rpm from SUSE 12.1 is not removing docdir on %doc usage anymore
-rm -rf $RPM_BUILD_ROOT%_defaultdocdir
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 # no baselibs supplements for older distros




++ qsslsocket-QTBUG-14985.patch ++
--- src/network/ssl/qsslsocket_openssl.cpp.orig
+++ src/network/ssl/qsslsocket_openssl.cpp
@@ -278,7 +278,13 @@ init_context:
 
 // Enable all bug workarounds.
 q_SSL_CTX_set_options(ctx, SSL_OP_ALL);
-
+#if OPENSSL_VERSION_NUMBER >= 0x1000L
+// Tell OpenSSL to release memory early
+// http://www.openssl.org/docs/ssl/SSL_CTX_set_mode.html
+// FIXME also do runtime SSL version checking or make Qt require 1.0.0
+// http://www.openssl.org/docs/crypto/OPENSSL_VERSION_NUMBER.html
+q_SSL_CTX_set_mode(ctx, SSL_MODE_RELEASE_BUFFERS);
+#endif
 // Initialize ciphers
 QByteArray cipherString;
 int first = true;
--- src/network/ssl/qsslsocket_openssl_symbols_p.h.orig
+++ src/network/ssl/qsslsocket_openssl_symbols_p.h
@@ -389,6 +389,7 @@ DSA *q_d2i_DSAPrivateKey(DSA **a, unsign
 

commit soundtouch for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package soundtouch for openSUSE:Factory
checked in at Wed Aug 17 09:55:40 CEST 2011.




--- soundtouch/soundtouch.changes   2011-04-15 20:20:35.0 +0200
+++ /mounts/work_src_done/STABLE/soundtouch/soundtouch.changes  2011-08-11 
00:35:42.0 +0200
@@ -1,0 +2,23 @@
+Wed Aug 10 22:23:19 UTC 2011 - ampsal...@gmail.com
+
+- New upstream version 1.6.0.
+- Changes: 
+  * Added automatic cutoff threshold adaptation to beat detection
+ routine to better adapt BPM calculation to different types of
+ music
+  * Retired 3DNow! optimization support as 3DNow! is nowadays
+ obsoleted and assembler code is nuisance to maintain
+  * Retired "configure" file from source code package due to
+ autoconf/automake versio conflicts, so that it is from now on to
+ be generated by invoking "boostrap" script that uses locally
+ available toolchain version for generating the "configure" file
+  * Resolved namespace/label naming conflicts with other libraries by
+ replacing global labels such as INTEGER_SAMPLES with more
+ specific SOUNDTOUCH_INTEGER_SAMPLES etc.
+  * Updated windows build scripts & project files for Visual Studio
+ 2008 support
+  * Updated SoundTouch.dll API for .NET compatibility
+  * Added API for querying nominal processing input & output sample
+ batch sizes
+
+---

calling whatdependson for head-i586


Old:

  soundtouch-1.5.0.tar.bz2

New:

  soundtouch-1.6.0.tar.gz



Other differences:
--
++ soundtouch.spec ++
--- /var/tmp/diff_new_pack.4mn8ke/_old  2011-08-17 09:53:40.0 +0200
+++ /var/tmp/diff_new_pack.4mn8ke/_new  2011-08-17 09:53:40.0 +0200
@@ -23,10 +23,10 @@
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Url:http://www.surina.net/soundtouch
 Summary:Audio Processing Library
-Version:1.5.0
-Release:7
+Version:1.6.0
+Release:1
 BuildRequires:  gcc-c++ pkg-config
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
 Source1:soundstretch.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 






Remember to have fun...

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



commit usbutils for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package usbutils for openSUSE:Factory
checked in at Wed Aug 17 09:53:30 CEST 2011.




--- usbutils/usbutils.changes   2011-06-16 09:55:06.0 +0200
+++ /mounts/work_src_done/STABLE/usbutils/usbutils.changes  2011-08-12 
23:39:22.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 12 21:29:56 UTC 2011 - gre...@suse.de
+- usbutils 004
+  - fixes bnc#705562 and a number of other minor things.
+- updated usb.ids file
+
+---

calling whatdependson for head-i586


Old:

  usbutils-002.tar.bz2

New:

  usbutils-004.tar.bz2



Other differences:
--
++ usbutils.spec ++
--- /var/tmp/diff_new_pack.IxjYbL/_old  2011-08-17 09:52:54.0 +0200
+++ /var/tmp/diff_new_pack.IxjYbL/_new  2011-08-17 09:52:54.0 +0200
@@ -21,7 +21,7 @@
 Name:   usbutils
 BuildRequires:  libusb-1_0-devel pkg-config
 Url:http://sourceforge.net/projects/linux-usb/
-Version:002
+Version:004
 Release:1
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ usb.ids ++
 2822 lines (skipped)
 between usbutils/usb.ids
 and /mounts/work_src_done/STABLE/usbutils/usb.ids

++ usbutils-002.tar.bz2 -> usbutils-004.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/usbutils-002/Makefile.am new/usbutils-004/Makefile.am
--- old/usbutils-002/Makefile.am2011-01-13 00:09:34.0 +0100
+++ new/usbutils-004/Makefile.am2011-03-22 00:23:33.0 +0100
@@ -6,9 +6,6 @@
 
 data_DATA = \
usb.ids
-if HAVE_ZLIB
-data_DATA += usb.ids.gz
-endif
 
 bin_PROGRAMS = \
lsusb
@@ -35,6 +32,12 @@
 lsusb_LDADD = \
$(LIBUSB_LIBS)
 
+if HAVE_ZLIB
+data_DATA += usb.ids.gz
+lsusb_CPPFLAGS += -DHAVE_LIBZ
+lsusb_LDADD += -lz
+endif
+
 man_MANS = \
lsusb.8 \
usb-devices.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/usbutils-002/Makefile.in new/usbutils-004/Makefile.in
--- old/usbutils-002/Makefile.in2011-03-18 00:19:44.0 +0100
+++ new/usbutils-004/Makefile.in2011-08-12 22:09:31.0 +0200
@@ -34,8 +34,10 @@
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-@HAVE_ZLIB_TRUE@am__append_1 = usb.ids.gz
 bin_PROGRAMS = lsusb$(EXEEXT)
+@HAVE_ZLIB_TRUE@am__append_1 = usb.ids.gz
+@HAVE_ZLIB_TRUE@am__append_2 = -DHAVE_LIBZ
+@HAVE_ZLIB_TRUE@am__append_3 = -lz
 subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
@@ -61,7 +63,7 @@
lsusb-usbmisc.$(OBJEXT)
 lsusb_OBJECTS = $(am_lsusb_OBJECTS)
 am__DEPENDENCIES_1 =
-lsusb_DEPENDENCIES = $(am__DEPENDENCIES_1)
+lsusb_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 am__vpath_adj = case $$p in \
 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
@@ -280,13 +282,9 @@
devtree.c devtree.h \
usbmisc.c usbmisc.h
 
-lsusb_CPPFLAGS = \
-   $(AM_CPPFLAGS) $(LIBUSB_CFLAGS) \
-   -DDATADIR=\"$(datadir)\"
-
-lsusb_LDADD = \
-   $(LIBUSB_LIBS)
-
+lsusb_CPPFLAGS = $(AM_CPPFLAGS) $(LIBUSB_CFLAGS) \
+   -DDATADIR=\"$(datadir)\" $(am__append_2)
+lsusb_LDADD = $(LIBUSB_LIBS) $(am__append_3)
 man_MANS = \
lsusb.8 \
usb-devices.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/usbutils-002/NEWS new/usbutils-004/NEWS
--- old/usbutils-002/NEWS   2011-03-18 00:19:26.0 +0100
+++ new/usbutils-004/NEWS   2011-08-12 22:09:05.0 +0200
@@ -1,3 +1,29 @@
+usbutils 004
+
+
+Carl-Daniel Hailfinger (2):
+  Fix lsusb out-of-bounds write
+  Fix lsusb double-free
+
+Dafydd Crosby (2):
+  Verbose flag in tree mode shows vendor and product name. When 
running `lsusb -tv`, devices should have the vendor and product name 
appended to the row.
+  Fix compiler warning
+
+Greg Kroah-Hartman (2):
+  Merge pull request #2 from nphilipp/master--nphilipp
+  Merge pull request #3 from dafyddcrosby/lsusb-tv
+
+Nils Philippsen (1):
+  don't use invalid config descriptors
+
+
+usbutils 003
+
+
+Diego Elio Pettenò (1):
+  build-sys: properly enable support for zlib in lsusb
+
+
 usbutils 002
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/usbutils-002/configure new/usbutils-004/configure
--- old/usbutils-002/configure  2011-03-18 00:19:45.0 +0100
+++ new/usbutils-004/configure  2011-08-12 22:09:31.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 f

commit parted for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package parted for openSUSE:Factory
checked in at Wed Aug 17 09:52:38 CEST 2011.




--- parted/parted.changes   2011-07-31 03:51:53.0 +0200
+++ /mounts/work_src_done/STABLE/parted/parted.changes  2011-08-16 
11:12:59.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 16 09:07:50 UTC 2011 - pu...@novell.com
+
+- update parted-gpt-mbr-sync.patch so that it no longer
+  creates synced partitions one sector shorter (bnc#700465)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ parted.spec ++
--- /var/tmp/diff_new_pack.wfmHXG/_old  2011-08-17 09:44:51.0 +0200
+++ /var/tmp/diff_new_pack.wfmHXG/_new  2011-08-17 09:44:51.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   parted
 Version:2.4
-Release:7
+Release:9
 License:GPLv3+
 Summary:GNU partitioner
 Url:http://www.gnu.org/software/parted/

++ parted-gpt-mbr-sync.patch ++
--- /var/tmp/diff_new_pack.wfmHXG/_old  2011-08-17 09:44:52.0 +0200
+++ /var/tmp/diff_new_pack.wfmHXG/_new  2011-08-17 09:44:52.0 +0200
@@ -4,9 +4,9 @@
 
 Index: libparted/labels/gpt.c
 ===
 libparted/labels/gpt.c.orig2010-05-06 15:46:05.0 +0200
-+++ libparted/labels/gpt.c 2010-07-08 13:29:33.0 +0200
-@@ -50,6 +50,11 @@
+--- libparted/labels/gpt.c.orig
 libparted/labels/gpt.c
+@@ -51,6 +51,11 @@
  #  define _(String) (String)
  #endif /* ENABLE_NLS */
  
@@ -18,7 +18,7 @@
  #define EFI_PMBR_OSTYPE_EFI 0xEE
  #define MSDOS_MBR_SIGNATURE 0xaa55
  
-@@ -1056,11 +1061,60 @@ error:
+@@ -1072,11 +1077,60 @@ error:
return 0;
  }
  
@@ -80,7 +80,7 @@
/* The UEFI spec is not clear about what to do with the following
   elements of the Protective MBR (pmbr): BootCode (0-440B),
   UniqueMBRSignature (440B-444B) and Unknown (444B-446B).
-@@ -1070,10 +1124,13 @@ _write_pmbr (PedDevice *dev)
+@@ -1086,10 +1140,13 @@ _write_pmbr (PedDevice *dev)
  return 0;
LegacyMBR_t *pmbr = s0;
  
@@ -94,7 +94,7 @@
pmbr->PartitionRecord[0].OSType = EFI_PMBR_OSTYPE_EFI;
pmbr->PartitionRecord[0].StartSector = 1;
pmbr->PartitionRecord[0].EndHead = 0xFE;
-@@ -1084,6 +1141,54 @@ _write_pmbr (PedDevice *dev)
+@@ -1100,6 +1157,53 @@ _write_pmbr (PedDevice *dev)
  pmbr->PartitionRecord[0].SizeInLBA = PED_CPU_TO_LE32 (0x);
else
  pmbr->PartitionRecord[0].SizeInLBA = PED_CPU_TO_LE32 (dev->length - 1UL);
@@ -133,7 +133,6 @@
 +  continue;
 +  }
 +  pmbr->PartitionRecord[i].OSType  = _part_to_ostype(part);
-+  pmbr->PartitionRecord[i].StartSector = 1;
 +  pmbr->PartitionRecord[i].StartHead = 0xFE;
 +  pmbr->PartitionRecord[i].StartSector   = 0xFF;
 +  pmbr->PartitionRecord[i].StartTrack= 0xFF;
@@ -143,13 +142,13 @@
 +  pmbr->PartitionRecord[i].StartingLBA = _part_32bitmax(part->geom.start);
 +  if(((GPTPartitionData*)part->disk_specific)->boot)
 +  pmbr->PartitionRecord[i].BootIndicator = 0x80;
-+  pmbr->PartitionRecord[i].SizeInLBA = _part_32bitmax(part->geom.end - 
part->geom.start);
++  pmbr->PartitionRecord[i].SizeInLBA = _part_32bitmax(part->geom.end - 
part->geom.start + 1);
 +  }
 +#endif
  
int write_ok = ped_device_write (dev, pmbr, GPT_PMBR_LBA,
 GPT_PMBR_SECTORS);
-@@ -1198,7 +1303,7 @@ gpt_write (const PedDisk *disk)
+@@ -1216,7 +1320,7 @@ gpt_write (const PedDisk *disk)
ptes_crc = efi_crc32 (ptes, ptes_size);
  
/* Write protective MBR */






Remember to have fun...

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



commit osc for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package osc for openSUSE:Factory
checked in at Wed Aug 17 09:44:36 CEST 2011.




--- osc/osc.changes 2011-07-07 06:52:48.0 +0200
+++ /mounts/work_src_done/STABLE/osc/osc.changes2011-08-16 
15:09:59.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 16 13:08:11 UTC 2011 - idon...@novell.com
+
+- Add osc-pubkey-parsing.patch, fix PGP pubkey parsing: base64
+  checksum shouldn't be in the key data, upstream commit
+  f707e9a22e185098bbea923b7ff8971f19a87991
+
+---

calling whatdependson for head-i586


New:

  osc-pubkey-parsing.patch



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.qzobuM/_old  2011-08-17 09:42:46.0 +0200
+++ /var/tmp/diff_new_pack.qzobuM/_new  2011-08-17 09:42:46.0 +0200
@@ -19,12 +19,13 @@
 
 Name:   osc
 Version:0.132.5
-Release:1
+Release:2
 License:GPLv2+
 Summary:openSUSE Build Service Commander
 Url:http://www.gitorious.org/opensuse/osc
 Group:  Development/Tools/Other
 Source: %{name}-%{version}.tar.gz
+Patch1: osc-pubkey-parsing.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?mandriva_version} < 02010
 BuildRequires:  python-urlgrabber
@@ -62,11 +63,13 @@
 Recommends: obs-service-source_validator
 %endif
 %endif
-%if 0%{?rhel_version} || 0%{?centos_version}
-%if 0%{?rhel_version} < 600
+%if 0%{?rhel_version} && 0%{?rhel_version} < 600
 BuildRequires:  python-elementtree
 Requires:   python-elementtree
 %endif
+%if 0%{?centos_version} && 0%{?centos_version} < 600
+BuildRequires:  python-elementtree
+Requires:   python-elementtree
 %endif
 %if 0%{?suse_version}%{?mandriva_version}
 BuildRequires:  python-m2crypto
@@ -75,13 +78,6 @@
 BuildRequires:  m2crypto
 Requires:   m2crypto > 0.19
 %endif
-%if 0%{?mandriva_version}
-BuildRequires:  python-rpm
-Requires:   python-rpm
-%else
-BuildRequires:  rpm-python
-Requires:   rpm-python
-%endif
 %{!?python_sitelib: %define python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
@@ -93,6 +89,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 CFLAGS="%{optflags}" python setup.py build

++ osc-pubkey-parsing.patch ++
commit f707e9a22e185098bbea923b7ff8971f19a87991
Author: Ludwig Nussel 
Date:   Fri Aug 5 13:52:42 2011 +0200

fix pgp pubkey parsing

the base64 checksum must not be included in the key data. Newer rpm
don't like that.

diff --git a/osc/checker.py b/osc/checker.py
index b4149d2..88eb7cc 100644
--- a/osc/checker.py
+++ b/osc/checker.py
@@ -61,16 +61,24 @@ class Checker:
 
 key = ''
 line = fd.readline()
+crc = None
 while line:
 if line[0:12] == "-END PGP":
 break
 line = line.rstrip()
-key += line
-line = fd.readline()
+if (line[0] == '='):
+crc = line[1:]
+line = fd.readline()
+break
+else:
+key += line
+line = fd.readline()
 fd.close()
 if not line or line[0:12] != "-END PGP":
 raise KeyError(file, "not a pgp public key")
 
+# TODO: compute and compare CRC, see RFC 2440
+
 bkey = base64.b64decode(key)
 
 r = self.ts.pgpImportPubkey(bkey)





Remember to have fun...

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



commit mariadb for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory
checked in at Wed Aug 17 09:42:36 CEST 2011.




--- mariadb/mariadb.changes 2010-05-26 11:54:09.0 +0200
+++ /mounts/work_src_done/STABLE/mariadb/mariadb.changes2011-08-16 
15:52:19.0 +0200
@@ -1,0 +2,128 @@
+Tue Aug 16 15:50:27 CEST 2011 - mhruse...@suse.cz
+
+- not building embedded server as we don't ship it anyway and it
+  adds some unresolvable dependencies
+
+---
+Wed Jul 27 13:51:14 CEST 2011 - mhruse...@suse.cz
+
+- requiring %{version} and not %{srv_vers}
+  - dependencies are resolvable now
+
+---
+Sat Jul 16 23:14:42 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix strict-aliasing warnings
+- allow using the "pool of threads" feature that requires libevent
+
+---
+Wed Jun 22 19:19:50 CEST 2011 - mhruse...@suse.cz
+
+- updated to MariaDB 5.2.7
+  * Release notes:
+http://kb.askmonty.org/v/mariadb-527-release-notes
+  * Changelog:
+http://kb.askmonty.org/v/mariadb-527-changelog
+
+---
+Sun May 15 18:53:40 CEST 2011 - mhruse...@suse.cz
+
+- updated to MariaDB 5.2.6
+  * Release notes:
+http://kb.askmonty.org/v/mariadb-526-release-notes
+  * Changelog:
+http://kb.askmonty.org/v/mariadb-526-changelog
+
+---
+Mon Mar 14 16:47:16 CET 2011 - mhruse...@suse.cz
+
+- updated to MariaDB 5.2.5
+  * Release notes:
+http://kb.askmonty.org/v/mariadb-525-release-notes
+  * Changelog:
+http://kb.askmonty.org/v/mariadb-525-changelog
+
+---
+Wed Feb 23 16:20:02 CET 2011 - mhruse...@suse.cz
+
+- fixed init script to
+  - work with SELinux (bnc#635645)
+  - allow running as different user/group
+  - create TMPDIR correctly
+
+---
+Wed Feb 23 10:59:13 UTC 2011 - adr...@suse.de
+
+- remove runlevel 2 from default start in init script or it isn't
+  usable on openSUSE 11.4 and later
+
+---
+Tue Dec  7 11:27:24 CET 2010 - mhruse...@suse.cz
+
+- updated to MariaDB 5.2.4
+  * Release notes:
+http://kb.askmonty.org/v/mariadb-524-release-notes
+  * Changelog:
+http://kb.askmonty.org/v/mariadb-524-changelog
+
+---
+Wed Nov 10 11:58:13 CET 2010 - mhruse...@suse.cz
+
+- updated to MariaDB 5.2.3
+  * Release notes:
+http://kb.askmonty.org/v/mariadb-523-release-notes
+  * Changelog:
+http://kb.askmonty.org/v/mariadb-523-changelog
+
+---
+Thu Oct 21 11:07:15 CEST 2010 - mhruse...@suse.cz
+
+- fixed building on Mandriva
+
+---
+Mon Oct 18 22:53:09 CEST 2010 - mhruse...@suse.cz
+
+- rewritten spec file
+  - build and install parts are in separate file now
+  - patches in the archive
+- contains more documentation
+- contains tags
+- adding/removing patches just at in one configuration file
+
+---
+Wed Sep 29 12:15:59 CEST 2010 - mhruse...@suse.cz
+
+- updated to MariaDB 5.1.50
+  - based on MySQL 5.1.50 maintenance update
+  - changelog:
+http://kb.askmonty.org/v/mariadb-5150-changelog
+  - release notes:
+http://kb.askmonty.org/v/mariadb-5150-release-notes
+- fixed init script to work on SELinux machines (bnc#635645)
+
+---
+Thu Aug 12 11:54:38 CEST 2010 - mhruse...@suse.cz
+
+- updated to MariaDB 5.1.49
+  - based on MySQL 5.1.49 maintenance update
+  - changelog:
+http://kb.askmonty.org/v/mariadb-5149-changelog
+  - release notes:
+http://kb.askmonty.org/v/mariadb-5149-release-notes
+
+---
+Wed Jun  2 10:38:05 CEST 2010 - mhruse...@suse.cz
+
+- updated to MariaDB 5.1.47
+  - based on MySQL 5.1.47 maintenance update
+  - changelog:
+http://askmonty.org/wiki/Manual:MariaDB_5.1.47_Changelog
+  - release notes:
+http://askmonty.org/wiki/Manual:MariaDB_5.1.47_Release_Notes
+
+---
+Wed May 26 14:02:25 CEST 2010 - mhruse...@suse.cz
+
+- Fixed build for Fedora12
+
+---

calling whatdependson for head-i586


Old:

  abi_test.patch
  libmysql-no-pkglibdir.patch
  mariadb-5.1.44b.tar.bz2
  mysql-5.1.31-shebang.patch
  mysql-5.1.33-safe-process-in-bin.patch
  mysql-5.1.33-scripts-paths.patch
  mysql-5.1.33-ssl-lib64-macro.patch
  mysql-5

commit lsof for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package lsof for openSUSE:Factory
checked in at Wed Aug 17 09:25:44 CEST 2011.




--- lsof/lsof.changes   2011-06-27 16:17:32.0 +0200
+++ /mounts/work_src_done/STABLE/lsof/lsof.changes  2011-08-16 
15:58:25.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 16 13:52:59 UTC 2011 - pu...@novell.com
+
+- repack the tarball to remove legally problematic files
+  (bnc#705143)
+
+---

calling whatdependson for head-i586


Old:

  lsof_4.84_src.tar.bz2

New:

  lsof_4.84_src_repacked.tar.bz2



Other differences:
--
++ lsof.spec ++
--- /var/tmp/diff_new_pack.uKvlJE/_old  2011-08-17 09:04:31.0 +0200
+++ /var/tmp/diff_new_pack.uKvlJE/_new  2011-08-17 09:04:31.0 +0200
@@ -20,13 +20,15 @@
 
 Name:   lsof
 Version:4.84
-Release:8
+Release:10
 AutoReqProv:on
 Group:  System/Monitoring
 License:BSD3c ; Other uncritical OpenSource License
 Url:http://people.freebsd.org/~abe/
 Summary:A Program That Lists Information about Files Opened by 
Processes
-Source: %{name}_%{version}_src.tar.bz2
+# Always repack the source to remove legally problematic files - bnc#705143
+# dialects/uw/uw7/sys/fs/{fifonode.h,namenode.h,README}
+Source: %{name}_%{version}_src_repacked.tar.bz2
 Patch0: %{name}_4.81-include.patch
 Patch1: %{name}_4.81-fmt.patch
 Patch2: lsof-no-build-date-etc.patch






Remember to have fun...

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



commit imlib2 for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory
checked in at Wed Aug 17 09:04:17 CEST 2011.




--- imlib2/imlib2.changes   2010-11-17 17:47:47.0 +0100
+++ /mounts/work_src_done/STABLE/imlib2/imlib2.changes  2011-08-16 
16:31:28.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug 16 16:29:39 CEST 2011 - meiss...@suse.de
+
+- Updated to 1.4.5
+   - lots of code cleanup, typo fixes, reindentation
+   - some malloc replaced by calloc to avoid integer issues
+   - bugfixes, especially in the PNM loader
+
+---

calling whatdependson for head-i586


Old:

  imlib2-1.4.4.tar.bz2

New:

  imlib2-1.4.5.tar.bz2



Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.94sRmZ/_old  2011-08-17 09:02:44.0 +0200
+++ /var/tmp/diff_new_pack.94sRmZ/_new  2011-08-17 09:02:44.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package imlib2 (Version 1.4.4)
+# spec file for package imlib2
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Name:   imlib2
 BuildRequires:  freetype2-devel giflib-devel libpng-devel libtiff-devel 
xorg-x11-devel
 Summary:Image handling and conversion library.
-Version:1.4.4
+Version:1.4.5
 Release:1
 License:BSD3c(or similar)
 Group:  Development/Libraries/X11
@@ -105,11 +105,10 @@
--bindir=%{_bindir} \
--libdir=%{_libdir} \
--includedir=%{_includedir} \
-   --with-ttf=/usr \
--enable-shared \
--enable-visibility-hiding \
--disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install

++ imlib2-1.4.4.tar.bz2 -> imlib2-1.4.5.tar.bz2 ++
 28516 lines of diff (skipped)






Remember to have fun...

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



commit horde3-dimp for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package horde3-dimp for openSUSE:Factory
checked in at Wed Aug 17 09:02:35 CEST 2011.




--- horde3-dimp/horde3-dimp.changes 2011-01-25 13:29:01.0 +0100
+++ /mounts/work_src_done/STABLE/horde3-dimp/horde3-dimp.changes
2011-08-16 13:27:18.0 +0200
@@ -1,0 +2,12 @@
+Tue Aug 16 11:28:32 UTC 2011 - l...@b1-systems.de
+
+- provide an exact version of "dimp", not a relative version
+
+---
+Sat Aug 13 17:11:56 UTC 2011 - l...@b1-systems.de
+
+- version 1.1.7
+- [jan] Add Czech translation (Matej Hašuľ ).
+- added updated license file
+
+---
@@ -11,0 +24 @@
+- [jan] Fix redirecting to login screen if session times out (Bug #9281).
@@ -17,0 +31,6 @@
+- [mms] SECURITY: XSS - Make sure mailbox name displayed on mailbox page is
+  properly encoded (Bug #9240).
+- [jan] Fix notices with certain output buffer configurations
+  (valentin.vi...@carnet.hr, Bug #7851).
+- [mms] Turn DNS prefetching off when displaying untrusted message content
+  (Ticket #8836).

calling whatdependson for head-i586


Old:

  dimp-h3-1.1.6.tar.bz2

New:

  dimp-h3-1.1.7.tar.gz
  gpl-2.0.txt



Other differences:
--
++ horde3-dimp.spec ++
--- /var/tmp/diff_new_pack.0i1WSW/_old  2011-08-17 09:01:39.0 +0200
+++ /var/tmp/diff_new_pack.0i1WSW/_new  2011-08-17 09:01:39.0 +0200
@@ -21,13 +21,14 @@
 %define _dimpdir %{_hordedir}/dimp
 
 Name:   horde3-dimp
-Version:1.1.6
+Version:1.1.7
 Release:1
 Summary:Horde DIMP Ajax Web-Based Mail Client
-License:GPL
+License:GPLv2
 Group:  Productivity/Networking/Email/Utilities
 Url:http://www.horde.org/imp
-Source0:dimp-h3-%{version}.tar.bz2
+Source0:dimp-h3-%{version}.tar.gz
+Source1:http://www.gnu.org/licenses/gpl-2.0.txt
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   horde3 >= 3.3.0
@@ -37,6 +38,7 @@
 BuildRequires:  fdupes
 %endif
 Obsoletes:  dimp <= 1.1.4
+Provides:   dimp = %{version}
 
 %description
 DIMP is a project to create a version of IMP utilizing AJAX-like technologies
@@ -66,6 +68,8 @@
 %__mkdir_p %{buildroot}/%{_dimpdir}
 %__cp -r ./* %{buildroot}/%{_dimpdir}
 %__rm -rf %{buildroot}/%{_dimpdir}/{docs,README,COPYING}
+%__cp %{SOURCE1} %{buildroot}/%{_dimpdir}/COPYING
+
 # remove and link duplicate files  
 %if 0%{?sles_version} != 10 
  %fdupes %buildroot/%{_dimpdir}
@@ -77,7 +81,8 @@
 
 %files -f dimp.lang
 %defattr(-, root, root)
-%doc docs README COPYING
+%doc docs README
+%doc %{_dimpdir}/COPYING
 %dir %{_dimpdir}
 %{_dimpdir}/*.php
 %{_dimpdir}/lib

++ gpl-2.0.txt ++
GNU GENERAL PUBLIC LICENSE
   Version 2, June 1991

 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

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  This
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 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
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.

  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have.  You must make sure that they, too, receive or can get the
source code.  And you must show them these terms so they know their
rights.

  We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and