commit cacti for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package cacti for openSUSE:Factory checked 
in at 2012-09-15 11:52:15

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


Package is cacti, Maintainer is crrodrig...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/cacti/cacti.changes  2012-05-14 
16:11:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.cacti.new/cacti.changes 2012-09-15 
11:52:17.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  4 08:57:00 UTC 2012 - aldemir.akpi...@airties.com
+
+- Added official cacti 0.8.8a patch 
+
+---

New:

  cacti-0.8.8a-snmpv3-priv-proto-none.patch



Other differences:
--
++ cacti.spec ++
--- /var/tmp/diff_new_pack.a6pnmp/_old  2012-09-15 11:52:20.0 +0200
+++ /var/tmp/diff_new_pack.a6pnmp/_new  2012-09-15 11:52:20.0 +0200
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:   cacti
 Version:0.8.8a
 Release:0.0
@@ -35,6 +36,8 @@
 Patch0: %{name}-%{version}-cacti-log-path.patch
 # PATCH-FIX-OPENSUSE cacti-0.8.8-cacti-script.patch
 Patch1: %{name}-%{version}-cacti-script.patch
+# 0.8.8a specific patch remove after next release
+Patch2: %{name}-%{version}-snmpv3-priv-proto-none.patch
 Provides:   cacti-system
 %if 0%{?suse_version}
 BuildRequires:  apache2-devel
@@ -103,6 +106,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 #nothing to build

++ cacti-0.8.8a-snmpv3-priv-proto-none.patch ++
--- 0.8.8a/lib/api_device.php
+++ 0.8.8a-patched/lib/api_device.php
@@ -119,13 +119,17 @@
if ($save[snmp_version] == 3) {
$save[snmp_username]= 
form_input_validate($snmp_username, snmp_username, , true, 3);
$save[snmp_password]= 
form_input_validate($snmp_password, snmp_password, , true, 3);
-   $save[snmp_auth_protocol]   = 
form_input_validate($snmp_auth_protocol, snmp_auth_protocol, ^MD5|SHA$, 
true, 3);
+   $save[snmp_auth_protocol]   = 
form_input_validate($snmp_auth_protocol, snmp_auth_protocol, 
^\[None\]|MD5|SHA$, true, 3);
$save[snmp_priv_passphrase] = 
form_input_validate($snmp_priv_passphrase, snmp_priv_passphrase, , true, 3);
-   $save[snmp_priv_protocol]   = 
form_input_validate($snmp_priv_protocol, snmp_priv_protocol, ^DES|AES128$, 
true, 3);
+   $save[snmp_priv_protocol]   = 
form_input_validate($snmp_priv_protocol, snmp_priv_protocol, 
^\[None\]|DES|AES128$, true, 3);
$save[snmp_context] = 
form_input_validate($snmp_context, snmp_context, , true, 3);
} else {
$save[snmp_username]= ;
$save[snmp_password]= ;
+   $save[snmp_auth_protocol]   = ;
+   $save[snmp_priv_passphrase] = ;
+   $save[snmp_priv_protocol]   = ;
+   $save[snmp_context] = ;
}
 
$save[snmp_port]= form_input_validate($snmp_port, 
snmp_port, ^[0-9]+$, false, 3);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit google-merriweather-fonts for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package google-merriweather-fonts for 
openSUSE:Factory checked in at 2012-09-15 11:52:42

Comparing /work/SRC/openSUSE:Factory/google-merriweather-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.google-merriweather-fonts.new (New)


Package is google-merriweather-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/google-merriweather-fonts/google-merriweather-fonts.changes
  2012-05-26 09:25:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-merriweather-fonts.new/google-merriweather-fonts.changes
 2012-09-15 11:52:43.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul  4 12:39:06 CEST 2012 - pgaj...@suse.cz
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+
+---



Other differences:
--
++ google-merriweather-fonts.spec ++
--- /var/tmp/diff_new_pack.k4Giua/_old  2012-09-15 11:52:44.0 +0200
+++ /var/tmp/diff_new_pack.k4Giua/_new  2012-09-15 11:52:44.0 +0200
@@ -16,18 +16,19 @@
 #
 
 
-%define fontdir  %{_datadir}/fonts/truetype
 %define fontname merriweather
 
 Name:   google-merriweather-fonts
 Version:1.3
 Release:0
-License:OFL-1.1
 Summary:Readable Text Serif Font for Screen
-Url:http://www.google.com/webfonts/specimen/Merriweather
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://www.google.com/webfonts/specimen/Merriweather
 Source0:%{fontname}-%{version}.tar.bz2
 Source1:OFL.txt
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -49,6 +50,8 @@
 For more information and to stay updated see Eben Sorkin's blog and Flickr 
stream and
 the Merriweather Twitter microblog.
 
+Designer: Eben Sorkin
+
 %prep
 %setup -n %{fontname}-%{version}
 
@@ -56,14 +59,16 @@
 cp %{SOURCE1} .
 
 %install
-mkdir -p  %{buildroot}%{fontdir}
-cp *.ttf  %{buildroot}%{fontdir}
+mkdir -p  %{buildroot}%{_ttfontsdir}
+cp *.ttf  %{buildroot}%{_ttfontsdir}
+
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root, root)
 %doc METADATA FONTLOG.txt
-%dir %{fontdir}
-%{fontdir}/*.ttf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/*.ttf
 %doc OFL.txt
 
 %changelog

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



commit libkgapi for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package libkgapi for openSUSE:Factory 
checked in at 2012-09-15 11:52:52

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


Package is libkgapi, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-08-23 02:41:28.555381587 +0200
+++ /work/SRC/openSUSE:Factory/.libkgapi.new/libkgapi.changes   2012-09-15 
11:52:53.0 +0200
@@ -0,0 +1,6 @@
+---
+Tue Sep 11 13:36:31 UTC 2012 - cgiboude...@gmx.com
+
+- Add libkgapi. A Library to access some Google data.
+It is a build requirement for kdepim-runtime  4.9
+

New:

  libkgapi-0.4.2.tar.bz2
  libkgapi.changes
  libkgapi.spec



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

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

Name:   libkgapi
Version:0.4.2
Release:0
License:GPL-2.0+
Summary:Extension for accessing your Google data
Url:http://www.progdan.cz/
Group:  System/GUI/KDE
Source0:
http://download.kde.org/stable/libkgapi/%{version}/src/%{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  libkde4-devel
BuildRequires:  libkdepimlibs4-devel
BuildRequires:  libqjson-devel
BuildRequires:  libxslt-devel
Provides:   akonadi-googledata = 1.2.0
Obsoletes:  akonadi-googledata = 1.2.0
Provides:   libkgoogle = 0.4.0
Obsoletes:  libkgoogle  0.4.0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_akonadi_requires
%kde4_runtime_requires
%kde4_pimlibs_requires

%description
An extension for accessing some Google services, such as Google Calendar, 
Google Contacts and Google tasks

%package -n libkgapi0
Summary:Akonadi resource to access your Google data
Group:  Development/Libraries/KDE

%description -n libkgapi0
An extension for accessing some Google services, such as Google Calendar, 
Google Contacts and Google tasks

%package devel
Summary:Akonadi resource to access your Google data
Group:  Development/Libraries/KDE
Requires:   libkde4-devel
Requires:   libkgapi0 = %{version}
Requires:   libqjson-devel
Requires:   libxslt-devel
Obsoletes:  akonadi-google-devel = %{version}
Provides:   akonadi-google-devel = %{version}

%description devel
An extension for accessing some Google services, such as Google Calendar, 
Google Contacts and Google tasks

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

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  cd build
  %make_install
  %kde_post_install
  cd ..
  %fdupes -s %{buildroot}

%post -n libkgapi0 -p /sbin/ldconfig

%postun -n libkgapi0 -p /sbin/ldconfig

%files -n libkgapi0
%defattr(-,root,root)
%doc LICENSE README CHANGELOG
%{_kde4_libdir}/libkgapi.so.*

%files devel
%defattr(-,root,root)
%doc LICENSE README
%{_kde4_libdir}/libkgapi.so
%{_kde4_libdir}/pkgconfig/libkgapi.pc
%{_kde4_includedir}/libkgapi/
%{_libdir}/cmake/LibKGAPI/

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



commit parrot for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/parrot/parrot.changes2012-06-26 
17:11:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.parrot.new/parrot.changes   2012-09-15 
11:53:15.0 +0200
@@ -1,0 +2,12 @@
+Tue Aug  7 11:43:20 CEST 2012 - m...@suse.de
+
+- update to parrot-4.6.0
+  * Added init_pmc method to PackFileView.
+  * Added source lines from 'docs/index/book.json' to 'index.json'
+to make display of 'Parrot Developer's Guide: PIR (draft)'
+display more like the other books, e.g., 'PCT Book'.
+  * Removed 'docs/index/book.json' as unnecessary.
+  * Improve on 'sudo make install' permission errors by using
+File::Copy::cp.
+
+---

Old:

  parrot-4.5.0.tar.bz2

New:

  parrot-4.6.0.tar.bz2



Other differences:
--
++ parrot.spec ++
--- /var/tmp/diff_new_pack.gKrTDx/_old  2012-09-15 11:53:17.0 +0200
+++ /var/tmp/diff_new_pack.gKrTDx/_new  2012-09-15 11:53:17.0 +0200
@@ -15,11 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   parrot
-Version:4.5.0
+Version:4.6.0
 Release:0
-%define pversion 4_5_0
+%define pversion 4_6_0
 Summary:Parrot Virtual Machine
 License:Artistic-2.0
 Group:  Development/Libraries/Other

++ parrot-4.5.0.tar.bz2 - parrot-4.6.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parrot-4.5.0/CREDITS new/parrot-4.6.0/CREDITS
--- old/parrot-4.5.0/CREDITS2012-06-19 17:41:43.0 +0200
+++ new/parrot-4.6.0/CREDITS2012-07-16 17:00:12.0 +0200
@@ -76,7 +76,7 @@
 
 N: Alvis Yardley
 D: Documentation Shepherd (3.9.0 - Present)
-D: Release manger for 4.1.0 and 4.5.0
+D: Release manager for 4.1.0 and 4.5.0
 E: ac.yard...@gmail.com
 U: alvis
 S: Ft. Worth, Texas
@@ -966,7 +966,10 @@
 N: Reini Urban
 U: rurban
 E: rur...@cpan.org
-D: cygwin, 64-bit pbc compat, float converters, bignum.pmc
+E: rur...@cpanel.net
+D: cygwin, install, 64-bit pbc compat, float converters
+D: Release manager for 4.6.0
+S: Houston, TX
 
 N: Richard Hainsworth
 U: finanalyst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parrot-4.5.0/ChangeLog new/parrot-4.6.0/ChangeLog
--- old/parrot-4.5.0/ChangeLog  2012-06-19 17:13:39.0 +0200
+++ new/parrot-4.6.0/ChangeLog  2012-07-16 16:56:17.0 +0200
@@ -1,7 +1,15 @@
-2012-07-XXrelease 4.6.0
+2012-07-17release 4.6.0
 - Core
+   + Added init_pmc method to PackFileView.
 - Documentation
+   + Added source lines from 'docs/index/book.json' to 'index.json'
+ to make display of 'Parrot Developer's Guide: PIR (draft)'
+ display more like the other books, e.g., 'PCT Book'.
+   + Removed 'docs/index/book.json' as unnecessary.
 - Tests
+- Build
+   + Improve on 'sudo make install' permission errors by using
+ File::Copy::cp.
 - Community
 
 2012-06-19release 4.5.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parrot-4.5.0/MANIFEST new/parrot-4.6.0/MANIFEST
--- old/parrot-4.5.0/MANIFEST   2012-06-19 07:24:26.0 +0200
+++ new/parrot-4.6.0/MANIFEST   2012-07-16 16:50:52.0 +0200
@@ -329,7 +329,6 @@
 docs/imcc/README.pod[doc]
 docs/imcc/imcfaq.pod[doc]
 docs/imcc/operation.pod [doc]
-docs/index/book.json[doc]
 docs/index/developer.json   [doc]
 docs/index/index.json   [doc]
 docs/index/ops.json [doc]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parrot-4.5.0/MANIFEST.generated 
new/parrot-4.6.0/MANIFEST.generated
--- old/parrot-4.5.0/MANIFEST.generated 2012-06-19 17:06:36.0 +0200
+++ new/parrot-4.6.0/MANIFEST.generated 2012-07-16 16:51:53.0 +0200
@@ -1,14 +1,14 @@
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
 # Please re-sort this file after *EVERY* modification
-blib/lib/libparrot.4.5.0.dylib   [main]lib
+blib/lib/libparrot.4.6.0.dylib   [main]lib
 blib/lib/libparrot.a 

commit ColPack for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package ColPack for openSUSE:Factory checked 
in at 2012-09-15 17:26:11

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


Package is ColPack, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ColPack/ColPack.changes  2012-03-27 
08:56:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.ColPack.new/ColPack.changes 2012-09-15 
17:26:13.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 14 20:34:46 UTC 2012 - p.drou...@gmail.com
+
+- Update to 1.0.8:
+
+---

Old:

  ColPack-1.0.6.tar.gz

New:

  ColPack-1.0.8.tar.gz



Other differences:
--
++ ColPack.spec ++
--- /var/tmp/diff_new_pack.8A9NCI/_old  2012-09-15 17:26:16.0 +0200
+++ /var/tmp/diff_new_pack.8A9NCI/_new  2012-09-15 17:26:16.0 +0200
@@ -17,7 +17,7 @@
 
 Name:   ColPack
 %define lname  libColPack0
-Version:1.0.6
+Version:1.0.8
 Release:0
 Summary:Graph Coloring Library for C/C++
 License:LGPL-3.0

++ ColPack-1.0.6.tar.gz - ColPack-1.0.8.tar.gz ++
 27681 lines of diff (skipped)

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



commit drwright for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package drwright for openSUSE:Factory 
checked in at 2012-09-15 17:26:34

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


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

Changes:

--- /work/SRC/openSUSE:Factory/drwright/drwright.changes2012-03-29 
11:36:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.drwright.new/drwright.changes   2012-09-15 
17:26:36.0 +0200
@@ -1,0 +2,9 @@
+Wed Aug 29 08:26:00 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.0:
+  + Build fixes
+  + Use GResource
+  + Updated translations.
+- Add libxml2-tools BuildRequires: we do make use of xmllint.
+
+---

Old:

  drwright-3.2.5.tar.xz

New:

  drwright-3.5.0.tar.xz



Other differences:
--
++ drwright.spec ++
--- /var/tmp/diff_new_pack.xJ3dmU/_old  2012-09-15 17:26:38.0 +0200
+++ /var/tmp/diff_new_pack.xJ3dmU/_new  2012-09-15 17:26:38.0 +0200
@@ -17,22 +17,24 @@
 
 
 Name:   drwright
-Version:3.2.5
+Version:3.5.0
 Release:0
 Summary:Typing monitor to force typing breaks
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:https://live.gnome.org/drwright
-Source: 
http://download.gnome.org/sources/drwright/3.2/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/drwright/3.5/%{name}-%{version}.tar.xz
 # For directory ownership
 BuildRequires:  gnome-control-center
 BuildRequires:  intltool
 BuildRequires:  libXScrnSaver-devel
 BuildRequires:  libXext-devel
+BuildRequires:  libxml2-tools
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0) = 2.25.3
 BuildRequires:  pkgconfig(gdk-x11-3.0)
-BuildRequires:  pkgconfig(gio-2.0) = 2.26.0
-BuildRequires:  pkgconfig(glib-2.0) = 2.26.0
+BuildRequires:  pkgconfig(gio-2.0) = 2.31.13
+BuildRequires:  pkgconfig(glib-2.0) = 2.31.13
 BuildRequires:  pkgconfig(gnome-settings-daemon) = 2.91.8
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.0.0
 BuildRequires:  pkgconfig(libcanberra-gtk3) = 0
@@ -83,7 +85,6 @@
 %{_libdir}/gnome-settings-daemon-3.0/libtyping-break.so
 %{_libdir}/gnome-settings-daemon-3.0/typing-break.gnome-settings-plugin
 %{_datadir}/applications/gnome-typing-break-panel.desktop
-%{_datadir}/drwright/
 
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.typing-break.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/typing-monitor.*
 

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



commit crmsh for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2012-09-15 17:26:22

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


Package is crmsh, Maintainer is dmuhameda...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2012-05-03 
10:54:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2012-09-15 
17:26:23.0 +0200
@@ -1,0 +2,69 @@
+Wed Aug 29 13:07:43 UTC 2012 - dmuhameda...@suse.com
+
+- ui: import readline only when needed (don't print .[?1034h)
+- cibconfig: support kind attribute in orders
+- cibconfig: implement node-attribute in collocations
+- cibconfig: drop attributes set to default on cib import
+- cibconfig: support require-all in resource sets
+- cibconfig: support setting attributes resource sets
+- cibconfig: support for fencing-topology
+- cibconfig: new schema command
+- upstream cs: a4f00b8fb5c8
+
+---
+Fri Jul 20 20:34:29 UTC 2012 - dmuhameda...@suse.com
+
+- history: implement session saving
+- history: add alias (timeframe) for the limit command
+- history: improve limiting the report time period
+- xml: retrieve data from schema (lf#2092)
+- xml: support for RNG schema
+- upstream cs: 2651d52fb3cd
+
+---
+Mon Jul  9 14:12:49 UTC 2012 - dmuhameda...@suse.com
+
+- ui: fix the node status command (lf#2175)
+- cibconf: display referenced attr set ids (lf#2304)
+- cibconf: don't verify parameters starting with '$'
+- cibconf: fix meta attributes verify for container elements (lf#2555)
+- cibconf: test for duplicate monitor intervals (lf#2586)
+- cibconf: don't skip monitor operations on verify
+- ui: don't accept non-ascii input (lf#2597)
+- upstream cs: a2b420ccab94
+
+---
+Mon Jul  2 09:57:46 UTC 2012 - dmuhameda...@suse.com
+
+- ra: don't require certain parameters for rhcs stonith resources
+- ticket: fix redirecting rsc references in tickets (bnc#763465)
+- ui: enable wait (option -w) for single-shot configure commands
+- upstream cs: 94167417eb8f
+
+---
+Fri Jun  8 17:17:33 UTC 2012 - dmuhameda...@suse.com
+
+- report: fine tune resource match patterns
+- utils: improve terminal output height calculation (pager)
+- upstream cs: d1dc149810d7
+
+---
+Wed Jun  6 16:53:49 UTC 2012 - dmuhameda...@suse.com
+
+- rsctest: fixes and support for clones
+- upstream cs: fb4d9bbaff30
+
+---
+Tue Jun  5 16:45:36 UTC 2012 - dmuhameda...@suse.com
+
+- rsctest: resource testing
+- upstream cs: 28450520a1f1
+
+---
+Fri May 25 15:50:15 UTC 2012 - dmuhameda...@suse.com
+
+- shadow: calculate shadow directory just like crm_shadow (bnc#759056)
+- history: update patterns for resources
+- upstream cs: 9569a7f283cb afba1bc67e98
+
+---



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.FiNURC/_old  2012-09-15 17:26:24.0 +0200
+++ /var/tmp/diff_new_pack.FiNURC/_new  2012-09-15 17:26:24.0 +0200
@@ -36,7 +36,7 @@
 %global crmsh_release %{specversion}
 
 Name:   crmsh
-Summary:Pacemaker/CRM shell
+Summary:Pacemaker command line interface
 License:GPL-2.0
 Group:  Productivity/Clustering/HA
 Version:1.1.0

++ crmsh.tar.bz2 ++
 5860 lines of diff (skipped)

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



commit elib for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package elib for openSUSE:Factory checked in 
at 2012-09-15 17:26:49

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


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

Changes:

--- /work/SRC/openSUSE:Factory/elib/elib.changes2011-09-23 
01:56:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.elib.new/elib.changes   2012-09-15 
17:27:08.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 12 05:04:07 UTC 2012 - co...@suse.com
+
+-  add makeinfo as explicit buildrequire
+
+---



Other differences:
--
++ elib.spec ++
--- /var/tmp/diff_new_pack.lNpgtJ/_old  2012-09-15 17:27:10.0 +0200
+++ /var/tmp/diff_new_pack.lNpgtJ/_new  2012-09-15 17:27:10.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package elib (Version 1.0)
+# spec file for package elib
 #
-# 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,19 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   elib
-BuildRequires:  emacs-x11 giflib-devel libpng-devel libtiff-devel xorg-x11 
xorg-x11-devel
-License:GPL-2.0+
-Group:  Productivity/Editors/Emacs
+BuildRequires:  emacs-x11
+BuildRequires:  giflib-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
+%if 0%{suse_version}  1220
+BuildRequires:  makeinfo
+%endif
 Requires:   emacs
 PreReq: %install_info_prereq
-AutoReqProv:on
 Version:1.0
-Release:1451
+Release:0
 Summary:A Lisp Library for GNU Emacs
+License:GPL-2.0+
+Group:  Productivity/Editors/Emacs
 Source: elib-1.0.tar.bz2
 Patch:  elib-1.0.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,13 +51,6 @@
 
 - routines to handle cookies in a buffer
 
-
-
-Authors:
-
-Inge Wallin i...@lysator.liu.se
-Per Cederqvist ce...@lysator.liu.se
-
 %prep
 %setup
 %patch

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



commit ghex for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2012-09-15 17:27:05

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


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

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2012-05-16 
21:07:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2012-09-15 
17:27:10.0 +0200
@@ -1,0 +2,24 @@
+Mon Aug 20 20:34:28 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.90:
+  + Port to GtkApplication
+  + Remove deprecated use of GDK_THREADS_ENTER/LEAVE
+  + Updated translations.
+
+---
+Tue Jul 17 20:49:40 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.2:
+  + Fix drag-and-drop from file managers
+  + Updated translations.
+
+---
+Wed May 16 17:33:06 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.1:
+  + Prepend 0x to the offset in status bar.
+  + Avoid using gtk 3.4 deprecated symbols.
+  + Windows build improvements.
+  + Updated translations.
+
+---

Old:

  ghex-3.4.1.tar.xz

New:

  ghex-3.5.90.tar.xz



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.btrfR1/_old  2012-09-15 17:27:12.0 +0200
+++ /var/tmp/diff_new_pack.btrfR1/_new  2012-09-15 17:27:12.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   ghex
-Version:3.4.1
+Version:3.5.90
 Release:0
 Summary:GNOME Binary Editor
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://www.gnome.org/
-Source: 
http://download.gnome.org/sources/ghex/3.4/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/ghex/3.5/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM ghex-empty-search-crash.patch bgo#473208
 Patch7: ghex-empty-search-crash.patch
 BuildRequires:  fdupes

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



commit gimp for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package gimp for openSUSE:Factory checked in 
at 2012-09-15 17:27:15

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gimp/gimp.changes2012-06-26 
15:37:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.gimp.new/gimp.changes   2012-09-15 
17:27:18.0 +0200
@@ -1,0 +2,37 @@
+Wed Aug 29 11:43:22 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.8.2:
+  + Core:
+- Make tag matching always case-insensitive
+- Let the tile-cache-size default to half the physical memory
+  + GUI:
+- Mention that the image was exported in the close warning
+  dialog
+- Make sure popup windows appear on top on OSX
+- Allow file opening by dropping to the OSX dock
+- Fix the visibility logic of the export/overwrite menu items
+- Remove all Use GEGL menu items, they only add bugs and zero
+  function
+- Improve performance of display filters, especially color
+  management
+- Fix the image window title to comply with the save/export
+  spec and use the same image name everywhere, not only in the
+  title
+- Fix positioning of pasted/dropped stuff to be more reasonable
+  + Libgimp:
+- Move gimpdir and thumbnails to proper locations on OSX
+- Implement relocation on OSX
+- Allow to use $(gimp_installation_dir) in config files
+  + Plug-ins:
+- Fix remembering of JPEG load/save defaults
+- Revive the page setup dialog on Windows
+  + Source and build system:
+- Add Windows installer infrastructure
+- Add infrastructure to build GIMP.app on OSX
+  + General:
+- Lots of bug fixes
+  + Updated translations.
+- Drop gimp-CVE-2012-3236.patch: fixed upstream.
+- Clean spec-file using spec-cleaner.
+
+---

Old:

  gimp-2.8.0.tar.bz2
  gimp-CVE-2012-3236.patch

New:

  gimp-2.8.2.tar.bz2



Other differences:
--
++ gimp.spec ++
--- /var/tmp/diff_new_pack.xlulHB/_old  2012-09-15 17:27:21.0 +0200
+++ /var/tmp/diff_new_pack.xlulHB/_new  2012-09-15 17:27:21.0 +0200
@@ -20,11 +20,20 @@
 %global apiver 2.0
 
 Name:   gimp
+Version:2.8.2
+Release:0
+Summary:The GNU Image Manipulation Program
+License:GPL-3.0+
+Group:  Productivity/Graphics/Bitmap Editors
+Url:http://www.gimp.org/
+Source: ftp://ftp.gimp.org/pub/gimp/v2.8/%{name}-%{version}.tar.bz2
+Source1:macros.gimp
+# openSUSE palette file
+Source2:openSUSE.gpl
+Source99:   baselibs.conf
 BuildRequires:  aalib-devel
 BuildRequires:  alsa-devel = 1.0.0
 BuildRequires:  babl-devel = 0.1.10
-BuildRequires:  cairo-devel = 1.10.2
-BuildRequires:  dbus-1-glib-devel = 0.70
 BuildRequires:  fdupes
 BuildRequires:  fontconfig-devel = 2.2.0
 BuildRequires:  gegl-devel = 0.2.0
@@ -32,18 +41,20 @@
 # Explicitly needed, otherwise ghostscript-mini is used during the
 # build, and it's not enough for gimp.
 BuildRequires:  ghostscript-library
-BuildRequires:  glib2-devel = 2.30.2
-BuildRequires:  gtk2-devel = 2.24.10
 BuildRequires:  intltool = 0.40.1
 BuildRequires:  iso-codes-devel
 BuildRequires:  libbz2-devel
-BuildRequires:  libexif-devel = 0.6.15
 BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblcms-devel = 1.16
 BuildRequires:  libmng-devel
 BuildRequires:  libpng-devel = 1.2.37
 BuildRequires:  libpoppler-glib-devel = 0.12.4
+BuildRequires:  pkgconfig(cairo) = 1.10.2
+BuildRequires:  pkgconfig(dbus-glib-1) = 0.70
+BuildRequires:  pkgconfig(glib-2.0) = 2.30.2
+BuildRequires:  pkgconfig(gtk+-2.0) = 2.24.10
+BuildRequires:  pkgconfig(libexif) = 0.6.15
 %if 0%{?suse_version}  1220
 # best-effort attempt to use librsvg (file-svg plugin will be built
 # if recent-enough version of librsvg is there)
@@ -59,7 +70,6 @@
 %else
 BuildRequires:  libxslt-tools
 %endif
-BuildRequires:  pango-devel = 1.29.4
 BuildRequires:  python-gtk-devel = 2.10.4
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
@@ -69,23 +79,11 @@
 BuildRequires:  pkgconfig(atk) = 2.2.0
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) = 2.24.1
 BuildRequires:  pkgconfig(gudev-1.0) = 167
+BuildRequires:  pkgconfig(pango) = 1.29.4
 BuildRequires:  pkgconfig(xcursor)
-Url:http://www.gimp.org/
-Version:2.8.0
-Release:0
-Summary:The GNU Image Manipulation Program
-License:GPL-3.0+
-Group:  Productivity/Graphics/Bitmap Editors
-Source: ftp://ftp.gimp.org/pub/gimp/v2.8/%{name}-%{version}.tar.bz2

commit gnote for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package gnote for openSUSE:Factory checked 
in at 2012-09-15 17:27:25

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


Package is gnote, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnote/gnote.changes  2012-07-18 
11:46:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnote.new/gnote.changes 2012-09-15 
17:27:26.0 +0200
@@ -1,0 +2,23 @@
+Wed Aug 29 08:05:13 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.0:
+  + New Features:
+- Added NoteDirectoryWatcher add-in (bgo#583812)
+- Droped dependency on libpcrecpp
+- Migrated to libsecret, dropped dependency on libgnome-keyring
+- Updated documentation
+- Switch to GNOME versioning scheme
+  + Fixes:
+- Add check for X11 (bgo#679496)
+- Fixed FTBFS with Debian GNU/kFreeBSD (bgo#681588)
+- Make possible to disable synchronization addins
+- Fixed memory leak in search window
+  + Updated translations.
+- Replace pkgconfig(gnome-keyring-1) BuildRequires with
+  pkgconfig(libsecret-1), following upstream.
+- Drop pcre-devel BuildRequires: no longer needed.
+- Add pkgconfig(x11) BuildRequires: new dependency.
+- Call /sbin/ldconfig in post/postun: as the package contains a
+  library, this is needed.
+
+---

Old:

  gnote-0.9.1.tar.xz

New:

  gnote-3.5.0.tar.xz



Other differences:
--
++ gnote.spec ++
--- /var/tmp/diff_new_pack.1ICVWQ/_old  2012-09-15 17:27:28.0 +0200
+++ /var/tmp/diff_new_pack.1ICVWQ/_new  2012-09-15 17:27:28.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gnote
-Version:0.9.1
+Version:3.5.0
 Release:0
 Summary:A Port of Tomboy to C++
 License:GPL-3.0+
 Group:  Productivity/Text/Editors
 Url:http://live.gnome.org/Gnote
-Source: 
http://download.gnome.org/sources/gnote/0.9/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnote/3.5/%{name}-%{version}.tar.xz
 BuildRequires:  boost-devel = 1.34
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -33,9 +33,9 @@
 BuildRequires:  libuuid-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
-BuildRequires:  pcre-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(gnome-keyring-1) = 3.0
+BuildRequires:  pkgconfig(libsecret-1) = 0.8
+BuildRequires:  pkgconfig(x11)
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
@@ -61,21 +61,17 @@
 %clean
 test %{buildroot} != /  %__rm -rf %{buildroot}
 
-%if 0%{?suse_version}  1130
-
 %post
+/sbin/ldconfig
 %glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
-%endif
-
-%if 0%{?suse_version}  1130
 
 %postun
+/sbin/ldconfig
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
 %files
 %defattr(-,root,root)
@@ -86,7 +82,7 @@
 %{_bindir}/gnote
 %{_libdir}/gnote/
 # Splitting does not make sense as it's just a lib for gnote itself (and it's 
plugins)
-%{_libdir}/libgnote-0.9.so*
+%{_libdir}/libgnote-3.5.so*
 %{_libdir}/libgnote.so
 %{_datadir}/applications/gnote.desktop
 %{_datadir}/dbus-1/services/org.gnome.Gnote.service

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



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

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-bad for 
openSUSE:Factory checked in at 2012-09-15 17:27:44

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


Package is gstreamer-0_10-plugins-bad, Maintainer is 
gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-bad/gstreamer-0_10-plugins-bad.changes
2012-03-24 20:09:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-bad.new/gstreamer-0_10-plugins-bad.changes
   2012-09-15 17:27:46.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 13 19:03:55 UTC 2012 - zai...@opensuse.org
+
+- Add BuildRequires: libopus-devel, opus has landed in factory.  
+
+---



Other differences:
--
++ gstreamer-0_10-plugins-bad.spec ++
--- /var/tmp/diff_new_pack.PGhnAz/_old  2012-09-15 17:27:47.0 +0200
+++ /var/tmp/diff_new_pack.PGhnAz/_new  2012-09-15 17:27:47.0 +0200
@@ -92,6 +92,7 @@
 BuildRequires:  libmpcdec-devel
 BuildRequires:  libmusicbrainz-devel
 BuildRequires:  libofa-devel
+BuildRequires:  libopus-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libraptor-devel
 BuildRequires:  librsvg-devel
@@ -127,7 +128,6 @@
 # FIXME: mimic: Requires libmimic.
 # FIXME: mythtvsrc: Requires gmyth.
 # FIXME: nassink: Not in openSUSE
-# FIXME: opus: Requires opus, not yet in openSUSE.
 # FIXME: rtmp: Not in openSUSE
 # FIXME: wildmidi: Requires  WildMIDI Open Source Midi Synthesizer
 # FIXME: zbar: Requires zbar.
@@ -460,6 +460,7 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstopenal.so
 # Disabled because of bnc#748666
 #%{_libdir}/gstreamer-%{gst_branch}/libgstopencv.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstopus.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstpatchdetect.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstpcapparse.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstpnm.so



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



commit gthumb for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package gthumb for openSUSE:Factory checked 
in at 2012-09-15 17:27:57

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gthumb/gthumb.changes2012-05-22 
08:15:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.gthumb.new/gthumb.changes   2012-09-15 
17:27:59.0 +0200
@@ -1,0 +2,15 @@
+Fri Sep 14 16:35:29 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.0.2:
+  + Bugs fixed:
+- Fixed fullscreen toolbars with multiple monitors.
+- Fixed error when rotating keeping the origina size.
+- Photobucket exporter: fixed crash when closing the dialog.
+- Fixed broken video thumbnail (bgo#666303)
+- Delete key does nothing when image first opened (bgo#678441)
+- Picasa Web exporter: images not displayed in the export
+  dialog (bgo#679546)
+- Fix parallel build problems with enum generation.
+  + Updated translations.
+
+---

Old:

  gthumb-3.0.1.tar.xz

New:

  gthumb-3.0.2.tar.xz



Other differences:
--
++ gthumb.spec ++
--- /var/tmp/diff_new_pack.UGMLeo/_old  2012-09-15 17:28:00.0 +0200
+++ /var/tmp/diff_new_pack.UGMLeo/_new  2012-09-15 17:28:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gthumb
-Version:3.0.1
+Version:3.0.2
 Release:0
 # FIXME: Add libchamplain BuildRequires once the map feature is considered 
stable.
 Summary:An Image Viewer and Browser for GNOME

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



commit intel-gpu-tools for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package intel-gpu-tools for openSUSE:Factory 
checked in at 2012-09-15 17:28:10

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


Package is intel-gpu-tools, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/intel-gpu-tools/intel-gpu-tools.changes  
2012-07-10 13:42:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.intel-gpu-tools.new/intel-gpu-tools.changes 
2012-09-15 17:28:12.0 +0200
@@ -1,0 +2,14 @@
+Mon Aug 27 22:37:25 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.3:
+  New intel-gpu-tools release with too much stuff changed. Biggest part is
+  improvements to the testsuit, but also some other neat things:
+  + dpf tool for handling l3 remapping on gen7
+  + robustify against wc gtt mappings
+  + improvements to the reg_dumper and register read/write tools
+  + haswell support
+- Packaging changes:
+  + Added cairo to BuildRequires (we need this now)
+  + changed intel-gpu-tools-no-test.diff to speed up compilation
+
+---

Old:

  intel-gpu-tools-1.2.tar.bz2

New:

  intel-gpu-tools-1.3.tar.bz2



Other differences:
--
++ intel-gpu-tools.spec ++
--- /var/tmp/diff_new_pack.evbED9/_old  2012-09-15 17:28:13.0 +0200
+++ /var/tmp/diff_new_pack.evbED9/_new  2012-09-15 17:28:13.0 +0200
@@ -17,20 +17,21 @@
 
 
 Name:   intel-gpu-tools
-Version:1.2
+Version:1.3
 Release:0
-%define _version 1.2
 Summary:Collection of tools for development and testing of the Intel 
DRM driver
 License:MIT
 Group:  Development/Tools/Other
 Url:http://xorg.freedesktop.org/
-Source0:%{name}-%{_version}.tar.bz2
+Source0:%{name}-%{version}.tar.bz2
 Patch1: intel-gpu-tools-no-test.diff
 BuildRequires:  libtool
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(libdrm_intel) = 2.4.6
 BuildRequires:  pkgconfig(pciaccess) = 0.10
 BuildRequires:  pkgconfig(xorg-macros) = 1.3
+
 # This was part of the xorg-x11-driver-video package up to version 7.6
 Conflicts:  xorg-x11-driver-video = 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -42,7 +43,7 @@
 DRM driver.
 
 %prep
-%setup -q -n %{name}-%{_version}
+%setup -q -n %{name}-%{version}
 %patch1 -p1
 
 %build

++ intel-gpu-tools-1.2.tar.bz2 - intel-gpu-tools-1.3.tar.bz2 ++
 77036 lines of diff (skipped)

++ intel-gpu-tools-no-test.diff ++
--- /var/tmp/diff_new_pack.evbED9/_old  2012-09-15 17:28:13.0 +0200
+++ /var/tmp/diff_new_pack.evbED9/_new  2012-09-15 17:28:13.0 +0200
@@ -1,33 +1,25 @@
+From a1ed9ddbe71cc1dcff44557ab37f338adb7bbd38 Mon Sep 17 00:00:00 2001
+From: Tobias Klausmann tobias.klausm...@mni.thm.de
+Date: Tue, 28 Aug 2012 00:14:50 +0200
+Subject: [PATCH] Don't compile the tests
+
 ---
  Makefile.am  |2 +-
- configure.ac |2 ++
- 2 files changed, 3 insertions(+), 1 deletion(-)
+ 1 Dateien geändert, 1 Zeilen hinzugefügt(+), 1 Zeile entfernt(-)
 
 a/configure.ac
-+++ b/configure.ac
-@@ -57,12 +57,14 @@ PKG_CHECK_MODULES(DRM, [libdrm_intel =
- PKG_CHECK_MODULES(PCIACCESS, [pciaccess = 0.10])
- 
- # for testdisplay
-+if test 1 = 0; then
- PKG_CHECK_MODULES(CAIRO, cairo)
- PKG_CHECK_MODULES(LIBUDEV, [libudev], [udev=yes], [udev=no])
- if test x$udev = xyes; then
-   AC_DEFINE(HAVE_UDEV,1,[Enable udev-based monitor hotplug detection])
- fi
- PKG_CHECK_MODULES(GLIB, glib-2.0)
-+fi
- 
- # 
-
- # Configuration options
+diff --git a/Makefile.am b/Makefile.am
+index 5ea0fd8..0e7c4b2 100644
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -19,7 +19,7 @@
- #  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+@@ -21,7 +21,7 @@
+ 
+ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
  
 -SUBDIRS = lib man tools scripts tests benchmarks demos
 +SUBDIRS = lib man tools scripts benchmarks demos
  
  if BUILD_SHADER_DEBUGGER
  SUBDIRS += debugger
+-- 
+1.7.10.4
+

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



commit liferea for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package liferea for openSUSE:Factory checked 
in at 2012-09-15 17:28:33

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


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

Changes:

--- /work/SRC/openSUSE:Factory/liferea/liferea.changes  2012-08-04 
21:50:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.liferea.new/liferea.changes 2012-09-15 
17:28:36.0 +0200
@@ -1,0 +2,15 @@
+Fri Sep 14 16:35:29 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.8.8:
+  + Fixes crash on empty links in auto-load-link mode (sf#3557513).
+  + Ensure node ids are in DB node relation on startup.
+  + Fixes search folder counter update on feed removal.
+  + Include AM_PROG_AR in configure.ac to work with automake 1.12.
+
+---
+Wed Aug 29 07:08:34 UTC 2012 - dims...@opensuse.org
+
+- Fix liferea-opensuse-feeds.patch (bnc#37): openSUSE Feed
+  URLs with duplicate http://.
+
+---
@@ -8 +23 @@
-(sf#2855990)
+(sf#2855990, bnc#772538)

Old:

  liferea-1.8.7.tar.gz

New:

  liferea-1.8.8.tar.gz



Other differences:
--
++ liferea.spec ++
--- /var/tmp/diff_new_pack.IUoh84/_old  2012-09-15 17:28:38.0 +0200
+++ /var/tmp/diff_new_pack.IUoh84/_new  2012-09-15 17:28:38.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   liferea
-Version:1.8.7
+Version:1.8.8
 Release:0
 Summary:Linux Feed Reader
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://liferea.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/liferea/Liferea%20Stable/1.8.7/%{name}-%{version}.tar.gz
+Source: 
http://downloads.sourceforge.net/project/liferea/Liferea%20Stable/1.8.8/%{name}-%{version}.tar.gz
 # PATCH-FEATURE-OPENSUSE liferea-opensuse-feeds.patch -- Add openSUSE feeds to 
default feeds
 Patch0: liferea-opensuse-feeds.patch
 BuildRequires:  fdupes

++ liferea-1.8.7.tar.gz - liferea-1.8.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liferea-1.8.7/ChangeLog new/liferea-1.8.8/ChangeLog
--- old/liferea-1.8.7/ChangeLog 2012-07-30 23:46:32.0 +0200
+++ new/liferea-1.8.8/ChangeLog 2012-09-01 14:27:17.0 +0200
@@ -1,3 +1,14 @@
+2012-09-01  Lars Windolf lars.lind...@gmail.com
+
+   Version 1.8.8
+
+   * Fixes SF #3557513: Fixes crash on empty links in auto-load-link mode.
+ (patch by msquared84)
+   * Ensure node ids are in DB node relation on startup.
+   * Include AM_PROG_AR in configure.ac to work with automake 1.12
+   * Fixes search folder counter update on feed removal
+
+
 2012-07-30  Lars Windolf lars.lind...@gmail.com
 
Version 1.8.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liferea-1.8.7/Makefile.in 
new/liferea-1.8.8/Makefile.in
--- old/liferea-1.8.7/Makefile.in   2012-07-30 23:47:35.0 +0200
+++ new/liferea-1.8.8/Makefile.in   2012-09-01 14:27:53.0 +0200
@@ -38,8 +38,8 @@
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL \
-   compile config.guess config.sub depcomp install-sh ltmain.sh \
-   missing
+   ar-lib compile config.guess config.sub depcomp install-sh \
+   ltmain.sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liferea-1.8.7/aclocal.m4 new/liferea-1.8.8/aclocal.m4
--- old/liferea-1.8.7/aclocal.m42012-07-30 23:47:33.0 +0200
+++ new/liferea-1.8.8/aclocal.m42012-09-01 14:27:51.0 +0200
@@ -9555,6 +9555,67 @@
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
+# Copyright (C) 2011 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 1
+
+# AM_PROG_AR([ACT-IF-FAIL])
+# -
+# Try to determine the archiver interface, and trigger the ar-lib wrapper
+# if it is needed.  If the detection of archiver interface fails, run
+# ACT-IF-FAIL (default is to abort configure 

commit ltrace for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package ltrace for openSUSE:Factory checked 
in at 2012-09-15 17:28:42

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


Package is ltrace, Maintainer is pbau...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/ltrace/ltrace.changes2012-02-22 
15:53:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.ltrace.new/ltrace.changes   2012-09-15 
17:28:45.0 +0200
@@ -1,0 +2,7 @@
+Thu May 31 11:09:55 UTC 2012 - sweet_...@gmx.de
+
+- update to 0.5.3 (bug and build fixes)
+- autoreconf is not required
+- add ppc patch
+
+---

Old:

  ltrace-0.5.2.tar.bz2

New:

  ltrace-0.5.3.tar.bz2
  ltrace.ppc.patch



Other differences:
--
++ ltrace.spec ++
--- /var/tmp/diff_new_pack.avE9wJ/_old  2012-09-15 17:28:46.0 +0200
+++ /var/tmp/diff_new_pack.avE9wJ/_new  2012-09-15 17:28:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ltrace
-BuildRequires:  automake
+BuildRequires:  binutils-devel
 BuildRequires:  dejagnu
 BuildRequires:  gcc-c++
 BuildRequires:  libelf-devel
@@ -30,15 +30,16 @@
 Summary:Trace the Library and System Calls a Program Makes
 License:GPL-2.0+
 Group:  Development/Tools/Debuggers
-Version:0.5.2
+Version:0.5.3
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 s390 s390x ppc ppc64 armv4l x86_64 alpha ia64
 Prefix: /usr
-Source: ltrace-0.5.2.tar.bz2
+Source: ltrace-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch1: ltrace.s390-more-arguments.patch
 Patch2: ltrace.demangle-lib.cstdlib.patch
+Patch3: ltrace.ppc.patch
 
 %description
 Ltrace is a program that runs the specified command until it exits. It
@@ -62,9 +63,9 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
-autoreconf -fi
 export CFLAGS=%{optflags} -W -Wall
 ./configure --prefix=/usr \
--sysconfdir=/etc \

++ ltrace-0.5.2.tar.bz2 - ltrace-0.5.3.tar.bz2 ++
 8719 lines of diff (skipped)

++ ltrace.ppc.patch ++
--- ./sysdeps/linux-gnu/ppc/plt.c.orig  2009-07-25 17:13:02.0 +0200
+++ ./sysdeps/linux-gnu/ppc/plt.c   2012-05-31 13:44:33.441211917 +0200
@@ -1,4 +1,5 @@
 #include gelf.h
+#include sys/ptrace.h
 #include common.h
 
 GElf_Addr
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mathomatic for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package mathomatic for openSUSE:Factory 
checked in at 2012-09-15 17:28:54

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


Package is mathomatic, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/mathomatic/mathomatic.changes2012-08-07 
21:50:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.mathomatic.new/mathomatic.changes   
2012-09-15 17:28:58.0 +0200
@@ -1,0 +2,12 @@
+Tue Sep 11 13:42:23 UTC 2012 - georgegessl...@gmail.com
+
+- Updated to Mathomatic 16.0.4, only change is to allow
+  linking with editline library, instead of readline.
+
+---
+Sat Sep  8 12:02:04 UTC 2012 - georgegessl...@gmail.com
+
+- Updated to new, enhanced version: Mathomatic 16.0.3
+  All changes are listed at http://mathomatic.org/NEWS
+
+---

Old:

  mathomatic-16.0.2.tar.bz2

New:

  mathomatic-16.0.4.tar.bz2



Other differences:
--
++ mathomatic.spec ++
--- /var/tmp/diff_new_pack.XjinwJ/_old  2012-09-15 17:28:59.0 +0200
+++ /var/tmp/diff_new_pack.XjinwJ/_new  2012-09-15 17:28:59.0 +0200
@@ -16,7 +16,7 @@
 #George Gesslein II gessl...@mathomatic.org
 
 Name:   mathomatic
-Version:16.0.2
+Version:16.0.4
 Release:1
 Summary:Computer algebra system
 

++ mathomatic-16.0.2.tar.bz2 - mathomatic-16.0.4.tar.bz2 ++
 2641 lines of diff (skipped)

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



commit minicom for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package minicom for openSUSE:Factory checked 
in at 2012-09-15 17:29:04

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


Package is minicom, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/minicom/minicom.changes  2012-05-31 
17:07:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.minicom.new/minicom.changes 2012-09-15 
17:29:07.0 +0200
@@ -1,0 +2,11 @@
+Wed May 30 19:54:13 UTC 2012 - sweet_...@gmx.de
+
+- remove not needed minicom-2.3-ncurses.patch to get rid of
+  automake dependency
+- update to 2.6.1
+  * src/main.c, src/minicom.c: iconv: Handle the case that iconv
+did not convert anything. Reported by Mike Crowe, Debian #659351.
+  * src/main.c: ETIME - ETIMEDOUT as ETIME is not available on BSDs
+  * src/main.c: Fix invalid memory used, reported by Larry Baker
+
+---

Old:

  automake-1.12.patch
  minicom-2.3-ncurses.patch
  minicom-2.6.tar.gz

New:

  minicom-2.6.1.tar.gz



Other differences:
--
++ minicom.spec ++
--- /var/tmp/diff_new_pack.zGtSYI/_old  2012-09-15 17:29:08.0 +0200
+++ /var/tmp/diff_new_pack.zGtSYI/_new  2012-09-15 17:29:08.0 +0200
@@ -17,27 +17,24 @@
 
 
 Name:   minicom
-BuildRequires:  automake
 BuildRequires:  gettext-devel
 BuildRequires:  lockdev-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  pkg-config
 Url:http://alioth.debian.org/projects/minicom/
 Requires:   rzsz
-Version:2.6
+Version:2.6.1
 Release:0
 Summary:A Terminal Program
 License:GPL-2.0+
 Group:  Hardware/Modem
 Source: %{name}-%{version}.tar.gz
 Patch0: minicom-2.2-defaults.diff
-Patch1: minicom-2.3-ncurses.patch
 Patch2: 03norzsz.diff
 Patch4: minicom-2.3-no-build-date.patch
 Patch5: minicom-2.4-norootsetup.diff
 # PATCH-FIX-UPSTREAM increase permitted length of serial device (bnc#707860) 
 Patch6: minicom-2.5-serial_device_path_length.patch
-Patch7: automake-1.12.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -51,15 +48,12 @@
 %prep
 %setup -q
 %patch0
-%patch1
 %patch2 -p1
 %patch4
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 
 %build
-autoreconf --force --install
 %configure --disable-rpath \
--enable-music \
--enable-dfl-baud=57600 \

++ minicom-2.6.tar.gz - minicom-2.6.1.tar.gz ++
 5509 lines of diff (skipped)

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



commit package-translations for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2012-09-15 17:29:13

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2012-09-14 12:33:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2012-09-15 17:29:17.0 +0200
@@ -2 +2 @@
-Thu Sep 13 16:13:42 CEST 2012 - co...@suse.com
+Sat Sep 15 16:13:31 CEST 2012 - co...@suse.com
@@ -4 +4 @@
-- automated update on 2012-09-13
+- automated update on 2012-09-15



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

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



commit pm-utils for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package pm-utils for openSUSE:Factory 
checked in at 2012-09-15 17:29:24

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


Package is pm-utils, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pm-utils/pm-utils.changes2012-09-13 
00:06:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.pm-utils.new/pm-utils.changes   2012-09-15 
17:29:25.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep 13 23:26:44 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+- Use modutils provides for requiring a kernel module utility
+  implementation
+
+---



Other differences:
--
++ pm-utils.spec ++
--- /var/tmp/diff_new_pack.tIjLYj/_old  2012-09-15 17:29:26.0 +0200
+++ /var/tmp/diff_new_pack.tIjLYj/_new  2012-09-15 17:29:26.0 +0200
@@ -41,7 +41,7 @@
 Requires:   ethtool
 Requires:   gawk
 Requires:   grep
-Requires:   module-init-tools
+Requires:   modutils
 Requires:   sed
 
 Requires:   upower
@@ -51,13 +51,6 @@
 hibernate computers that can be used to run vendor or distro supplied
 scripts on suspend and resume.
 
-Authors:
-
-Bill Nottingham nott...@redhat.com
-Peter Jones pjo...@redhat.com
-David Zeuthen dav...@redhat.com
-Richard Hughes rich...@hughsie.com
-
 %package ndiswrapper
 Summary:The pm-utils hook for ndiswrapper
 Group:  System/Base
@@ -69,7 +62,6 @@
 hibernate computers that can be used to run vendor or distro supplied
 scripts on suspend and resume. This package installs the 75ndiswrapper hook.
 
-
 %prep
 %setup -n %{name} -a 1 
 
@@ -77,7 +69,7 @@
 %{configure} \
   --docdir=%{_defaultdocdir}/%{name} \
   --libdir=%{_prefix}/lib
-%{__make} -d
+make -d %{?_smp_mflags}
 
 %install
 %{makeinstall}
@@ -114,9 +106,6 @@
 install -d -m 0755 %{buildroot}%{_sbindir}
 ln -sf %{_sysconfdir}/init.d/cpufreq %{buildroot}%{_sbindir}/rccpufreq
 
-%clean
-rm -rf %{buildroot}
-
 %preun
 %stop_on_removal cpufreq
 

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



commit qemu for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package qemu for openSUSE:Factory checked in 
at 2012-09-15 17:29:38

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


Package is qemu, Maintainer is afaer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/qemu/qemu.changes2012-09-14 
12:36:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.qemu.new/qemu.changes   2012-09-15 
17:29:40.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 13 13:12:52 UTC 2012 - idon...@suse.com
+
+- Add explicit dependency on makeinfo for manpage/doc generation
+
+---



Other differences:
--
++ qemu.spec ++
--- /var/tmp/diff_new_pack.Rdql1j/_old  2012-09-15 17:29:41.0 +0200
+++ /var/tmp/diff_new_pack.Rdql1j/_new  2012-09-15 17:29:41.0 +0200
@@ -77,6 +77,9 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpcap-devel
 BuildRequires:  libpng-devel
+%if 0%{?suse_version}  1220
+BuildRequires:  makeinfo
+%endif
 BuildRequires:  ncurses-devel
 # we must not install the qemu package when under qemu build
 %if 0%{?qemu_user_space_build:1}

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



commit rubygem-pry for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2012-09-15 17:29:51

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


Package is rubygem-pry, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2012-07-23 
10:39:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2012-09-15 17:29:52.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 30 08:03:03 UTC 2012 - co...@suse.com
+
+- updated to version 0.9.10
+
+---



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.1bmx28/_old  2012-09-15 17:29:53.0 +0200
+++ /var/tmp/diff_new_pack.1bmx28/_new  2012-09-15 17:29:53.0 +0200
@@ -21,26 +21,11 @@
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}
-#
-#
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-# coderay ~ 1.0.5
-BuildRequires:  rubygem-coderay-1_0 = 1.0.5
-Requires:   rubygem-coderay-1_0 = 1.0.5
-# slop ~ 3.3.1
-BuildRequires:  rubygem-slop-3_3 = 3.3.1
-Requires:   rubygem-slop-3_3 = 3.3.1
-# method_source ~ 0.8
-BuildRequires:  rubygem-method_source-0 = 0.8
-Requires:   rubygem-method_source-0 = 0.8
-Provides:   rubygem-pry-0 = %{version}
-Provides:   rubygem-pry-0_9 = %{version}
-#
+BuildRequires:  ruby-macros = 1
 Url:http://pry.github.com
 Source: %{mod_full_name}.gem
-#
 Summary:An IRB alternative and runtime developer console
 License:MIT
 Group:  Development/Languages/Ruby
@@ -48,7 +33,7 @@
 %description
 An IRB alternative and runtime developer console
 
-#%%package doc
+#MANUAL
 #NOTE: No seperate doc package because we also have 'rubygem-pry-doc' :-)
 
 %package testsuite
@@ -60,9 +45,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{S:0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)


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



commit scim-pinyin for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package scim-pinyin for openSUSE:Factory 
checked in at 2012-09-15 17:29:59

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


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

Changes:

--- /work/SRC/openSUSE:Factory/scim-pinyin/scim-pinyin.changes  2012-06-15 
14:06:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.scim-pinyin.new/scim-pinyin.changes 
2012-09-15 17:30:01.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 12 15:42:48 CST 2012 - hillw...@linuxfans.org
+
+- update to 0.5.92, fixed gtk3 build by upstream.
+- remove old patches: these bugs which fixed by these patches have been
+  fixed by upstream.
+
+---

Old:

  add-configure.patch.bz2
  gtk-2.12+-gtktooltips-migration.patch
  missing-includes.patch
  scim-pinyin-0.5.91-fix-load.patch
  scim-pinyin-0.5.91-save-in-temp.patch
  scim-pinyin-0.5.91.20060705.tar.bz2

New:

  scim-pinyin-0.5.92.tar.xz



Other differences:
--
++ scim-pinyin.spec ++
--- /var/tmp/diff_new_pack.PgO1Dk/_old  2012-09-15 17:30:02.0 +0200
+++ /var/tmp/diff_new_pack.PgO1Dk/_new  2012-09-15 17:30:02.0 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%define scim_gtk3 1
 %if %suse_version  1120
 %bcond_with skim
 %else
@@ -30,7 +31,8 @@
 BuildRequires:  qt3-devel
 BuildRequires:  skim
 %endif
-Version:0.5.91.20060705
+BuildRequires:  xz
+Version:0.5.92
 Release:0
 PreReq: gconf2 libxml2 orbit2 glib2
 Obsoletes:  scim-chinese
@@ -39,12 +41,7 @@
 # CVS repository:
 # cvs -d:pserver:anonym...@scim.cvs.sourceforge.net:/cvsroot/scim login 
 # cvs -z3 -d:pserver:anonym...@scim.cvs.sourceforge.net:/cvsroot/scim co 
scim-pinyin
-Source0:scim-pinyin-0.5.91.20060705.tar.bz2
-Patch2: missing-includes.patch
-Patch3: scim-pinyin-0.5.91-fix-load.patch
-Patch4: scim-pinyin-0.5.91-save-in-temp.patch
-Patch5: add-configure.patch.bz2
-Patch6: gtk-2.12+-gtktooltips-migration.patch
+Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Intelligent Pinyin input module for Smart Chinese/Common Input 
Method platform
 License:GPL-2.0+
@@ -69,14 +66,8 @@
 %prep
 %define scim_binary_version 1.4.0
 %setup -q -n %{name}-%{version}
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%if 0%{?scim_gtk3}
-%patch6 -p1
-%endif
-chmod a+x configure skim/configure
+
+chmod a+x configure 
 
 %build
 export QTDIR=/usr/lib/qt3

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



commit scim-tables for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package scim-tables for openSUSE:Factory 
checked in at 2012-09-15 17:30:08

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


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

Changes:

--- /work/SRC/openSUSE:Factory/scim-tables/scim-tables.changes  2012-06-16 
07:31:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.scim-tables.new/scim-tables.changes 
2012-09-15 17:30:10.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep 12 14:02:04 CST 2012 - hillw...@linuxfans.org
+
+- update to 0.5.11, fixed gtk3 build by upstream.
+- more tables support.
+- remove old patches: these bugs which fixed by these patches have been
+  fixed by upstream.
+
+---

Old:

  build.patch
  gcc43.patch
  kanjidic-license-clarification.patch
  scim-tables-0.5.8.tar.bz2
  skip.patch

New:

  scim-tables-0.5.11.tar.xz



Other differences:
--
++ scim-tables.spec ++
--- /var/tmp/diff_new_pack.BcauSn/_old  2012-09-15 17:30:11.0 +0200
+++ /var/tmp/diff_new_pack.BcauSn/_new  2012-09-15 17:30:11.0 +0200
@@ -30,17 +30,14 @@
 BuildRequires:  kdelibs3-devel
 BuildRequires:  skim
 %endif
-Version:0.5.8
+BuildRequires:  xz
+Version:0.5.11
 Release:0
 Url:http://www.scim-im.org/
 # CVS repository:
 # cvs -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/scim login 
 # cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/scim co scim-tables
-Source0:
http://switch.dl.sourceforge.net/sourceforge/scim/scim-tables-0.5.8.tar.bz2
-Patch0: kanjidic-license-clarification.patch
-Patch1: skip.patch
-Patch2: build.patch
-Patch3: gcc43.patch
+Source0:
http://switch.dl.sourceforge.net/sourceforge/scim/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Data Files for SCIM Generic Table Input Method Module
 License:LGPL-2.1+
@@ -136,10 +133,7 @@
 %prep
 %define scim_binary_version 1.4.0
 %setup -q -n %{name}-%{version}
-%patch0 -p1
-#%patch1 -p1
-#%patch2 -p1
-%patch3 -p1
+
 #cp $RPM_SOURCE_DIR/SKIP.png icons
 
 %build
@@ -228,7 +222,6 @@
 
 %files ja
 %defattr(-, root, root)
-%doc ja/kanjidic*
 %dir %{_datadir}/scim/
 %dir %{_datadir}/scim/tables
 %{_datadir}/scim/tables/HIRAGANA.bin
@@ -285,6 +278,17 @@
 %{_datadir}/scim/tables/Thai.bin
 %{_datadir}/scim/tables/Translit.bin
 %{_datadir}/scim/tables/Ukrainian-Translit.bin
+%{_datadir}/scim/tables/Hindi-remington.bin
+%{_datadir}/scim/tables/IPA-Kirshenbaum.bin
+%{_datadir}/scim/tables/Marathi-remington.bin
+%{_datadir}/scim/tables/Punjabi-remington.bin
+%{_datadir}/scim/tables/RussianTraditional.bin
+%{_datadir}/scim/tables/SmartCangJie6.bin
+%{_datadir}/scim/tables/Tamil-tamil99.bin
+%{_datadir}/scim/tables/Uyghur-Romanized.bin
+%{_datadir}/scim/tables/Uyghur-Standard.bin
+%{_datadir}/scim/tables/classicalhebrew.bin
+%{_datadir}/scim/tables/greekpoly.bin
 %dir %{_datadir}/scim/icons/
 %{_datadir}/scim/icons/Amharic.png
 %{_datadir}/scim/icons/Arabic.png
@@ -311,6 +315,15 @@
 %{_datadir}/scim/icons/Tamil-remington.png
 %{_datadir}/scim/icons/Telugu-inscript.png
 %{_datadir}/scim/icons/Thai.png
+%{_datadir}/scim/icons/Hindi-remington.png
+%{_datadir}/scim/icons/Marathi-remington.png
+%{_datadir}/scim/icons/Punjabi-remington.png
+%{_datadir}/scim/icons/RussianTraditional.png
+%{_datadir}/scim/icons/SmartCangJie6.png
+%{_datadir}/scim/icons/Tamil-tamil99.png
+%{_datadir}/scim/icons/Translit.png
+%{_datadir}/scim/icons/Ukrainian-Translit.png
+%{_datadir}/scim/icons/Uyghur.png
 
 %if %{with skim}
 

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



commit xf86-video-neomagic for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-neomagic for 
openSUSE:Factory checked in at 2012-09-15 17:30:24

Comparing /work/SRC/openSUSE:Factory/xf86-video-neomagic (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-neomagic.new (New)


Package is xf86-video-neomagic, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-neomagic/xf86-video-neomagic.changes  
2012-06-01 22:33:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-neomagic.new/xf86-video-neomagic.changes 
2012-09-15 17:30:26.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  2 21:25:07 UTC 2012 - zai...@opensuse.org
+
+- Update to version 1.2.7:
+  + Fix build when XAA is unavailable.
+  + Port to new compat API.
+
+---

Old:

  xf86-video-neomagic-1.2.6.tar.bz2

New:

  xf86-video-neomagic-1.2.7.tar.bz2



Other differences:
--
++ xf86-video-neomagic.spec ++
--- /var/tmp/diff_new_pack.2ymctt/_old  2012-09-15 17:30:27.0 +0200
+++ /var/tmp/diff_new_pack.2ymctt/_new  2012-09-15 17:30:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xf86-video-neomagic
-Version:1.2.6
+Version:1.2.7
 Release:0
 Summary:Neomagic video driver for the Xorg X server
 License:MIT
@@ -32,7 +32,7 @@
 BuildRequires:  pkgconfig(videoproto)
 BuildRequires:  pkgconfig(xextproto)
 BuildRequires:  pkgconfig(xf86dgaproto)
-BuildRequires:  pkgconfig(xorg-macros) = 1.3
+BuildRequires:  pkgconfig(xorg-macros) = 1.8
 BuildRequires:  pkgconfig(xorg-server) = 1.0.99.901
 BuildRequires:  pkgconfig(xproto)
 Supplements:xorg-x11-server

++ xf86-video-neomagic-1.2.6.tar.bz2 - xf86-video-neomagic-1.2.7.tar.bz2 
++
 26451 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/xf86-video-neomagic-1.2.6/ChangeLog new/xf86-video-neomagic-1.2.7/ChangeLog
--- old/xf86-video-neomagic-1.2.6/ChangeLog 2012-03-24 03:10:42.0 
+0100
+++ new/xf86-video-neomagic-1.2.7/ChangeLog 2012-07-17 08:24:00.0 
+0200
@@ -1,3 +1,37 @@
+commit 7a10cbda5a0a9ae31e33c5cc77c6b1bda8cae852
+Author: Dave Airlie airl...@redhat.com
+Date:   Tue Jul 17 16:05:09 2012 +1000
+
+xf86-video-neomagic: bump to version 1.2.7
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit 808aa999ad78ccc3384d08d501d43688795bee5e
+Author: Dave Airlie airl...@redhat.com
+Date:   Mon Jul 16 03:29:55 2012 +0100
+
+neomagic: fix build when XAA is unavailable.
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit 9b33cc9fe94d97c8b954a3614ead34622d293bc3
+Author: Dave Airlie airl...@redhat.com
+Date:   Wed Jun 6 12:21:55 2012 +0100
+
+neomagic: port to new compat API.
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit 3b06ee079494b0d08913a9f724c3661f9ac35907
+Author: Adam Jackson a...@redhat.com
+Date:   Wed Apr 18 10:50:28 2012 -0400
+
+Use DamageRegion for shadow damage
+
+The 'damage' member is an ancient compatibility hack I want to destroy.
+
+Signed-off-by: Adam Jackson a...@redhat.com
+
 commit 25c7bb8b063777f31db678db743191265f17e7be
 Author: Alan Coopersmith alan.coopersm...@oracle.com
 Date:   Fri Mar 23 19:08:03 2012 -0700
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/xf86-video-neomagic-1.2.6/config.h.in 
new/xf86-video-neomagic-1.2.7/config.h.in
--- old/xf86-video-neomagic-1.2.6/config.h.in   2012-03-24 03:08:39.0 
+0100
+++ new/xf86-video-neomagic-1.2.7/config.h.in   2012-07-17 08:24:00.0 
+0200
@@ -35,6 +35,9 @@
 /* Define to 1 if you have the unistd.h header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to 1 if you have the xaa.h header file. */
+#undef HAVE_XAA_H
+
 /* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
 #undef LT_OBJDIR
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/xf86-video-neomagic-1.2.6/configure.ac 

commit xf86-video-nv for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-nv for openSUSE:Factory 
checked in at 2012-09-15 17:30:32

Comparing /work/SRC/openSUSE:Factory/xf86-video-nv (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-nv.new (New)


Package is xf86-video-nv, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-nv/xf86-video-nv.changes  
2012-07-31 14:00:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-nv.new/xf86-video-nv.changes 
2012-09-15 17:30:33.0 +0200
@@ -6 +6 @@
-  + Fix for new vgahw ABI
+  + Fix for new vgahw ABI (bnc#770560)



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



commit xf86-video-r128 for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-r128 for openSUSE:Factory 
checked in at 2012-09-15 17:30:41

Comparing /work/SRC/openSUSE:Factory/xf86-video-r128 (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-r128.new (New)


Package is xf86-video-r128, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-r128/xf86-video-r128.changes  
2012-05-08 12:04:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-r128.new/xf86-video-r128.changes 
2012-09-15 17:30:45.0 +0200
@@ -1,0 +2,8 @@
+Sun Sep  2 21:29:57 UTC 2012 - zai...@opensuse.org
+
+- Update to version 6.8.4:
+  + Drop XAA support. This just makes XAA conditional.
+- Changes since 6.8.3:
+  + Port to new compat API.
+
+---

Old:

  xf86-video-r128-6.8.2.tar.bz2

New:

  xf86-video-r128-6.8.4.tar.bz2



Other differences:
--
++ xf86-video-r128.spec ++
--- /var/tmp/diff_new_pack.fK8KdA/_old  2012-09-15 17:30:46.0 +0200
+++ /var/tmp/diff_new_pack.fK8KdA/_new  2012-09-15 17:30:46.0 +0200
@@ -15,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xf86-video-r128
-Version:6.8.2
+Version:6.8.4
 Release:0
-License:MIT
 Summary:ATI Rage 128 video driver for the Xorg X server
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Servers/XF86_4
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 BuildRequires:  Mesa-devel
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libdrm) = 2.2
 BuildRequires:  pkgconfig(fontsproto)
+BuildRequires:  pkgconfig(libdrm) = 2.2
 BuildRequires:  pkgconfig(pciaccess) = 0.8.0
 BuildRequires:  pkgconfig(randrproto)
 BuildRequires:  pkgconfig(renderproto)

++ xf86-video-r128-6.8.2.tar.bz2 - xf86-video-r128-6.8.4.tar.bz2 ++
 26686 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/xf86-video-r128-6.8.2/ChangeLog new/xf86-video-r128-6.8.4/ChangeLog
--- old/xf86-video-r128-6.8.2/ChangeLog 2012-03-24 03:24:50.0 +0100
+++ new/xf86-video-r128-6.8.4/ChangeLog 2012-07-17 08:24:58.0 +0200
@@ -1,3 +1,37 @@
+commit a4231073010096f689df72c1f8f1453852f28d81
+Author: Dave Airlie airl...@redhat.com
+Date:   Tue Jul 17 16:05:09 2012 +1000
+
+xf86-video-r128: bump to version 6.8.4
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit 16df5622c550c64711a25a9d8ece9152c3047a94
+Author: Dave Airlie airl...@gmail.com
+Date:   Sun Jul 15 17:14:10 2012 +1000
+
+r128: drop XAA support.
+
+this just makes XAA conditional.
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit 734e9ff97b81af732ab7065761212e8eb8f6aa3c
+Author: Dave Airlie airl...@redhat.com
+Date:   Mon Jul 2 12:26:11 2012 +0100
+
+r128: bump 6.8.3 release
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit b027633fcfc0e226b78036e27c66ccd76542e43f
+Author: Dave Airlie airl...@redhat.com
+Date:   Wed Jun 6 11:02:27 2012 +0100
+
+r128: port to new compat API.
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
 commit 1ac4cd4b41d0e8232660df78ff136df1214f3907
 Author: Alan Coopersmith alan.coopersm...@oracle.com
 Date:   Fri Mar 23 19:23:54 2012 -0700
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/xf86-video-r128-6.8.2/config.h.in new/xf86-video-r128-6.8.4/config.h.in
--- old/xf86-video-r128-6.8.2/config.h.in   2012-03-24 03:24:19.0 
+0100
+++ new/xf86-video-r128-6.8.4/config.h.in   2012-07-17 08:24:58.0 
+0200
@@ -32,6 +32,9 @@
 /* Define to 1 if you have the unistd.h header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to 1 if you have the xaa.h header file. */
+#undef HAVE_XAA_H
+
 /* xextproto 7.1 available */
 #undef HAVE_XEXTPROTO_71
 
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 

commit xf86-video-savage for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-savage for 
openSUSE:Factory checked in at 2012-09-15 17:30:49

Comparing /work/SRC/openSUSE:Factory/xf86-video-savage (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-savage.new (New)


Package is xf86-video-savage, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-savage/xf86-video-savage.changes  
2012-06-01 22:33:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-savage.new/xf86-video-savage.changes 
2012-09-15 17:30:51.0 +0200
@@ -1,0 +2,12 @@
+Sun Sep  2 21:13:07 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.3.6:
+  + Make build with no xaa server.
+- Changes since version 2.3.5:
+  + i2c drop xf86Screens usage.
+  + Port to new compat API
+  + Refactor BIOS modes retrieval to call VBEGetVBEInfo only once.
+Otherwise, calling it twice would trigger a VBE bug when using
+xserver 1.12.
+
+---

Old:

  xf86-video-savage-2.3.4.tar.bz2

New:

  xf86-video-savage-2.3.6.tar.bz2



Other differences:
--
++ xf86-video-savage.spec ++
--- /var/tmp/diff_new_pack.RtFJbK/_old  2012-09-15 17:30:51.0 +0200
+++ /var/tmp/diff_new_pack.RtFJbK/_new  2012-09-15 17:30:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xf86-video-savage
-Version:2.3.4
+Version:2.3.6
 Release:0
 Summary:S3 Savage video driver for the Xorg X server
 License:MIT

++ xf86-video-savage-2.3.4.tar.bz2 - xf86-video-savage-2.3.6.tar.bz2 ++
 26872 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/xf86-video-savage-2.3.4/ChangeLog new/xf86-video-savage-2.3.6/ChangeLog
--- old/xf86-video-savage-2.3.4/ChangeLog   2012-03-24 03:46:48.0 
+0100
+++ new/xf86-video-savage-2.3.6/ChangeLog   2012-07-17 08:27:47.0 
+0200
@@ -1,3 +1,56 @@
+commit cb27a7a072c6e087a2e272d84c1d569dc717da8b
+Author: Dave Airlie airl...@redhat.com
+Date:   Tue Jul 17 16:05:09 2012 +1000
+
+xf86-video-savage: bump to version 2.3.6
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit d7edd7c545473d5ed80c9a46c1405042267a7293
+Author: Dave Airlie airl...@redhat.com
+Date:   Mon Jul 16 03:39:32 2012 +0100
+
+savage: make build with no xaa server.
+
+This fixes savage build against the no XAA server.
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit 508e0742b7d1ac1e4ff6b648d19bfa062c535d61
+Author: Dave Airlie airl...@redhat.com
+Date:   Mon Jul 2 12:29:41 2012 +0100
+
+savage: bump to 2.3.5
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit 430b956b49b6c883189074ce13bc234545b714e0
+Author: Dave Airlie airl...@redhat.com
+Date:   Wed Jun 6 11:24:31 2012 +0100
+
+savage: i2c drop xf86Screens usage.
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit a2714fb09e1e0badbb3e98e24d4b1ed92003bdb9
+Author: Dave Airlie airl...@redhat.com
+Date:   Wed Jun 6 11:22:29 2012 +0100
+
+savage: port to new compat API
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit de22eab9a21df80fe965dc37d21ba3ac2b9f5fd0
+Author: Tormod Volden debian.tor...@gmail.com
+Date:   Wed Feb 15 22:20:37 2012 +0100
+
+Refactor BIOS modes retrieval to call VBEGetVBEInfo only once
+
+Otherwise, calling it twice would trigger a VBE bug when using
+xserver 1.12.
+
+Signed-off-by: Tormod Volden debian.tor...@gmail.com
+
 commit 63dd44674a28263c5d8d6aec8b72e95f94d3fe6c
 Author: Alan Coopersmith alan.coopersm...@oracle.com
 Date:   Fri Mar 23 19:46:12 2012 -0700
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/xf86-video-savage-2.3.4/config.h.in new/xf86-video-savage-2.3.6/config.h.in
--- old/xf86-video-savage-2.3.4/config.h.in 2012-03-24 03:46:27.0 
+0100
+++ new/xf86-video-savage-2.3.6/config.h.in 2012-07-17 08:27:47.0 
+0200
@@ -32,6 +32,9 @@
 /* Define to 1 if you have the unistd.h header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to 1 if you have the xaa.h header file. */
+#undef HAVE_XAA_H
+
 /* xextproto 7.1 available */
 #undef HAVE_XEXTPROTO_71
 
diff -urN 

commit xf86-video-siliconmotion for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-siliconmotion for 
openSUSE:Factory checked in at 2012-09-15 17:30:55

Comparing /work/SRC/openSUSE:Factory/xf86-video-siliconmotion (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-siliconmotion.new (New)


Package is xf86-video-siliconmotion, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-video-siliconmotion/xf86-video-siliconmotion.changes
2012-05-08 12:04:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-siliconmotion.new/xf86-video-siliconmotion.changes
   2012-09-15 17:30:56.0 +0200
@@ -1,0 +2,8 @@
+Sun Sep  2 21:08:05 UTC 2012 - zai...@opensuse.org
+
+- Update to version 1.7.7:
+  + Convert to new X server screen conversion apis.
+  + Port to compat-api for new server.
+  + Fix build against XAA-less server.
+
+---

Old:

  xf86-video-siliconmotion-1.7.6.tar.bz2

New:

  xf86-video-siliconmotion-1.7.7.tar.bz2



Other differences:
--
++ xf86-video-siliconmotion.spec ++
--- /var/tmp/diff_new_pack.dqfkVY/_old  2012-09-15 17:30:57.0 +0200
+++ /var/tmp/diff_new_pack.dqfkVY/_new  2012-09-15 17:30:57.0 +0200
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xf86-video-siliconmotion
-Version:1.7.6
+Version:1.7.7
 Release:0
-License:MIT
 Summary:Silicon Motion video driver for the Xorg X server
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Servers/XF86_4
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)

++ xf86-video-siliconmotion-1.7.6.tar.bz2 - 
xf86-video-siliconmotion-1.7.7.tar.bz2 ++
 26076 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/xf86-video-siliconmotion-1.7.6/ChangeLog 
new/xf86-video-siliconmotion-1.7.7/ChangeLog
--- old/xf86-video-siliconmotion-1.7.6/ChangeLog2012-03-24 
03:50:13.0 +0100
+++ new/xf86-video-siliconmotion-1.7.7/ChangeLog2012-07-17 
08:28:29.0 +0200
@@ -1,3 +1,33 @@
+commit 2beb25bd41508ab5e2af39c696485fcb5f0ca7d6
+Author: Dave Airlie airl...@redhat.com
+Date:   Tue Jul 17 16:05:09 2012 +1000
+
+xf86-video-siliconmotion: bump to version 1.7.7
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit 4b4b8e9c047bd34c516ca8ab2b15fd1c541d05d5
+Author: Dave Airlie airl...@redhat.com
+Date:   Tue Jul 17 14:53:30 2012 +1000
+
+smi: convert to new X server screen conversion apis.
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit 1aad7b44e3e141bd8d3e589b7cd410e791050bd0
+Author: Dave Airlie airl...@redhat.com
+Date:   Tue Jul 17 02:01:07 2012 +0100
+
+smi: port to compat-api for new server.
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit 891ea02395079b1480faf701156185ad01405e6d
+Author: Dave Airlie airl...@redhat.com
+Date:   Tue Jul 17 01:52:45 2012 +0100
+
+smi: fix build against XAA-less server
+
 commit e4660be7c12de53cac57c0b7d4e792a071b4fcfc
 Author: Alan Coopersmith alan.coopersm...@oracle.com
 Date:   Fri Mar 23 19:49:14 2012 -0700
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/xf86-video-siliconmotion-1.7.6/config.h.in 
new/xf86-video-siliconmotion-1.7.7/config.h.in
--- old/xf86-video-siliconmotion-1.7.6/config.h.in  2012-03-24 
03:49:40.0 +0100
+++ new/xf86-video-siliconmotion-1.7.7/config.h.in  2012-07-17 
08:28:29.0 +0200
@@ -32,6 +32,9 @@
 /* Define to 1 if you have the unistd.h header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to 1 if you have the xaa.h header file. */
+#undef HAVE_XAA_H
+
 /* xextproto 7.1 available */
 #undef HAVE_XEXTPROTO_71
 
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 

commit xf86-video-tdfx for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-tdfx for openSUSE:Factory 
checked in at 2012-09-15 17:31:09

Comparing /work/SRC/openSUSE:Factory/xf86-video-tdfx (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new (New)


Package is xf86-video-tdfx, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-tdfx/xf86-video-tdfx.changes  
2012-05-08 12:04:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-tdfx.new/xf86-video-tdfx.changes 
2012-09-15 17:31:12.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  2 20:48:03 UTC 2012 - zai...@opensuse.org
+
+- Update to version 1.4.5:
+  + Fix build against XAA-less server.
+  + Port to new compat API.
+
+---

Old:

  xf86-video-tdfx-1.4.4.tar.bz2

New:

  xf86-video-tdfx-1.4.5.tar.bz2



Other differences:
--
++ xf86-video-tdfx.spec ++
--- /var/tmp/diff_new_pack.fwDDJ4/_old  2012-09-15 17:31:13.0 +0200
+++ /var/tmp/diff_new_pack.fwDDJ4/_new  2012-09-15 17:31:13.0 +0200
@@ -15,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xf86-video-tdfx
-Version:1.4.4
+Version:1.4.5
 Release:0
-License:MIT
 Summary:3Dfx video driver for the Xorg X server
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Servers/XF86_4
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 BuildRequires:  Mesa-devel
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libdrm) = 2.0
 BuildRequires:  pkgconfig(fontsproto)
+BuildRequires:  pkgconfig(libdrm) = 2.0
 BuildRequires:  pkgconfig(pciaccess) = 0.8.0
 BuildRequires:  pkgconfig(randrproto)
 BuildRequires:  pkgconfig(renderproto)

++ xf86-video-tdfx-1.4.4.tar.bz2 - xf86-video-tdfx-1.4.5.tar.bz2 ++
 26477 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/xf86-video-tdfx-1.4.4/ChangeLog new/xf86-video-tdfx-1.4.5/ChangeLog
--- old/xf86-video-tdfx-1.4.4/ChangeLog 2012-03-24 04:00:27.0 +0100
+++ new/xf86-video-tdfx-1.4.5/ChangeLog 2012-07-17 08:30:49.0 +0200
@@ -1,3 +1,27 @@
+commit a1037f73cf5da0ee3fec1867a5f20305d9267e63
+Author: Dave Airlie airl...@redhat.com
+Date:   Tue Jul 17 16:05:09 2012 +1000
+
+xf86-video-tdfx: bump to version 1.4.5
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit 42706433782656adcf831588cf9dde203e50402b
+Author: Dave Airlie airl...@gmail.com
+Date:   Mon Jul 16 19:01:23 2012 +1000
+
+tdfx: fix build against XAA-less server.
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit abeb6ba8edac356b510ae6e8427c3cb8a0cf6e7a
+Author: Dave Airlie airl...@redhat.com
+Date:   Wed Jun 6 19:34:08 2012 +0100
+
+tdfx: port to new compat API
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
 commit 98d24dd99052322c71d1676e6d66c2c724f6066a
 Author: Alan Coopersmith alan.coopersm...@oracle.com
 Date:   Fri Mar 23 19:59:33 2012 -0700
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/xf86-video-tdfx-1.4.4/config.h.in new/xf86-video-tdfx-1.4.5/config.h.in
--- old/xf86-video-tdfx-1.4.4/config.h.in   2012-03-24 03:59:48.0 
+0100
+++ new/xf86-video-tdfx-1.4.5/config.h.in   2012-07-17 08:30:49.0 
+0200
@@ -32,6 +32,9 @@
 /* Define to 1 if you have the unistd.h header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to 1 if you have the xaa.h header file. */
+#undef HAVE_XAA_H
+
 /* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
 #undef LT_OBJDIR
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/xf86-video-tdfx-1.4.4/configure.ac new/xf86-video-tdfx-1.4.5/configure.ac
--- old/xf86-video-tdfx-1.4.4/configure.ac  2012-03-24 03:59:39.0 
+0100
+++