commit libgphoto2 for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2012-09-14 14:46:31

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2012-07-23 
10:15:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2012-09-14 14:46:33.0 +0200
@@ -1,0 +2,15 @@
+Thu Sep 13 08:45:14 UTC 2012 - meiss...@suse.com
+
+- Updated to major release 2.5.0
+  - more dynamic lists (no more fixed limits)
+  - libgphoto2 api adjustments to make it more sane, 
+binary incompatible
+  - new .so version 6
+
+---
+Wed Aug  1 12:31:43 UTC 2012 - meiss...@suse.com
+
+- fixed one missed gp_devs = NULL which led to more crashes
+  bnc#771743
+
+---

Old:

  lg-24-branch.patch
  libgphoto2-2.4.14.tar.bz2
  libgphoto2-4096files.patch

New:

  libgphoto2-2.5.0.tar.bz2



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.7oWkNV/_old  2012-09-14 14:46:35.0 +0200
+++ /var/tmp/diff_new_pack.7oWkNV/_new  2012-09-14 14:46:35.0 +0200
@@ -25,6 +25,7 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
 BuildRequires:  libusb-1_0-devel
+BuildRequires:  libusb-devel
 BuildRequires:  lockdev-devel
 BuildRequires:  pkg-config
 BuildRequires:  udev
@@ -38,12 +39,10 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.4.14
+Version:2.5.0
 Release:0
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf
-Patch0: lg-24-branch.patch
-Patch1: libgphoto2-4096files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang = %{version}
 
@@ -78,8 +77,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p0
-%patch1 -p1
 
 %build
 #AUTOPOINT=true autoreconf -fi
@@ -97,9 +94,9 @@
 # skip-check-libtool-deps
 export LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
 %makeinstall
-%{find_lang} libgphoto2-2
-%{find_lang} libgphoto2_port-0
-cat libgphoto2-2.lang libgphoto2_port-0.lang > libgphoto2-all.lang
+%{find_lang} libgphoto2-6
+%{find_lang} libgphoto2_port-10
+cat libgphoto2-6.lang libgphoto2_port-10.lang > libgphoto2-all.lang
 pushd packaging/generic
export CAMLIBS=$RPM_BUILD_ROOT/%_libdir/libgphoto2/%version/
# new style UDEV rules (gudev) which will obsolete HAL fdi files
@@ -130,7 +127,6 @@
 %{_libdir}/libgphoto2
 %{_libdir}/libgphoto2_port
 %dir %{_defaultdocdir}/%{name}
-%exclude %{_defaultdocdir}/%{name}/apidocs.html
 %{_defaultdocdir}/%{name}/*
 %{prefix}/share/%{name}
 %{_libdir}/libgphoto2.so.*
@@ -138,7 +134,6 @@
 %{_mandir}/man3/libgphoto2.3*
 %{_mandir}/man3/libgphoto2_port.3*
 /lib/udev/rules.d/40-libgphoto2.rules
-# /usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2-device.fdi
 
 %files lang -f libgphoto2-all.lang
 
@@ -153,10 +148,8 @@
 %{_libdir}/pkgconfig/libgphoto2.pc
 %{_libdir}/pkgconfig/libgphoto2_port.pc
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %changelog

++ libgphoto2-2.4.14.tar.bz2 -> libgphoto2-2.5.0.tar.bz2 ++
 276651 lines of diff (skipped)

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



commit postgresql.863 for openSUSE:12.2:Update

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package postgresql.863 for 
openSUSE:12.2:Update checked in at 2012-09-14 13:42:02

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


Package is "postgresql.863", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-08-23 02:41:28.555381587 +0200
+++ /work/SRC/openSUSE:12.2:Update/.postgresql.863.new/postgresql-libs.changes  
2012-09-14 13:42:04.0 +0200
@@ -0,0 +1,1919 @@
+---
+Mon Mar 12 08:54:39 UTC 2012 - m...@suse.com
+
+- Security and bugfix release 9.1.3:
+  * Require execute permission on the trigger function for "CREATE
+TRIGGER" (CVE-2012-0866, bnc#749299).
+  * Remove arbitrary limitation on length of common name in SSL
+certificates (CVE-2012-0867, bnc#749301).
+  * Convert newlines to spaces in names written in pg_dump
+comments (CVE-2012-0868, bnc#749303).
+  * See the release notes for the rest of the changes:
+http://www.postgresql.org/docs/9.1/static/release.html
+/usr/share/doc/packages/postgresql/HISTORY
+- This also fixes bnc#701489.
+
+---
+Wed Oct  5 16:41:31 UTC 2011 - m...@suse.com
+
+- New version 9.1.1. For detailed release notes, see:
+  http://www.postgresql.org/docs/9.1/static/release-9-1-1.html
+- Stop using deprecated silent_mode in default config.
+- postgresql-perl514.patch is no longer needed.
+- Use %_smp_mflags for parallel make
+- Keep the rpath when linking plperl [bnc#578053].
+
+---
+Fri Sep 16 17:17:08 UTC 2011 - jeng...@medozas.de
+
+- Add postgresql-devel to baselibs
+
+---
+Wed Jun  8 16:40:03 UTC 2011 - m...@novell.com
+
+- Revert the postgresql-libs package split for SLE in preparation
+  of submitting the package to SLE11-SP1.
+
+---
+Wed May 25 13:06:16 UTC 2011 - m...@novell.com
+
+- Fix file name of last added patch and remove overlong comment.
+
+---
+Wed May 25 08:06:44 UTC 2011 - idon...@novell.com
+
+- Add postgresql-9.0.4-perl514.patch: For Perl 5.14 GvCV(sv) is no
+  longer an lvalue and needs to be replaced by GvCV_set(sv, value) 
+
+---
+Thu Apr 21 10:06:45 UTC 2011 - m...@novell.com
+
+- Bugfix release: 9.0.4:
+  * This update contains a critical fix to the pg_upgrade utility
+which prevents significant downtime issues. Do not use
+pg_upgrade without installing this update first.
+http://wiki.postgresql.org/wiki/20110408pg_upgrade_fix
+  * change SQLSTATE for Hot Standby warnings
+  * prevent bgwriter hang during recovery
+  * prevent recursive composite type creation
+  * disallow dropping tables whose triggers are still pending
+  * allow use of "replication" as a user name
+  * prevent a crash during GEQO planning
+  * improve join plans for tables with missing statistics
+  * fix error with SELECT FOR UPDATE in a subselect
+  * close PL/python array slice memory leak
+  * allow SSL connections for users with no home directory
+- http://www.postgresql.org/docs/9.0/static/release-9-0-4.html
+
+---
+Fri Apr  1 10:23:05 UTC 2011 - nkrin...@novell.com
+
+- enabled --with-ossp-uuid
+
+---
+Fri Mar  4 15:02:11 UTC 2011 - m...@novell.com
+
+- Fix the fix of the fix for the successors of postgresql-libs. 
+
+---
+Mon Feb 21 01:09:08 CET 2011 - r...@suse.de
+
+- provide postgresql-libs in the specfile that actually builds
+  the libs package 
+
+---
+Sat Feb 19 20:11:07 UTC 2011 - co...@novell.com
+
+- fix update of libs
+
+---
+Thu Feb 17 11:38:42 UTC 2011 - m...@novell.com
+
+- Move all of pgxs into the devel package to fix build of server
+  extensions.
+
+---
+Wed Feb 16 19:10:54 UTC 2011 - m...@novell.com
+
+- Move pg_config from -server to -devel to fix build of certain
+  client apps and language bindings, but using pg_config on the
+  client side is still considered broken, because it tells what
+  got linked into the server binary not what got linked into libpq.
+
+---
+Tue Feb  8 18:23:22 UTC 2011 - m...@novell.com
+
+- Remove unnee

commit php5 for openSUSE:12.1:Update

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:12.1:Update 
checked in at 2012-09-14 13:40:30

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.qg98Ji/_old  2012-09-14 13:40:31.0 +0200
+++ /var/tmp/diff_new_pack.qg98Ji/_new  2012-09-14 13:40:31.0 +0200
@@ -1 +1 @@
-
+

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



commit php5 for openSUSE:12.2:Update

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:12.2:Update 
checked in at 2012-09-14 13:40:38

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.AE2fsM/_old  2012-09-14 13:40:39.0 +0200
+++ /var/tmp/diff_new_pack.AE2fsM/_new  2012-09-14 13:40:39.0 +0200
@@ -1 +1 @@
-
+

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



commit php5 for openSUSE:11.4:Update

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:11.4:Update 
checked in at 2012-09-14 13:40:26

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.REjnsA/_old  2012-09-14 13:40:28.0 +0200
+++ /var/tmp/diff_new_pack.REjnsA/_new  2012-09-14 13:40:28.0 +0200
@@ -1 +1 @@
-
+

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



commit java-1_6_0-openjdk for openSUSE:12.1:Update

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:12.1:Update checked in at 2012-09-14 13:40:03

Comparing /work/SRC/openSUSE:12.1:Update/java-1_6_0-openjdk (Old)
 and  /work/SRC/openSUSE:12.1:Update/.java-1_6_0-openjdk.new (New)


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.YDpuRZ/_old  2012-09-14 13:40:04.0 +0200
+++ /var/tmp/diff_new_pack.YDpuRZ/_new  2012-09-14 13:40:04.0 +0200
@@ -1 +1 @@
-
+

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



commit java-1_6_0-openjdk for openSUSE:11.4:Update

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:11.4:Update checked in at 2012-09-14 13:39:57

Comparing /work/SRC/openSUSE:11.4:Update/java-1_6_0-openjdk (Old)
 and  /work/SRC/openSUSE:11.4:Update/.java-1_6_0-openjdk.new (New)


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.yzB2nl/_old  2012-09-14 13:39:58.0 +0200
+++ /var/tmp/diff_new_pack.yzB2nl/_new  2012-09-14 13:39:58.0 +0200
@@ -1 +1 @@
-
+

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



commit patchinfo.852 for openSUSE:12.1:Update

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.852 for 
openSUSE:12.1:Update checked in at 2012-09-14 13:35:21

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


Package is "patchinfo.852", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  inn news server asks for /var/run/news at 
boot time, but it's now a tmpfs removed when stopping
  CVE-2012-3523: inn: STARTTLS injection 
issue
 
  security
  moderate
  mlschroe
  
- fix starttls command injection issue (CVE-2012-3523), [bnc#776967]
- handle /var/run on tmpfs. [bnc#778439]

  security update for inn

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



commit inn for openSUSE:11.4:Update

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package inn for openSUSE:11.4:Update checked 
in at 2012-09-14 13:35:18

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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



commit inn.852 for openSUSE:11.4:Update

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package inn.852 for openSUSE:11.4:Update 
checked in at 2012-09-14 13:35:17

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


Package is "inn.852", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-08-23 02:41:28.555381587 +0200
+++ /work/SRC/openSUSE:11.4:Update/.inn.852.new/inn.changes 2012-09-14 
13:35:18.0 +0200
@@ -0,0 +1,433 @@
+---
+Tue Sep  4 17:22:48 CEST 2012 - m...@suse.de
+
+- fix starttls command injection issue [bnc#776967]
+
+---
+Wed May 19 17:09:38 CEST 2010 - m...@suse.de
+
+- adapt innbind modes to permissions file
+
+---
+Thu Apr  8 17:26:36 CEST 2010 - m...@suse.de
+
+- compile with largefile support
+
+---
+Wed Apr  7 14:38:44 CEST 2010 - m...@suse.de
+
+- update to inn-2.5.2
+  * implement CAPABILITIES command
+  * decent parser for NNTP commands
+  * multiple LIST commands allow pattern matching
+
+---
+Fri Sep  4 11:46:44 CEST 2009 - m...@suse.de
+
+- fix fd leak [bnc#525827]
+
+---
+Sun Aug 30 20:05:26 CEST 2009 - co...@novell.com
+
+- provide Patch0
+
+---
+Thu Jul 10 17:01:48 CEST 2008 - m...@suse.de
+
+- fix segfault in perl_call_argv [bnc#405186]
+
+---
+Thu Jun 19 12:47:26 CEST 2008 - wer...@suse.de
+
+- Add missing Provides to the init script
+
+---
+Wed May 30 15:02:17 CEST 2007 - m...@suse.de
+
+- split devel package
+- remove some file duplicates
+
+---
+Mon Apr  2 11:49:51 CEST 2007 - rguent...@suse.de
+
+- Add gdbm-devel BuildRequires.
+
+---
+Thu Mar 29 17:47:42 CEST 2007 - rguent...@suse.de
+
+- Add bison BuildRequires.
+
+---
+Wed Feb 14 15:34:29 CET 2007 - sch...@suse.de
+
+- Fix building as non-root.
+
+---
+Mon Nov 13 20:06:48 CET 2006 - m...@suse.de
+
+- initialize mechusing variable to shut up intel compiler [#197713]
+
+---
+Mon Jan 30 16:19:05 CET 2006 - m...@suse.de
+
+- add -fstack-protector to CFLAGS
+
+---
+Wed Jan 25 21:36:37 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Mon Jun 27 00:57:29 CEST 2005 - r...@suse.de
+
+- build with fPIE/pie 
+
+---
+Fri Mar 11 20:36:29 CET 2005 - m...@suse.de
+
+- fix off-by-one error in parsedate_rfc2822
+
+---
+Fri Mar  4 17:34:38 CET 2005 - m...@suse.de
+
+- package startinnfeed with mode 4755
+
+---
+Fri Feb  4 17:27:10 CET 2005 - m...@suse.de
+
+- update to inn-2.4.2
+
+---
+Thu Nov 11 00:59:59 CET 2004 - r...@suse.de
+
+- permissions handling fix
+
+---
+Sun Apr  4 21:46:00 CEST 2004 - m...@suse.de
+
+- made /usr/lib/news/bin owned by root:root as it contains
+  a suid-root program
+
+---
+Thu Mar 25 23:58:31 CET 2004 - m...@suse.de
+
+- Add postfix to # neededforbuild
+
+---
+Thu Mar 18 17:30:35 CET 2004 - m...@suse.de
+
+- provide slp regfile
+- pack manpages with owner root:root
+
+---
+Fri Feb 27 12:29:29 CET 2004 - m...@suse.de
+
+- update to inn-2.4.1
+- updated inn faq
+
+---
+Fri Jan 16 13:11:47 CET 2004 - ku...@suse.de
+
+- Cleanup neededforbuild
+
+---
+Mon Jan 12 11:51:08 CET 2004 - adr...@suse.de
+
+- package startinnfeed with 0555 permissions 
+  (following permissions scripts)
+
+---

commit qemu for openSUSE:12.2:Update

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package qemu for openSUSE:12.2:Update 
checked in at 2012-09-14 13:31:38

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.kUWdJr/_old  2012-09-14 13:31:39.0 +0200
+++ /var/tmp/diff_new_pack.kUWdJr/_new  2012-09-14 13:31:39.0 +0200
@@ -1 +1 @@
-
+

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



commit qemu for openSUSE:11.4:Update

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package qemu for openSUSE:11.4:Update 
checked in at 2012-09-14 13:31:35

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Rj4Viv/_old  2012-09-14 13:31:36.0 +0200
+++ /var/tmp/diff_new_pack.Rj4Viv/_new  2012-09-14 13:31:36.0 +0200
@@ -1,8 +1 @@
-
-
-  
-  
-  
-  
-
-
+

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



commit qemu for openSUSE:12.1:Update

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package qemu for openSUSE:12.1:Update 
checked in at 2012-09-14 13:31:32

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.G90UVm/_old  2012-09-14 13:31:35.0 +0200
+++ /var/tmp/diff_new_pack.G90UVm/_new  2012-09-14 13:31:35.0 +0200
@@ -1 +1 @@
-
+

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



commit xen for openSUSE:12.2:Update

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:12.2:Update checked 
in at 2012-09-14 13:31:21

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


Package is "xen", Maintainer is "carn...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.X4HvZp/_old  2012-09-14 13:31:22.0 +0200
+++ /var/tmp/diff_new_pack.X4HvZp/_new  2012-09-14 13:31:22.0 +0200
@@ -1 +1 @@
-
+

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



commit xen for openSUSE:12.1:Update

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:12.1:Update checked 
in at 2012-09-14 13:30:27

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


Package is "xen", Maintainer is "carn...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.MEpUa7/_old  2012-09-14 13:30:27.0 +0200
+++ /var/tmp/diff_new_pack.MEpUa7/_new  2012-09-14 13:30:27.0 +0200
@@ -1 +1 @@
-
+

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



commit xen for openSUSE:11.4:Update

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:11.4:Update checked 
in at 2012-09-14 13:30:09

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


Package is "xen", Maintainer is "carn...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.z2oNDB/_old  2012-09-14 13:30:14.0 +0200
+++ /var/tmp/diff_new_pack.z2oNDB/_new  2012-09-14 13:30:14.0 +0200
@@ -1 +1 @@
-
+

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



commit sblim-cmpi-smis-hba for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package sblim-cmpi-smis-hba for 
openSUSE:Factory checked in at 2012-09-14 12:45:15

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


Package is "sblim-cmpi-smis-hba", Maintainer is "kkae...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/sblim-cmpi-smis-hba/sblim-cmpi-smis-hba.changes  
2012-06-01 07:24:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.sblim-cmpi-smis-hba.new/sblim-cmpi-smis-hba.changes 
2012-09-14 12:45:57.0 +0200
@@ -1,0 +2,5 @@
+Sun Aug 12 10:21:25 UTC 2012 - kkae...@suse.com
+
+- Fix CentOS 5,6 and RHEL 5,6 builds
+
+---



Other differences:
--
++ sblim-cmpi-smis-hba.spec ++
--- /var/tmp/diff_new_pack.IY9jTj/_old  2012-09-14 12:46:17.0 +0200
+++ /var/tmp/diff_new_pack.IY9jTj/_new  2012-09-14 12:46:17.0 +0200
@@ -91,24 +91,23 @@
 
 autoreconf -f -i
 
-%if 0%{?suse_version}
+# SLE 10 does not recognize --docdir
+#   and cannot parse || expressions :-/
+
+%configure \
+   CFLAGS="$RPM_OPT_FLAGS" \
+   TESTSUITEDIR=%{_datadir}/sblim-testsuite \
+   CIMSERVER=sfcb \
+   PROVIDERDIR=%{_libdir}/cmpi \
 %if 0%{?suse_version} > 1010
-%configure --docdir=%{_docdir}/%{name} \
+  --docdir=%{_docdir}/%{name}
 %else
-# no --docdir in SLE10
-%configure
+%if 0%{?suse_version} == 0
+%if (0%{?rhel_version} >= 600) || (0%{?centos_version} >= 600)
+  --docdir=%{_docdir}/%{name}-%{version}
 %endif
-%else
-%if 0%{?rhel_version} != 501
-%configure --docdir=%{_docdir}/%{name}-%{version} \
-%else
-%configure \
 %endif
 %endif
-   CFLAGS="$RPM_OPT_FLAGS" \
-   TESTSUITEDIR=%{_datadir}/sblim-testsuite \
-   CIMSERVER=sfcb \
-   PROVIDERDIR=%{_libdir}/cmpi
 
 make CFLAGS="-fno-strict-aliasing" RPM_OPT_FLAGS="$(RPM_OPT_FLAGS)" 
 
@@ -126,8 +125,8 @@
 mkdir -p $RPM_BUILD_ROOT/usr/include/cmpi
 mkdir -p $RPM_BUILD_ROOT/usr/share/cmpi/mof
 
-%if 0%{?rhel_version} != 501
-make install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_lib}
+%if 0%{?suse_version}
+make install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_lib} docdir=%{_docdir}/%{name}
 %else
 make install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_lib} 
docdir=%{_docdir}/%{name}-%{version}
 %endif
@@ -177,11 +176,7 @@
 %defattr(-,root,root) 
 #%doc %{_docdir}/%{name}
 #%defattr(-,root,root,0644) 
-%if 0%{?suse_version}
 %doc NEWS README AUTHORS
-%else
-%doc %{_docdir}/%{name}-%{version}
-%endif
 #%doc %{_mandir}/man5/smt_smis-hba_ra_support.conf.5.gz
 #%config(noreplace) %{_sysconfdir}/smt_smis-hba*.conf
 %{cmpi_provider_dir}/*.so.*

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



commit rubygem-capistrano for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2012-09-14 12:45:07

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


Package is "rubygem-capistrano", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2012-07-30 09:42:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2012-09-14 12:45:28.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 30 08:05:37 UTC 2012 - co...@suse.com
+
+- updated to version 2.13.3
+
+---

Old:

  capistrano-2.12.0.gem

New:

  capistrano-2.13.3.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.ORTWAN/_old  2012-09-14 12:45:57.0 +0200
+++ /var/tmp/diff_new_pack.ORTWAN/_new  2012-09-14 12:45:57.0 +0200
@@ -17,37 +17,22 @@
 
 
 Name:   rubygem-capistrano
-Version:2.12.0
+Version:2.13.3
 Release:0
-Summary:Capistrano - Welcome to easy deployment with Ruby over SSH
-License:MIT
-Group:  Development/Languages/Ruby
-Url:http://github.com/capistrano/capistrano
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}
-Source: %{mod_full_name}.gem
-# highline >= 0
-BuildRequires:  rubygem-highline
-Requires:   rubygem-highline
-# net-ssh >= 2.0.14
-BuildRequires:  rubygem-net-ssh >= 2.0.14
-Requires:   rubygem-net-ssh >= 2.0.14
-# net-sftp >= 2.0.0
-BuildRequires:  rubygem-net-sftp >= 2.0.0
-Requires:   rubygem-net-sftp >= 2.0.0
-# net-scp >= 1.0.0
-BuildRequires:  rubygem-net-scp >= 1.0.0
-Requires:   rubygem-net-scp >= 1.0.0
-# net-ssh-gateway >= 1.1.0
-BuildRequires:  rubygem-net-ssh-gateway >= 1.1.0
-Requires:   rubygem-net-ssh-gateway >= 1.1.0
-BuildRequires:  rubygems_with_buildroot_patch
-#
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros >= 1
+Url:http://github.com/capistrano/capistrano
+Source: %{mod_full_name}.gem
+Summary:Capistrano - Welcome to easy deployment with Ruby over SSH
+License:MIT
+Group:  Development/Languages/Ruby
 
 %description
-Capistrano is a utility and framework for executing commands in parallel on 
multiple remote machines, via SSH.
+Capistrano is a utility and framework for executing commands in parallel on
+multiple remote machines, via SSH.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -67,9 +52,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 %{SOURCE0}
+%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 poedit for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2012-09-14 12:44:53

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


Package is "poedit", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2012-08-15 
11:20:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2012-09-14 
12:45:09.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 14 04:42:12 UTC 2012 - swy...@gmail.com
+
+- for maintenance note: this version fix bnc#779633 
+
+---



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.4pvfBm/_old  2012-09-14 12:45:28.0 +0200
+++ /var/tmp/diff_new_pack.4pvfBm/_new  2012-09-14 12:45:28.0 +0200
@@ -27,12 +27,12 @@
 Group:  Development/Tools/Other
 Url:http://www.poedit.net/
 Source: 
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+BuildRequires:  boost-devel
 BuildRequires:  db-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-devel
-BuildRequires:  boost-devel
 BuildRequires:  pkgconfig(gtkspell-2.0)
 Requires:   gettext-tools
 Recommends: %{name}-lang

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



commit openwsman for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package openwsman for openSUSE:Factory 
checked in at 2012-09-14 12:44:47

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


Package is "openwsman", Maintainer is "prus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/openwsman/openwsman.changes  2012-06-26 
17:09:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.openwsman.new/openwsman.changes 2012-09-14 
12:44:51.0 +0200
@@ -1,0 +2,11 @@
+Sat Aug 11 21:51:08 UTC 2012 - kkae...@suse.com
+
+- fix building for non-SUSE distros, re-add java target for SLES10
+- disable ruby on RHEL6 (missing ruby-devel)
+
+---
+Wed Aug  8 11:36:38 UTC 2012 - kkae...@suse.com
+
+- improve FindRuby, fixes CentOS5 and RHEL5 builds
+
+---

Old:

  openwsman-no-explicit-target.patch



Other differences:
--
++ openwsman.spec ++
--- /var/tmp/diff_new_pack.UmGbGt/_old  2012-09-14 12:45:09.0 +0200
+++ /var/tmp/diff_new_pack.UmGbGt/_new  2012-09-14 12:45:09.0 +0200
@@ -30,7 +30,6 @@
 BuildRequires:  sblim-sfcc-devel
 BuildRequires:  swig >= 1.3.30
 
-BuildRequires:  java-devel
 BuildRequires:  perl
 BuildRequires:  python-devel
 
@@ -40,17 +39,35 @@
 
 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel}
 BuildRequires:  curl-devel
+
+%if 0%{?fedora} == 16 || (0%{?centos_version}>=500 && 0%{?centos_version}<700) 
|| (0%{?rhel_version}>=500 && 0%{?rhel_version}<700)
+BuildRequires:  java-1.6.0-openjdk-devel
+%else
+%if 0%{?fedora} == 17
+BuildRequires:  java-1.7.0-openjdk-devel
+%else
+BuildRequires:  java-devel
+%endif
+%endif
+
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
 BuildRequires:  ruby
+
+%if 0%{?rhel_version} != 600
 BuildRequires:  ruby-devel
+%if 0%{?fedora} != 17
 BuildRequires:  ruby-rdoc
+%endif
+%endif
+
 %if 0%{?fedora} > 0 || 0%{?rhel_version} >= 600  || 0%{?centos_version} >= 600
 BuildRequires:  perl-devel
 %endif
 %endif
 
 %if 0%{?suse_version} > 0
+BuildRequires:  java-devel
 # No jni_md.h on SLE10 :-/
 #%if 0%{?suse_version} < 1100
 #BuildRequires:  java-1_5_0-ibm-devel
@@ -111,7 +128,6 @@
 Source3:%{name}.SuSEfirewall2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source4:%{name}.service
-Patch2: openwsman-no-explicit-target.patch
 
 %description
 Opensource Implementation of WS-Management protocol stack
@@ -199,9 +215,14 @@
 Requires:   ruby(abi) = %{ruby_version}
 %endif
 
+%if 0%{?suse_version} == 1010
+%{!?ruby_sitelib: %global ruby_sitelib %(ruby -r rbconfig -e 'vd = 
RbConfig::CONFIG["vendorlibdir"]; print(vd ? vd : 
RbConfig::CONFIG["sitelibdir"])')}
+%{!?ruby_sitearch: %global ruby_sitearch %(ruby -r rbconfig -e 'vad = 
RbConfig::CONFIG["vendorarchdir"]; print(vad ? vad : 
RbConfig::CONFIG["sitearchdir"])')}
+%else
+# SLES 10 can't parse this :-/
 %if 0%{?ruby_sitelib} == 0
-%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel}
-# Fedora, RHEL and CentOS don't have vendor lib
+%if ((0%{?fedora}>0) && (0%{?fedora} < 16)) || ((0%{?centos_version}>0) && 
(0%{?centos_version} < 600)) || ((0%{?rhel_version}>0) && (0%{?rhel_version} < 
500))
+# Fedora15, RHEL-5 and CentOS-5 don't have vendor lib
 # CMAKE checks for "ruby -r vendor-specific" and fails
 %{!?ruby_sitelib: %global ruby_sitelib %(ruby -r rbconfig -e 
'print(RbConfig::CONFIG["sitelibdir"])')}
 %{!?ruby_sitearch: %global ruby_sitearch %(ruby -r rbconfig -e 
'print(RbConfig::CONFIG["sitearchdir"])')}
@@ -210,6 +231,8 @@
 %{!?ruby_sitearch: %global ruby_sitearch %(ruby -r rbconfig -e 'vad = 
RbConfig::CONFIG["vendorarchdir"]; print(vad ? vad : 
RbConfig::CONFIG["sitearchdir"])')}
 %endif
 %endif
+%endif
+
 Summary:Ruby bindings for openwsman client API
 Group:  System/Management
 
@@ -251,7 +274,6 @@
 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel}
 %patch1 -p1
 %endif
-%patch2 -p1
 
 %build
 rm -rf build
@@ -261,6 +283,11 @@
 # CURLOPT_SSL_CTX_FUNCTION is defined, but does not work on e.g. Fedora
 export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DNO_SSL_CALLBACK"
 %endif
+# SLES 10 needs explicit java bytecode target
+%if 0%{?suse_version} == 1010 || 0%{?suse_version} == 1110
+export EXPLICIT_TARGET=1.5
+%endif
+
 export SSL_LIB=`readlink %{_libdir}/libssl.so`
 cd build
 cmake \
@@ -271,6 +298,7 @@
   -DCMAKE_CXX_FLAGS_RELEASE:STRING="$RPM_OPT_FLAGS" \
   -DCMAKE_SKIP_RPATH=1 \
   -DPACKAGE_ARCHITECTURE=`uname -m` \
+  -DEXPLICIT_TARGET="$EXPLICIT_TARGET" \
   -DLIB=%{_lib} \
   -DBUILD_RUB

commit libpinyin for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package libpinyin for openSUSE:Factory 
checked in at 2012-09-14 12:44:35

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


Package is "libpinyin", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libpinyin/libpinyin.changes  2012-09-11 
09:10:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpinyin.new/libpinyin.changes 2012-09-14 
12:44:37.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 14 03:56:30 UTC 2012 - i...@marguerite.su
+
+- fix fedora builds.
+
+---



Other differences:
--
++ libpinyin.spec ++
--- /var/tmp/diff_new_pack.kDSTET/_old  2012-09-14 12:44:44.0 +0200
+++ /var/tmp/diff_new_pack.kDSTET/_new  2012-09-14 12:44:44.0 +0200
@@ -36,6 +36,7 @@
 %endif
 %else
 BuildRequires:  libdb-devel
+BuildRequires:  libtool-ltdl-devel
 %endif
 BuildRequires:  gnome-common
 BuildRequires:  libtool

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



commit latencytop for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package latencytop for openSUSE:Factory 
checked in at 2012-09-14 12:44:26

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


Package is "latencytop", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/latencytop/latencytop.changes2011-09-23 
02:07:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.latencytop.new/latencytop.changes   
2012-09-14 12:44:27.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 13 00:05:33 CEST 2012 - dste...@suse.cz
+
+- add patch to behave like 'vmstat 1'
+
+---

New:

  latencytop-incremental-man.patch
  latencytop-incremental-output.patch



Other differences:
--
++ latencytop.spec ++
--- /var/tmp/diff_new_pack.DyIzGQ/_old  2012-09-14 12:44:33.0 +0200
+++ /var/tmp/diff_new_pack.DyIzGQ/_new  2012-09-14 12:44:33.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package latencytop (Version 0.5)
+# spec file for package latencytop
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   latencytop
-BuildRequires:  gtk2-devel ncurses-devel pkgconfig
+BuildRequires:  gtk2-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  pkgconfig
+Summary:Kernel latency measuring tool
 License:GPL-2.0
 Group:  System/Monitoring
-Summary:Kernel latency measuring tool
 Version:0.5
-Release:3
+Release:0
 Source: latencytop-%{version}.tar.bz2
 Patch:  latencytop-warning-fixes.diff
+Patch1: latencytop-incremental-output.patch
+Patch2: latencytop-incremental-man.patch
 Url:http://www.latencytop.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -40,6 +42,8 @@
 %prep
 %setup -q
 %patch -p1
+%patch1 -p2
+%patch2 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"

++ latencytop-incremental-man.patch ++
Index: latencytop-0.5/latencytop.8
===
--- latencytop-0.5.orig/latencytop.8
+++ latencytop-0.5/latencytop.8
@@ -15,7 +15,7 @@
 latencytop \- a tool for developers to visualize system latencies
 .SH SYNOPSIS
 .B latencytop
-.RI [ --unknown ] " " [ processes ... ]
+.RI [ --unknown ] " " [ -c ] " " [ processes ... ]
 .SH DESCRIPTION
 This manual page documents briefly the
 .B latencytop
@@ -46,6 +46,8 @@ If you press \fBf\fP then \fBLatencyTop\
 currently waiting for an \fBfsync\fP to finish. Pressing \fBf\fP again
 returns you to the normal operating mode of \fBLatencyTop\fP.
 
+\fB-c\fPthis commandline argument produces incremental and textual output 
that is suitable for reporting latency issues
+
 .SH SEE ALSO
 .BR powertop (1)
 .br
++ latencytop-incremental-output.patch ++
>From bb054222fc0b5ec11941bff8fd2c7e544bd9ddc8 Mon Sep 17 00:00:00 2001
From: Chris Mason 
Date: Wed, 10 Feb 2010 11:48:02 -0500
Subject: [PATCH] Add latencytop -c to dump process information to the console

This adds something similar to vmstat 1 to latencytop, where
it simply does a text dump of all the process latency information
to the console every 10 seconds.  Back traces are included in the
dump.

Signed-off-by: Chris Mason 
---
 src/Makefile |2 +-
 src/latencytop.c |   38 +++---
 src/latencytop.h |1 +
 src/text_dump.c  |  199 ++
 4 files changed, 227 insertions(+), 13 deletions(-)
 create mode 100644 src/text_dump.c

diff --git a/src/Makefile b/src/Makefile
index de24551..1ff9740 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,7 +6,7 @@ SBINDIR = /usr/sbin
 XCFLAGS = -W  -g `pkg-config --cflags glib-2.0` -D_FORTIFY_SOURCE=2 
-Wno-sign-compare
 LDF = -Wl,--as-needed `pkg-config --libs glib-2.0`   -lncursesw 
 
-OBJS= latencytop.o text_display.o translate.o fsync.o
+OBJS= latencytop.o text_display.o text_dump.o translate.o fsync.o
 
 ifdef HAS_GTK_GUI
   XCFLAGS += `pkg-config --cflags gtk+-2.0` -DHAS_GTK_GUI
diff --git a/src/latencytop.c b/src/latencytop.c
index f516f53..fe252d0 100644
--- a/src/latencytop.c
+++ b/src/latencytop.c
@@ -111,6 +111,10 @@ static void fixup_reason(struct latency_line *line, char 
*c)
*(c2++) = 0;
} else
strncpy(line->reason, c2, 1024);
+
+   c2 = strchr(line->reason, '\n');
+   

commit ipmiutil for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package ipmiutil for openSUSE:Factory 
checked in at 2012-09-14 12:44:18

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


Package is "ipmiutil", Maintainer is "d...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ipmiutil/ipmiutil.changes2012-03-29 
07:45:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.ipmiutil.new/ipmiutil.changes   2012-09-14 
12:44:20.0 +0200
@@ -1,0 +2,15 @@
+Fri Aug 24 20:17:25 UTC 2012 - arcr...@users.sourceforge.net
+
+- update to upstream ipmiutil-2.8.5
+
+---
+Tue Jun 26 13:30:25 UTC 2012 - arcr...@users.sourceforge.net
+
+- do rebuild for F15 build enviromnent issue (see #766927)
+
+---
+Wed Jun 13 16:13:19 UTC 2012 - arcr...@users.sourceforge.net
+
+- update to upstream ipmiutil-2.8.4
+
+---

Old:

  ipmiutil-2.8.2.tar.gz

New:

  ipmiutil-2.8.5.tar.gz



Other differences:
--
++ ipmiutil.spec ++
--- /var/tmp/diff_new_pack.7thDfr/_old  2012-09-14 12:44:24.0 +0200
+++ /var/tmp/diff_new_pack.7thDfr/_new  2012-09-14 12:44:24.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   ipmiutil
-Version:2.8.2
+Version:2.8.5
 Release:1%{?dist}
 Summary:Easy-to-use IPMI server management utilities
 License:BSD-3-Clause
@@ -33,12 +33,10 @@
 %if 0%{?req_systemd}
 BuildRequires:  gcc gcc-c++ libtool openssl-devel systemd
 %define systemd_fls %{_unitdir}
-# Requires: %{?systemd_requires}
 %else
 BuildRequires:  gcc gcc-c++ libtool openssl-devel
 %define systemd_fls %{_datadir}/%{name}
 %endif
-# Suggests: cron or vixie-cron or cronie or similar
 
 %define init_dir  %{_initrddir}
 
@@ -153,7 +151,7 @@
 
 %files devel
 %defattr(-,root,root)
-%{_datadir}/%{name}/ipmicmd.h
+%{_includedir}/ipmicmd.h
 %{_datadir}/%{name}/ipmi_sample.c
 %{_datadir}/%{name}/Makefile
 %{_libdir}/libipmiutil.a
@@ -206,7 +204,9 @@
   fi
   # IPMI_IS_ENABLED, so enable services, but only if Red Hat
   if [ -f /etc/redhat-release ]; then
- if [ -x /sbin/chkconfig ]; then
+ if [ -x /bin/systemctl ]; then
+touch ${scr_dir}/ipmi_port.service
+ elif [ -x /sbin/chkconfig ]; then
 /sbin/chkconfig --add ipmi_port
 /sbin/chkconfig --add ipmiutil_wdt
 /sbin/chkconfig --add ipmiutil_asy 
@@ -242,23 +242,13 @@
  /sbin/chkconfig --del ipmiutil_evt >/dev/null 2>&1
fi
if [ -x /bin/systemctl ]; then
- systemd_dir=%{_unitdir}
- if [ -f ${systemd_dir}/ipmiutil_evt.service ]; then
+ if [ -f %{_unitdir}/ipmiutil_evt.service ]; then
systemctl disable ipmi_port.service >/dev/null 2>&1 || :
systemctl stop ipmiutil_evt.service >/dev/null 2>&1 || :
systemctl stop ipmiutil_asy.service >/dev/null 2>&1 || :
systemctl stop ipmiutil_wdt.service >/dev/null 2>&1 || :
systemctl stop ipmi_port.service>/dev/null 2>&1 || :
-   rm -f ${systemd_dir}/ipmiutil_evt.service 
-   rm -f ${systemd_dir}/ipmiutil_asy.service 
-   rm -f ${systemd_dir}/ipmiutil_wdt.service 
-   rm -f ${systemd_dir}/ipmi_port.service
  fi
-   else 
-   rm -f %{init_dir}/ipmiutil_wdt 2>/dev/null
-   rm -f %{init_dir}/ipmiutil_asy 2>/dev/null
-   rm -f %{init_dir}/ipmiutil_evt 2>/dev/null
-   rm -f %{init_dir}/ipmi_port2>/dev/null
fi
 %endif
if [ -f %{_sysconfdir}/cron.daily/checksel ]; then
@@ -276,6 +266,16 @@
   # Package upgrade, not uninstall
   systemctl try-restart ipmi_port.service  || :
fi
+   systemd_dir=%{_unitdir}
+   rm -f ${systemd_dir}/ipmiutil_evt.service 2>/dev/null
+   rm -f ${systemd_dir}/ipmiutil_asy.service 2>/dev/null
+   rm -f ${systemd_dir}/ipmiutil_wdt.service 2>/dev/null
+   rm -f ${systemd_dir}/ipmi_port.service2>/dev/null
+else 
+   rm -f %{init_dir}/ipmiutil_wdt 2>/dev/null
+   rm -f %{init_dir}/ipmiutil_asy 2>/dev/null
+   rm -f %{init_dir}/ipmiutil_evt 2>/dev/null
+   rm -f %{init_dir}/ipmi_port2>/dev/null
 fi
 %endif
 

++ ipmiutil-2.8.2.tar.gz -> ipmiutil-2.8.5.tar.gz ++
 10993 lines of diff (skipped)

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



commit cmpi-bindings for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package cmpi-bindings for openSUSE:Factory 
checked in at 2012-09-14 12:44:01

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


Package is "cmpi-bindings", Maintainer is "kkae...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/cmpi-bindings/cmpi-bindings.changes  
2012-05-29 10:32:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmpi-bindings.new/cmpi-bindings.changes 
2012-09-14 12:44:03.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 10:37:18 UTC 2012 - kkae...@suse.com
+
+- fix CentOS/RHEL 6 build
+
+---



Other differences:
--
++ cmpi-bindings.spec ++
--- /var/tmp/diff_new_pack.9Bj3iq/_old  2012-09-14 12:44:05.0 +0200
+++ /var/tmp/diff_new_pack.9Bj3iq/_new  2012-09-14 12:44:05.0 +0200
@@ -59,7 +59,7 @@
 BuildRequires:  ruby-rdoc
 %endif
 
-%if 0%{?fedora} > 0
+%if 0%{?fedora} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600
 BuildRequires:  perl-devel
 %endif
 
@@ -166,10 +166,8 @@
 %dir %{_libdir}/cmpi
 %{_libdir}/cmpi/libpyCmpiProvider.so
 %dir %{_datadir}/cmpi
-%{python_sitelib}/cmpi_pywbem_bindings.py
-%{python_sitelib}/cmpi_pywbem_bindings.pyc
-%{python_sitelib}/cmpi.py
-%{python_sitelib}/cmpi.pyc
+%{python_sitelib}/cmpi_pywbem_bindings.py*
+%{python_sitelib}/cmpi.py*
 
 %package -n cmpi-bindings-perl
 Requires:   perl = %{perl_version}

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



commit yast2-backup for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package yast2-backup for openSUSE:Factory 
checked in at 2012-09-14 12:43:21

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


Package is "yast2-backup", Maintainer is "loci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-backup/yast2-backup.changes
2012-05-21 07:33:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-backup.new/yast2-backup.changes   
2012-09-14 12:43:25.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 12 08:07:36 UTC 2012 - mfi...@suse.com
+
+- NFS related fields disabled when local backup selected - bnc#776079
+- 2.22.3 
+
+---

Old:

  yast2-backup-2.22.2.tar.bz2

New:

  yast2-backup-2.22.3.tar.bz2



Other differences:
--
++ yast2-backup.spec ++
--- /var/tmp/diff_new_pack.5jD3qR/_old  2012-09-14 12:43:26.0 +0200
+++ /var/tmp/diff_new_pack.5jD3qR/_new  2012-09-14 12:43:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-backup
-Version:2.22.2
+Version:2.22.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -81,7 +81,6 @@
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
-%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works

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

commit yast2-packager for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2012-09-14 12:43:28

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


Package is "yast2-packager", Maintainer is "lsle...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2012-05-22 10:11:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2012-09-14 12:43:29.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep  4 14:13:07 CEST 2012 - tgoettlic...@suse.de
+
+- fixed dependencies for libyui
+
+---
+Mon Aug  6 12:52:30 UTC 2012 - lsle...@suse.cz
+
+- fixed ISO image detection (space in file name or path), fixed
+  shell injection vulnerability (bnc#770157)
+
+---



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.noYEfg/_old  2012-09-14 12:43:30.0 +0200
+++ /var/tmp/diff_new_pack.noYEfg/_new  2012-09-14 12:43:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-packager
 #
-# Copyright (c) 2012 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
@@ -15,6 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+# norootforbuild
+
+
 
 Name:   yast2-packager
 Version:2.22.6
@@ -23,14 +26,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-packager-%{version}.tar.bz2
 
-BuildRequires:  gcc-c++
-BuildRequires:  perl-XML-Writer
-BuildRequires:  update-desktop-files
-BuildRequires:  yast2-country-data
-BuildRequires:  yast2-devtools
-BuildRequires:  yast2-slp
-BuildRequires:  yast2-testsuite
-BuildRequires:  yast2-xml
+
+Group: System/YaST
+License: GPL-2.0+
+BuildRequires: gcc-c++ yast2-country-data yast2-xml perl-XML-Writer 
update-desktop-files yast2-devtools yast2-testsuite yast2-slp
 
 # HTTP.ycp
 BuildRequires:  yast2-transfer
@@ -72,35 +71,25 @@
 # NotEnoughMemory-related functions moved to misc.ycp import-file
 Conflicts:  yast2-add-on < 2.15.15
 
-# One of yast2-qt-pkg, yast2-ncurses-pkg, yast2-gtk (-pkg)
-Requires:   yast2_ui_pkg
+# One of libyui-qt-pkg, libyui-ncurses-pkg, libyui-gtk-pkg
+Requires:  libyui_pkg
 
 # ensure that 'checkmedia' is on the medium
 Recommends: checkmedia
 
 Provides:   yast2-config-package-manager
 Obsoletes:  yast2-config-package-manager
-Provides:   y2c_spkg
-Provides:   y2pkginf
-Provides:   y2t_inst-packages
-Provides:   y2t_spkg
-Obsoletes:  y2c_spkg
-Obsoletes:  y2pkginf
-Obsoletes:  y2t_inst-packages
-Obsoletes:  y2t_spkg
-Provides:   yast2-trans-inst-packages
-Provides:   yast2-trans-package-manager
-Obsoletes:  yast2-trans-inst-packages
-Obsoletes:  yast2-trans-package-manager
+Provides:  y2t_spkg y2t_inst-packages y2pkginf y2c_spkg
+Obsoletes: y2t_spkg y2t_inst-packages y2pkginf y2c_spkg
+Provides:  yast2-trans-package-manager yast2-trans-inst-packages
+Obsoletes: yast2-trans-package-manager yast2-trans-inst-packages
 
 Summary:YaST2 - Package Library
-License:GPL-2.0+
-Group:  System/YaST
 
 %package webpin
 
-Summary:YaST2 - Webpin package search client
 Group:  System/YaST
+Summary:   YaST2 - Webpin package search client
 
 %description
 This package contains the scanner/parser and dependency checker for all
@@ -135,6 +124,7 @@
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
 
+
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
@@ -159,5 +149,3 @@
 /usr/share/YaST2/clients/webpin_package_search.ycp
 /usr/share/YaST2/modules/WebpinPackageSearch.ycp
 /usr/share/YaST2/modules/WebpinPackageSearch.ybc
-
-%changelog

++ yast2-packager-2.22.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-2.22.6/configure.in 
new/yast2-packager-2.22.6/configure.in
--- old/yast2-packager-2.22.6/configure.in  2012-05-21 16:33:51.0 
+0200
+++ new/yast2-packager-2.22.6/configure.in  2012-09-11 09:24:43.0 
+0200
@@ -1,6 +1,6 @@
 dnl configure.in for yast2-packager
 dnl
-dnl -- This file is generated by y2autoconf 2.21.6 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
 AC_INIT(yast2-packager, 2.22.6, http://b

commit xano-mincho-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package xano-mincho-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:42:38

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


Package is "xano-mincho-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xano-mincho-fonts/xano-mincho-fonts.changes  
2012-05-26 09:31:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.xano-mincho-fonts.new/xano-mincho-fonts.changes 
2012-09-14 12:42:40.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  3 15:16:37 UTC 2012 - pgaj...@suse.com
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536)
+
+---



Other differences:
--
++ xano-mincho-fonts.spec ++
--- /var/tmp/diff_new_pack.QaF26v/_old  2012-09-14 12:42:40.0 +0200
+++ /var/tmp/diff_new_pack.QaF26v/_new  2012-09-14 12:42:40.0 +0200
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   xano-mincho-fonts
 Version:20040509
 Release:0
-License:SUSE-Xano
 Summary:Japanese "XANO-Mincho-U32" TrueType font JIS X 0213:2004
-Url:http://www.asahi-net.or.jp/~sd5a-ucd/freefonts/XANO-mincho/
+License:SUSE-Xano
 Group:  System/X11/Fonts
+Url:http://www.asahi-net.or.jp/~sd5a-ucd/freefonts/XANO-mincho/
 # original archive was in .zip format. Converted to .tar.bz2 to save some
 # space in the .src.rpm file  The original archive also contained a .otf file.
 # This file is removed to save some more space in the .src.rpm file.
@@ -31,14 +30,14 @@
 # fewer glyphs than the .ttf file. On top of that, the hinting in the .otf file
 # seems to less good than the hinting in the .ttf file.
 Source0:xano-mincho-20040509.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
-%definefontdir /usr/share/fonts/truetype
+BuildRequires:  fontpackages-devel
 Provides:   scalable-font-ja
-Provides:   locale(ja)
 Provides:   xano-mincho = %{version}
+Provides:   locale(ja)
 Obsoletes:  xano-mincho <= 20040509
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+%reconfigure_fonts_prereq
 
 %description
 Japanese "XANO-Mincho-U32" TrueType font JIS X 0213:2004
@@ -54,18 +53,14 @@
 done
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts -c
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-, root,root)
 %doc README.txt license.txt
-%{fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit xaos for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package xaos for openSUSE:Factory checked in 
at 2012-09-14 12:42:46

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


Package is "xaos", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xaos/xaos.changes2012-06-14 
21:12:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.xaos.new/xaos.changes   2012-09-14 
12:42:48.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  4 15:58:27 UTC 2012 - pgaj...@suse.com
+
+- builds also with libpng15
+  * libpng15.patch
+
+---

New:

  xaos-libpng15.patch



Other differences:
--
++ xaos.spec ++
--- /var/tmp/diff_new_pack.bkbdfj/_old  2012-09-14 12:42:48.0 +0200
+++ /var/tmp/diff_new_pack.bkbdfj/_new  2012-09-14 12:42:48.0 +0200
@@ -29,6 +29,8 @@
 Source3:%{name}.png
 Patch0: %{name}-%{version}-strip.patch
 Patch1: fix-prototypes.diff
+# libpng15.patch should be upstreamed yet
+Patch2: xaos-libpng15.patch
 BuildRequires:  aalib-devel
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
@@ -53,6 +55,7 @@
 %setup -q
 %patch0
 %patch1 -p1
+%patch2
 
 %build
 # convert all xpf-files to UNIX format

++ xaos-libpng15.patch ++
http://mailman.archlinux.org/pipermail/arch-commits/2012-January/156237.html
--- src/util/png.c
+++ src/util/png.c
@@ -3,6 +3,7 @@
 #include 
 #ifdef USE_PNG
 #include 
+#include 
 #endif
 #include 
 #include 
@@ -31,6 +32,9 @@
 png_structp png_ptr;
 png_infop info_ptr;
 png_color palette[256];
+png_color_8 sig_bit;
+int color_type;
+int bit_depth;
 volatile unsigned short a = 255;
 volatile unsigned char *b = (volatile unsigned char *) &a;
 #ifdef _undefined_
@@ -59,7 +63,7 @@
png_destroy_write_struct(&png_ptr, (png_infopp) NULL);
return "No memory to create png info structure";
 }
-if (setjmp(png_ptr->jmpbuf)) {
+if (setjmp(png_jmpbuf(png_ptr))) {
png_destroy_write_struct(&png_ptr, &info_ptr);
fclose(file);
return strerror(errno);
@@ -78,57 +82,70 @@
 png_set_compression_window_bits(png_ptr, 15);
 png_set_compression_method(png_ptr, 8);
 
-info_ptr->width = image->width;
-info_ptr->height = image->height;
-/*info_ptr->gamma=1.0; */
-info_ptr->gamma = 0.5;
-info_ptr->valid |= PNG_INFO_gAMA | PNG_INFO_pHYs;
-info_ptr->x_pixels_per_unit = (png_uint_32) (100 / image->pixelwidth);
-info_ptr->y_pixels_per_unit = (png_uint_32) (100 / image->pixelheight);
+switch (image->palette->type)
+{
+case C256:
+   color_type = PNG_COLOR_TYPE_PALETTE;
+   bit_depth = image->bytesperpixel * 8;
+   break;
+case SMALLITER:
+case LARGEITER:
+case GRAYSCALE:
+   color_type = PNG_COLOR_TYPE_GRAY;
+   bit_depth = image->bytesperpixel * 8;
+   break;
+case TRUECOLOR:
+case TRUECOLOR24:
+case TRUECOLOR16:
+   color_type = PNG_COLOR_TYPE_RGB;
+   bit_depth = 8;
+   break;
+}
 
+png_set_IHDR (png_ptr, info_ptr, image->width, image->height, bit_depth,
+ color_type, PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_BASE,
+ PNG_FILTER_TYPE_BASE);
 
 switch (image->palette->type) {
 case C256:
{
int i;
-   info_ptr->color_type = PNG_COLOR_TYPE_PALETTE;
-   info_ptr->bit_depth = image->bytesperpixel * 8;
-   info_ptr->palette = palette;
-   info_ptr->valid |= PNG_INFO_PLTE;
+   png_color png_palette[257];
+   int png_num_palette;
for (i = 0; i < image->palette->end; i++)
-   info_ptr->palette[i].red = image->palette->rgb[i][0],
-   info_ptr->palette[i].green = image->palette->rgb[i][1],
-   info_ptr->palette[i].blue = image->palette->rgb[i][2],
-   info_ptr->num_palette = image->palette->end;
+   png_palette[i].red = image->palette->rgb[i][0],
+   png_palette[i].green = image->palette->rgb[i][1],
+   png_palette[i].blue = image->palette->rgb[i][2],
+   png_num_palette = image->palette->end;
+   png_set_PLTE(png_ptr, info_ptr, png_palette, png_num_palette);
}
break;
-case SMALLITER:
-case LARGEITER:
-case GRAYSCALE:
-   info_ptr->color_type = PNG_COLOR_TYPE_GRAY;
-   info_ptr->bit_depth = image->bytesperpixel * 8;
-   break;
 case TRUECOLOR:
 case TRUECOLOR24:
 case TRUECOLOR16:
-   info_ptr->color_type = PNG_COLOR_TYPE_RGB;
-   info_ptr->bit_depth = 8;
-   info_ptr->sig_bit.red = 8 - image->palette->in

commit xfce4-panel-plugin-weather for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-weather for 
openSUSE:Factory checked in at 2012-09-14 12:42:54

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


Package is "xfce4-panel-plugin-weather", Maintainer is 
"xfce-maintain...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-weather/xfce4-panel-plugin-weather.changes
2012-05-08 06:53:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-weather.new/xfce4-panel-plugin-weather.changes
   2012-09-14 12:42:56.0 +0200
@@ -1,0 +2,93 @@
+Wed Sep 12 09:48:57 UTC 2012 - g...@opensuse.org
+
+- update to version 0.8.2
+  - lots of translations updates
+  - update liquid icon set to be complete
+  - improve sleet icons
+  - improve rain icons for darker panels
+  - correct symbol descriptions and add comments with explanations
+  - correct and improve liquid icons
+  - updated README with documentation from Xfce Goodies homepage
+  - add debugging code and instructions on how to debug in README
+  - add section about theming and icon sets in README
+  - remove code for now unsupported GTK/GLIB versions
+  - bump minimum requirements to match Xfce-4.8 (yes, they were
+needed before) and drop some legacy code
+  - fix ugly GDK_WINDOW assertion when opening the summary window
+  - clear scrollbox labels before updating conditions
+  - correct "Astrological data" to "Astronomical data"
+  - variable name fix for Solaris
+  - fix crash in summary window when something weird happens
+  - some more code refactoring, clean up and minor fixes
+- dropped obsolete
+  xfce4-panel-plugin-weather-fix-crash-when-no-data.patch
+
+---
+Tue Aug  7 15:12:44 UTC 2012 - g...@opensuse.org
+
+- added xfce4-panel-plugin-weather-fix-crash-when-no-data.patch in
+  order to fix a crash in summary window when data is not available
+  (bxo#9182)
+
+---
+Mon Aug  6 12:09:45 UTC 2012 - g...@opensuse.org
+
+- update to version 0.8.1
+  - show more information in panel plugin tooltip
+  - tooltip for location name in config dialog now shows latitude
+and longitude, or clearer instructions what to do
+  - fetch sunrise/sunset times via met.no webservice; this way we
+get moon phase, moonrise and moonset for free
+  - better handling of sanitizing location name
+  - correct texts in search dialog
+  - set text color on alternate cells in forecast table
+  - bump minimum requirements to Xfce 4.6
+  - build the plugin as a module
+  - fix many smaller bugs like uninitialized, unused variables etc
+  - reformat and cleanup source code, improve code quality
+  - translation updates
+- dropped obsolete
+  xfce4-panel-plugin-weather-remove-dependency-on-glib-2.30.patch
+- updated description
+
+---
+Tue Jul 24 21:07:07 UTC 2012 - g...@opensuse.org
+
+- update to version 0.8.0
+  - Migrate to libxfce4ui.
+  - Better handling of vertical and deskbar modes.
+  - Fix adjusting label text size to panel size.
+  - Fix scrollbox scroll direction in vertical mode.
+  - Major rewrite: Migrate to yr.no API instead of weather.com
+The plugin now uses data from the Norwegian Meteorological
+Institute, which is a bit different and forced a redesign of
+the summary window and more logic for computing the values.
+This rewrite means the hassle with the expiring license keys is
+finally gone, and the plugin shouldn't stop working suddenly,
+as API changes are announced quite some time before they become
+active. Forecasts for up to 10 days are provided, depending on
+the location. The location is defined by latitude and
+longitude, the actual name is only used for presentation.
+  - Switch to the new GeoIP service at geoip.xfce.org, the old one
+has stopped working correctly quite some time ago.
+  - Automatically set system of measurement depending on the GeoIP
+country code.
+  - Fix wrong location search results
+  - Enlarge the search dialog. It's now capable of showing 10 or
+more results instead of only 2 or 3.
+  - Nice error message in summary window when no location was set
+or when there's no data available.
+  - Make left click toggle the forecast window.
+  - Optimized update intervals (downloading data and presentation).
+This should also fix update issues after suspend/resume.
+  - Add move label up/down buttons to config dialog.
+  - Add shortcuts to the widgets in the config dialog.
+  - Add shortcuts for accessing the notebook pages in the forecast
+window.
+  - Fix compilation warnings, possible null pointer

commit xine-lib for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package xine-lib for openSUSE:Factory 
checked in at 2012-09-14 12:43:04

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


Package is "xine-lib", Maintainer is "mh...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/xine-lib/xine-lib.changes2012-07-12 
10:54:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.xine-lib.new/xine-lib.changes   2012-09-14 
12:43:06.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 10:54:59 UTC 2012 - davejpla...@gmail.com
+
+- Added xine-lib-theora.patch to add fourcc code to xine
+
+---

New:

  xine-lib-theora.patch



Other differences:
--
++ xine-lib.spec ++
--- /var/tmp/diff_new_pack.GwftE6/_old  2012-09-14 12:43:07.0 +0200
+++ /var/tmp/diff_new_pack.GwftE6/_new  2012-09-14 12:43:07.0 +0200
@@ -128,6 +128,8 @@
 Patch1: xine-lib-v4l-2.6.38.patch
 Patch2: xine-lib-without-ffmpeg.patch
 Patch3: fix-non-x86-build.diff
+# Add theora FOURCC to libxine I found an avi container that xine wouldn't 
play.
+Patch4: xine-lib-theora.patch
 
 %description
 Great video and multimediaplayer, supports DVD, MPEG, AVI, DivX, VCD, 
Quicktime ...You need a frontend for xine-lib like http://packman.links2linux.de/package/xine-ui>xine-ui, http://packman.links2linux.de/package/gxine>gxine, http://packman.links2linux.de/package/kaffeine>kaffeine or http://packman.links2linux.de/package/totem>totem.Since 1-rc6 
the package number is reduced, all you may miss, is in the base 
packageIf you want to play css encrypted Video-DVD's, you need to 
install http://packman.links2linux.de/package/libdvdcss2>libdvdcss.
@@ -505,6 +507,7 @@
 %ifnarch %ix86 x86_64
 %patch3
 %endif
+%patch4
 rm -f m4/libtool15.m4
 sed -i -e 's|/tmp/vdr-xine|/var/lib/vdr-xine|g' src/vdr/input_vdr.c
 

++ xine-lib-theora.patch ++
Index: src/xine-engine/buffer_types.c
===
--- src/xine-engine/buffer_types.c.orig 2012-02-05 21:17:03.0 +0200
+++ src/xine-engine/buffer_types.c  2012-07-16 15:39:19.681795420 +0200
@@ -585,6 +585,8 @@ static const video_db_t video_db[] = {
 },
 {
   {
+ME_FOURCC('t','h','e','o'),
+ME_FOURCC('T','H','E','O'),
 0,
   },
   BUF_VIDEO_THEORA,
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xstereograph for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package xstereograph for openSUSE:Factory 
checked in at 2012-09-14 12:43:13

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


Package is "xstereograph", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xstereograph/xstereograph.changes
2011-09-23 12:52:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.xstereograph.new/xstereograph.changes   
2012-09-14 12:43:14.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  4 15:29:45 UTC 2012 - pgaj...@suse.com
+
+- builds also with libpng15
+  * libpng15.patch
+
+---

New:

  xstereograph-2.1-libpng15.patch



Other differences:
--
++ xstereograph.spec ++
--- /var/tmp/diff_new_pack.7MXUFr/_old  2012-09-14 12:43:15.0 +0200
+++ /var/tmp/diff_new_pack.7MXUFr/_new  2012-09-14 12:43:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xstereograph (Version 2.1)
+# spec file for package xstereograph
 #
-# 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,18 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   xstereograph
-BuildRequires:  libpng-devel xaw3d-devel xorg-x11 xorg-x11-devel
+BuildRequires:  libpng-devel
+BuildRequires:  xaw3d-devel
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
 %defineversion_libsx 2.03
 Summary:Stereogram generator
-Group:  Amusements/Games/Other
 License:GPL-2.0+ ; LGPL-2.1+
-Requires:   xless ImageMagick emacs-x11
+Group:  Amusements/Games/Other
+Requires:   ImageMagick
+Requires:   emacs-x11
+Requires:   xless
 Version:2.1
-Release:788
+Release:0
 Url:http://freshmeat.net/projects/xstereograph/
 Source0:%{name}-%{version}.tar.bz2
 Source1:libsx-%{version_libsx}.tar.bz2
@@ -36,6 +39,8 @@
 Patch3: %{name}-%{version}-dialogs.patch
 Patch4: %{name}-%{version}-gcc4.patch
 Patch5: %{name}-%{version}-uninitialized.patch
+# libpng15.patch not sent to upstream (is project alive?)
+Patch6: %{name}-%{version}-libpng15.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -61,6 +66,7 @@
 %patch3
 %patch4
 %patch5
+%patch6
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.

++ xstereograph-2.1-libpng15.patch ++
Index: stereograph-0.28a/gfxio.c
===
--- stereograph-0.28a/gfxio.c
+++ stereograph-0.28a/gfxio.c
@@ -315,7 +315,7 @@ int Read_PNG (FILE *ifile, unsigned char
}

/* libpng error handling */
-   if (setjmp(png_ptr->jmpbuf)) {
+   if (setjmp(png_jmpbuf(png_ptr))) {
png_destroy_read_struct(&png_ptr, &info_ptr, &end_info);
if(verbose) printf("FAILED;\n"); else fprintf(stderr, 
"reading gfx data...FAILED\n");
fprintf(stderr, "libpng reported an error!\n");
@@ -415,7 +415,7 @@ int Write_PNG (FILE *ofile, struct GFX_D
}

/* libpng error handling */
-   if (setjmp(png_ptr->jmpbuf)) {
+   if (setjmp(png_jmpbuf(png_ptr))) {
png_destroy_write_struct(&png_ptr, &info_ptr);
if(verbose) printf("FAILED;\n"); else fprintf(stderr, 
"writing gfx data...FAILED\n");
fprintf(stderr, "libpng reported an error!\n");
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit x11-japanese-bitmap-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package x11-japanese-bitmap-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:42:30

Comparing /work/SRC/openSUSE:Factory/x11-japanese-bitmap-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.x11-japanese-bitmap-fonts.new (New)


Package is "x11-japanese-bitmap-fonts", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/x11-japanese-bitmap-fonts/x11-japanese-bitmap-fonts.changes
  2012-05-26 09:31:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.x11-japanese-bitmap-fonts.new/x11-japanese-bitmap-fonts.changes
 2012-09-14 12:42:32.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:
--
++ x11-japanese-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.h8xmvI/_old  2012-09-14 12:42:33.0 +0200
+++ /var/tmp/diff_new_pack.h8xmvI/_new  2012-09-14 12:42:33.0 +0200
@@ -16,26 +16,33 @@
 #
 
 
+%define fontdir   %{_fontsdir}/japanese
 
 Name:   x11-japanese-bitmap-fonts
 Summary:Japanese Fixed Fonts for the X Window System
+License:SUSE-Public-Domain and HPND
+Group:  System/X11/Fonts
 BuildRequires:  fdupes
+%if 0%{?suse_version} >= 1220
+BuildRequires:  bdftopcf
+BuildRequires:  mkfontdir
+%else
 BuildRequires:  xorg-x11
+%endif
 %if 0%{?suse_version} < 1130
 BuildRequires:  freetype2
 %endif
 Version:20020904
-Release:642
-License:SUSE-Public-Domain and HPND
+Release:0
 Url:http://openlab.ring.gr.jp/efont/japanese/
-Group:  System/X11/Fonts
 Source0:
http://openlab.ring.gr.jp/efont/dist/japanese/japanese-bitmap-fonts-0.4.5.tar.bz2
 Source1:mkbold
 Source2:mkitalic
 Source4:xfonts_jp.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
-Provides:   locale(xorg-x11:ja)
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 Provides:   xfntjp = %{version}
+Provides:   locale(xorg-x11:ja)
 Obsoletes:  xfntjp <= 20020904
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -52,8 +59,6 @@
 bold, italic, and bold-italic versions of iso-8859-1 fonts which fit
 nicely in style and width to the Japanese fonts.
 
-%define fontdir   /usr/share/fonts/japanese
-
 %prep
 %setup -q -n japanese-bitmap-fonts-0.4.5
 mkdir -p extra
@@ -88,11 +93,7 @@
 
 %clean
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-, root,root)

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



commit vm-install for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package vm-install for openSUSE:Factory 
checked in at 2012-09-14 12:41:50

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


Package is "vm-install", Maintainer is "carn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/vm-install/vm-install.changes2012-05-15 
17:42:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.vm-install.new/vm-install.changes   
2012-09-14 12:41:51.0 +0200
@@ -1,0 +2,54 @@
+Tue Sep  4 15:02:41 MDT 2012 - carn...@novell.com
+
+- Change documentation link to suse.com
+
+---
+Wed Aug 22 09:30:08 MDT 2012 - carn...@novell.com
+
+- Add for support Open Enterprise Server 11
+- Add support for Windows 8 and Windows Server 2012
+- Add support for Ubuntu 12 (Precise Pangolin)
+- Version 0.6.9
+
+---
+Fri Aug 17 15:54:43 MDT 2012 - carn...@novell.com
+
+- bnc#776300 - vm-install does not pass --extra-args in --upgrade
+  mode
+- Version 0.6.8
+
+---
+Wed Aug  8 15:34:19 MDT 2012 - carn...@novell.com
+
+- Add a screen resolution option for newer Suse PV VMs
+- Updated language files
+- Version 0.6.7
+
+---
+Tue Aug  7 16:08:40 MDT 2012 - carn...@novell.com
+
+- Add support for selecting a host device for PCI/USB passthrough 
+  at VM install time (see reference bnc#768340).
+- Version 0.6.6
+
+---
+Thu Jun 28 14:04:03 MDT 2012 - carn...@novell.com
+
+- Add support for defaults file for setting customization
+  variables 
+- Version 0.6.5
+
+---
+Fri Jun  8 15:06:54 MDT 2012 - carn...@novell.com
+
+- vmdisks: xm block_attach can return before the hotplugging is 
+  actually complete causing later failure in bootsector check.
+
+---
+Thu Jun  7 10:49:17 MDT 2012 - carn...@novell.com
+
+- bnc#762963 - ReaR: Unable to recover a paravirtualized XEN guest
+  vminstall-rear-support.patch
+- Version 0.6.4
+
+---

Old:

  vm-install-0.6.3.tar.bz2

New:

  vm-install-0.6.9.tar.bz2
  vm-install.conf



Other differences:
--
++ vm-install.spec ++
--- /var/tmp/diff_new_pack.snw2vQ/_old  2012-09-14 12:41:52.0 +0200
+++ /var/tmp/diff_new_pack.snw2vQ/_new  2012-09-14 12:41:52.0 +0200
@@ -15,18 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   vm-install
 Url:http://developer.novell.com/wiki/index.php/Vm-install
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 # For directory ownership:
 BuildRequires:  yast2
-Version:0.6.3
+Version:0.6.9
 Release:0
 Summary:Tool to Define a Virtual Machine and Install Its Operating 
System
 License:GPL-2.0
 Group:  System/Emulators/PC
-Source0:%{name}-0.6.3.tar.bz2
+Source0:%{name}-0.6.9.tar.bz2
+Source1:vm-install.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64
 Requires:   libvirt python-urlgrabber libxml2-python libvirt-python 
virt-utils udhcp kdump
@@ -66,6 +68,8 @@
 rm -f  $RPM_BUILD_ROOT/%pysite/*.egg-info
 %find_lang xen-vm-install
 %suse_update_desktop_file %{name} X-SuSE-YaST-Virtualization
+mkdir -p $RPM_BUILD_ROOT/etc/default
+install -m644 %SOURCE1 $RPM_BUILD_ROOT/etc/default/vm-install
 
 %clean
 test ! -z "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf 
$RPM_BUILD_ROOT
@@ -82,5 +86,6 @@
 %pysite/vmdisks
 %{_datadir}/YaST2/clients/vm-install.ycp
 %{_datadir}/applications/YaST2/vm-install.desktop
+%config(noreplace) %{_sysconfdir}/default/vm-install
 
 %changelog

++ vm-install-0.6.3.tar.bz2 -> vm-install-0.6.9.tar.bz2 ++
 8316 lines of diff (skipped)

++ vm-install.conf ++
# vm-install customization variables
# /etc/default/vm-install
#

# Location of images for file backed VMs
#XEN_IMAGE_DIR=/var/lib/xen/images
#KVM_IMAGE_DIR=/var/lib/kvm/images

# Location for VM configuration files
#XEN_CONFIG_DIR=/etc/xen/vm/
#KVM_CONFIG_DIR=/etc/kvm/vm/

# Location for the logging file
#XEN_LOG_DIR=/var/log/xen/
#KVM_LOG_DIR=/var/log/kvm/

# Default block device type to use for file backed VMs
# Xen examples: file, tap:aio, tap:qcow
# KVM examples: file, qcow2, qed, vpc
#XEN_FILE_FORMAT_TYPE=file
#KVM_FILE_FORMAT_TYPE=file

# VM Network Instal

commit wqy-bitmap-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package wqy-bitmap-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:42:09

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


Package is "wqy-bitmap-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/wqy-bitmap-fonts/wqy-bitmap-fonts.changes
2012-05-29 10:36:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.wqy-bitmap-fonts.new/wqy-bitmap-fonts.changes   
2012-09-14 12:42:10.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul  4 12:39:06 CEST 2012 - pgaj...@suse.cz
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+- removed build dependencies: bdfresize, xorg-x11
+
+---



Other differences:
--
++ wqy-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.ithldi/_old  2012-09-14 12:42:11.0 +0200
+++ /var/tmp/diff_new_pack.ithldi/_new  2012-09-14 12:42:11.0 +0200
@@ -16,19 +16,18 @@
 #
 
 
-
 Name:   wqy-bitmap-fonts
 Version:0.9.9_0
 Release:0
-License:GPL-2.0-with-font-exception
-%define fontdir /usr/share/fonts/Chinese/wqy-bitmapfont
+%define fontdir %{_fontsdir}/Chinese/wqy-bitmapfont
 Summary:Wen Quan Yi Bitmap Song CJK Fonts
-Url:http://wenq.org/
+License:GPL-2.0-with-font-exception
 Group:  System/X11/Fonts
+Url:http://wenq.org/
 Source0:wqy-bitmapfont-pcf-0.9.9-0.tar.gz
-BuildRequires:  bdfresize
-BuildRequires:  xorg-x11
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+Requires(pre):  fontconfig
+%reconfigure_fonts_prereq
 Provides:   wqy-bitmapfont = %{version}
 Obsoletes:  wqy-bitmapfont <= 0.9.9_0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,34 +42,29 @@
 %prep
 %setup -n wqy-bitmapfont
 
+%build
+
 %install
 mkdir -p %{buildroot}%{fontdir}
 install -m 644 *.pcf %{buildroot}%{fontdir}
 gzip -9 %{buildroot}%{fontdir}/*.pcf
 install -c -m 644 fonts.alias %{buildroot}%{fontdir}/fonts.scale
-mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail/
-install -c -m 644 85-wqy-bitmapsong.conf 
%{buildroot}%{_sysconfdir}/fonts/conf.avail/
+mkdir -p %{buildroot}%{_fontsconfavaildir}
+install -c -m 644 85-wqy-bitmapsong.conf %{buildroot}%{_fontsconfavaildir}
 mkdir -p %{buildroot}%{_datadir}/icons/
 cp LOGO.png %{buildroot}%{_datadir}/icons/wqy-bitmapsong.png
-mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d/
-cd %{buildroot}%{_sysconfdir}/fonts/conf.d/
+mkdir -p %{buildroot}%{_fontsconfddir}
+cd %{buildroot}%{_fontsconfddir}
 ln -s ../conf.avail/85-wqy-bitmapsong.conf
 
-%clean
-rm -rf %{buildroot}
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-, root,root)
-%doc AUTHORS README COPYING ChangeLog INSTALL INSTALL.zh.gb2312
-%{_datadir}/fonts/Chinese
-%{_sysconfdir}/fonts/conf.avail/85-wqy-bitmapsong.conf
-%{_sysconfdir}/fonts/conf.d/85-wqy-bitmapsong.conf
+%doc AUTHORS README COPYING ChangeLog INSTALL.zh.gb2312
+%{_fontsdir}/Chinese
+%config %{_fontsconfavaildir}/85-wqy-bitmapsong.conf
+%config %{_fontsconfddir}/85-wqy-bitmapsong.conf
 %{_datadir}/icons/wqy-bitmapsong.png
 
 %changelog

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



commit wqy-microhei-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package wqy-microhei-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:42:16

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


Package is "wqy-microhei-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/wqy-microhei-fonts/wqy-microhei-fonts.changes
2012-06-05 15:36:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.wqy-microhei-fonts.new/wqy-microhei-fonts.changes   
2012-09-14 12:42:17.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:
--
++ wqy-microhei-fonts.spec ++
--- /var/tmp/diff_new_pack.JEPuTp/_old  2012-09-14 12:42:18.0 +0200
+++ /var/tmp/diff_new_pack.JEPuTp/_new  2012-09-14 12:42:18.0 +0200
@@ -16,22 +16,23 @@
 #
 
 
-
 Name:   wqy-microhei-fonts
 Version:0.2.0
 Release:0
-License:Apache-2.0 or SUSE-GPL-3.0+-with-font-exception
 Summary:WenQuanYi Micro Hei
-Url:http://wenq.org/en/
+License:Apache-2.0 or SUSE-GPL-3.0+-with-font-exception
 Group:  System/X11/Fonts
+Url:http://wenq.org/en/
 Source: wqy-microhei-0.2.0-beta.tar.gz
 Source1:57-wqy-microhei.conf
-Requires(pre):  %suseconfig_fonts_prereq
-Provides:   scalable-font-zh-CN,
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
+Requires(pre):  fontconfig
+Provides:   scalable-font-zh-CN
 Provides:   scalable-font-zh-SG
-Provides:   scalable-font-zh-TW,
-Provides:   locale(zh_TW;zh_CN;zh_SG)
+Provides:   scalable-font-zh-TW
 Provides:   ttf-wqy-microhei = %{version}
+Provides:   locale(zh_TW;zh_CN;zh_SG)
 Obsoletes:  ttf-wqy-microhei <= 0.2.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -64,32 +65,21 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{_datadir}/fonts/truetype
-install -c -m 644 wqy-microhei.ttc %{buildroot}%{_datadir}/fonts/truetype/
-mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail/
-install -c -m 644 $RPM_SOURCE_DIR/57-wqy-microhei.conf 
%{buildroot}%{_sysconfdir}/fonts/conf.avail/57-wqy-microhei.conf
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -c -m 644 wqy-microhei.ttc %{buildroot}%{_ttfontsdir}
+mkdir -p %{buildroot}%{_fontsconfavaildir}
+install -c -m 644 $RPM_SOURCE_DIR/57-wqy-microhei.conf 
%{buildroot}%{_fontsconfavaildir}/57-wqy-microhei.conf
 mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d/
-cd %{buildroot}%{_sysconfdir}/fonts/conf.d/
+cd %{buildroot}%{_fontsconfddir}
 ln -s ../conf.avail/57-wqy-microhei.conf
 
-%clean
-rm -rf %{buildroot}
-
-%post
-%run_suseconfig_fonts -c
-
-%postun
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-,root,root)
 %doc README.txt AUTHORS.txt ChangeLog.txt INSTALL.txt LICENSE_Apache2.txt 
LICENSE_GPLv3.txt
-%dir %{_datadir}/fonts/truetype
-%dir %{_sysconfdir}/fonts/
-%dir %{_sysconfdir}/fonts/conf.avail/
-%dir %{_sysconfdir}/fonts/conf.d/
-%{_datadir}/fonts/truetype/wqy-microhei.ttc
-%config %{_sysconfdir}/fonts/conf.avail/57-wqy-microhei.conf
-%config %{_sysconfdir}/fonts/conf.d/57-wqy-microhei.conf
+%{_ttfontsdir}
+%config %{_fontsconfavaildir}/57-wqy-microhei.conf
+%config %{_fontsconfddir}/57-wqy-microhei.conf
 
 %changelog


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



commit wang-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package wang-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:42:03

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


Package is "wang-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/wang-fonts/wang-fonts.changes2012-05-26 
09:30:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.wang-fonts.new/wang-fonts.changes   
2012-09-14 12:42:05.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:
--
++ wang-fonts.spec ++
--- /var/tmp/diff_new_pack.vARiv6/_old  2012-09-14 12:42:08.0 +0200
+++ /var/tmp/diff_new_pack.vARiv6/_new  2012-09-14 12:42:08.0 +0200
@@ -16,17 +16,16 @@
 #
 
 
-
 Name:   wang-fonts
 Version:0.20040323
 Release:0
-%definefontdir /usr/share/fonts/truetype
-License:GPL-2.0+
 Summary:Chinese (Unicode) TrueType fonts by Dr
-Url:ftp://cle.linux.org.tw/pub/fonts/wangnew/
+License:GPL-2.0+
 Group:  System/X11/Fonts
+Url:ftp://cle.linux.org.tw/pub/fonts/wangnew/
 Source0:wang-fonts-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -39,18 +38,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts -c
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-, root,root)
 %doc license.txt *.doc *.pdf *.sxw *.png
-%{fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit vollkorn-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package vollkorn-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:41:57

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


Package is "vollkorn-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/vollkorn-fonts/vollkorn-fonts.changes
2012-02-16 12:29:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.vollkorn-fonts.new/vollkorn-fonts.changes   
2012-09-14 12:41:58.0 +0200
@@ -1,0 +2,11 @@
+Wed Jul  4 12:39:06 CEST 2012 - pgaj...@suse.cz
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+
+---
+Thu May 17 09:10:35 UTC 2012 - pgaj...@suse.com
+
+- call spec-cleaner
+
+---



Other differences:
--
++ vollkorn-fonts.spec ++
--- /var/tmp/diff_new_pack.nXjNGx/_old  2012-09-14 12:41:59.0 +0200
+++ /var/tmp/diff_new_pack.nXjNGx/_new  2012-09-14 12:41:59.0 +0200
@@ -17,20 +17,20 @@
 
 
 %define fontname Vollkorn
-%define fontdir  /usr/share/fonts/truetype
 
 Name:   vollkorn-fonts
 Version:2.1
 Release:0
+Summary:An every day use free serif font
+License:OFL-1.1
+Group:  System/X11/Fonts
 Url:http://friedrichalthausen.de/?page_id=411
 Source0:%{fontname}-%{version}.zip
-PreReq: %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-BuildArch:  noarch
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:An every day use free serif font
-License:OFL-1.1
-Group:  System/X11/Fonts
+BuildArch:  noarch
 
 %description
 From the Vollkorn webpage:
@@ -41,7 +41,6 @@
 »Vollkorn« (pronounced »Follkorn«) is German for »wholemeal«
 which refers to the old term »Brotschrift«.
 
-
 %prep
 %setup -T -c %{name} -n %{name}
 unzip -j %{SOURCE0}
@@ -57,23 +56,14 @@
 # -- nop --
 
 %install
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && %{__rm} -rf 
$RPM_BUILD_ROOT;
-%{__mkdir_p}  $RPM_BUILD_ROOT%{fontdir}/
-%{__install} -c -m 644 *.ttf $RPM_BUILD_ROOT%{fontdir}
-
-%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && %{__rm} -rf 
$RPM_BUILD_ROOT;
-
-%post
-%run_suseconfig_fonts
+mkdir -p  %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc *.txt
-%dir %{fontdir}/
-%{fontdir}/*
+%{_ttfontsdir}
 
 %changelog


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



commit wqy-zenhei-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package wqy-zenhei-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:42:22

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


Package is "wqy-zenhei-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/wqy-zenhei-fonts/wqy-zenhei-fonts.changes
2012-05-26 09:31:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.wqy-zenhei-fonts.new/wqy-zenhei-fonts.changes   
2012-09-14 12:42:23.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:
--
++ wqy-zenhei-fonts.spec ++
--- /var/tmp/diff_new_pack.DAf2zE/_old  2012-09-14 12:42:24.0 +0200
+++ /var/tmp/diff_new_pack.DAf2zE/_new  2012-09-14 12:42:24.0 +0200
@@ -16,24 +16,24 @@
 #
 
 
-
 Name:   wqy-zenhei-fonts
 Version:0.9.41
-Release:1
+Release:0
+Summary:Open-source Chinese Font for Hei Ti
 License:GPL-2.0-with-font-exception
-Summary:open-source Chinese font for Hei Ti
-Url:http://wenq.org
 Group:  System/X11/Fonts
+Url:http://wenq.org
 Source0:wqy-zenhei-%{version}-May.tar.bz2
+BuildRequires:  fontpackages-devel
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0: wqy-zenhei-font-config-fixes.diff
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Requires(pre):  fontconfig
-Provides:   scalable-font-zh-CN,
+Provides:   scalable-font-zh-CN
 Provides:   scalable-font-zh-SG
-Provides:   scalable-font-zh-TW,
-Provides:   locale(zh_TW;zh_CN;zh_SG)
+Provides:   scalable-font-zh-TW
 Provides:   ttf-wqy-zenhei = %{version}
+Provides:   locale(zh_TW;zh_CN;zh_SG)
 Obsoletes:  ttf-wqy-zenhei <= 0.9.41
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -78,34 +78,27 @@
 # Do nothing for build
 
 %install
-mkdir -p %{buildroot}%{_datadir}/fonts/truetype
-mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
-mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d
-install -c -m 644 wqy-zenhei.ttc %{buildroot}%{_datadir}/fonts/truetype/
+mkdir -p %{buildroot}%{_ttfontsdir}
+mkdir -p %{buildroot}%{_fontsconfavaildir}
+mkdir -p %{buildroot}%{_fontsconfddir}
+install -c -m 644 wqy-zenhei.ttc %{buildroot}%{_ttfontsdir}
 #44- is too early to include in, embeddedbitmap will be enabled later, so move 
to 57-
-install -c -m 644 44-wqy-zenhei.conf 
%{buildroot}%{_sysconfdir}/fonts/conf.avail/57-wqy-zenhei.conf
-install -c -m 644 66-wqy-zenhei-sharp.conf 
%{buildroot}%{_sysconfdir}/fonts/conf.avail/57-wqy-zenhei-sharp.conf
-install -c -m 644 66-wqy-zenhei-sharp-no13px.conf 
%{buildroot}%{_sysconfdir}/fonts/conf.avail/57-wqy-zenhei-sharp-no13px.conf
-cd %{buildroot}%{_sysconfdir}/fonts/conf.d
+install -c -m 644 44-wqy-zenhei.conf 
%{buildroot}%{_fontsconfavaildir}/57-wqy-zenhei.conf
+install -c -m 644 66-wqy-zenhei-sharp.conf 
%{buildroot}%{_fontsconfavaildir}/57-wqy-zenhei-sharp.conf
+install -c -m 644 66-wqy-zenhei-sharp-no13px.conf 
%{buildroot}%{_fontsconfavaildir}/57-wqy-zenhei-sharp-no13px.conf
+cd %{buildroot}%{_fontsconfddir}
 ln -s ../conf.avail/57-wqy-zenhei.conf
 
-%clean
-[ %{buildroot} != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot};
-
-%post
-%run_suseconfig_fonts -c
-
-%postun
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-, root,root)
-%doc ChangeLog INSTALL AUTHORS COPYING README WQY_ZENHEI_MONTHLY_BUILD 
zenheiset
+%doc ChangeLog AUTHORS COPYING README WQY_ZENHEI_MONTHLY_BUILD zenheiset
 %dir %{_datadir}/fonts/truetype
-%{_datadir}/fonts/truetype/wqy-zenhei.ttc
-%{_sysconfdir}/fonts/conf.avail/57-wqy-zenhei.conf
-%{_sysconfdir}/fonts/conf.avail/57-wqy-zenhei-sharp.conf
-%{_sysconfdir}/fonts/conf.avail/57-wqy-zenhei-sharp-no13px.conf
-%{_sysconfdir}/fonts/conf.d/57-wqy-zenhei.conf
+%{_ttfontsdir}/wqy-zenhei.ttc
+%config %{_fontsconfavaildir}/57-wqy-zenhei.conf
+%config %{_fontsconfavaildir}/57-wqy-zenhei-sharp.conf
+%config %{_fontsconfavaildir}/57-wqy-zenhei-sharp-no13px.conf
+%{_fontsconfddir}/57-wqy-zenhei.conf
 
 %changelog

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



commit unidings-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package unidings-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:41:33

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


Package is "unidings-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/unidings-fonts/unidings-fonts.changes
2012-05-26 09:30:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.unidings-fonts.new/unidings-fonts.changes   
2012-09-14 12:41:34.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:
--
++ unidings-fonts.spec ++
--- /var/tmp/diff_new_pack.Hw2YsW/_old  2012-09-14 12:41:35.0 +0200
+++ /var/tmp/diff_new_pack.Hw2YsW/_new  2012-09-14 12:41:35.0 +0200
@@ -16,20 +16,19 @@
 #
 
 
-
 Name:   unidings-fonts
 #Provides:   locale(bg;el;ru;bg)
 Version:6.05
 Release:0
+Summary:Font with Basic Icon Glyphs
 License:SUSE-Permissive
-Summary:Font with basic icon glyphs
-Url:http://users.teilar.gr/~g1951d/
 Group:  System/X11/Fonts
+Url:http://users.teilar.gr/~g1951d/
 Source: %{name}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%define ttf_fontdir /usr/share/fonts/truetype
 
 %description
 Unidings contains glyphs that may be used in a Last Resort font, as well as 
icon glyphs for control and special characters, encoded in F200..F3B4 and 
F400..F5B4 of the Private Use Area in BMP. Block names are from “Roadmaps, a 
snapshot as of 2011-05-30”, http://std.dkuug.dk/JTC1/SC2/WG2/docs/n4056.htm
@@ -40,21 +39,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.ttf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
 
-%clean
-rm -rf %{buildroot}
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
 %doc README
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit uClibc for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package uClibc for openSUSE:Factory checked 
in at 2012-09-14 12:41:20

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


Package is "uClibc", Maintainer is "sassm...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/uClibc/uClibc.changes2011-10-21 
16:44:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.uClibc.new/uClibc.changes   2012-09-14 
12:41:21.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 12 16:15:23 UTC 2012 - ag...@suse.com
+
+- update to uClibc 0.9.33.2
+  - fixes arm build
+
+---

Old:

  uClibc-0.9.30.1-no-size-arm.patch
  uClibc-0.9.30.1.tar.bz2
  uClibc.arm-thumb2-memcpy.patch
  uClibc.arm-thumb2.patch
  uClibc.fix-pthread-warnings.patch
  uClibc.getline.patch
  uClibc.i386-invalid-size-directive.patch
  uClibc.ia64-INTERNAL_SYSCALL-conversion.patch
  uClibc.ia64-fake-getpgrp-syscall.patch
  uClibc.ia64-use-sched_setaffinity-if-present.patch
  uClibc.ppc-fix-nested-extern-declaration.patch
  uClibc.ppc-invalid-size-directive.patch
  uClibc.static-segfault-fix.patch
  uClibc.x86_64-invalid-size-directive.patch

New:

  arm-fixclone.patch
  uClibc-0.9.33.2.tar.bz2



Other differences:
--
++ uClibc.spec ++
--- /var/tmp/diff_new_pack.iCIM33/_old  2012-09-14 12:41:23.0 +0200
+++ /var/tmp/diff_new_pack.iCIM33/_new  2012-09-14 12:41:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package uClibc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Url:http://www.uclibc.org/
 
 Name:   uClibc
-Version:0.9.30.1
-Release:14
+Version:0.9.33.2
+Release:0
 Summary:A full-featured C library optimized for size
 License:LGPL-2.1+
-BuildRequires:  linux-kernel-headers ncurses-devel
+Group:  System/Libraries
+BuildRequires:  linux-kernel-headers
+BuildRequires:  ncurses-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:uClibc-0.9.30.1.tar.bz2
+Source0:uClibc-0.9.33.2.tar.bz2
 ExcludeArch:s390 s390x ppc64
 %ifarch ppc
 Source1:config.ppc
@@ -49,20 +50,7 @@
 Source2:gcc-uClibc.in
 Source3:README.SUSE
 Patch0: uClibc.Makefile-gcc-uClibc-wrapper.patch
-Patch1: uClibc.static-segfault-fix.patch
-Patch2: uClibc.ia64-fake-getpgrp-syscall.patch
-Patch3: uClibc.ia64-use-sched_setaffinity-if-present.patch
-Patch4: uClibc.ia64-INTERNAL_SYSCALL-conversion.patch
-Patch5: uClibc.fix-pthread-warnings.patch
-Patch6: uClibc.ppc-fix-nested-extern-declaration.patch
-Patch7: uClibc.getline.patch
-Patch8: uClibc.i386-invalid-size-directive.patch
-Patch9: uClibc.x86_64-invalid-size-directive.patch
-Patch10:uClibc.ppc-invalid-size-directive.patch
-Patch11:uClibc-0.9.30.1-no-size-arm.patch
-Patch12:uClibc.arm-thumb2.patch
-Patch13:uClibc.arm-thumb2-memcpy.patch
-Group:  System/Libraries
+Patch1: arm-fixclone.patch
 
 %description
 A full-featured C library optimized for size. uClibc (pronounced
@@ -82,18 +70,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7
-%patch8
-%patch9
-%patch10
-%patch11
-%patch12 -p1
-%patch13 -p1
 cp %{S:1} .config
 cp %{S:2} gcc-uClibc.in
 cp %{S:3} README.SUSE
@@ -127,7 +103,6 @@
 #/usr/lib/*-linux-uclibc/lib/*.so.*
 
 %package -n uClibc-devel
-License:LGPL-2.1+
 Requires:   %{name} = %{version}
 Summary:a full-featured C library optimized for size
 Group:  System/Libraries

++ arm-fixclone.patch ++
Index: uClibc-0.9.33.2/libc/sysdeps/linux/arm/clone.S
===
--- uClibc-0.9.33.2.orig/libc/sysdeps/linux/arm/clone.S
+++ uClibc-0.9.33.2/libc/sysdeps/linux/arm/clone.S
@@ -112,6 +112,7 @@ __clone:
DO_CALL (clone)
movsa1, a1
blt __error
+   IT(t, ne)
ldmnefd sp!, {r4}
IT(t, ne)
 #if defined(__USE_BX__)
Index: uClibc-0.9.33.2/libc/sysdeps/linux/arm/bits/arm_asm.h
===
--- uClibc-0.9.33.2.orig/libc/sysdeps/linux/arm/bits/arm_asm.h
+++ uClibc-0.9.33.2/libc/sysdeps/linux/arm/bits/arm_asm.h

commit vlgothic-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package vlgothic-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:41:44

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


Package is "vlgothic-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/vlgothic-fonts/vlgothic-fonts.changes
2012-06-10 21:52:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.vlgothic-fonts.new/vlgothic-fonts.changes   
2012-09-14 12:41:45.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:
--
++ vlgothic-fonts.spec ++
--- /var/tmp/diff_new_pack.zMpMfn/_old  2012-09-14 12:41:46.0 +0200
+++ /var/tmp/diff_new_pack.zMpMfn/_new  2012-09-14 12:41:46.0 +0200
@@ -22,16 +22,16 @@
 Summary:VL-Gothic TrueType font family
 License:BSD-3-Clause and SUSE-mplus
 Group:  System/X11/Fonts
-%definefontdir /usr/share/fonts/truetype
 Url:http://dicey.org/vlgothic/
 Source0:VLGothic-%{version}.tar.bz2
+BuildRequires:  fontpackages-devel
 Provides:   scalable-font-ja
 Provides:   vlgothic = %{version}
 Provides:   locale(ja)
 Obsoletes:  vlgothic <= 20110722
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 
 %description
 This package provides "VLGothic" Japanese TrueType fonts which are
@@ -48,24 +48,17 @@
 done
 
 %install
-mkdir -p %{buildroot}%{fontdir}
+mkdir -p %{buildroot}%{_ttfontsdir}
 for i in *.ttf
 do
-install -m 644 $i %{buildroot}%{fontdir}
+install -m 644 $i %{buildroot}%{_ttfontsdir}
 done
 
-%clean
-rm -rf %{buildroot}
-
-%post
-%run_suseconfig_fonts -c
-
-%postun
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-,root,root)
 %doc README* LICENSE* Changelog*
-%{fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit un-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package un-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:41:26

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


Package is "un-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/un-fonts/un-fonts.changes2012-05-26 
09:30:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.un-fonts.new/un-fonts.changes   2012-09-14 
12:41:27.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:
--
++ un-fonts.spec ++
--- /var/tmp/diff_new_pack.iTlvpO/_old  2012-09-14 12:41:29.0 +0200
+++ /var/tmp/diff_new_pack.iTlvpO/_new  2012-09-14 12:41:29.0 +0200
@@ -16,21 +16,20 @@
 #
 
 
-
 Name:   un-fonts
 %define date   080608
 %define ver 1.0.2
 Version:1.0.20%{date}
 Release:0
-License:GPL-2.0+
 Summary:Korean TrueType fonts
-Url:http://kldp.net/projects/unfonts/download
+License:GPL-2.0+
 Group:  System/X11/Fonts
+Url:http://kldp.net/projects/unfonts/download
 Source0:%{name}-core-%{ver}-%{date}.tar.bz2
 Source1:%{name}-extra-%{ver}-%{date}.tar.bz2
 Source10:   update-archive
-Requires(pre):  %suseconfig_fonts_prereq
-%definettf_fontdir /usr/share/fonts/truetype
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 Provides:   scalable-font-ko
 Provides:   locale(ko)
 # FIXME: This causes a rpmlint warning; change <= to < once here's a new 
upstream version
@@ -48,21 +47,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{ttf_fontdir}/
-
-%clean
-rm -rf %{buildroot}
-
-%post
-%run_suseconfig_fonts -c
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}/
 
-%postun
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-, root,root)
 %doc README COPYING
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit timidity for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package timidity for openSUSE:Factory 
checked in at 2012-09-14 12:40:55

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


Package is "timidity", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/timidity/timidity.changes2012-05-29 
10:36:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.timidity.new/timidity.changes   2012-09-14 
12:40:56.0 +0200
@@ -1,0 +2,6 @@
+Wed May 30 17:56:39 CEST 2012 - ti...@suse.de
+
+- Update to TiMidity++ 2.14.0-pre git version (commit 81c8d72e)
+- Rebase existing patches
+
+---

Old:

  TiMidity++-2.13.2.tar.bz2
  timidity-ac_help_string.patch
  timidity-alsaseq-poll-fix.diff
  timidity-array-range-fix.diff
  timidity-codecleanup.patch
  timidity-configure_cache_val_name.patch
  timidity-el-path.dif
  timidity-fix-sndfont-list.diff
  timidity-fix_implicit_declarations.patch
  timidity-flac_api_changes.patch
  timidity-fonts-fix.diff
  timidity-gcc4-fix.diff
  timidity-int_ptr_casts.patch
  timidity-new_decompressors.patch
  timidity-quote_m4_macros.patch
  timidity-server-warning-fixes.diff
  timidity-speex_configury.patch
  timidity-tcl-wish-path-fix.diff
  timidity-tcl8.5-fix.diff

New:

  0001-Fix-possible-invalid-access-below-the-array-range.patch
  0002-Fix-alsaseq-polling-at-idle-time.patch
  0003-Fix-the-faulty-check-of-parameters-in-server_c.c-con.patch
  0004-Add-missing-void-argument-for-function-declarations.patch
  0005-Add-missing-quotes-in-autoconf-utils.m4.patch
  0006-Add-the-lzma-decompression-support.patch
  0007-Fix-the-missing-return-value-in-emacs_c.c.patch
  0008-Fix-type-punning-in-smplfile.c.patch
  0009-Use-AS_HELP_STRING-to-make-the-help-output-more-read.patch
  timidity-2.14.0-pre.tar.bz2



Other differences:
--
++ timidity.spec ++
--- /var/tmp/diff_new_pack.v8uXD5/_old  2012-09-14 12:40:57.0 +0200
+++ /var/tmp/diff_new_pack.v8uXD5/_new  2012-09-14 12:40:57.0 +0200
@@ -27,7 +27,7 @@
 Summary:Software Synthesizer and MIDI Player
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Midi
-Version:2.13.2
+Version:2.13.99
 Release:0
 Url:http://timidity.sourceforge.net/
 %define package_version 2.13.2
@@ -58,8 +58,8 @@
 BuildRequires:  xaw3d-devel
 %endif
 PreReq: %insserv_prereq  %fillup_prereq
-Source: TiMidity++-%{package_version}.tar.bz2
-# Source:   timidity-cvs20040227.tar.bz2
+# Source: TiMidity++-%{package_version}.tar.bz2
+Source: timidity-2.14.0-pre.tar.bz2
 Source1:timidity-patches.tar.bz2
 Source2:%name.desktop
 Source3:timidity.png
@@ -67,27 +67,17 @@
 Source5:%{name}.init
 Source6:%{name}.sysconf
 Source7:README.SuSE
-Patch:  timidity-el-path.dif
-Patch1: timidity-gcc4-fix.diff
-Patch2: timidity-array-range-fix.diff
-Patch3: timidity-tcl-wish-path-fix.diff
-Patch4: timidity-alsaseq-poll-fix.diff
-Patch5: timidity-fonts-fix.diff
-Patch6: timidity-tcl8.5-fix.diff
-Patch7: timidity-server-warning-fixes.diff
-
-Patch8: timidity-fix_implicit_declarations.patch
-Patch9: timidity-int_ptr_casts.patch
-Patch10:timidity-quote_m4_macros.patch
-Patch11:timidity-ac_help_string.patch
-Patch12:timidity-configure_cache_val_name.patch
-Patch13:timidity-flac_api_changes.patch
-Patch14:timidity-speex_configury.patch
-Patch15:timidity-new_decompressors.patch
-Patch16:timidity-codecleanup.patch
-Patch17:timidity-no_date.patch
-Patch18:timidity-add_fluid_cfgs.patch
-Patch19:timidity-fix-sndfont-list.diff
+Patch1: 0001-Fix-possible-invalid-access-below-the-array-range.patch
+Patch2: 0002-Fix-alsaseq-polling-at-idle-time.patch
+Patch3: 0003-Fix-the-faulty-check-of-parameters-in-server_c.c-con.patch
+Patch4: 0004-Add-missing-void-argument-for-function-declarations.patch
+Patch5: 0005-Add-missing-quotes-in-autoconf-utils.m4.patch
+Patch6: 0006-Add-the-lzma-decompression-support.patch
+Patch7: 0007-Fix-the-missing-return-value-in-emacs_c.c.patch
+Patch8: 0008-Fix-type-punning-in-smplfile.c.patch
+Patch9: 0009-Use-AS_HELP_STRING-to-make-the-help-output-more-read.patch
+Patch100:   timidity-no_date.patch
+Patch101:   timidity-add_fluid_cfgs.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -96,33 +86,20 @@
 data.
 
 
-
-Authors:
-
-Masanao Izumo 
-
 %prep
-%setup -q

commit tv-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package tv-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:41:13

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


Package is "tv-fonts", Maintainer is "mma...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/tv-fonts/tv-fonts.changes2012-07-02 
11:17:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.tv-fonts.new/tv-fonts.changes   2012-09-14 
12:41:15.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 13 08:34:46 UTC 2012 - pgaj...@suse.com
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+
+---



Other differences:
--
++ tv-fonts.spec ++
--- /var/tmp/diff_new_pack.e0maxz/_old  2012-09-14 12:41:16.0 +0200
+++ /var/tmp/diff_new_pack.e0maxz/_new  2012-09-14 12:41:16.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package tv-fonts (Version 1.1)
+# spec file for package tv-fonts
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,10 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%definefontdir /usr/share/fonts/misc
-
 
 Name:   tv-fonts
+Version:1.1
+Release:0
+Summary:Fonts for TV Applications
+License:MIT
+Group:  System/X11/Fonts
+BuildRequires:  fontpackages-devel
 BuildRequires:  freetype2
 %if 0%{?suse_version} >= 1220
 BuildRequires:  bdftopcf
@@ -27,12 +31,7 @@
 BuildRequires:  xorg-x11 
 BuildRequires:  xorg-x11-devel
 %endif
-License:MIT
-Group:  System/X11/Fonts
-PreReq: %suseconfig_fonts_prereq
-Version:1.1
-Release:431
-Summary:Fonts for TV Applications
+%reconfigure_fonts_prereq
 Source: %{name}-%{version}.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,23 +48,13 @@
 make CFLAGS="$RPM_OPT_FLAGS"
 
 %install
-test "%{buildroot}" != "" -a "%{buildroot}" != "/" &&\
-   rm -rf "%{buildroot}"
-mkdir -p   %{buildroot}%{fontdir}
-cp -v *.pcf.gz %{buildroot}%{fontdir}
+mkdir -p   %{buildroot}%{_miscfontsdir}
+cp -v *.pcf.gz %{buildroot}%{_miscfontsdir}
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
-%{fontdir}/
-
-%clean
-test "%{buildroot}" != "" -a "%{buildroot}" != "/" &&\
-   rm -rf "%{buildroot}"
+%{_miscfontsdir}/
 
 %changelog

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



commit tpm-tools for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package tpm-tools for openSUSE:Factory 
checked in at 2012-09-14 12:41:02

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


Package is "tpm-tools", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/tpm-tools/tpm-tools.changes  2012-04-12 
09:54:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.tpm-tools.new/tpm-tools.changes 2012-09-14 
12:41:04.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun 12 14:29:53 UTC 2012 - meiss...@suse.com
+
+- Updated to 1.3.8
+  - bugfixes
+  - pcr/nvram sealing options
+
+---

Old:

  tpm-tools-1.3.7.1.tar.gz

New:

  tpm-tools-1.3.8.tar.gz



Other differences:
--
++ tpm-tools.spec ++
--- /var/tmp/diff_new_pack.yNZGSB/_old  2012-09-14 12:41:05.0 +0200
+++ /var/tmp/diff_new_pack.yNZGSB/_new  2012-09-14 12:41:05.0 +0200
@@ -22,7 +22,6 @@
 BuildRequires:  freetype2-devel
 BuildRequires:  glib2-devel
 BuildRequires:  gtk2-devel
-BuildRequires:  libtspi1
 BuildRequires:  openCryptoki-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pango-devel
@@ -32,7 +31,7 @@
 
 Name:   tpm-tools
 Url:http://trousers.sourceforge.net/
-Version:1.3.7.1
+Version:1.3.8
 Release:0
 Summary:Trusted Platform Module (TPM) administration tools
 License:IPL-1.0
@@ -64,9 +63,6 @@
 %if 0%{?suse_version} >= 1200
 export CFLAGS="%{optflags} -Wno-unused-but-set-variable"
 %endif
-
-# please notify upstream
-#export LIBS="-lcrypto -ldl"
 %configure --disable-static
 make
 

++ tpm-tools-1.3.7.1.tar.gz -> tpm-tools-1.3.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tpm-tools-1.3.7.1/configure 
new/tpm-tools-1.3.8/configure
--- old/tpm-tools-1.3.7.1/configure 2012-01-18 13:31:48.0 +0100
+++ new/tpm-tools-1.3.8/configure   2012-05-17 21:09:26.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for tpm-tools 1.3.7.
+# Generated by GNU Autoconf 2.68 for tpm-tools 1.3.8.
 #
 # Report bugs to .
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='tpm-tools'
 PACKAGE_TARNAME='tpm-tools'
-PACKAGE_VERSION='1.3.7'
-PACKAGE_STRING='tpm-tools 1.3.7'
+PACKAGE_VERSION='1.3.8'
+PACKAGE_STRING='tpm-tools 1.3.8'
 PACKAGE_BUGREPORT='trousers-t...@lists.sf.net'
 PACKAGE_URL=''
 
@@ -1323,7 +1323,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures tpm-tools 1.3.7 to adapt to many kinds of systems.
+\`configure' configures tpm-tools 1.3.8 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1394,7 +1394,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of tpm-tools 1.3.7:";;
+ short | recursive ) echo "Configuration of tpm-tools 1.3.8:";;
esac
   cat <<\_ACEOF
 
@@ -1506,7 +1506,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-tpm-tools configure 1.3.7
+tpm-tools configure 1.3.8
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1929,7 +1929,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by tpm-tools $as_me 1.3.7, which was
+It was created by tpm-tools $as_me 1.3.8, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2859,7 +2859,7 @@
 
 # Define the identity of the package.
  PACKAGE='tpm-tools'
- VERSION='1.3.7'
+ VERSION='1.3.8'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -14377,7 +14377,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by tpm-tools $as_me 1.3.7, which was
+This file was extended by tpm-tools $as_me 1.3.8, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -14443,7 +14443,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-tpm-tools config.status 1.3.7
+tpm-tools config.status 1.3.8
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tpm-tools-1.3.7.1/configure.in 
new/

commit timezone for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2012-09-14 12:40:45

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


Package is "timezone", Maintainer is "dmuel...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/timezone/timezone-java.changes   2012-08-13 
14:46:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone-java.changes  
2012-09-14 12:40:47.0 +0200
@@ -1,0 +2,16 @@
+Thu Sep 13 15:06:27 UTC 2012 - dmuel...@suse.com
+
+- cleanup stale rpmnew / symlink of posixrules to /etc/localtime (bnc#762210)
+- remove %config part on posixrules symlink, it is not a config file
+
+- update to 2012f (bnc#780276):
+  * Fiji DST is October 21st 2012 -> January 20th, 2013
+
+---
+Mon Aug 20 15:47:57 UTC 2012 - fcro...@suse.com
+
+- Add tzcode-symlink.patch: use a symlink to create /etc/localtime
+  (bnc#773491)
+- Do not apply tzcode-link.diff on openSUSE >= 12.2 (bnc#773491).
+
+---
--- /work/SRC/openSUSE:Factory/timezone/timezone.changes2012-08-26 
11:35:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone.changes   2012-09-14 
12:40:47.0 +0200
@@ -1,0 +2,9 @@
+Thu Sep 13 15:06:27 UTC 2012 - dmuel...@suse.com
+
+- cleanup stale rpmnew / symlink of posixrules to /etc/localtime (bnc#762210)
+- remove %config part on posixrules symlink, it is not a config file
+
+- update to 2012f (bnc#780276):
+  * Fiji DST is October 21st 2012 -> January 20th, 2013
+
+---

Old:

  tzcode2012e.tar.gz
  tzdata2012e.tar.gz

New:

  tzcode2012f.tar.gz
  tzdata2012f.tar.gz



Other differences:
--
++ timezone-java.spec ++
--- /var/tmp/diff_new_pack.N9wKKN/_old  2012-09-14 12:40:49.0 +0200
+++ /var/tmp/diff_new_pack.N9wKKN/_new  2012-09-14 12:40:49.0 +0200
@@ -25,7 +25,7 @@
 Group:  System/Base
 # COMMON-BEGIN
 # COMMON-BEGIN
-Version:2012e
+Version:2012f
 Release:0
 Source: ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz
 Source1:ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
@@ -34,6 +34,7 @@
 Patch2: tzcode-ksh.diff
 Patch3: iso3166-uk.diff
 Patch4: tzcode-link.diff
+Patch5: tzcode-symlink.patch
 # COMMON-END
 # COMMON-END
 Url:http://www.gnu.org/software/libc/libc.html
@@ -56,7 +57,11 @@
 %patch1
 %patch2
 %patch3
+%if 0%{?suse_version} < 1220
 %patch4
+%else
+%patch5 -p1
+%endif
 # COMMON-PREP-END
 # COMMON-PREP-END
 

++ timezone.spec ++
--- /var/tmp/diff_new_pack.N9wKKN/_old  2012-09-14 12:40:49.0 +0200
+++ /var/tmp/diff_new_pack.N9wKKN/_new  2012-09-14 12:40:49.0 +0200
@@ -23,7 +23,7 @@
 Url:http://www.gnu.org/software/libc/libc.html
 PreReq: filesystem, coreutils
 # COMMON-BEGIN
-Version:2012e
+Version:2012f
 Release:0
 Source: ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz
 Source1:ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
@@ -101,11 +101,18 @@
[ ! -f /etc/localtime ] || echo "WARNING: Not updating /etc/localtime 
with new zone file" >&2
 fi
 fi
+if [ ! -L /usr/share/zoneinfo/posixrules ]; then
+   rm -f /usr/share/zoneinfo/posixrules
+   ln -sf /etc/localtime /usr/share/zoneinfo/posixrules
+fi
+if [ -e /usr/share/zoneinfo/posixrules.rpmnew ]; then
+   rm -f /usr/share/zoneinfo/posixrules.rpmnew
+fi
 
 %files
 %defattr(-,root,root)
 %verify(not link md5 size mtime) %config(missingok,noreplace) /etc/localtime
-%verify(not link md5 size mtime) %config(missingok,noreplace) 
%{_prefix}/share/zoneinfo/posixrules
+%verify(not link md5 size mtime) %{_prefix}/share/zoneinfo/posixrules
 %{_prefix}/share/zoneinfo
 %{_bindir}/tzselect
 %{_sbindir}/zdump

++ tzcode2012e.tar.gz -> tzcode2012f.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Makefile new/Makefile
--- old/Makefile2012-08-03 05:44:55.0 +0200
+++ new/Makefile2012-09-13 08:17:03.0 +0200
@@ -3,7 +3,7 @@
 # 2009-05-17 by Arthur David Olson.
 
 # Version numbers of the code and data distributions.
-VERSION = 2012e
+VERSION = 2012f
 
 # Change the line below for your time zone (after finding the zone you want in
 # the time zone files, or adding it to a time zone file).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Theory new/Theory
--- old/Theory  2012-07-25 16:13:46.0 +0

commit thryomanes-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package thryomanes-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:40:35

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


Package is "thryomanes-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/thryomanes-fonts/thryomanes-fonts.changes
2012-05-26 09:29:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.thryomanes-fonts.new/thryomanes-fonts.changes   
2012-09-14 12:40:37.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:
--
++ thryomanes-fonts.spec ++
--- /var/tmp/diff_new_pack.oYyMMF/_old  2012-09-14 12:40:38.0 +0200
+++ /var/tmp/diff_new_pack.oYyMMF/_new  2012-09-14 12:40:38.0 +0200
@@ -16,22 +16,21 @@
 #
 
 
-
 Name:   thryomanes-fonts
 Version:1.2
-Release:169
-%definettf_fontdir /usr/share/fonts/truetype
-License:GPL-2.0+
+Release:0
 Summary:Greek TrueType Fonts
-Url:http://www.io.com/~hmiller/lang/
+License:GPL-2.0+
 Group:  System/X11/Fonts
+Url:http://www.io.com/~hmiller/lang/
 Source: Thryomanes12.zip
 Source1:copyright
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Provides:   scalable-font-bg
-Provides:   scalable-font-el,
-Provides:   scalable-font-ru,
+Provides:   scalable-font-el
+Provides:   scalable-font-ru
 Provides:   locale(bg;el;ru)
 # FIXME: This causes a rpmlint warning; change <= to < once here's a new 
upstream version
 Obsoletes:  fonts-thryomanes <= %{version}
@@ -49,23 +48,19 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}/
-install -c -m 644 *.TTF %{buildroot}%{ttf_fontdir}
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.TTF %{buildroot}%{_ttfontsdir}
 mkdir -p %{buildroot}/%{_defaultdocdir}/fonts-thryomanes
 install -m 644 gpl.txt \
   %{buildroot}/%{_defaultdocdir}/fonts-thryomanes
 install -m 644 $RPM_SOURCE_DIR/copyright \
   %{buildroot}/%{_defaultdocdir}/fonts-thryomanes
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc %{_defaultdocdir}/*
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog


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



commit thessalonica-theano-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package thessalonica-theano-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:40:29

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


Package is "thessalonica-theano-fonts", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/thessalonica-theano-fonts/thessalonica-theano-fonts.changes
  2012-05-26 09:29:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.thessalonica-theano-fonts.new/thessalonica-theano-fonts.changes
 2012-09-14 12:40:31.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:
--
++ thessalonica-theano-fonts.spec ++
--- /var/tmp/diff_new_pack.JlPMan/_old  2012-09-14 12:40:32.0 +0200
+++ /var/tmp/diff_new_pack.JlPMan/_new  2012-09-14 12:40:32.0 +0200
@@ -16,23 +16,21 @@
 #
 
 
-%define _ttf_fontdir%{_datadir}/fonts/truetype
-
 Name:   thessalonica-theano-fonts
 Version:2.0
 Release:0
-License:OFL-1.1
 Summary:Theano Classical Fonts
-Url:http://www.thessalonica.org.ru/en/theano.html
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://www.thessalonica.org.ru/en/theano.html
 Source0:http://thessalonica.org.ru/downloads/theano-%{version}.otf.zip
 Source1:http://thessalonica.org.ru/downloads/theano-%{version}.ttf.zip
 Source2:http://www.thessalonica.org.ru/downloads/theano-specimen.pdf
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-BuildRequires:  xorg-x11-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 
 %description
 Theano Classical Fonts include three fonts listed below. Each font is
@@ -63,8 +61,8 @@
 %package -n thessalonica-theano-otf-fonts
 Summary:Theano Classical Fonts (OpenType Format)
 Group:  System/X11/Fonts
-Provides:   locale(el;ru)
 Provides:   theano-fonts-otf = %{version}
+Provides:   locale(el;ru)
 # FIXME: This causes a rpmlint warning; change "<=" to "<" once there's
 # a new upstream version.
 Obsoletes:  theano-fonts-otf <= 2.0
@@ -142,32 +140,24 @@
 %build
 
 %install
-install -dm 0755 %{buildroot}%{_ttf_fontdir}
-install -m 0644 *.otf %{buildroot}%{_ttf_fontdir}
-install -m 0644 *.ttf %{buildroot}%{_ttf_fontdir}
-
-%post -n thessalonica-theano-otf-fonts
-%run_suseconfig_fonts
-
-%post -n thessalonica-theano-ttf-fonts
-%run_suseconfig_fonts
+install -dm 0755 %{buildroot}%{_ttfontsdir}
+install -m 0644 *.otf %{buildroot}%{_ttfontsdir}
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun -n thessalonica-theano-otf-fonts
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets -n thessalonica-theano-otf-fonts
 
-%postun -n thessalonica-theano-ttf-fonts
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets -n thessalonica-theano-ttf-fonts
 
 %files -n thessalonica-theano-otf-fonts
 %defattr(-,root,root,-)
 %doc FONTLOG.txt OFL.txt OFL-FAQ.txt theano-specimen.pdf
-%dir %{_ttf_fontdir}
-%{_ttf_fontdir}/*.otf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/*.otf
 
 %files -n thessalonica-theano-ttf-fonts
 %defattr(-,root,root,-)
 %doc FONTLOG.txt OFL.txt OFL-FAQ.txt theano-specimen.pdf
-%dir %{_ttf_fontdir}
-%{_ttf_fontdir}/*.ttf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/*.ttf
 
 %changelog



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



commit thessalonica-oldstandard-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package thessalonica-oldstandard-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:40:17

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


Package is "thessalonica-oldstandard-fonts", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/thessalonica-oldstandard-fonts/thessalonica-oldstandard-fonts.changes
2012-05-26 09:29:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.thessalonica-oldstandard-fonts.new/thessalonica-oldstandard-fonts.changes
   2012-09-14 12:40:18.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:
--
++ thessalonica-oldstandard-fonts.spec ++
--- /var/tmp/diff_new_pack.RkZKTb/_old  2012-09-14 12:40:18.0 +0200
+++ /var/tmp/diff_new_pack.RkZKTb/_new  2012-09-14 12:40:18.0 +0200
@@ -16,23 +16,21 @@
 #
 
 
-%define _ttf_fontdir%{_datadir}/fonts/truetype
-
 Name:   thessalonica-oldstandard-fonts
 Version:2.2
 Release:0
-License:OFL-1.1
 Summary:Old Standard Font Family
-Url:http://thessalonica.org.ru/en/oldstandard.html
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://thessalonica.org.ru/en/oldstandard.html
 Source0:
http://thessalonica.org.ru/downloads/oldstandard-%{version}.otf.zip
 Source1:
http://thessalonica.org.ru/downloads/oldstandard-%{version}.ttf.zip
 Source2:http://thessalonica.org.ru/downloads/oldstand-manual.pdf
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-BuildRequires:  xorg-x11-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 
 %description
 Old Standard was intended as a multilingual font family suitable for
@@ -48,8 +46,8 @@
 %package -n thessalonica-oldstandard-otf-fonts
 Summary:Old Standard Font Family (OpenType Format)
 Group:  System/X11/Fonts
-Provides:   locale(el;ru)
 Provides:   oldstandard-fonts-otf = %{version}
+Provides:   locale(el;ru)
 # FIXME: This causes a rpmlint warning; change "<=" to "<" once there's
 # a new upstream version.
 Obsoletes:  oldstandard-fonts-otf <= 2.2
@@ -97,32 +95,24 @@
 %build
 
 %install
-install -dm 0755 %{buildroot}%{_ttf_fontdir}
-install -m 0644 *.otf %{buildroot}%{_ttf_fontdir}
-install -m 0644 *.ttf %{buildroot}%{_ttf_fontdir}
-
-%post -n thessalonica-oldstandard-otf-fonts
-%run_suseconfig_fonts
-
-%post -n thessalonica-oldstandard-ttf-fonts
-%run_suseconfig_fonts
+install -dm 0755 %{buildroot}%{_ttfontsdir}
+install -m 0644 *.otf %{buildroot}%{_ttfontsdir}
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun -n thessalonica-oldstandard-otf-fonts
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets -n thessalonica-oldstandard-otf-fonts
 
-%postun -n thessalonica-oldstandard-ttf-fonts
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets -n thessalonica-oldstandard-ttf-fonts
 
 %files -n thessalonica-oldstandard-otf-fonts
 %defattr(-,root,root,-)
 %doc FONTLOG.txt OFL.txt OFL-FAQ.txt oldstand-manual.pdf
-%dir %{_ttf_fontdir}
-%{_ttf_fontdir}/*.otf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/*.otf
 
 %files -n thessalonica-oldstandard-ttf-fonts
 %defattr(-,root,root,-)
 %doc FONTLOG.txt OFL.txt OFL-FAQ.txt oldstand-manual.pdf
-%dir %{_ttf_fontdir}
-%{_ttf_fontdir}/*.ttf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/*.ttf
 
 %changelog



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



commit thessalonica-tempora-lgc-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package thessalonica-tempora-lgc-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:40:23

Comparing /work/SRC/openSUSE:Factory/thessalonica-tempora-lgc-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.thessalonica-tempora-lgc-fonts.new (New)


Package is "thessalonica-tempora-lgc-fonts", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/thessalonica-tempora-lgc-fonts/thessalonica-tempora-lgc-fonts.changes
2012-05-26 09:29:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.thessalonica-tempora-lgc-fonts.new/thessalonica-tempora-lgc-fonts.changes
   2012-09-14 12:40:25.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:
--
++ thessalonica-tempora-lgc-fonts.spec ++
--- /var/tmp/diff_new_pack.E7I0jB/_old  2012-09-14 12:40:26.0 +0200
+++ /var/tmp/diff_new_pack.E7I0jB/_new  2012-09-14 12:40:26.0 +0200
@@ -16,22 +16,20 @@
 #
 
 
-%define _ttf_fontdir%{_datadir}/fonts/truetype
-
 Name:   thessalonica-tempora-lgc-fonts
 Version:0.2.1
 Release:0
-License:GPL-2.0-with-font-exception
 Summary:Tempora LGC Unicode Fonts
-Url:http://thessalonica.org.ru/en/fonts.html
+License:GPL-2.0-with-font-exception
 Group:  System/X11/Fonts
+Url:http://thessalonica.org.ru/en/fonts.html
 Source0:http://www.thessalonica.org.ru/downloads/tempora-lgc.otf.zip
 Source1:http://www.thessalonica.org.ru/downloads/tempora-lgc.ttf.zip
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-BuildRequires:  xorg-x11-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 
 %description
 Tempora LGC Unicode is a font family, designed to provide a free
@@ -96,32 +94,24 @@
 %build
 
 %install
-install -dm 0755 %{buildroot}%{_ttf_fontdir}
-install -m 0644 *.otf %{buildroot}%{_ttf_fontdir}
-install -m 0644 *.ttf %{buildroot}%{_ttf_fontdir}
-
-%post -n thessalonica-tempora-lgc-otf-fonts
-%run_suseconfig_fonts
-
-%post -n thessalonica-tempora-lgc-ttf-fonts
-%run_suseconfig_fonts
+install -dm 0755 %{buildroot}%{_ttfontsdir}
+install -m 0644 *.otf %{buildroot}%{_ttfontsdir}
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun -n thessalonica-tempora-lgc-otf-fonts
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets -n thessalonica-tempora-lgc-otf-fonts
 
-%postun -n thessalonica-tempora-lgc-ttf-fonts
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets -n thessalonica-tempora-lgc-ttf-fonts
 
 %files -n thessalonica-tempora-lgc-otf-fonts
 %defattr(-,root,root,-)
 %doc COPYING HISTORY README
-%dir %{_ttf_fontdir}
-%{_ttf_fontdir}/*.otf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/*.otf
 
 %files -n thessalonica-tempora-lgc-ttf-fonts
 %defattr(-,root,root,-)
 %doc COPYING HISTORY README
-%dir %{_ttf_fontdir}
-%{_ttf_fontdir}/*.ttf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/*.ttf
 
 %changelog



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



commit thai-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package thai-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:40:11

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


Package is "thai-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/thai-fonts/thai-fonts.changes2012-05-26 
09:29:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.thai-fonts.new/thai-fonts.changes   
2012-09-14 12:40:13.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:
--
++ thai-fonts.spec ++
--- /var/tmp/diff_new_pack.d9xQ3D/_old  2012-09-14 12:40:14.0 +0200
+++ /var/tmp/diff_new_pack.d9xQ3D/_new  2012-09-14 12:40:14.0 +0200
@@ -16,24 +16,23 @@
 #
 
 
-
 Name:   thai-fonts
 Version:0.4.17
-Release:1
-%definettf_fontdir %{_datadir}/fonts/truetype
-License:GPL-2.0-with-font-exception and LPPL-1.3c
+Release:0
 Summary:A Collection of Thai TrueType Fonts
-Url:ftp://linux.thai.net/pub/thailinux/software/thaifonts-scalable/
+License:GPL-2.0-with-font-exception and LPPL-1.3c
 Group:  System/X11/Fonts
+Url:ftp://linux.thai.net/pub/thailinux/software/thaifonts-scalable/
 #Url:http://linux.thai.net/cvs/
 # cvs -d :pserver:anonym...@linux.thai.net:/home/cvs login  # blank password, 
just enter
 # cvs -d :pserver:anonym...@linux.thai.net:/home/cvs co software/thai-ttf
 Source0:thaifonts-scalable-%{version}.tar.gz
+BuildRequires:  fontpackages-devel
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0: build.patch
+BuildRequires:  fontconfig
 BuildRequires:  fontforge
-BuildRequires:  xorg-x11
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Provides:   locale(th)
 Obsoletes:  fonts-thai < 0.4.16
 Provides:   fonts-thai = %{version}
@@ -49,24 +48,20 @@
 %patch0 -p1
 
 %build
-%configure --with-ttfdir=%{ttf_fontdir}
+%configure --with-ttfdir=%{_ttfontsdir}
 make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-rm -f %{buildroot}%{ttf_fontdir}/encodings.dir
-rm -f %{buildroot}%{ttf_fontdir}/fonts.*
-
-%post
-%run_suseconfig_fonts
+rm -f %{buildroot}%{_ttfontsdir}/encodings.dir
+rm -f %{buildroot}%{_ttfontsdir}/fonts.*
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc AUTHORS COPYING NEWS README ChangeLog
-%{ttf_fontdir}/
-%config %{_sysconfdir}/fonts/conf.avail/*
+%{_ttfontsdir}
+%config %{_fontsconfavaildir}/*
 
 %changelog

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



commit texmaker for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2012-09-14 12:40:02

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


Package is "texmaker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2012-07-24 
17:21:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2012-09-14 
12:40:05.0 +0200
@@ -1,0 +2,24 @@
+Tue Aug 21 18:46:30 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.5:
+  - New pdf viewer: "two pages", "discontinuous" and
+"presentation" modes and page rotation have been added
+  - A new option (-insert foo) has been added to the command line
+allowing an external program to insert a latex command to the
+current document while texmaker is running
+  - Polish quotes mode has been added to the "LaTeX/International
+quotes" menu
+  - The structure items detection has been improved
+  - Captured text can be used in the "Replace" dialog while using
+regular expression ($1, $2...). Example : \\textit\{([^}]*)\}
+for the "find" field and \textbf{$1} for the "replace" field.
+  - The CTRL+SHIFT+F8 shortcut has been added to the "Restore
+previous session" action (requested by users)
+  - Bugs fixed:
++ .aux is not added after browsing the bib(la)tex command in
+   the configuration dialog if this command is not bibtex
++ Structure view is reset after closing all documents
++ A trouble about completion between brackets has been
+  fixed.
+
+---

Old:

  texmaker-3.4.1.tar.bz2

New:

  texmaker-3.5.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.Na6G7L/_old  2012-09-14 12:40:06.0 +0200
+++ /var/tmp/diff_new_pack.Na6G7L/_new  2012-09-14 12:40:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:3.4.1
+Version:3.5
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-3.4.1.tar.bz2 -> texmaker-3.5.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-3.4.1.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-3.5.tar.bz2 differ: char 11, 
line 1

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



commit texlive-specs-a for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package texlive-specs-a for openSUSE:Factory 
checked in at 2012-09-14 12:39:55

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


Package is "texlive-specs-a", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texlive-specs-a/texlive-specs-a.changes  
2012-07-20 10:21:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-a.new/texlive-specs-a.changes 
2012-09-14 12:39:56.0 +0200
@@ -1,0 +2,29 @@
+Wed Sep 12 12:31:15 UTC 2012 - wer...@suse.de
+
+- Use disturl for rpmbuild runs
+- Aggregate licenses for meta spec file automatically
+
+---
+Wed Aug 29 11:00:26 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0+ and LPPL-1.3c and GPL-3.0+ and MPL-1.1 and
+  LPPL-1.0 and OFL-1.1 and Apache-2.0 
+  Aggregate licenses for spec file without subpackages
+
+---
+Thu Aug  2 13:17:40 UTC 2012 - wer...@suse.de
+
+- Change font config semantic as the font directories below
+  /usr/share/fonts will be always found by freetype
+
+---
+Fri Jul 20 10:28:11 UTC 2012 - wer...@suse.de
+
+- Source validator does not like not applied patches 
+
+---
+Thu Jul 19 10:54:28 UTC 2012 - wer...@suse.de
+
+- Correct path in pgf patch 
+
+---



Other differences:
--
++ texlive-specs-a.spec ++
--- /var/tmp/diff_new_pack.H09h4M/_old  2012-09-14 12:40:01.0 +0200
+++ /var/tmp/diff_new_pack.H09h4M/_new  2012-09-14 12:40:01.0 +0200
@@ -31,7 +31,7 @@
 Version:2012
 Release:0
 Summary:One spec file for all TeX Live packages
-License:GPL-2.0
+License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and LGPL-3.0+ and 
LPPL-1.0 and LPPL-1.3c and OFL-1.1 and SUSE-Public-Domain
 Group:  Development/Tools/Building
 Url:
http://build.opensuse.org/package/show?package=texlive-specs-a&project=Publishing:TeXLive
 Source0:texlive-specs.tar.xz
@@ -59,180 +59,180 @@
 Source1021: achemso.tar.xz
 Source1022: acmconf.doc.tar.xz
 Source1023: acmconf.tar.xz
-Source1024: acronym.doc.tar.xz
-Source1025: acronym.tar.xz
-Source1026: acroterm.doc.tar.xz
-Source1027: acroterm.tar.xz
-Source1028: active-conf.doc.tar.xz
-Source1029: active-conf.tar.xz
-Source1030: addlines.doc.tar.xz
-Source1031: addlines.tar.xz
-Source1032: adfathesis.doc.tar.xz
-Source1033: adfathesis.tar.xz
-Source1034: adforn.doc.tar.xz
-Source1035: adforn.tar.xz
-Source1036: adfsymbols.doc.tar.xz
-Source1037: adfsymbols.tar.xz
-Source1038: adjmulticol.doc.tar.xz
-Source1039: adjmulticol.tar.xz
-Source1040: adjustbox.doc.tar.xz
-Source1041: adjustbox.tar.xz
-Source1042: adobemapping.tar.xz
-Source1043: adrconv.doc.tar.xz
-Source1044: adrconv.tar.xz
-Source1045: advdate.doc.tar.xz
-Source1046: advdate.tar.xz
-Source1047: ae.doc.tar.xz
-Source1048: ae.tar.xz
-Source1049: aeguill.doc.tar.xz
-Source1050: aeguill.tar.xz
-Source1051: afm2pl.doc.tar.xz
-Source1052: afm2pl.tar.xz
-Source1053: afthesis.doc.tar.xz
-Source1054: afthesis.tar.xz
-Source1055: aguplus.doc.tar.xz
-Source1056: aguplus.tar.xz
-Source1057: aiaa.doc.tar.xz
-Source1058: aiaa.tar.xz
-Source1059: aichej.tar.xz
-Source1060: akktex.doc.tar.xz
-Source1061: akktex.tar.xz
-Source1062: akletter.doc.tar.xz
-Source1063: akletter.tar.xz
-Source1064: aleph.doc.tar.xz
-Source1065: alg.doc.tar.xz
-Source1066: alg.tar.xz
-Source1067: algorithm2e.doc.tar.xz
-Source1068: algorithm2e.tar.xz
-Source1069: algorithmicx.doc.tar.xz
-Source1070: algorithmicx.tar.xz
-Source1071: algorithms.doc.tar.xz
-Source1072: algorithms.tar.xz
-Source1073: allrunes.doc.tar.xz
-Source1074: allrunes.tar.xz
-Source1075: alnumsec.doc.tar.xz
-Source1076: alnumsec.tar.xz
-Source1077: alterqcm.doc.tar.xz
-Source1078: alterqcm.tar.xz
-Source1079: altfont.doc.tar.xz
-Source1080: altfont.tar.xz
-Source1081: ametsoc.doc.tar.xz
-Source1082: ametsoc.tar.xz
-Source1083: amiri.doc.tar.xz
-Source1084: amiri.tar.xz
-Source1085: amsaddr.doc.tar.xz
-Source1086: amsaddr.tar.xz
-Source1087: amscls.doc.tar.xz
-Source1088: amscls.tar.xz
-Source1089: amsfonts.doc.tar.xz
-Source1090: amsfonts.tar.xz
-Source1091: amslatex-pri

commit terminus-bitmap-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package terminus-bitmap-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:39:47

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


Package is "terminus-bitmap-fonts", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/terminus-bitmap-fonts/terminus-bitmap-fonts.changes  
2012-07-02 11:17:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.terminus-bitmap-fonts.new/terminus-bitmap-fonts.changes
 2012-09-14 12:39:50.0 +0200
@@ -1,0 +2,14 @@
+Sat Sep  1 16:37:20 UTC 2012 - t...@opensuse.org
+
+- Updated to version 4.38 (no changelog found)
+- SPEC file changes
+  . corrected patch terminus-bitmap-fonts.patch
+  . corrected provides and obsoletes
+
+---
+Wed Jul  4 12:39:06 CEST 2012 - pgaj...@suse.cz
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+
+---

Old:

  terminus-font-4.28.tar.bz2

New:

  terminus-font-4.38.tar.bz2



Other differences:
--
++ terminus-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.bj2Vo9/_old  2012-09-14 12:39:51.0 +0200
+++ /var/tmp/diff_new_pack.bj2Vo9/_new  2012-09-14 12:39:51.0 +0200
@@ -19,16 +19,17 @@
 %define fontname terminus-font
 
 Name:   terminus-bitmap-fonts
-Version:4.28
-Release:3
+Version:4.38
+Release:0
+Summary:Readable Fixed Width Fonts for X11 and the Linux Console
 License:GPL-2.0+
-Summary:readable fixed width fonts for X11 and the Linux console
-Url:http://www.is-vn.bg/hamster/jimmy-en.html
 Group:  System/X11/Fonts
-#http://www.is-vn.bg/hamster/terminus-font-%{version}.tar.bz2
+Url:http://www.is-vn.bg/hamster/jimmy-en.html
+#http://www.is-vn.bg/hamster/terminus-font-{version}.tar.bz2
 Source0:%{fontname}-%{version}.tar.bz2
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
-Patch1: terminus-bitmap-fonts.patch
+Patch1: %{name}.patch
+BuildRequires:  fontpackages-devel
 %if 0%{?suse_version} >= 1220
 BuildRequires:  bdftopcf
 %else
@@ -37,11 +38,9 @@
 %if 0%{?suse_version} < 1140
 BuildRequires:  freetype2-devel
 %endif
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
+Provides:   terminus-font
 Provides:   locale(ru;bg)
-# FIXME: This causes a rpmlint warning; change <= to < once here's a new 
upstream version
-Obsoletes:  terminus-font <= %{version}
-Provides:   terminus-font = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -60,34 +59,27 @@
 
 %prep
 %setup -q -n %{fontname}-%{version}
-%patch1 -p1
-%define x11dir /usr/share/fonts/misc/
+%patch1 
 %define psfdir /usr/share/kbd/consolefonts
 
 %build
+chmod +x ./configure
 ./configure --prefix=/usr
-make -e x11dir=%{x11dir} psfdir=%{psfdir}
+make -e x11dir=%{_miscfontsdir} psfdir=%{psfdir}
 
 %install
-make -e DESTDIR=%{buildroot}  x11dir=%{x11dir} psfdir=%{psfdir} install
-rm -f %{buildroot}%{x11dir}/fonts.dir
+make -e DESTDIR=%{buildroot}  x11dir=%{_miscfontsdir} psfdir=%{psfdir} install
+rm -f %{buildroot}%{_miscfontsdir}/fonts.dir
 pushd %{buildroot}%{psfdir}
 rename .psf.gz .psfu.gz *.psf.gz
 popd
 
-%clean
-#[ %{buildroot} != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot}
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc README*
-%{x11dir}
+%{_miscfontsdir}
 %{psfdir}
 %dir %{_datadir}/kbd
 

++ terminus-bitmap-fonts.patch ++
--- /var/tmp/diff_new_pack.bj2Vo9/_old  2012-09-14 12:39:51.0 +0200
+++ /var/tmp/diff_new_pack.bj2Vo9/_new  2012-09-14 12:39:51.0 +0200
@@ -1,10 +1,6 @@

- Makefile |   12 ++--
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
 a/Makefile
-+++ b/Makefile
-@@ -90,9 +90,9 @@ x11dir   = $(prefix)/X11R6/lib/X11/fonts/l
+--- Makefile.bak   2012-09-01 18:32:07.300831682 +0200
 Makefile   2012-09-01 18:34:29.980338016 +0200
+@@ -87,9 +87,9 @@
  
  install: $(PSF) $(PCF)
mkdir -p $(DESTDIR)$(psfdir)
@@ -16,7 +12,7 @@
  
  uninstall:
for i in $(PSF) ; do rm -f $(DESTDIR)$(psfdir)/$$i.gz ; done
-@@ -718,7 +718,7 @@ ter-v32b.psf: ter-u32b.bdf $(V_XOS42) $(
+@@ -182,14 +182,15 @@
  
  install-psf: $(PSF)
mkdir -p $(DESTDIR)$(psfdir)
@@ -25,16 +21,16 @@
  
  uninstall-psf:
for i in $(PSF) ; do rm -f $(DESTDIR)$(psfdir)/$$i.gz ; done
-@@ -784,7 +784,7 @@ install-acm: $(T

commit tcpdump for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package tcpdump for openSUSE:Factory checked 
in at 2012-09-14 12:39:40

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


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

Changes:

--- /work/SRC/openSUSE:Factory/tcpdump/tcpdump.changes  2012-06-15 
14:06:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.tcpdump.new/tcpdump.changes 2012-09-14 
12:39:41.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 15 15:37:15 CEST 2012 - jsl...@suse.de
+
+- remove tcpdump-4.0.0-uninitialized.patch, it's solved differently
+
+---

Old:

  tcpdump-4.0.0-uninitialized.patch



Other differences:
--
++ tcpdump.spec ++
--- /var/tmp/diff_new_pack.yuLVen/_old  2012-09-14 12:39:42.0 +0200
+++ /var/tmp/diff_new_pack.yuLVen/_new  2012-09-14 12:39:42.0 +0200
@@ -27,7 +27,6 @@
 Source1:tcpdump-qeth
 Patch0: tcpdump-4.0.0-prototypes.patch
 Patch2: tcpdump-4.0.0-aliasing.patch
-Patch3: tcpdump-4.0.0-uninitialized.patch
 BuildRequires:  libpcap-devel
 BuildRequires:  libsmi-devel
 BuildRequires:  openssl-devel
@@ -42,7 +41,6 @@
 %setup -q
 %patch0
 %patch2
-%patch3
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -Wall -DGUESS_TSO -fstack-protector 
-fno-strict-aliasing"

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



commit sysvinit for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package sysvinit for openSUSE:Factory 
checked in at 2012-09-14 12:39:32

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


Package is "sysvinit", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/sysvinit/sysvinit.changes2012-08-12 
15:29:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.sysvinit.new/sysvinit.changes   2012-09-14 
12:39:35.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 17 11:48:35 UTC 2012 - wer...@suse.de
+
+- Added patch from Roger Leigh to correct the manual page of startpar 
+
+---



Other differences:
--
++ startpar-0.58.dif ++
--- /var/tmp/diff_new_pack.zKvEbe/_old  2012-09-14 12:39:37.0 +0200
+++ /var/tmp/diff_new_pack.zKvEbe/_new  2012-09-14 12:39:37.0 +0200
@@ -1,4 +1,31 @@
 .#empty
-+++ .#empty2012-01-30 17:44:30.343145442 +
-@@ -0,0 +1 @@
-+Place holder
+--- startpar.8
 startpar.8 2012-04-09 13:25:33.0 +
+@@ -1,4 +1,4 @@
+-.\"
++'\" e
+ .\" SuSE man page for startpar
+ .\"
+ .\" Copyright (c) 2003 SuSE Linux AG, Nuernberg, Germany.
+@@ -62,13 +62,19 @@ option, the default is full parallelism.
+ the scripts can be provided with the
+ .B \-a
+ option.
+-Processes block by pending
++Processes blocked by pending
+ .B I/O
+-will weighting by the factor
++will cause new process creation to be weighted by the iorate factor
+ .IR 800 .
+ To change this factor the option
+ .B \-i
+-can be used to specify an other value.
++can be used to specify another value.  The amount
++.EQ
++weight = (nblocked times iorate) / 1000
++.EN
++will be subtracted from the total number of processes which could be
++started, where nblocked is the number of processes currently blocked
++by pending I/O.
+ 
+ The output of each script is buffered and written when the script
+ exits, so output lines of different scripts won't mix. You can

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



commit suspend for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package suspend for openSUSE:Factory checked 
in at 2012-09-14 12:39:23

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


Package is "suspend", Maintainer is "hma...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/suspend/suspend.changes  2012-05-31 
17:10:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.suspend.new/suspend.changes 2012-09-14 
12:39:34.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 17 17:14:42 CEST 2012 - hma...@suse.de
+
+- vbetool.c is GPL-2.0 and compiled into the resume binary. So
+  the spec file needs to be GPL-2.0 only (bnc#776145)
+
+---



Other differences:
--
++ suspend.spec ++
--- /var/tmp/diff_new_pack.nGTnZH/_old  2012-09-14 12:39:35.0 +0200
+++ /var/tmp/diff_new_pack.nGTnZH/_new  2012-09-14 12:39:35.0 +0200
@@ -40,7 +40,7 @@
 Version:1.0
 Release:0
 Summary:A Set Of Tools To Support Sleep Modes
-License:GPL-2.0+
+License:GPL-2.0
 Group:  System/Console
 Url:http://sourceforge.net/projects/suspend
 Source: %name-utils-%{version}.tar.bz2

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



commit stix-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package stix-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:39:15

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


Package is "stix-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/stix-fonts/stix-fonts.changes2012-05-26 
09:29:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.stix-fonts.new/stix-fonts.changes   
2012-09-14 12:39:17.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:
--
++ stix-fonts.spec ++
--- /var/tmp/diff_new_pack.tfz2BJ/_old  2012-09-14 12:39:18.0 +0200
+++ /var/tmp/diff_new_pack.tfz2BJ/_new  2012-09-14 12:39:18.0 +0200
@@ -16,19 +16,16 @@
 #
 
 
-%define ttf_fontdir /usr/share/fonts/truetype
 %define fontconf 61-stix
-%define fontconfig_templatedir /etc/fonts/conf.avail
-%define fontconfig_confdir /etc/fonts/conf.d
 
 Name:   stix-fonts
 Version:1.1.0
-Release:1
+Release:0
 %define archivename STIXv%{version}
-License:OFL-1.1
 Summary:STIX scientific and engineering fonts
-Url:http://www.stixfonts.org/
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://www.stixfonts.org/
 Source0:%{archivename}.tar.bz2
 Source1:%{name}-License.txt
 Source2:%{name}-fontconfig.conf
@@ -37,7 +34,9 @@
 Source5:%{name}-sizes-fontconfig.conf
 Source6:%{name}-variants-fontconfig.conf
 BuildRequires:  fontconfig
+BuildRequires:  fontpackages-devel
 Requires:   fontconfig
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -51,10 +50,10 @@
 use.
 
 %package -n stix-pua-fonts
-License:OFL-1.1
 Summary:STIX scientific and engineering fonts, PUA glyphs
 Group:  System/X11/Fonts
 Requires:   %{name} = %{version}
+%reconfigure_fonts_prereq
 
 %description -n stix-pua-fonts
 This package includes fonts containing glyphs called out from the Unicode
@@ -64,30 +63,30 @@
 Consortium and moved to an official codepoint.
 
 %package -n stix-integrals-fonts
-License:OFL-1.1
 Summary:STIX scientific and engineering fonts, additional integral 
glyphs
 Group:  System/X11/Fonts
 Requires:   %{name} = %{version}
+%reconfigure_fonts_prereq
 
 %description -n stix-integrals-fonts
 This package includes fonts containing additional integrals of various size
 and slant.
 
 %package -n stix-sizes-fonts
-License:OFL-1.1
 Summary:STIX scientific and engineering fonts, additional glyph sizes
 Group:  System/X11/Fonts
 Requires:   %{name} = %{version}
+%reconfigure_fonts_prereq
 
 %description -n stix-sizes-fonts
 This package includes fonts containing glyphs in additional sizes (Mostly
 "fence" and "piece" glyphs).
 
 %package -n stix-variants-fonts
-License:OFL-1.1
 Summary:STIX scientific and engineering fonts, additional glyph 
variants
 Group:  System/X11/Fonts
 Requires:   %{name} = %{version}
+%reconfigure_fonts_prereq
 
 %description -n stix-variants-fonts
 This package includes fonts containing alternative variants of some glyphs.
@@ -105,98 +104,79 @@
 %build
 
 %install
-install -m 0755 -d %{buildroot}%{ttf_fontdir}
-install -m 0644 -p Fonts/STIX-General/*.otf %{buildroot}%{ttf_fontdir}
+install -m 0755 -d %{buildroot}%{_ttfontsdir}
+install -m 0644 -p Fonts/STIX-General/*.otf %{buildroot}%{_ttfontsdir}
 install -m 0755 -d %{buildroot}%{_docdir}/%{name}/
 install -m 0644 License.txt %{buildroot}%{_docdir}/%{name}
 
-install -m 0755 -d %{buildroot}%{fontconfig_templatedir} \
-   %{buildroot}%{fontconfig_confdir}
+install -m 0755 -d %{buildroot}%{_fontsconfavaildir} \
+   %{buildroot}%{_fontsconfddir}
 
 install -m 0644 -p %{SOURCE2} \
-%{buildroot}%{fontconfig_templatedir}/%{fontconf}.conf
+%{buildroot}%{_fontsconfavaildir}/%{fontconf}.conf
 install -m 0644 -p %{SOURCE3} \
-%{buildroot}%{fontconfig_templatedir}/%{fontconf}-pua.conf
+%{buildroot}%{_fontsconfavaildir}/%{fontconf}-pua.conf
 install -m 0644 -p %{SOURCE4} \
-%{buildroot}%{fontconfig_templatedir}/%{fontconf}-integrals.conf
+%{buildroot}%{_fontsconfavaildir}/%{fontconf}-integrals.conf
 install -m 0644 -p %{SOURCE5} \
-%{buildroot}%{fontconfig_templatedir}/%{fontconf}-sizes.conf
+%{buildroot}%{_fontsconfavaildir}/%{fontconf}-sizes.conf
 install -m 0644 -p %{SOU

commit SourceSansPro-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package SourceSansPro-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:39:03

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


Package is "SourceSansPro-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/SourceSansPro-fonts/SourceSansPro-fonts.changes  
2012-08-09 21:38:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.SourceSansPro-fonts.new/SourceSansPro-fonts.changes 
2012-09-14 12:39:04.0 +0200
@@ -1,0 +2,21 @@
+Mon Aug 27 07:32:57 UTC 2012 - t...@opensuse.org
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536)
+
+---
+Wed Aug 22 06:28:30 UTC 2012 - t...@opensuse.org
+
+- Included SourceSansProReadMe.html file into %doc path
+  (contains changelog)
+
+---
+Tue Aug 21 08:10:55 UTC 2012 - t...@opensuse.org
+
+- Update to 1.0.34 release
+- SPEC file changes:
+  . Fix line endings for LICENSE.txt
+  . Adapted to new structure in archive
+  . Installed both, OTF and TTF files 
+
+---

Old:

  SourceSansPro-1.033.zip

New:

  SourceSansPro_FontsOnly-1.034.zip



Other differences:
--
++ SourceSansPro-fonts.spec ++
--- /var/tmp/diff_new_pack.V6cxkP/_old  2012-09-14 12:39:05.0 +0200
+++ /var/tmp/diff_new_pack.V6cxkP/_new  2012-09-14 12:39:05.0 +0200
@@ -1,6 +1,7 @@
 #
-# spec file for package
+# spec file for package SourceSansPro-fonts
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Dominique Leuenberger, Amsterdam, Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,14 +20,16 @@
 Name:   SourceSansPro-fonts
 %define _name SourceSansPro
 # Thre is no real version number, so we use the zip files release date.
-Version:1.033
+Version:1.034
 Release:0
-License:OFL-1.1
 Summary:A set of OpenType fonts designed for user interfaces
-Url:http://sourceforge.net/projects/sourcesans.adobe/
+License:OFL-1.1
 Group:  System/X11/Fonts
-Source: %{_name}-%{version}.zip
+Url:http://sourceforge.net/projects/sourcesans.adobe/
+Source: %{_name}_FontsOnly-%{version}.zip
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -35,17 +38,21 @@
 
 %prep
 %setup -q -n %{_name}_FontsOnly-%{version}
+# Fix line endings
+sed -i 's/\r$//g' LICENSE.txt
 
 %build
 
 %install
 install -d %{buildroot}%{_datadir}/fonts/truetype/
-install OTF/*.otf %{buildroot}%{_datadir}/fonts/truetype/
+install *.otf *.ttf %{buildroot}%{_datadir}/fonts/truetype/
+
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
-%doc LICENSE.txt
+%doc LICENSE.txt *.html
 %dir %{_datadir}/fonts/truetype/
-%{_datadir}/fonts/truetype/SourceSansPro*.otf
+%{_datadir}/fonts/truetype/SourceSansPro*
 
 %changelog

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



commit snapper for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package snapper for openSUSE:Factory checked 
in at 2012-09-14 12:38:50

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


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

Changes:

--- /work/SRC/openSUSE:Factory/snapper/snapper.changes  2012-06-13 
22:46:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes 2012-09-14 
12:38:51.0 +0200
@@ -1,0 +2,24 @@
+Wed Aug 22 18:43:47 CEST 2012 - aschn...@suse.de
+
+- fixed segmentation fault for unknown fstype
+- 0.0.14
+
+---
+Tue Aug 14 12:03:50 CEST 2012 - aschn...@suse.de
+
+- fixed logging during program termination
+
+---
+Wed Jul 25 10:44:38 CEST 2012 - aschn...@suse.de
+
+- take mount options from original filesystem when mounting
+  snapshots
+- 0.0.13
+
+---
+Tue Jul 24 14:35:44 CEST 2012 - aschn...@suse.de
+
+- added experimental support for LVM thin-provisioned snapshots
+- 0.0.12
+
+---

Old:

  snapper-0.0.11.tar.bz2

New:

  snapper-0.0.14.tar.bz2



Other differences:
--
++ snapper.spec ++
--- /var/tmp/diff_new_pack.2vPbCc/_old  2012-09-14 12:38:52.0 +0200
+++ /var/tmp/diff_new_pack.2vPbCc/_new  2012-09-14 12:38:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   snapper
-Version:0.0.11
+Version:0.0.14
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: snapper-%{version}.tar.bz2
@@ -66,7 +66,7 @@
 automake --add-missing --copy
 autoconf
 
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} 
--disable-silent-rules
+./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} 
--docdir=%{prefix}/share/doc/packages/snapper --disable-silent-rules
 make %{?jobs:-j%jobs}
 
 %install
@@ -127,9 +127,9 @@
 %else
 %config(noreplace) %{_sysconfdir}/sysconfig/snapper
 %endif
-%dir %{prefix}/lib/snapper
-%dir %{prefix}/lib/snapper/bin
-%{prefix}/lib/snapper/bin/compare-dirs
+%dir %{_libdir}/snapper
+%dir %{_libdir}/snapper/bin
+%{_libdir}/snapper/bin/compare-dirs
 
 %post -n libsnapper1
 /sbin/ldconfig
@@ -201,6 +201,6 @@
 %dir /usr/lib/zypp/plugins
 %dir /usr/lib/zypp/plugins/commit
 %endif
-/usr/lib/zypp/plugins/commit/snapper.py
+/usr/lib/zypp/plugins/commit/snapper.py*
 
 %changelog

++ snapper-0.0.11.tar.bz2 -> snapper-0.0.14.tar.bz2 ++
 9798 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/snapper-0.0.11/VERSION new/snapper-0.0.14/VERSION
--- old/snapper-0.0.11/VERSION  2012-06-12 10:08:30.0 +0200
+++ new/snapper-0.0.14/VERSION  2012-08-22 18:43:25.0 +0200
@@ -1 +1 @@
-0.0.11
+0.0.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/snapper-0.0.11/bindings/python/libsnapper.py 
new/snapper-0.0.14/bindings/python/libsnapper.py
--- old/snapper-0.0.11/bindings/python/libsnapper.py2012-06-13 
12:41:52.0 +0200
+++ new/snapper-0.0.14/bindings/python/libsnapper.py2012-09-13 
15:39:27.0 +0200
@@ -1,5 +1,5 @@
 # This file was automatically generated by SWIG (http://www.swig.org).
-# Version 2.0.4
+# Version 2.0.7
 #
 # Do not make changes to this file unless you know what you are doing--modify
 # the SWIG interface file instead.
@@ -77,8 +77,8 @@
 __swig_destroy__ = _libsnapper.delete_SwigPyIterator
 __del__ = lambda self : None;
 def value(self): return _libsnapper.SwigPyIterator_value(self)
-def incr(self, n = 1): return _libsnapper.SwigPyIterator_incr(self, n)
-def decr(self, n = 1): return _libsnapper.SwigPyIterator_decr(self, n)
+def incr(self, n=1): return _libsnapper.SwigPyIterator_incr(self, n)
+def decr(self, n=1): return _libsnapper.SwigPyIterator_decr(self, n)
 def distance(self, *args): return 
_libsnapper.SwigPyIterator_distance(self, *args)
 def equal(self, *args): return _libsnapper.SwigPyIterator_equal(self, 
*args)
 def copy(self): return

commit sshfp for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package sshfp for openSUSE:Factory checked 
in at 2012-09-14 12:39:09

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


Package is "sshfp", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/sshfp/sshfp.changes  2012-02-16 
12:28:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.sshfp.new/sshfp.changes 2012-09-14 
12:39:11.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug 13 11:25:11 UTC 2012 - jeng...@inai.de
+
+- Update project URLs
+
+---



Other differences:
--
++ sshfp.spec ++
--- /var/tmp/diff_new_pack.YEvWYh/_old  2012-09-14 12:39:11.0 +0200
+++ /var/tmp/diff_new_pack.YEvWYh/_new  2012-09-14 12:39:11.0 +0200
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   sshfp
 Version:1.2.2
 Release:0
@@ -24,8 +23,8 @@
 License:GPL-2.0+
 Group:  Productivity/Networking/DNS/Utilities
 URL:http://www.xelerance.com/software/sshfp/   
-#Git-Clone:git://git.openswan.org/scm/sshfp.git
 
+#Git-Clone:git://github.com/xelerance/sshfp
 Source: sshfp-%version.tar.xz
 Patch0: 0001-fix-invalid-reference-to-hostname-in-check_keytype.diff
 Requires:   python-dnspython python-ldns


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



commit solarwolf for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package solarwolf for openSUSE:Factory 
checked in at 2012-09-14 12:38:57

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


Package is "solarwolf", Maintainer is "jmate...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/solarwolf/solarwolf.changes  2011-09-23 
12:46:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.solarwolf.new/solarwolf.changes 2012-09-14 
12:38:58.0 +0200
@@ -1,0 +2,5 @@
+Sun May 27 23:28:15 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+
+---



Other differences:
--
++ solarwolf.spec ++
--- /var/tmp/diff_new_pack.jqxYn3/_old  2012-09-14 12:38:59.0 +0200
+++ /var/tmp/diff_new_pack.jqxYn3/_new  2012-09-14 12:38:59.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package solarwolf (Version 1.5)
+# spec file for package solarwolf
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   solarwolf
-BuildRequires:  python update-desktop-files
+BuildRequires:  python
+BuildRequires:  update-desktop-files
 Summary:An Action/Arcade Game
-Version:1.5
-Release:233
 License:LGPL-2.1+
 Group:  Amusements/Games/Action/Arcade
+Version:1.5
+Release:0
 Requires:   pygame
 # libmikmod is only recommended in pygame
 Requires:   libmikmod
@@ -57,7 +56,6 @@
 %build
 
 %install
-rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/usr/share/games/solarwolf
 mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps
 mkdir -p $RPM_BUILD_ROOT/usr/games


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



commit smbtad for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package smbtad for openSUSE:Factory checked 
in at 2012-09-14 12:38:42

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


Package is "smbtad", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/smbtad/smbtad.changes2011-10-14 
09:54:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.smbtad.new/smbtad.changes   2012-09-14 
12:38:43.0 +0200
@@ -1,0 +2,11 @@
+Tue Jul 31 11:14:33 UTC 2012 - hhet...@suse.com
+
+- update to version 1.2.6
+ - bso#8205 - Simplify the database in SMBTA
+ - bso#8206 - Integrated version control
+ - bso#8232 - smbtad SQL statements need to be escaped
+ - bso#8321 - Support the bind to an IP address in smbtad
+ - bso#8934 - running 3 instances of smbtamonitor and killing
+  the 2nd crashes smbtad
+
+---

Old:

  smbtad-1.2.5.tar.bz2

New:

  smbtad-1.2.6.tar.bz2



Other differences:
--
++ smbtad.spec ++
--- /var/tmp/diff_new_pack.g1ugM1/_old  2012-09-14 12:38:44.0 +0200
+++ /var/tmp/diff_new_pack.g1ugM1/_new  2012-09-14 12:38:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package smbtad
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   smbtad
-BuildRequires:  cmake libtalloc-devel libdbi-devel
+BuildRequires:  cmake
+BuildRequires:  libdbi-devel
+BuildRequires:  libtalloc-devel
 %if 0%{?suse_version}
 BuildRequires:  libiniparser-devel
 %endif
 
+Version:1.2.6
+Release:0
+Summary:A collector of smbd share usage data
 License:GPL-3.0+
 Group:  Productivity/Networking/Samba
-Version:1.2.5
-Release:1
-Summary:A collector of smbd share usage data
 Url:http://github.com/hhetter/smbtad
 Source0:%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ smbtad-1.2.5.tar.bz2 -> smbtad-1.2.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smbtad-1.2.5/AUTHORS new/smbtad-1.2.6/AUTHORS
--- old/smbtad-1.2.5/AUTHORS2011-05-17 13:32:51.0 +0200
+++ new/smbtad-1.2.6/AUTHORS2012-07-31 13:06:34.0 +0200
@@ -1,3 +1,4 @@
 Holger Hetterich 
 Michael Haefner 
 Bjoern Geuken 
+Robert Piasek 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smbtad-1.2.5/dist/dev/fix.sh 
new/smbtad-1.2.6/dist/dev/fix.sh
--- old/smbtad-1.2.5/dist/dev/fix.sh1970-01-01 01:00:00.0 +0100
+++ new/smbtad-1.2.6/dist/dev/fix.sh2012-07-31 13:06:34.0 +0200
@@ -0,0 +1,19 @@
+#!/bin/sh
+# used when developing smbta, easy way to kill everything
+# running and restart, requires /etc/smbtad.conf
+
+
+echo "killing torture and torturesrv..."
+killall smbtatorture
+killall smbtatorturesrv
+sleep 1
+echo "killing smbtad... and waiting 10 seconds"
+killall smbtad
+sleep 10
+echo "restarting smb server"
+rcsmb restart
+sleep 1
+echo "restaring smbtad"
+smbtad -c /etc/smbtad.conf
+echo "now run torture.sh  in /home/holger/SKRIPTE/torture.sh"
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smbtad-1.2.5/dist/dev/pg_hba.conf 
new/smbtad-1.2.6/dist/dev/pg_hba.conf
--- old/smbtad-1.2.5/dist/dev/pg_hba.conf   1970-01-01 01:00:00.0 
+0100
+++ new/smbtad-1.2.6/dist/dev/pg_hba.conf   2012-07-31 13:06:34.0 
+0200
@@ -0,0 +1,93 @@
+# make postgresql trust local connections, used when developing
+# SMBTA on a single machine
+
+
+# PostgreSQL Client Authentication Configuration File
+# ===
+#
+# Refer to the "Client Authentication" section in the PostgreSQL
+# documentation for a complete description of this file.  A short
+# synopsis follows.
+#
+# This file controls: which hosts are allowed to connect, how clients
+# are authenticated, which PostgreSQL user names they can use, which
+# databases they can access.  Records take one of these forms:
+#
+# local  DATABASE  USER  METHOD  [OPTIONS]
+# host   DATABASE  USER  ADDRESS  METHOD  [OPTIONS]
+# hostsslDATABASE  USER  ADDRESS  METHOD  [OPTIONS]
+# hostnossl  DATABASE  USER  ADDRESS  METHOD  [OPTIONS]
+#
+# (The uppercase items must be replaced by actual values.)
+#
+# The fir

commit slib for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package slib for openSUSE:Factory checked in 
at 2012-09-14 12:38:35

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


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

Changes:

--- /work/SRC/openSUSE:Factory/slib/slib.changes2012-05-25 
16:19:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.slib.new/slib.changes   2012-09-14 
12:38:37.0 +0200
@@ -1,0 +2,6 @@
+Wed May 30 12:35:08 UTC 2012 - pgaj...@suse.com
+
+- remove Resene color names due license doubt [bnc#754532]
+  * remove-resene-colors.diff
+
+---
@@ -6 +12 @@
-  license.opensuse.org specificaÃlly to handle the non standard SLIB
+  license.opensuse.org specifically to handle the non standard SLIB

New:

  remove-resene-colors.diff



Other differences:
--
++ slib.spec ++
--- /var/tmp/diff_new_pack.UV566K/_old  2012-09-14 12:38:38.0 +0200
+++ /var/tmp/diff_new_pack.UV566K/_new  2012-09-14 12:38:38.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package slib (Version 3b3)
+# spec file for package slib
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,8 @@
 Summary:Portable Scheme Library
 Url:http://swissnet.ai.mit.edu/~jaffer/SLIB.html
 Source: %{name}-%{version}.tar.bz2
+# this is not upstreamable (bnc#754532):
+Patch0: remove-resene-colors.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -45,6 +47,7 @@
 
 %prep
 %setup -q -n slib
+%patch0 -p1
 
 %build
 

++ remove-resene-colors.diff ++
 1391 lines (skipped)

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



commit sil-padauk-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package sil-padauk-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:38:29

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


Package is "sil-padauk-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/sil-padauk-fonts/sil-padauk-fonts.changes
2012-05-26 09:29:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.sil-padauk-fonts.new/sil-padauk-fonts.changes   
2012-09-14 12:38:30.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:
--
++ sil-padauk-fonts.spec ++
--- /var/tmp/diff_new_pack.vDPRCh/_old  2012-09-14 12:38:31.0 +0200
+++ /var/tmp/diff_new_pack.vDPRCh/_new  2012-09-14 12:38:31.0 +0200
@@ -16,18 +16,17 @@
 #
 
 
-
 Name:   sil-padauk-fonts
 Version:2.2
-Release:74
-%definefontdir /usr/share/fonts/truetype
+Release:0
+Summary:Smart Unicode Font for the Myanmar Script
 License:OFL-1.1
-Summary:smart Unicode font for the Myanmar script
-Url:
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=Padauk
 Group:  System/X11/Fonts
+Url:
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=Padauk
 Source0:padauk_2_2.tar.bz2
 BuildRequires:  dos2unix
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 Provides:   locale(my)
 # FIXME: This causes a rpmlint warning; change <= to < once here's a new 
upstream version
 Obsoletes:  sil-padauk <= %{version}
@@ -62,22 +61,19 @@
 dos2unix OFL*
 
 %build
+chmod 644 font-source/myanmar5.gdl
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{fontdir}
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
 %clean
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc FONTLOG OFL OFL-FAQ font-source
-%{fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit sil-gentium-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package sil-gentium-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:38:22

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


Package is "sil-gentium-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/sil-gentium-fonts/sil-gentium-fonts.changes  
2012-05-25 23:44:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.sil-gentium-fonts.new/sil-gentium-fonts.changes 
2012-09-14 12:38:24.0 +0200
@@ -1,0 +2,17 @@
+Fri Aug 17 12:06:27 UTC 2012 - t...@opensuse.org
+
+- Added GentiumBasic (110) to have regular, bold, italic, and 
+  bold+italic
+- Gentium Plus 1.510 (maintenance release)
+  Change in the Graphite feature identifiers from integers to
+  4-character alphanumeric tags. This was required because although
+  Mozilla Firefox has now implemented support for Graphite, feature
+  identifiers only work if they are 4-character alphanumeric tags
+
+---
+Wed Jul  4 12:39:06 CEST 2012 - pgaj...@suse.cz
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+
+---

Old:

  GentiumPlus-1.508.zip

New:

  GentiumBasic_110.zip
  GentiumPlus-1.510.zip



Other differences:
--
++ sil-gentium-fonts.spec ++
--- /var/tmp/diff_new_pack.LU4yOj/_old  2012-09-14 12:38:25.0 +0200
+++ /var/tmp/diff_new_pack.LU4yOj/_new  2012-09-14 12:38:25.0 +0200
@@ -15,28 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   sil-gentium-fonts
-Version:1.508
+Version:1.510
 Release:0
+Summary:A International Typeface for Languages Using the Latin Script
 License:OFL-1.1
-Summary:A international typeface for languages using the Latin script
-Url:
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=Gentium
 Group:  System/X11/Fonts
+Url:
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=Gentium
 Source0:GentiumPlus-%{version}.zip
+Source1:GentiumBasic_110.zip
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-Requires(pre):  %suseconfig_fonts_prereq
-Provides:   locale(vi)
+%reconfigure_fonts_prereq
 Provides:   GentiumPlus
+Provides:   GentiumBasic
+Provides:   locale(vi)
 # FIXME: This causes a rpmlint warning; change <= to < once there's a new 
upstream version
 Obsoletes:  gentium <= 1.508
 Provides:   gentium = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
-%define ttf_fontdir /usr/share/fonts/truetype
-
 %description
 Gentium is a typeface family designed to enable the diverse ethnic
 groups around the world who use the Latin script to produce readable,
@@ -47,6 +46,7 @@
 %prep
 %setup -T -c %{name} -n %{name}
 unzip -j %{SOURCE0}
+unzip -j -n %{SOURCE1}
 chmod 644 *.txt *.ttf
 # Remove DOS line endings:
 for i in *.txt; do
@@ -56,18 +56,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{ttf_fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc *.txt
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit sil-doulos-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package sil-doulos-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:38:15

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


Package is "sil-doulos-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/sil-doulos-fonts/sil-doulos-fonts.changes
2012-05-26 09:29:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.sil-doulos-fonts.new/sil-doulos-fonts.changes   
2012-09-14 12:38:16.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:
--
++ sil-doulos-fonts.spec ++
--- /var/tmp/diff_new_pack.t8WOw4/_old  2012-09-14 12:38:16.0 +0200
+++ /var/tmp/diff_new_pack.t8WOw4/_new  2012-09-14 12:38:16.0 +0200
@@ -16,20 +16,20 @@
 #
 
 
-%define ttf_fontdir /usr/share/fonts/truetype
 %define fontname Doulos
 
 Name:   sil-doulos-fonts
 # Provides:   locale(vi)
 Version:4.110
 Release:0
+Summary:Doulos SIL Fonts Similar to Times
 License:OFL-1.1
-Summary:Doulos SIL fonts similar to Times
-Url:http://scripts.sil.org/FontDownloadsDoulos
 Group:  System/X11/Fonts
+Url:http://scripts.sil.org/FontDownloadsDoulos
 Source0:%{fontname}SIL-%{version}.zip
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Obsoletes:  sil-doulos < %{version}
 Provides:   sil-doulos = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -58,18 +58,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{ttf_fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc *.txt *.pdf
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog


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



commit sil-charis-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package sil-charis-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:38:06

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


Package is "sil-charis-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/sil-charis-fonts/sil-charis-fonts.changes
2012-05-26 09:29:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.sil-charis-fonts.new/sil-charis-fonts.changes   
2012-09-14 12:38:07.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:
--
++ sil-charis-fonts.spec ++
--- /var/tmp/diff_new_pack.8LLLwa/_old  2012-09-14 12:38:08.0 +0200
+++ /var/tmp/diff_new_pack.8LLLwa/_new  2012-09-14 12:38:08.0 +0200
@@ -16,20 +16,19 @@
 #
 
 
-%define fontdir /usr/share/fonts/truetype
-
 Name:   sil-charis-fonts
 Version:4.106
-Release:1
-License:OFL-1.1
+Release:0
 Summary:Smart Unicode Font for Latin and Cyrillic Scripts
-Url:
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=CharisSILfont
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=CharisSILfont
 Source0:CharisSIL4.106.zip
 Source1:Changes.txt
 BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Provides:   locale(vi;ru;bg)
 # FIXME: This causes a rpmlint warning; change <= to < once there's a new 
upstream version
 Obsoletes:  sil-charis <= 4.106
@@ -66,22 +65,14 @@
 %build
 
 %install
-[ %{buildroot} != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot};
-mkdir -p %{buildroot}%{fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{fontdir}
-
-%clean
-[ %{buildroot} != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot};
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc *.txt
-%{fontdir}
+%{_ttfontsdir}
 
 %changelog


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



commit sil-abyssinica-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package sil-abyssinica-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:38:00

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


Package is "sil-abyssinica-fonts", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/sil-abyssinica-fonts/sil-abyssinica-fonts.changes
2012-05-26 09:28:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.sil-abyssinica-fonts.new/sil-abyssinica-fonts.changes
   2012-09-14 12:38:02.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:
--
++ sil-abyssinica-fonts.spec ++
--- /var/tmp/diff_new_pack.cND2vb/_old  2012-09-14 12:38:02.0 +0200
+++ /var/tmp/diff_new_pack.cND2vb/_new  2012-09-14 12:38:02.0 +0200
@@ -16,18 +16,18 @@
 #
 
 
-
 Name:   sil-abyssinica-fonts
 Version:1.0
-Release:157
-%definefontdir /usr/share/fonts/truetype
+Release:0
+Summary:Smart Unicode Font for the Ethiopic Script (Amharic)
 License:OFL-1.1
-Summary:smart Unicode font for the Ethiopic script (Amharic)
-Url:
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=AbyssinicaSIL
 Group:  System/X11/Fonts
+Url:
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=AbyssinicaSIL
 Source0:AbyssinicaSIL1.0.zip
+BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Provides:   locale(so)
 # FIXME: This causes a rpmlint warning; change <= to < once here's a new 
upstream version
 Obsoletes:  sil-abyssinica <= %{version}
@@ -54,22 +54,19 @@
 %setup -T -c sil-abyssinica -n sil-abyssinica
 unzip -j $RPM_SOURCE_DIR/AbyssinicaSIL1.0.zip
 chmod 644 *
+dos2unix *.txt
 
 %build
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc *.txt *.pdf
-%{fontdir}
+%{_ttfontsdir}
 
 %changelog


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



commit scim-hangul for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package scim-hangul for openSUSE:Factory 
checked in at 2012-09-14 12:37:46

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


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

Changes:

--- /work/SRC/openSUSE:Factory/scim-hangul/scim-hangul.changes  2012-06-15 
14:05:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.scim-hangul.new/scim-hangul.changes 
2012-09-14 12:37:48.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 12 20:51:13 CST 2012 - hillw...@linuxfans.org
+
+- enable gtk3 build
+
+---



Other differences:
--
++ scim-hangul.spec ++
--- /var/tmp/diff_new_pack.ndInXA/_old  2012-09-14 12:37:49.0 +0200
+++ /var/tmp/diff_new_pack.ndInXA/_new  2012-09-14 12:37:49.0 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%define scim_gtk3 1
 %if %suse_version > 1120
 %bcond_with skim
 %else

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



commit sgi-bitmap-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package sgi-bitmap-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:37:53

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


Package is "sgi-bitmap-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/sgi-bitmap-fonts/sgi-bitmap-fonts.changes
2012-07-02 11:13:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.sgi-bitmap-fonts.new/sgi-bitmap-fonts.changes   
2012-09-14 12:37:55.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:
--
++ sgi-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.FeuGdk/_old  2012-09-14 12:37:56.0 +0200
+++ /var/tmp/diff_new_pack.FeuGdk/_new  2012-09-14 12:37:56.0 +0200
@@ -17,28 +17,29 @@
 
 
 %define upstream_name sgi-fonts
-%definefontdir /usr/share/fonts
+%define sgi_fontsdir  %{_miscfontsdir}/sgi
 
 Name:   sgi-bitmap-fonts
 Version:1.0
-Release:933
+Release:0
 # fonts gathered from
 # 
ftp://patches-europe.sgi.com/pub/linux/ProPack1.4/SRPMS/sgi-fonts-1.0-1.src.rpm
 # -> added COPYING file (MIT license), bug #752246
-Summary:Very nice bitmapped fonts from SGI
+Summary:Very Nice Bitmapped Fonts from SGI
 License:MIT
 Group:  System/X11/Fonts
 Source0:%{upstream_name}.tar.bz2
 Source1:COPYING
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0: %{name}-%{version}.patch
+BuildRequires:  fontpackages-devel
 BuildRequires:  freetype2
 %if 0%{?suse_version} >= 1220
 BuildRequires:  bdftopcf
+BuildRequires:  fontconfig
 BuildRequires:  imake
-BuildRequires:  xorg-cf-files
 BuildRequires:  mkfontdir
-BuildRequires:  fontconfig
+BuildRequires:  xorg-cf-files
 %else
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel
@@ -49,7 +50,7 @@
 Obsoletes:  sgi-fonts <= %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 
 %description
 A few extra fonts from SGI, very readable.
@@ -64,32 +65,28 @@
 cp %{SOURCE1} .
 
 %install
-make FONTINSTDIR=%{fontdir}/misc DESTDIR=%{buildroot} install
-pushd %{buildroot}%{fontdir}/misc/sgi
+make FONTINSTDIR=%{_miscfontsdir} DESTDIR=%{buildroot} install
+pushd %{buildroot}%{sgi_fontsdir}
 gzip --best *.pcf
 fc-cache -f .
 mkfontscale .
 chmod u+w fonts.dir
-mkfontdir -e %{fontdir}/encodings
+mkfontdir -e %{_fontsdir}/encodings
 touch .fonts-config-timestamp
 popd
-rm -f %{buildroot}%{fontdir}/misc/sgi/fonts.cache-?
-
-%post
-%run_suseconfig_fonts
+rm -f %{buildroot}%{sgi_fontsdir}/fonts.cache-?
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(644,root,root,755)
 %doc COPYING
-%dir %{fontdir}/misc/sgi/
-%verify(not md5 size mtime) %{fontdir}/misc/sgi/.fonts-config-timestamp
-%verify(not md5 size mtime) %{fontdir}/misc/sgi/encodings.dir
-%verify(not md5 size mtime) %{fontdir}/misc/sgi/fonts.dir
-%verify(not md5 size mtime) %{fontdir}/misc/sgi/fonts.scale
-%{fontdir}/misc/sgi/fonts.alias
-%{fontdir}/misc/sgi/*.pcf.gz
+%dir %{sgi_fontsdir}
+%verify(not md5 size mtime) %{sgi_fontsdir}/.fonts-config-timestamp
+%verify(not md5 size mtime) %{sgi_fontsdir}/encodings.dir
+%verify(not md5 size mtime) %{sgi_fontsdir}/fonts.dir
+%verify(not md5 size mtime) %{sgi_fontsdir}/fonts.scale
+%{sgi_fontsdir}/fonts.alias
+%{sgi_fontsdir}/*.pcf.gz
 
 %changelog

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



commit scim-chewing for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package scim-chewing for openSUSE:Factory 
checked in at 2012-09-14 12:37:39

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


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

Changes:

--- /work/SRC/openSUSE:Factory/scim-chewing/scim-chewing.changes
2012-06-16 07:31:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.scim-chewing.new/scim-chewing.changes   
2012-09-14 12:37:41.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  6 09:02:08 UTC 2012 - i...@marguerite.su
+
+- fix gtk3 builds.
+
+---

New:

  scim-chewing-gtk3-abuild.patch



Other differences:
--
++ scim-chewing.spec ++
--- /var/tmp/diff_new_pack.HMBoGZ/_old  2012-09-14 12:37:42.0 +0200
+++ /var/tmp/diff_new_pack.HMBoGZ/_new  2012-09-14 12:37:42.0 +0200
@@ -16,7 +16,21 @@
 #
 
 
+%if 0%{?suse_version} >= 1140
+%define scim_gtk3 1
+%else
+%define scim_gtk3 0
+%endif
+
 Name:   scim-chewing
+Version:0.3.4
+Release:0
+Summary:Chewing input method module for SCIM
+License:GPL-2.0+
+Group:  System/I18n/Chinese
+Url:http://chewing.csie.net/
+Source0:
http://chewing.csie.net/download/scim/scim-chewing-%{version}.tar.bz2
+Patch1: %{name}-gtk3-abuild.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
@@ -24,34 +38,20 @@
 BuildRequires:  perl-XML-Parser
 BuildRequires:  scim-devel
 BuildRequires:  update-desktop-files
-Version:0.3.4
-Release:0
-PreReq: gconf2 libxml2 orbit2 glib2
-Url:http://chewing.csie.net/
-Source0:
http://chewing.csie.net/download/scim/scim-chewing-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Chewing input method module for SCIM
-License:GPL-2.0+
-Group:  System/I18n/Chinese
 
 %description
 Chewing input method module for SCIM.
 
-
-
-Authors:
-
-Kanru Chen 
-Jim Huang 
-
 %prep
 %define scim_binary_version %(pkg-config --variable=scim_binary_version scim)
-%setup -q -n %{name}-%{version}
+%setup -q
+%if 0%{?scim_gtk3}
+%patch1 -p1
+%endif
 
 %build
-#libtoolize --force
-#autoreconf -I /opt/gnome/share/aclocal --force --install --verbose
-CXXFLAGS="$RPM_OPT_FLAGS" \
+CXXFLAGS="%{optflags}" \
 ./configure --prefix=/usr \
 --sysconfdir=%{_sysconfdir} \
--libdir=%{_libdir} \
@@ -62,8 +62,8 @@
 make 
 
 %install
-make DESTDIR=${RPM_BUILD_ROOT} install
-rm -f $RPM_BUILD_ROOT%{_libdir}/scim-1.0/%{scim_binary_version}/*/*.la
+%makeinstall
+rm -f %{buildroot}%{_libdir}/scim-1.0/%{scim_binary_version}/*/*.la
 %find_lang scim-chewing
 
 %clean

++ scim-chewing-gtk3-abuild.patch ++
 851 lines (skipped)

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



commit scim-bridge for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package scim-bridge for openSUSE:Factory 
checked in at 2012-09-14 12:37:32

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


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

Changes:

--- /work/SRC/openSUSE:Factory/scim-bridge/scim-bridge.changes  2012-06-10 
21:52:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.scim-bridge.new/scim-bridge.changes 
2012-09-14 12:37:34.0 +0200
@@ -1,0 +2,10 @@
+Wed Sep 12 21:51:57 CST 2012 - hillw...@linuxfans.org
+
+- fix filelist in specfile.
+
+---
+Tue Jun 12 16:32:33 CEST 2012 - ti...@suse.de
+
+- Remove locale provides for avoiding automatic installation
+
+---



Other differences:
--
++ scim-bridge.spec ++
--- /var/tmp/diff_new_pack.DZRHGM/_old  2012-09-14 12:37:35.0 +0200
+++ /var/tmp/diff_new_pack.DZRHGM/_new  2012-09-14 12:37:35.0 +0200
@@ -30,7 +30,7 @@
 Version:0.4.16
 Release:0
 PreReq: /usr/bin/touch
-Provides:   locale(scim:ja;ko)
+# Provides:   locale(scim:ja;ko)
 Recommends: scim-bridge-gtk,scim-bridge-qt
 Url:http://www.scim-im.org/
 # CVS repository:
@@ -61,7 +61,7 @@
 Summary:Scim Bridge for gtk2
 Group:  System/I18n/Japanese
 Requires:   %{name} = %{version}
-Provides:   locale(gtk2:ja;ko;zh)
+Supplements:packageand(scim-bridge:gtk2)
 %gtk2_immodule_requires
 
 %description -n scim-bridge-gtk
@@ -77,7 +77,7 @@
 Summary:Scim Bridge for Qt
 Group:  System/I18n/Japanese
 Requires:   %{name} = %{version}
-Provides:   locale(qt3:ja;ko;zh)
+Supplements:packageand(scim-bridge:libqt4)
 
 %description -n scim-bridge-qt
 Scim Bridge for Qt
@@ -173,14 +173,15 @@
 
 %files
 %defattr(-, root, root)
-%doc AUTHORS COPYING NEWS README ChangeLog INSTALL doc
+%doc AUTHORS COPYING ChangeLog doc
 %dir /etc/X11/xim.d/
-/etc/X11/xim.d/*
-/usr/bin/scim-bridge
+%config %{_sysconfdir}/X11/xim.d/*
+%{_bindir}/scim-bridge
 
 %files -n scim-bridge-gtk
 %defattr(-, root, root)
-%{gtk_prefix}/%{_lib}/gtk-2.0/immodules/im-scim-bridge.so
+%{gtk_prefix}/%{_lib}/gtk-2.0/immodules
+
 
 %files -n scim-bridge-qt
 %defattr(-, root, root)

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



commit scim-anthy for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package scim-anthy for openSUSE:Factory 
checked in at 2012-09-14 12:37:25

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


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

Changes:

--- /work/SRC/openSUSE:Factory/scim-anthy/scim-anthy.changes2012-06-15 
14:05:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.scim-anthy.new/scim-anthy.changes   
2012-09-14 12:37:27.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  6 09:19:17 UTC 2012 - i...@marguerite.su
+
+- use upstream gtk3 abuild patch from tzhuan.
+
+---

Old:

  fix-GtkDialog-has-no-number-named-vbox-error.patch
  fix-GtkWidget-migration.patch
  scim-anthy-use-gtk2.patch

New:

  icons.tar.gz
  scim-anthy-gtk3-abuild.patch



Other differences:
--
++ scim-anthy.spec ++
--- /var/tmp/diff_new_pack.vq9DlO/_old  2012-09-14 12:37:28.0 +0200
+++ /var/tmp/diff_new_pack.vq9DlO/_new  2012-09-14 12:37:28.0 +0200
@@ -16,25 +16,29 @@
 #
 
 
+%if 0%{?suse_version} >= 1140
+%define scim_gtk3 1
+%else
+%define scim_gtk3 0
+%endif
+
 Name:   scim-anthy
-BuildRequires:  anthy-devel
-BuildRequires:  gcc-c++
-BuildRequires:  libtool
-BuildRequires:  scim-devel
-BuildRequires:  update-desktop-files
 Version:1.2.7
 Release:0
-# Provides:   locale(scim:ja)
+Summary:Anthy Input Method Engine for SCIM
+License:LGPL-2.1+
+Group:  System/I18n/Japanese
 Url:http://sourceforge.jp/projects/scim-imengine/
 Source0:scim-anthy-%{version}.tar.bz2
-Patch0: scim-anthy-use-gtk2.patch
-Patch1: fix-GtkDialog-has-no-number-named-vbox-error.patch
-Patch2: fix-GtkWidget-migration.patch
+Source1:icons.tar.gz
+Patch3: %{name}-gtk3-abuild.patch
 Patch355863:bnc355863-add-Eisu_toggle-to-default-keybindings.patch
+BuildRequires:  anthy-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  scim-devel
+BuildRequires:  update-desktop-files
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Anthy Input Method Engine for SCIM
-License:LGPL-2.1+
-Group:  System/I18n/Japanese
 
 %description
 Anthy Input Method Engine for SCIM
@@ -42,11 +46,11 @@
 %prep
 %define scim_binary_version %(pkg-config --variable=scim_binary_version scim)
 %define build_setup 1
-%setup -q -n %{name}-%{version}
+%setup -q
 %if 0%{?scim_gtk3}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch3 -p1
+tar -xzvf %{SOURCE1}
+cp -r icons/* data/
 %endif
 %patch355863 -p1
 
@@ -59,9 +63,9 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=${RPM_BUILD_ROOT} install
-rm -f 
$RPM_BUILD_ROOT/%{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/anthy.{a,la}
-rm -f 
$RPM_BUILD_ROOT/%{_libdir}/scim-1.0/%{scim_binary_version}/SetupUI/anthy-imengine-setup.{a,la}
+%makeinstall
+rm -f 
%{buildroot}/%{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/anthy.{a,la}
+rm -f 
%{buildroot}/%{_libdir}/scim-1.0/%{scim_binary_version}/SetupUI/anthy-imengine-setup.{a,la}
 %find_lang scim-anthy
 
 %files -f scim-anthy.lang
@@ -77,9 +81,7 @@
 %endif
 %{_libdir}/scim-1.0/1.?.?/Helper/anthy-imengine-helper.*
 %dir %{_datadir}/scim/icons/
-%{_datadir}/scim/icons/scim-anthy.png
-%{_datadir}/scim/icons/scim-anthy-dict.png
-%{_datadir}/scim/icons/scim-anthy-swap-colors.png
+%{_datadir}/scim/icons/scim-anthy*.png
 %dir %{_datadir}/scim/Anthy/
 %{_datadir}/scim/Anthy/*
 

++ scim-anthy-gtk3-abuild.patch ++
 103461 lines (skipped)

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



commit sazanami-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package sazanami-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:37:18

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


Package is "sazanami-fonts", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/sazanami-fonts/sazanami-fonts.changes
2012-05-26 09:28:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.sazanami-fonts.new/sazanami-fonts.changes   
2012-09-14 12:37:19.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:
--
++ sazanami-fonts.spec ++
--- /var/tmp/diff_new_pack.yfWxib/_old  2012-09-14 12:37:20.0 +0200
+++ /var/tmp/diff_new_pack.yfWxib/_new  2012-09-14 12:37:20.0 +0200
@@ -16,30 +16,29 @@
 #
 
 
-
 Name:   sazanami-fonts
 Version:20040629
-Release:188
-%definefontdir /usr/share/fonts/truetype
-License:BSD-3-Clause ; SUSE-Public-Domain
+Release:0
 Summary:Japanese "Sazanami" TrueType Fonts
+License:BSD-3-Clause ; SUSE-Public-Domain
+Group:  System/X11/Fonts
 # http://wiki.fdiary.net/font/?sazanami
 Url:http://sourceforge.jp/projects/efont/files/
-Group:  System/X11/Fonts
 Source0:
http://kyushu-u.dl.sourceforge.jp/efont/10087/sazanami-20040629.tar.bz2
 Source1:fonts.scale.sazanami-fonts
 Source2:copy-uni3231
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0: license-translation.patch
 BuildRequires:  fontforge
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 Provides:   scalable-font-ja
 Provides:   locale(ja)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
-Japanese "Sazanami" TrueType Fonts
+This package contains Japanese "Sazanami" TrueType fonts.
 
 %prep
 %setup -n sazanami-%{version}
@@ -61,30 +60,23 @@
 done
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{fontdir}
-install -c -m 644 $RPM_SOURCE_DIR/fonts.scale.* %{buildroot}%{fontdir}
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
+install -c -m 644 $RPM_SOURCE_DIR/fonts.scale.* %{buildroot}%{_ttfontsdir}
 # these symlinks and the fonts.scale.sazanami-fonts are a hack
 # to make flash-player work with Japanese in SUSE Linux 10.1/SLES10/SLED10
 # see Bugzilla #196191:
-pushd %{buildroot}%{fontdir}
+pushd %{buildroot}%{_ttfontsdir}
 ln -s sazanami-mincho.ttf smincho.ttf
 ln -s sazanami-gothic.ttf sgothic.ttf
 popd
 
-%clean
-[ %{buildroot} != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot};
-
-%post
-%run_suseconfig_fonts -c
-
-%postun
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-, root,root)
 %doc README*
 %doc doc
-%{fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit rubygem-uglifier for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-uglifier for 
openSUSE:Factory checked in at 2012-09-14 12:37:11

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


Package is "rubygem-uglifier", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-uglifier/rubygem-uglifier.changes
2012-08-04 13:27:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-uglifier.new/rubygem-uglifier.changes   
2012-09-14 12:37:12.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  3 08:31:30 UTC 2012 - co...@suse.com
+
+- updated to version 1.3.0, work with different multi_json versions
+
+---

Old:

  uglifier-1.2.7.gem

New:

  uglifier-1.3.0.gem



Other differences:
--
++ rubygem-uglifier.spec ++
--- /var/tmp/diff_new_pack.JLo1nn/_old  2012-09-14 12:37:13.0 +0200
+++ /var/tmp/diff_new_pack.JLo1nn/_new  2012-09-14 12:37:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-uglifier
-Version:1.2.7
+Version:1.3.0
 Release:0
 %define mod_name uglifier
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-gettext_i18n_rails for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext_i18n_rails for 
openSUSE:Factory checked in at 2012-09-14 12:37:04

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


Package is "rubygem-gettext_i18n_rails", Maintainer is "r...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails/rubygem-gettext_i18n_rails.changes
2012-09-01 21:59:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails.new/rubygem-gettext_i18n_rails.changes
   2012-09-14 12:37:06.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep  3 08:33:35 UTC 2012 - co...@suse.com
+
+- updated to version 0.7.1
+
+---
+Sun Sep  2 10:34:53 UTC 2012 - co...@suse.com
+
+- updated to version 0.7.0
+
+---

Old:

  gettext_i18n_rails-0.6.6.gem

New:

  gettext_i18n_rails-0.7.1.gem



Other differences:
--
++ rubygem-gettext_i18n_rails.spec ++
--- /var/tmp/diff_new_pack.P72E7V/_old  2012-09-14 12:37:07.0 +0200
+++ /var/tmp/diff_new_pack.P72E7V/_new  2012-09-14 12:37:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-gettext_i18n_rails
-Version:0.6.6
+Version:0.7.1
 Release:0
 %define mod_name gettext_i18n_rails
 %define mod_full_name %{mod_name}-%{version}

++ gettext_i18n_rails-0.6.6.gem -> gettext_i18n_rails-0.7.1.gem ++
Files 
/work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails/gettext_i18n_rails-0.6.6.gem
 and 
/work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails.new/gettext_i18n_rails-0.7.1.gem
 differ

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



commit rubygem-bundler for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2012-09-14 12:36:47

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


Package is "rubygem-bundler", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2012-08-04 09:36:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2012-09-14 12:36:59.0 +0200
@@ -1,0 +2,38 @@
+Fri Aug 31 07:18:46 UTC 2012 - co...@suse.com
+
+- updated to version 1.2.0
+  Bugfixes:
+  
+- raise original error message from LoadError's
+  
+  Documentation:
+  
+- `platform` man pages
+  
+  ## 1.2.0.rc.2 (Aug 8, 2012)
+  
+  Bugfixes:
+  
+- `clean` doesn't remove gems that are included in the lockfile
+  
+  ## 1.2.0.rc (Jul 17, 2012)
+  
+  Features:
+  
+- `check` now has a `--dry-run` option (@svenfuchs, #1811)
+- loosen ruby directive for engines
+- prune git/path directories inside vendor/cache (@josevalim, #1988)
+- update vendored thor to 0.15.2 (@sferik)
+- add .txt to LICENSE (@postmodern, #2001)
+- add `config disable_local_branch_check` (@josevalim, #1985)
+- fall back on the full index when experiencing syck errors (#1419)
+- handle syntax errors in Ruby gemspecs (#1974)
+  
+  Bugfixes:
+  
+- fix `pack`/`cache` with `--all` (@josevalim, #1989)
+- don't display warning message when `cache_all` is set
+- check for `nil` PATH (#2006)
+- Always try to keep original GEM_PATH (@drogus, #1920)
+
+---

Old:

  bundler-1.1.5.gem

New:

  bundler-1.2.0.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.VU5UUN/_old  2012-09-14 12:37:00.0 +0200
+++ /var/tmp/diff_new_pack.VU5UUN/_new  2012-09-14 12:37:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-bundler
-Version:1.1.5
+Version:1.2.0
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-devise-i18n for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-devise-i18n for 
openSUSE:Factory checked in at 2012-09-14 12:36:57

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


Package is "rubygem-devise-i18n", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-devise-i18n/rubygem-devise-i18n.changes  
2012-08-04 09:36:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-devise-i18n.new/rubygem-devise-i18n.changes 
2012-09-14 12:37:00.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 30 08:05:24 UTC 2012 - co...@suse.com
+
+- updated to version 0.5.4
+
+---
+Tue Aug  7 07:18:36 UTC 2012 - co...@suse.com
+
+- updated to version 0.5.3
+
+---

Old:

  devise-i18n-0.5.2.gem

New:

  devise-i18n-0.5.4.gem



Other differences:
--
++ rubygem-devise-i18n.spec ++
--- /var/tmp/diff_new_pack.JSg62S/_old  2012-09-14 12:37:01.0 +0200
+++ /var/tmp/diff_new_pack.JSg62S/_new  2012-09-14 12:37:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-devise-i18n
-Version:0.5.2
+Version:0.5.4
 Release:0
 %define mod_name devise-i18n
 %define mod_full_name %{mod_name}-%{version}

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



commit rsyslog for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2012-09-14 12:36:38

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2012-07-30 
11:45:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2012-09-14 
12:36:57.0 +0200
@@ -1,0 +2,22 @@
+Tue Sep  4 18:32:29 UTC 2012 - andreas.stie...@gmx.de
+
+- License is (GPL-3.0+ and Apache-2.0), [bnc#778591]
+- The template subpackage was never published, remove obsoletes
+
+---
+Fri Aug 31 23:29:43 UTC 2012 - andreas.stie...@gmx.de
+
+- update to 6.4.0 [BETA] 2012-08-20
+  This is the first version of the 6.4.0 stable branch.
+  http://www.rsyslog.com/changelog/
+- add rsyslog-6.3.11-glblCheckCnf-no-return-in-nonvoid-function.patch
+  to fix compiler warning
+- rsyslog-6.2.2-link-libestr.patch no longer required
+- template functionality was removed upstream
+
+---
+Mon Aug 27 20:02:00 UTC 2012 - andreas.stie...@gmx.de
+
+- add support for mmnormalize (via liblognorm) and template modules
+
+---

Old:

  rsyslog-6.2.2-link-libestr.patch
  rsyslog-6.2.2.tar.gz

New:

  rsyslog-6.3.11-glblCheckCnf-no-return-in-nonvoid-function.patch
  rsyslog-6.4.0.tar.gz



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.k6KWL6/_old  2012-09-14 12:36:58.0 +0200
+++ /var/tmp/diff_new_pack.k6KWL6/_new  2012-09-14 12:36:58.0 +0200
@@ -18,9 +18,9 @@
 
 Name:   rsyslog
 Summary:The enhanced syslogd for Linux and Unix
-License:GPL-3.0+
+License:(GPL-3.0+ and Apache-2.0)
 Group:  System/Daemons
-Version:6.2.2
+Version:6.4.0
 Release:0
 # for setting those bcond_with* configs see
 # http://lizards.opensuse.org/2008/09/12/conditional-features-aka-use-flags/
@@ -44,6 +44,11 @@
 %else
 %bcond_with relp
 %endif
+%if 0%{?suse_version} >= 1130
+%bcond_without  mmnormalize
+%else
+%bcond_with mmnormalize
+%endif
 %bcond_without  gssapi
 %bcond_without  gnutls
 %bcond_without  mysql
@@ -94,6 +99,10 @@
 # RELP support
 BuildRequires:  librelp-devel
 %endif
+%if %{with mmnormalize}
+# mmnormalize support
+BuildRequires:  liblognorm-devel
+%endif
 # UDP spoof support
 %if 0%{?suse_version} >= 1140
 BuildRequires:  libnet-devel
@@ -110,15 +119,16 @@
 BuildRequires:  systemd
 %endif
 %endif
-BuildRequires:  pkgconfig(libee) >= 0.3.1
-BuildRequires:  pkgconfig(libestr) >= 0.1.0
+BuildRequires:  pkgconfig(libee) >= 0.4.0
+BuildRequires:  pkgconfig(libestr) >= 0.1.2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://www.rsyslog.com/files/download/%{name}/%{name}-%{upstream_version}.tar.gz
 Source1:rsyslog.sysconfig
 Source2:rsyslog.conf.in
 Source3:rsyslog.early.conf.in
 Source4:rsyslog.d.remote.conf.in
-Patch0: rsyslog-6.2.2-link-libestr.patch
+#PATCH-FIX-OPENSUSE 
rsyslog-6.3.11-glblCheckCnf-no-return-in-nonvoid-function.patch 
andreas.stie...@gmx.de -- fix compiler error
+Patch0: rsyslog-6.3.11-glblCheckCnf-no-return-in-nonvoid-function.patch
 
 %description
 Rsyslog is an enhanced multi-threaded syslogd supporting, among others,
@@ -256,6 +266,21 @@
 
 %endif
 
+%if %{with mmnormalize}
+
+%package module-mmnormalize
+Requires:   %{name} = %{version}
+Summary:Contains the mmnormalize support module for syslog
+Group:  System/Daemons
+
+%description module-mmnormalize
+Rsyslog is an enhanced multi-threaded syslog daemon. See rsyslog
+package.
+
+This module provides log normalizing support.
+
+%endif
+
 %package module-udpspoof
 Requires:   %{name} = %{version}
 Summary:UDP spoof support module for syslog
@@ -269,7 +294,7 @@
 
 %prep
 %setup -q -n %{name}-%{upstream_version}
-%patch0 -p0
+%patch0
 %if %{with systemd}
 %if 0%{?suse_version} <= 1140
 # Bug: https://bugzilla.novell.com/show_bug.cgi?id=656259
@@ -281,7 +306,7 @@
 dos2unix doc/*.html
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -W -Wall"
+export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -W -Wall -I../grammar 
-I../../grammar"
 %if 0%{?suse_version} > 1000 && 0%{?suse_version} < 1030
 export CFLAGS="$CFLAGS -fstack-protector"
 %endif
@@ -317,6 +342,9 @@
 %if %{with relp}
--enable-relp   \
 %endif
+%if %{with mmnormalize}
+   --enable-mmnormalize \
+%endif
 %if %{with snmp}
--ena

commit resource-agents for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2012-09-14 12:36:11

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


Package is "resource-agents", Maintainer is "dmuhameda...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2012-02-16 12:27:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes 
2012-09-14 12:36:54.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 29 19:11:51 UTC 2012 - da...@darins.net
+
+- added resource-agents require to ldirectord as it's init script
+  requires /etc/ha.d/shellfuncs which that package provides
+
+---



Other differences:
--
++ resource-agents.spec ++
--- /var/tmp/diff_new_pack.fuUdUq/_old  2012-09-14 12:36:57.0 +0200
+++ /var/tmp/diff_new_pack.fuUdUq/_new  2012-09-14 12:36:57.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
 %global agents_docdir %{_defaultdocdir}/%{name}-%{version}
 %endif
@@ -36,7 +37,7 @@
 %endif
 
 Name:   resource-agents
-Summary:The Heartbeat Subsystem for High-Availability Linux
+Summary:Open Source HA Reusable Cluster Resource Scripts
 License:GPL-2.0 ; LGPL-2.1+
 Group:  Productivity/Clustering/HA
 Version:3.9.2
@@ -70,54 +71,28 @@
 %endif
 %if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
 BuildRequires:  cluster-glue-libs-devel
-BuildRequires:  which
 BuildRequires:  docbook-dtds
 BuildRequires:  docbook-style-xsl
 BuildRequires:  libxslt
+BuildRequires:  which
 %endif
 
 %description
-heartbeat is a sophisticated multinode resource manager for High
-Availability clusters.
-
-It can failover arbitrary resources, ranging from IP addresses over NFS
-to databases that are tied in via resource scripts. The resources can
-have arbitrary dependencies for ordering or placement between them.
-
-heartbeat contains a cluster membership layer, fencing, and local and
-clusterwide resource management functionality.
-
-1.2/1.0 based 2-node only configurations are supported in a legacy
-mode.
-
-heartbeat implements the following kinds of heartbeats:
-
-- Serial ports
-
-- UDP/IPv4 broadcast, multi-cast, and unicast
-
-- IPv4 "ping" pseudo-cluster members.
-
-
-
-Authors:
-
-Alan Robertson 
-Andrew Beekhof 
-Guochun Shi 
-Horms 
-Huang Zhen 
-Lars Marowsky-Bree 
-Sun Jiang Dong 
-(See doc/AUTHORS)
+A set of scripts to interface with several services to operate in a
+High Availability environment for both Pacemaker and rgmanager
+service managers.
 
 %package -n ldirectord
-Summary:The Heartbeat Subsystem for High-Availability Linux
+Summary:A Monitoring Daemon for Maintaining High Availability Resources
 Group:  Productivity/Clustering/HA
-Requires:   %{SSLeay} perl-libwww-perl ipvsadm
+Requires:   %{SSLeay}
+Requires:   %{name}
+Requires:   ipvsadm
+Requires:   perl-libwww-perl
 Obsoletes:  heartbeat-ldirectord
 Provides:   heartbeat-ldirectord
-Requires:   perl-MailTools perl-Socket6
+Requires:   perl-MailTools
+Requires:   perl-Socket6
 %if 0%{?suse_version}
 Requires:   logrotate
 %endif
@@ -127,39 +102,15 @@
 %endif
 
 %description -n ldirectord
-heartbeat is a sophisticated multinode resource manager for High
-Availability clusters.
-
-It can failover arbitrary resources, ranging from IP addresses over NFS
-to databases that are tied in via resource scripts. The resources can
-have arbitrary dependencies for ordering or placement between them.
-
-heartbeat contains a cluster membership layer, fencing, and local and
-clusterwide resource management functionality.
-
-1.2/1.0 based 2-node only configurations are supported in a legacy
-mode.
-
-heartbeat implements the following kinds of heartbeats:
-
-- Serial ports
-
-- UDP/IPv4 broadcast, multi-cast, and unicast
-
-- IPv4 "ping" pseudo-cluster members.
-
+The Linux Director Daemon (ldirectord) was written by Jacob Rief.
+
 
+ldirectord is a stand alone daemon for monitoring the services on real
+servers. Currently, HTTP, HTTPS, and FTP services are supported.
+lditrecord is simple to install and works with the heartbeat code
+(http://www.linux-ha.org/).
 
-Authors:
-
-Alan Robertson 
-Andrew Beekhof 
-Guochun Shi 
-Horms 
-Huang Zhen 
-Lars Marowsky-Bree 
-Sun Jiang Dong 
-(See doc/AUTHORS)
+See 'ldirectord -h' and linux-ha/doc/ldirectord for more information.
 
 

commit resample for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package resample for openSUSE:Factory 
checked in at 2012-09-14 12:36:04

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


Package is "resample", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/resample/resample.changes2011-12-26 
16:29:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.resample.new/resample.changes   2012-09-14 
12:36:49.0 +0200
@@ -1,0 +2,5 @@
+Tue May 29 14:40:56 CEST 2012 - ti...@suse.de
+
+- Fix the crash with too long file names (bnc#764401)
+
+---

New:

  resample-filename-length-fix.diff



Other differences:
--
++ resample.spec ++
--- /var/tmp/diff_new_pack.Uq42Oa/_old  2012-09-14 12:36:54.0 +0200
+++ /var/tmp/diff_new_pack.Uq42Oa/_new  2012-09-14 12:36:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package resample
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   resample
 Summary:Sampling-rate conversion program
 License:LGPL-2.1+
@@ -23,6 +24,7 @@
 Release:0
 Url:http://www-ccrma.stanford.edu/~jos/resample
 Source0:http://ccrma.stanford.edu/~jos/gz/%{name}-%{version}.tar.bz2
+Patch0: resample-filename-length-fix.diff
 BuildRequires:  gcc
 BuildRequires:  make
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,6 +40,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags} -ggdb"

++ resample-filename-length-fix.diff ++
---
 src/resample.c |   21 +
 1 file changed, 13 insertions(+), 8 deletions(-)

--- a/src/resample.c
+++ b/src/resample.c
@@ -69,7 +69,7 @@ int main(int argc, char *argv[])
 
 struct stat statbuf;
 char *insfname, *outsfname, *argv0;
-char filterFile[512] = "";
+char *filterFile = NULL;
 
 if (argc == 1) {
fprintf(stderr, USAGE);
@@ -94,8 +94,11 @@ int main(int argc, char *argv[])
knowFactor = TRUE;
break;
case 'f':  /* -filter filterFile */
-   if (--argc)
-   strcpy(filterFile, *++argv);
+   if (--argc) {
+   filterFile = strdup(*++argv);
+   if (!filterFile)
+   fail("Cannot allocate filter file name");
+   }
else
fail("Need to specify filter file name");
if (trace)
@@ -197,11 +200,12 @@ int main(int argc, char *argv[])
 if (newsrate <= 0)
   newsrate = (int)((double)insrate * factor + 0.5); /* round */
 
-sprintf(comment,"%s -by %f %s%s%s%s%s%s%s %s",argv0,factor,
+snprintf(comment, sizeof(comment),
+"%s -by %f %s%s%s%s%s%s%s %s",argv0,factor,
(largeFilter?"-expensiveFilter ":""),
-   (strcmp(filterFile,"")==0?"":"-f "),
-   (strcmp(filterFile,"")==0?"":filterFile),
-   (strcmp(filterFile,"")==0?"":" "),
+   (filterFile && strcmp(filterFile,"")==0?"":"-f "),
+   (filterFile && strcmp(filterFile,"")==0?"":filterFile),
+   (filterFile && strcmp(filterFile,"")==0?"":" "),
(linearInterp? "-linearSigInterp ":""),
(interpFilt? "":"-noFilterInterp "),
insfname, outsfname);
@@ -213,7 +217,8 @@ int main(int argc, char *argv[])
 
 printf("\nStarting Conversion\n");
 outCountReal = resample(factor, infd, outfd, inCount, outCount, nChans,
-   interpFilt, linearInterp, largeFilter, filterFile);
+   interpFilt, linearInterp, largeFilter,
+   filterFile ? filterFile : "");
 
 if (outCountReal <= 0)
   fail("Conversion factor out of range");
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit redis for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package redis for openSUSE:Factory checked 
in at 2012-09-14 12:35:48

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


Package is "redis", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/redis/redis.changes  2012-03-26 
11:05:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.redis.new/redis.changes 2012-09-14 
12:36:41.0 +0200
@@ -1,0 +2,10 @@
+Mon Jul 23 18:11:50 UTC 2012 - mrueck...@suse.de
+
+- update to 2.4.15
+  too many changes see
+  /usr/share/doc/packages/redis/00-RELEASENOTES
+- added redis-2.4.15-linenoise-cflags.patch
+  make sure we build the dependency with cflags
+- refreshed redis-endian.patch
+
+---

Old:

  redis-2.4.1.tar.gz

New:

  redis-2.4.15-linenoise-cflags.patch
  redis-2.4.15.tar.gz



Other differences:
--
++ redis.spec ++
--- /var/tmp/diff_new_pack.dMcV59/_old  2012-09-14 12:36:49.0 +0200
+++ /var/tmp/diff_new_pack.dMcV59/_new  2012-09-14 12:36:49.0 +0200
@@ -20,7 +20,7 @@
 %define _log_dir%{_localstatedir}/log/%{name}
 
 Name:   redis
-Version:2.4.1
+Version:2.4.15
 Release:0
 Summary:Persistent key-value database
 License:BSD-3-Clause
@@ -36,6 +36,7 @@
 # PATCH-FIX-UPSTREAM -- Fixed AOF: Server should have been started: Expected 
'1' to equal or match '0'
 Patch2: skip-aof-test.patch
 Patch3: redis-endian.patch
+Patch4: redis-2.4.15-linenoise-cflags.patch
 # for make test
 BuildRequires:  tcl
 Requires:   logrotate
@@ -54,10 +55,17 @@
 %patch0
 %patch1
 %patch2 -p1
-%patch3 -p1
+%patch3 -p0
+%patch4 -p0
 
 %build
-CFLAGS="%{optflags}" make %{?_smp_mflags}
+# pushd deps/linenoise
+# make CFLAGS="%{optflags}" 
+# popd
+# pushd deps/hiredis
+# make CFLAGS="%{optflags}" 
+# popd
+make %{?_smp_mflags} CFLAGS="%{optflags}" V=1
 
 %install
 install -d %{buildroot}%{_log_dir} %{buildroot}%{_data_dir}
@@ -111,7 +119,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc 00-RELEASENOTES BUGS CONTRIBUTING COPYING Changelog README TODO
+%doc 00-RELEASENOTES BUGS CONTRIBUTING COPYING README
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 %{_bindir}/redis-*
 %{_sbindir}/redis-*

++ redis-2.4.15-linenoise-cflags.patch ++
Index: deps/linenoise/Makefile
===
--- deps/linenoise/Makefile.orig
+++ deps/linenoise/Makefile
@@ -1,10 +1,10 @@
 linenoise_example: linenoise.h linenoise.c
 
 linenoise_example: linenoise.o example.o
-   $(CC) $(ARCH) -Wall -W -Os -g -o linenoise_example linenoise.o example.o
+   $(CC) $(ARCH) $(CFLAGS) -o linenoise_example linenoise.o example.o
 
 .c.o:
-   $(CC) $(ARCH) -c -Wall -W -Os -g $<
+   $(CC) $(ARCH) -c $(CFLAGS) $<
 
 clean:
rm -f linenoise_example *.o
++ redis-2.4.1.tar.gz -> redis-2.4.15.tar.gz ++
 44476 lines of diff (skipped)

++ redis-endian.patch ++
--- /var/tmp/diff_new_pack.dMcV59/_old  2012-09-14 12:36:49.0 +0200
+++ /var/tmp/diff_new_pack.dMcV59/_new  2012-09-14 12:36:49.0 +0200
@@ -1,13 +1,13 @@
-Index: redis-2.4.1/src/Makefile
+Index: src/Makefile
 ===
 redis-2.4.1.orig/src/Makefile
-+++ redis-2.4.1/src/Makefile
-@@ -58,7 +58,7 @@ PREFIX= /usr/local
+--- src/Makefile.orig
 src/Makefile
+@@ -58,7 +58,7 @@ PREFIX?=/usr/local
  INSTALL_BIN= $(PREFIX)/bin
- INSTALL= cp -p
+ INSTALL= cp -pf
  
--OBJ = adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o 
pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o 
replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o 
aof.o vm.o pubsub.o multi.o debug.o sort.o intset.o syncio.o slowlog.o bio.o
-+OBJ = adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o 
pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o 
replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o 
aof.o vm.o pubsub.o multi.o debug.o sort.o intset.o syncio.o slowlog.o bio.o 
endian.o
+-OBJ = adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o 
pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o 
replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o 
aof.o vm.o pubsub.o multi.o debug.o sort.o intset.o syncio.o slowlog.o bio.o 
memtest.o
++OBJ = adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o 
pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o 
replication.o rdb.o t_string.o 

commit quagga for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package quagga for openSUSE:Factory checked 
in at 2012-09-14 12:35:41

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


Package is "quagga", Maintainer is "boy...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/quagga/quagga.changes2012-08-12 
15:28:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.quagga.new/quagga.changes   2012-09-14 
12:36:30.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 12 13:45:12 UTC 2012 - co...@suse.com
+
+- add makeinfo as explicit buildrequire
+
+---



Other differences:
--
++ quagga.spec ++
--- /var/tmp/diff_new_pack.Kji2iC/_old  2012-09-14 12:36:41.0 +0200
+++ /var/tmp/diff_new_pack.Kji2iC/_new  2012-09-14 12:36:41.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_without tcp_zebra
 %bcond_without irdp
 %bcond_withisis
@@ -23,11 +24,11 @@
 
 Name:   quagga
 Version:0.99.21
-Release:1
-License:LGPL-2.1+
+Release:0
 Summary:Free Routing Software (for BGP, OSPF and RIP, for example)
-Url:http://www.quagga.net
+License:LGPL-2.1+
 Group:  Productivity/Networking/Routing
+Url:http://www.quagga.net
 Source: http://www.quagga.net/download/%{name}-%{version}.tar.gz
 Source1:%{name}-SUSE.tar.bz2
 Source2:%{name}.pam
@@ -41,6 +42,9 @@
 %if %{with pcre}
 BuildRequires:  pcre-devel
 %endif
+%if 0%{suse_version} > 1220
+BuildRequires:  makeinfo
+%endif
 PreReq: %fillup_prereq
 PreReq: %insserv_prereq
 PreReq: %install_info_prereq
@@ -60,7 +64,6 @@
 than the current centralised model of GNU Zebra.
 
 %package  devel
-License:LGPL-2.1+
 Summary:Free Routing Software (for BGP, OSPF and RIP, for example)
 Group:  Productivity/Networking/Routing
 Requires:   %{name} = %{version}

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



commit python-msgpack-python for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2012-09-14 12:35:16

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


Package is "python-msgpack-python", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msgpack-python/python-msgpack-python.changes  
2012-06-29 11:33:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2012-09-14 12:35:52.0 +0200
@@ -1,0 +2,20 @@
+Mon Aug 20 01:13:03 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.2.1:
+  - Add max_buffer_size parameter to Unpacker. It limits internal
+buffer size and allows unpack data from untrusted source safely.
+  - Unpacker's buffer reallocation algorithm is less greedy now. It
+cause perforamce derease in rare case but memory efficient and
+don't allocate than max_buffer_size.
+  - Fix msgpack didn't work on SPARC Solaris. It was because
+choosing wrong byteorder on compilation time. Use sys.byteorder
+to get correct byte order. Very thanks to Chris Casey for giving
+test environment to me.
+
+---
+Wed Jun 27 14:58:58 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.2.0:
+  - Sorry, no changelog.
+
+---

Old:

  msgpack-python-0.1.13.tar.bz2

New:

  msgpack-python-0.2.1.tar.bz2



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.zSjAbY/_old  2012-09-14 12:36:08.0 +0200
+++ /var/tmp/diff_new_pack.zSjAbY/_new  2012-09-14 12:36:08.0 +0200
@@ -13,17 +13,20 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-msgpack-python
-Version:0.1.13
+Version:0.2.1
 Release:0
-License:Apache-2.0
 Summary:MessagePack (de)serializer
-Url:http://msgpack.org/
+License:Apache-2.0
 Group:  Development/Languages/Python
+Url:http://msgpack.org/
 Source: msgpack-python-%{version}.tar.bz2
+BuildRequires:  gcc-c++
 BuildRequires:  python-devel
+BuildRequires:  python-distribute
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

++ msgpack-python-0.1.13.tar.bz2 -> msgpack-python-0.2.1.tar.bz2 ++
 9072 lines of diff (skipped)

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



commit python-gnupg for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package python-gnupg for openSUSE:Factory 
checked in at 2012-09-14 12:35:10

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


Package is "python-gnupg", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-gnupg/python-gnupg.changes
2012-05-22 08:18:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-gnupg.new/python-gnupg.changes   
2012-09-14 12:35:33.0 +0200
@@ -1,0 +2,14 @@
+Sat Sep  1 23:19:25 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.3.1:
+  - Fixed Issue #45 : Allow additional arguments to gpg executable.
+Fixed Issue #50 : Use latin-1 encoding in tests when it's known
+to be required.
+Fixed Issue #51: Test now returns non-zero exit status on test
+failure.
+Fixed Issue #53: Now handles INV_SGNR and KEY_NOT_CREATED
+statuses.
+Fixed Issue #55: Verification and decryption now return trust
+level of signer in integer and text form.
+
+---

Old:

  python-gnupg-0.3.0.tar.bz2

New:

  python-gnupg-0.3.1.tar.bz2



Other differences:
--
++ python-gnupg.spec ++
--- /var/tmp/diff_new_pack.3JZnri/_old  2012-09-14 12:35:51.0 +0200
+++ /var/tmp/diff_new_pack.3JZnri/_new  2012-09-14 12:35:51.0 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:   python-gnupg
-Version:0.3.0
+Version:0.3.1
 Release:0
 Url:http://code.google.com/p/python-gnupg/
 Summary:A wrapper for the Gnu Privacy Guard (GPG or GnuPG)

++ python-gnupg-0.3.0.tar.bz2 -> python-gnupg-0.3.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.3.0/PKG-INFO 
new/python-gnupg-0.3.1/PKG-INFO
--- old/python-gnupg-0.3.0/PKG-INFO 2012-05-12 11:54:20.0 +0200
+++ new/python-gnupg-0.3.1/PKG-INFO 2012-09-01 21:34:12.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: python-gnupg
-Version: 0.3.0
+Version: 0.3.1
 Summary: A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
 Home-page: http://www.red-dove.com/python_gnupg.html
 Author: Vinay Sajip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.3.0/gnupg.py 
new/python-gnupg-0.3.1/gnupg.py
--- old/python-gnupg-0.3.0/gnupg.py 2012-05-12 11:49:10.0 +0200
+++ new/python-gnupg-0.3.1/gnupg.py 2012-09-01 21:19:36.0 +0200
@@ -33,9 +33,9 @@
 """
 import locale
 
-__version__ = "0.3.0"
+__version__ = "0.3.1"
 __author__ = "Vinay Sajip"
-__date__  = "$12-May-2012 10:49:10$"
+__date__  = "$01-Sep-2012 20:02:51$"
 
 try:
 from io import StringIO
@@ -129,12 +129,32 @@
 class Verify(object):
 "Handle status messages for --verify"
 
+TRUST_UNDEFINED = 0
+TRUST_NEVER = 1
+TRUST_MARGINAL = 2
+TRUST_FULLY = 3
+TRUST_ULTIMATE = 4
+
+TRUST_LEVELS = {
+"TRUST_UNDEFINED" : TRUST_UNDEFINED,
+"TRUST_NEVER" : TRUST_NEVER,
+"TRUST_MARGINAL" : TRUST_MARGINAL,
+"TRUST_FULLY" : TRUST_FULLY,
+"TRUST_ULTIMATE" : TRUST_ULTIMATE,
+}
+
 def __init__(self, gpg):
 self.gpg = gpg
 self.valid = False
 self.fingerprint = self.creation_date = self.timestamp = None
 self.signature_id = self.key_id = None
 self.username = None
+self.status = None
+self.pubkey_fingerprint = None
+self.expire_timestamp = None
+self.sig_timestamp = None
+self.trust_text = None
+self.trust_level = None
 
 def __nonzero__(self):
 return self.valid
@@ -142,10 +162,12 @@
 __bool__ = __nonzero__
 
 def handle_status(self, key, value):
-if key in ("TRUST_UNDEFINED", "TRUST_NEVER", "TRUST_MARGINAL",
-   "TRUST_FULLY", "TRUST_ULTIMATE", "RSA_OR_IDEA", "NODATA",
-   "IMPORT_RES", "PLAINTEXT", "PLAINTEXT_LENGTH",
-   "POLICY_URL", "DECRYPTION_INFO", "DECRYPTION_OKAY"):
+if key in self.TRUST_LEVELS:
+self.trust_text = key
+self.trust_level = self.TRUST_LEVELS[key]
+elif key in ("RSA_OR_IDEA", "NODATA", "IMPORT_RES", "PLAINTEXT",
+   "PLAINTEXT_LENGTH", "POLICY_URL", "DECRYPTION_INFO",
+   "DECRYPTION_OKAY"):
 pass
 elif key == "BADSIG":
 self.valid = False
@@ -273,9 +295,9 @@
 
 def summary(self):
 l = []
-l.append('%d imported'%self.importe

commit python-Fabric for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2012-09-14 12:35:02

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


Package is "python-Fabric", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2012-05-21 07:30:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2012-09-14 12:35:14.0 +0200
@@ -1,0 +2,30 @@
+Sat Jul  7 01:55:17 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.4.3:
+* [Bug] #671 reject-unknown-hosts sometimes resulted in a password
+  prompt instead of an abort. This has been fixed. Thanks to Roy Smith for the
+  report.
+* [Bug] #659 Update docs to reflect that fabric.operations.local currently
+  honors 'env.path '. Thanks to @floledermann for the catch.
+* [Bug] #652 Show available commands when aborting on invalid command names.
+* [Support] #651 Added note about nesting 'with' statements on Python 2.6+.
+  Thanks to Jens Rantil for the patch.
+* [Bug] #649 Don't swallow non-`abort`-driven exceptions in parallel mode.
+  Fabric correctly printed such exceptions, and returned them from
+  fabric.tasks.execute, but did not actually cause the child or parent
+  processes to halt with a nonzero status. This has been fixed.
+  fabric.tasks.execute now also honors env.warn_only  so
+  users may still opt to call it by hand and inspect the returned exceptions,
+  instead of encountering a hard stop. Thanks to Matt Robenolt for the catch.
+* [Support] #645 Update Sphinx docs to work well when run out of a source
+  tarball as opposed to a Git checkout. Thanks again to @Arfrever for the
+  catch.
+* [Support] #640 (also #644) Update packaging manifest so sdist
+  tarballs include all necessary test & doc files. Thanks to Mike Gilbert and
+  @Arfrever for catch & patch.
+* [Support] #634 Clarified that fabric.context_managers.lcd does no special
+  handling re: the user's current working directory, and thus relative paths
+  given to it will be relative to os.getcwd(). Thanks to @techtonik
+  for the catch.
+
+---

Old:

  Fabric-1.4.2.tar.bz2

New:

  Fabric-1.4.3.tar.bz2



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.F4y1PR/_old  2012-09-14 12:35:32.0 +0200
+++ /var/tmp/diff_new_pack.F4y1PR/_new  2012-09-14 12:35:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-Fabric
-Version:1.4.2
+Version:1.4.3
 Release:0
 Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
 License:BSD-2-Clause

++ Fabric-1.4.2.tar.bz2 -> Fabric-1.4.3.tar.bz2 ++
 1716 lines of diff (skipped)

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



commit python-django-dajaxice for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package python-django-dajaxice for 
openSUSE:Factory checked in at 2012-09-14 12:34:55

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


Package is "python-django-dajaxice", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-dajaxice/python-django-dajaxice.changes
2012-03-01 17:26:43.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-dajaxice.new/python-django-dajaxice.changes
   2012-09-14 12:34:59.0 +0200
@@ -1,0 +2,30 @@
+Mon Sep  3 03:16:01 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.5.2:
+  * Fix GET dajaxice requests in order to send args as part of the
+url.
+
+---
+Mon Aug 20 01:10:58 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.5.1:
+  * Make django-dajaxice work with django 1.3
+  * Fix installation steps
+  * Update json2.js
+
+---
+Thu Aug 16 05:19:26 UTC 2012 - alexan...@exatati.com.br
+
+- Update tp 0.5:
+  * General Project clean-up
+  * Django>=1.3 is now a requirement
+  * Fixed numerous CSRF issues
+  * Dajaxice now use django.contrib.staticfiles
+  * Fix SERVER_ROOT_URL issues
+  * Fixed js_core issues accepting multiple arguments
+  * New upgraded documentation
+  * Marketing site (http://dajaxproject.com) is now open-source
+  * Fix JS generation issues
+  * Travis-ci integration
+
+---

Old:

  django-dajaxice-0.2.tar.gz

New:

  django-dajaxice-0.5.2.tar.bz2



Other differences:
--
++ python-django-dajaxice.spec ++
--- /var/tmp/diff_new_pack.gZrX4X/_old  2012-09-14 12:35:14.0 +0200
+++ /var/tmp/diff_new_pack.gZrX4X/_new  2012-09-14 12:35:14.0 +0200
@@ -11,22 +11,23 @@
 # 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-django-dajaxice
-Version:0.2
+Version:0.5.2
 Release:0
 Url:http://dajaxproject.com
 Summary:Agnostic and easy to use ajax library for django
 License:BSD-3-Clause and LGPL-2.1+ and SUSE-Public-Domain
 Group:  Development/Languages/Python
-Source: 
https://github.com/downloads/jorgebastida/django-dajaxice/django-dajaxice-0.2.tar.gz
+Source: django-dajaxice-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-django
-BuildRequires:  python-Sphinx
 Requires:   python-django
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -52,7 +53,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG COPYING README examples docs/_build/html
+%doc COPYING examples docs/_build/html
 %{python_sitelib}/*
 
 %changelog

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



commit python-django-dajax for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package python-django-dajax for 
openSUSE:Factory checked in at 2012-09-14 12:34:49

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


Package is "python-django-dajax", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-django-dajax/python-django-dajax.changes  
2012-03-16 13:22:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-dajax.new/python-django-dajax.changes 
2012-09-14 12:34:51.0 +0200
@@ -1,0 +2,16 @@
+Sat Aug 18 11:30:34 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.9.2:
+  * Fix unicode issues
+  * Fix Internet Explorer issues modifying element's innerHTML
+
+---
+Thu Aug 16 05:24:34 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.9.1:
+  * Move dajaxice core from dajaxice.core.Dajax to dajax.core
+  * Django 1.3 is now a requirement
+  * dajaxice 0.5 is now a requirement
+  * Static files are now located inside static instead of src
+
+---

Old:

  django-dajax-0.8.4.tar.gz

New:

  django-dajax-0.9.2.tar.bz2



Other differences:
--
++ python-django-dajax.spec ++
--- /var/tmp/diff_new_pack.WZzRG9/_old  2012-09-14 12:34:58.0 +0200
+++ /var/tmp/diff_new_pack.WZzRG9/_new  2012-09-14 12:34:58.0 +0200
@@ -11,22 +11,23 @@
 # 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-django-dajax
-Version:0.8.4
+Version:0.9.2
 Release:0
-License:BSD-3-Clause
 Summary:Library to create asynchronous presentation logic with django 
and dajaxice
-Url:http://dajaxproject.com
+License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
https://github.com/downloads/jorgebastida/django-dajax/django-dajax-%{version}.tar.gz
+Url:http://dajaxproject.com
+Source: django-dajax-%{version}.tar.bz2
 BuildRequires:  python-devel
-BuildRequires:  python-django-dajaxice >= 0.1.2
+BuildRequires:  python-django-dajaxice >= 0.5
 Requires:   python-django
-Requires:   python-django-dajaxice >= 0.1.2
+Requires:   python-django-dajaxice >= 0.5
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -61,8 +62,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG COPYING README
 %{python_sitelib}/*
-%{_datadir}/django-dajax/
+#%%{_datadir}/django-dajax/
 
 %changelog

++ django-dajax-0.8.4.tar.gz -> django-dajax-0.9.2.tar.bz2 ++
 1891 lines of diff (skipped)

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



commit python-django-celery for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package python-django-celery for 
openSUSE:Factory checked in at 2012-09-14 12:34:42

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


Package is "python-django-celery", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-celery/python-django-celery.changes
2012-05-08 06:47:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-celery.new/python-django-celery.changes
   2012-09-14 12:34:44.0 +0200
@@ -1,0 +2,149 @@
+Fri Aug 31 23:47:17 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 3.0.9:
+  Important note:
+  Celery 3.0.9 fixes an issue with periodic tasks and timezones.
+
+  If you are using the database periodic task scheduler
+  then you have to reset the `last_run_at` fields
+  to ensure that no invalid timezones are stored:
+
+$ python manage.py shell
+>>> from djcelery.models import PeriodicTask
+>>> PeriodicTask.objects.update(last_run_at=None)
+
+  - Now depends on Celery 3.0.9
+See the Celery changelog for more information:
+http://docs.celeryproject.org/en/latest/changelog.html
+  - Don't close fds for database connections without a fileno.
+  - Fixes Oracle compatibility issue for closing an already
+closed connection.
+Fix contributed by Dan LaMotte.
+  - New test suite runner that stores results in the database:
+djcelery.contrib.test_runner.CeleryTestSuiteRunnerStoringResult.
+Contributed by Kirill Panshin.
+
+---
+Fri Aug 17 22:32:07 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 3.0.6:
+  - Now depends on celery 3.0.6
+  - Naive datetime's received by Celery are now assumed to be UTC.
+  - The example demoproject no longer used djcelery.setup_loader.
+  - Fixed south migration warning (Issue #149).
+Fix contributed by Roman Imankulov.
+  - No longer uses deprecated urls module.
+Fix contributed by Simon Charette.
+  - Databases are no longer closed after fork, instead we close
+the underlying file descriptors, so parent process can continue
+to use the connection (Issue #161).
+Fix contributed by Alex Stapleton.
+
+---
+Thu Jul 26 22:17:10 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 3.0.4:
+  - Now depends on celery 3.0.4
+  - CELERY_ENABLE_UTC is now disabled for Django versions
+before 1.4 (Issue #158).
+  - celerycam: No longer overwrites name, args, kwargs and eta if the
+received event is missing (Issue #148 + Issue #155).
+Fix contributed by Kirill Panshin.
+  - Fixed problem with migrations when running the tests.
+Fix contributed by Roger Barnes.
+  - New utilities:
+- djcelery.common.respect_language
+Context manager for the with statement that changes the language used.
+For example:
+
+from celery import task
+from djcelery.common import respect_language
+
+@task
+def my_task(language=None):
+with respect_language(language):
+...
+
+- djcelery.common.respects_language
+Decorator version of the above that adds a language keyword
+argument to any function that it decorates:
+
+@task
+@respects_language
+def my_task():
+pass
+
+my_task.delay(language=translation.get_language())
+
+Contributed by @ramusus
+
+---
+Tue Jul 10 22:41:46 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 3.0.1:
+  Important Notes
+  ---
+  The 3.0 changelog forgot to mention that two of the database
+  tables has been altered, so you must either use South to migrate
+  the tables or alter the tables manually::
+ALTER TABLE celery_taskmeta
+ADD meta TEXT NULL DEFAULT "";
+ALTER TABLE djcelery_crontabschedule
+ADD day_of_month VARCHAR(64) NOT NULL DEFAULT "*";
+ALTER TABLE djcelery_crontabschedule
+ADD month_of_year VARCHAR(64) NOT NULL DEFAULT "*";
+  Fixes
+  -
+  - Now depends on Celery 3.0.1
+  - Fixes problems with South migrations (Issue #149)
+Fix contributed by Roman Imankulov.
+  - Task monitor must store task eta in UTC (Issue #139).
+Fix contributed by Mike Ivanov.
+
+---
+Sat Jul  7 13:57:16 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 3.0.0:
+  - Now depends on Celery 3.0
+It is important that you read the What's New document for the 3.0 series:
+http://docs.celeryproject.org/en/latest/whatsnew-3.0.html
+  - No longer depends on django

commit python-django for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package python-django for openSUSE:Factory 
checked in at 2012-09-14 12:34:34

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


Package is "python-django", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-django/python-django.changes  
2012-06-26 17:22:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-django.new/python-django.changes 
2012-09-14 12:34:36.0 +0200
@@ -1,0 +2,11 @@
+Mon Jul 30 21:38:31 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.4.1:
+  - Security release:
+- Cross-site scripting in authentication views
+- Denial-of-service in image validation
+- Denial-of-service via get_image_dimensions()
+  - Please check release notes for details:
+https://www.djangoproject.com/weblog/2012/jul/30/security-releases-issued
+
+---

Old:

  Django-1.4.tar.bz2

New:

  Django-1.4.1.tar.bz2



Other differences:
--
++ python-django.spec ++
--- /var/tmp/diff_new_pack.luXTCm/_old  2012-09-14 12:34:39.0 +0200
+++ /var/tmp/diff_new_pack.luXTCm/_new  2012-09-14 12:34:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-django
-Version:1.4
+Version:1.4.1
 Release:0
 Summary:A high-level Python Web framework
 License:BSD-3-Clause

++ Django-1.4.tar.bz2 -> Django-1.4.1.tar.bz2 ++
 2236 lines of diff (skipped)

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



commit python-celery for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package python-celery for openSUSE:Factory 
checked in at 2012-09-14 12:34:26

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


Package is "python-celery", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-celery/python-celery.changes  
2012-06-29 07:03:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-celery.new/python-celery.changes 
2012-09-14 12:34:28.0 +0200
@@ -1,0 +2,344 @@
+Fri Aug 31 23:44:00 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 3.0.9:
+  - Important note for users of Django and the database scheduler!
+Recently a timezone issue has been fixed for periodic tasks,
+but erroneous timezones could have already been stored in the
+database, so for the fix to work you need to reset
+the last_run_at fields.
+
+You can do this by executing the following command:
+
+$ python manage.py shell
+>>> from djcelery.models import PeriodicTask
+>>> PeriodicTask.objects.update(last_run_at=None)
+
+You also have to do this if you change the timezone or
+CELERY_ENABLE_UTC setting.
+  - Note about the CELERY_ENABLE_UTC setting.
+If you previously disabled this just to force periodic tasks to work with
+your timezone, then you are now *encouraged to re-enable it*.
+  - Now depends on Kombu 2.4.5 which fixes PyPy + Jython installation.
+  - Fixed bug with timezones when :setting:`CELERY_ENABLE_UTC` is disabled
+(Issue #952).
+  - Fixed a typo in the celerybeat upgrade mechanism (Issue #951).
+  - Make sure the exc_info argument to logging is resolved (Issue #899).
+  - Fixed problem with Python 3.2 and thread join timeout overflow (Issue 
#796).
+  - A test case was occasionally broken for Python 2.5.
+  - Unit test suite now passes for PyPy 1.9.
+  - App instances now supports the with statement.
+This calls the new :meth:`~celery.Celery.close` method at exit, which
+cleans up after the app like closing pool connections.
+
+Note that this is only necessary when dynamically creating apps,
+e.g. for "temporary" apps.
+
+  - Support for piping a subtask to a chain.
+
+For example:
+
+pipe = sometask.s() | othertask.s()
+new_pipe = mytask.s() | pipe
+
+Contributed by Steve Morin.
+  - Fixed problem with group results on non-pickle serializers.
+Fix contributed by Steeve Morin.
+
+---
+Wed Aug 29 18:02:17 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 3.0.8:
+  - Now depends on Kombu 2.4.4
+  - Beat: Fixed another timezone bug with interval and crontab schedules
+(Issue #943).
+  - Beat: The schedule file is now automatically cleared if the timezone
+is changed.
+The schedule is also cleared when you upgrade to 3.0.8 from an earlier
+version, this to register the initial timezone info.
+  - Events: The worker-heartbeat event now include processed and active
+count fields.
+Contributed by Mher Movsisyan.
+  - Fixed error with error email and new task classes (Issue #931).
+  - BaseTask.__call__ is no longer optimized away if it has been monkey
+patched.
+  - Fixed shutdown issue when using gevent (Issue #911 & Issue #936).
+Fix contributed by Thomas Meson.
+
+---
+Fri Aug 24 22:30:22 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 3.0.7:
+  - Fixes several problems with periodic tasks and timezones (Issue #937).
+  - Now depends on kombu 2.4.2
+- Redis: Fixes a race condition crash
+- Fixes an infinite loop that could happen when retrying establishing
+  the broker connection.
+  - Daemons now redirect standard file descriptors to /dev/null
+Though by default the standard outs are also redirected
+to the logger instead, but you can disable this by changing
+the CELERY_REDIRECT_STDOUTS setting.
+  - Fixes possible problems when eventlet/gevent is patched too late.
+  - LoggingProxy no longer defines fileno() (Issue #928).
+  - Results are now ignored for the chord unlock task.
+Fix contributed by Steeve Morin.
+  - Cassandra backend now works if result expiry is disabled.
+Fix contributed by Steeve Morin.
+  - The traceback object is now passed to signal handlers instead
+of the string representation.
+Fix contributed by Adam DePue.
+  - Celery command: Extensions are now sorted by name.
+  - A regression caused the task-failed event to be sent
+with the exception object instead of its string representation.
+  - The worker daemon would try to create the pid file before daemonizing
+to catch errors, but this file was not immediately released (Issue #923).
+  - Fixes Jython compatibility.

commit pymol for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package pymol for openSUSE:Factory checked 
in at 2012-09-14 12:34:17

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


Package is "pymol", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/pymol/pymol.changes  2012-06-26 
17:48:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.pymol.new/pymol.changes 2012-09-14 
12:34:19.0 +0200
@@ -1,0 +2,9 @@
+Thu Aug 16 15:33:22 UTC 2012 - dh...@wustl.edu
+
+- update to svn rev 4005
+  * Fixed longstanding annoyance: 'as rep, vis' now works
+  * Added autocomplete for 'group' command.
+  * Adding autocomplete for 'dss'.
+  * Fixed bug where FASTA strings aren't returned for multiple objects.
+
+---

Old:

  pymol-1.5.0.3.svn4001.tar.bz2

New:

  pymol-1.5.0.3.svn4005.tar.bz2



Other differences:
--
++ pymol.spec ++
--- /var/tmp/diff_new_pack.sD90J4/_old  2012-09-14 12:34:20.0 +0200
+++ /var/tmp/diff_new_pack.sD90J4/_new  2012-09-14 12:34:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pymol
-Version:1.5.0.3.svn4001
+Version:1.5.0.3.svn4005
 Release:0
 Url:http://pymol.org
 Summary:A Molecular Viewer

++ pymol-1.5.0.3.svn4001.tar.bz2 -> pymol-1.5.0.3.svn4005.tar.bz2 ++
/work/SRC/openSUSE:Factory/pymol/pymol-1.5.0.3.svn4001.tar.bz2 
/work/SRC/openSUSE:Factory/.pymol.new/pymol-1.5.0.3.svn4005.tar.bz2 differ: 
char 11, line 1

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



commit puppet for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package puppet for openSUSE:Factory checked 
in at 2012-09-14 12:34:09

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


Package is "puppet", Maintainer is "vdziewie...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/puppet/puppet.changes2012-07-12 
12:09:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.puppet.new/puppet.changes   2012-09-14 
12:34:11.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 29 09:56:40 UTC 2012 - ja...@suse.de
+
+- Update to 2.7.19
+
+  http://projects.puppetlabs.com/projects/1/wiki/Release_Notes#2.7.19
+
+---

Old:

  puppet-2.7.18.tar.gz

New:

  puppet-2.7.19.tar.gz



Other differences:
--
++ puppet.spec ++
--- /var/tmp/diff_new_pack.7kuvCU/_old  2012-09-14 12:34:12.0 +0200
+++ /var/tmp/diff_new_pack.7kuvCU/_new  2012-09-14 12:34:12.0 +0200
@@ -22,7 +22,7 @@
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:   puppet
-Version:2.7.18
+Version:2.7.19
 Release:0
 Summary:A network tool for managing many disparate systems
 License:Apache-2.0

++ puppet-2.7.18.tar.gz -> puppet-2.7.19.tar.gz ++
 13819 lines of diff (skipped)

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



commit povray for openSUSE:Factory:NonFree

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package povray for openSUSE:Factory:NonFree 
checked in at 2012-09-14 12:34:00

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


Package is "povray", Maintainer is "vdziewie...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/povray/povray.changes2012-06-26 
17:21:46.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.povray.new/povray.changes   
2012-09-14 12:34:02.0 +0200
@@ -1,0 +2,9 @@
+Wed Sep  5 13:44:45 UTC 2012 - pgaj...@suse.com
+
+- updated to 3.7.RC6 (builds against libpng15)
+  * removed wronglibdetect.patch
+  * removed libpng14.patch
+  * added TIME_UTC_.patch
+  * buildrequire boost-devel
+
+---

Old:

  povray-3.6.1-fix.patch
  povray-3.6.1-ini.patch
  povray-3.6.1-libpng14.patch
  povray-3.6.1-maxlib.patch
  povray-3.6.1-wronglibdetect.patch
  povray-3.6.tar.bz2

New:

  povray-3.6.9.6-TIME_UTC_.patch
  povray-3.6.9.6-fix.patch
  povray-3.6.9.6-ini.patch
  povray-3.7.0.RC6.tar.bz2



Other differences:
--
++ povray.spec ++
--- /var/tmp/diff_new_pack.a31O8d/_old  2012-09-14 12:34:04.0 +0200
+++ /var/tmp/diff_new_pack.a31O8d/_new  2012-09-14 12:34:04.0 +0200
@@ -19,6 +19,7 @@
 
 Name:   povray
 BuildRequires:  automake
+BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
@@ -28,16 +29,15 @@
 BuildRequires:  zlib-devel
 License:SUSE-NonFree
 Group:  Productivity/Graphics/Visualization/Raytracers
-Version:3.6.1
+Version:3.6.9.6
 Release:0
 Summary:Ray Tracer
 Url:http://www.povray.org
-Source: povray-3.6.tar.bz2
+Source: povray-3.7.0.RC6.tar.bz2
 Patch1: povray-%{version}-ini.patch
-Patch2: povray-%{version}-maxlib.patch
-Patch3: povray-%{version}-fix.patch
-Patch4: povray-%{version}-wronglibdetect.patch
-Patch5: povray-%{version}-libpng14.patch
+Patch2: povray-%{version}-fix.patch
+# boost changed TIME_UTC -> TIME_UTC_
+Patch3: povray-%{version}-TIME_UTC_.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -71,12 +71,13 @@
 Chris Young   <76702.1...@compuserve.com>
 
 %prep
-%setup -q
+%setup -q -n povray-3.7.0.RC6
 %patch1
 %patch2
-%patch3
-%patch4
-%patch5 -p1
+# boost changed TIME_UTC -> TIME_UTC_
+%if 0%{suse_version} > 1220 
+%patch3 -p1
+%endif
 rm -rf libraries
 
 %build
@@ -87,7 +88,7 @@
 %endif
 CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-multichar" 
CFLAGS="$CXXFLAGS"\
 %configure COMPILED_BY="SUSE LINUX Products GmbH, Nuernberg, Germany" \
- --disable-optimiz
+ --disable-optimiz --with-boost-thread=boost_thread-mt
 make %{?jobs:-j %jobs}
 perl -pi -e 's,^DEFAULT_DIR=.*,DEFAULT_DIR=/usr,' scripts/* 
 perl -pi -e 's,^SYSCONFDIR=.*,SYSCONFDIR=/etc,' scripts/* 
@@ -106,7 +107,7 @@
 %defattr(-,root,root)
 %config /etc/*
 /usr/bin/povray
-/usr/share/povray-3.6
+/usr/share/povray-3.7
 %{_mandir}/man*/*
 %doc %{_defaultdocdir}/%{name}
 

++ povray-3.6.9.6-TIME_UTC_.patch ++
Index: povray-3.7.0.RC6/source/backend/scene/view.cpp
===
--- povray-3.7.0.RC6.orig/source/backend/scene/view.cpp
+++ povray-3.7.0.RC6/source/backend/scene/view.cpp
@@ -1550,7 +1550,7 @@ const Camera *RTRData::CompletedFrame()
}
 
boost::xtime t;
-   boost::xtime_get (&t, boost::TIME_UTC);
+   boost::xtime_get (&t, boost::TIME_UTC_);
t.sec += 3;
 
// this will cause us to wait until the other threads are done.
Index: povray-3.7.0.RC6/source/base/timer.cpp
===
--- povray-3.7.0.RC6.orig/source/base/timer.cpp
+++ povray-3.7.0.RC6/source/base/timer.cpp
@@ -117,7 +117,7 @@ TimerDefault::~TimerDefault()
 POV_LONG TimerDefault::ElapsedRealTime() const
 {
boost::xtime t;
-   boost::xtime_get(&t, boost::TIME_UTC);
+   boost::xtime_get(&t, boost::TIME_UTC_);
POV_LONG tt = (POV_LONG)(t.sec) * (POV_LONG)(10) + 
(POV_LONG)(t.nsec);
POV_LONG st = (POV_LONG)(realTimeStart.sec) * (POV_LONG)(10) + 
(POV_LONG)(realTimeStart.nsec);
return ((tt - st) / (POV_LONG)(100));
@@ -126,7 +126,7 @@ POV_LONG TimerDefault::ElapsedRealTime()
 POV_LONG TimerDefault::ElapsedCPUTime() const
 {
boost::xtime t;
-   boost::xtime_get(&t, boost::TIME_UTC);
+   boost::xtime_get(&t, boost::TIME_UTC_);
POV_LONG tt = (POV_LONG)(t.sec) * (POV_LONG)(10) 

commit pothana2000-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package pothana2000-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:33:52

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


Package is "pothana2000-fonts", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/pothana2000-fonts/pothana2000-fonts.changes  
2012-05-26 09:28:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.pothana2000-fonts.new/pothana2000-fonts.changes 
2012-09-14 12:33:54.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:
--
++ pothana2000-fonts.spec ++
--- /var/tmp/diff_new_pack.FY1lqM/_old  2012-09-14 12:33:54.0 +0200
+++ /var/tmp/diff_new_pack.FY1lqM/_new  2012-09-14 12:33:54.0 +0200
@@ -20,20 +20,22 @@
 
 Name:   pothana2000-fonts
 Version:1.1
-Release:137
-%define ttf_fontdir /usr/share/fonts/truetype
+Release:0
+Summary:OpenType Font for Telugu
 License:GPL-2.0+
-Summary:OpenType font for Telugu
-Url:http://www.kavya-nandanam.com/
 Group:  System/X11/Fonts
+Url:http://www.kavya-nandanam.com/
 # http://www.kavya-nandanam.com/Pothana2k.zip
 # removed Pathana2k.exe from the sources and repackaged to .tar.bz2
 Source0:pothana2000.tar.bz2
+BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
 Provides:   scalable-font-te
 Provides:   locale(te)
 # FIXME: This causes a rpmlint warning; change <= to < once here's a new 
upstream version
 Obsoletes:  pothana2000 <= %{version}
 Provides:   pothana2000 = %{version}
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -44,24 +46,18 @@
 %prep
 %setup -q -n %{fontname}
 
-%install
-mkdir -p %{buildroot}%{ttf_fontdir}/
-install -m 644 *.ttf %{buildroot}%{ttf_fontdir}
-
 %build
+dos2unix gpl.txt
 
-%clean
-rm -rf %{buildroot}
-
-%post
-%run_suseconfig_fonts
+%install
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc MANUAL.PDF gpl.txt Telugu2006.kmx
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit phalanx for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package phalanx for openSUSE:Factory checked 
in at 2012-09-14 12:33:45

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


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

Changes:

--- /work/SRC/openSUSE:Factory/phalanx/phalanx.changes  2012-05-08 
06:47:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.phalanx.new/phalanx.changes 2012-09-14 
12:33:47.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  7 14:44:22 UTC 2012 - pgaj...@suse.com
+
+- updated to XXIII-beta
+
+---

Old:

  Phalanx-XXII-strings.patch
  phalanx-22.tar.bz2
  phalanx-gcc4.patch

New:

  phalanx-XXIII-beta.tgz



Other differences:
--
++ phalanx.spec ++
--- /var/tmp/diff_new_pack.B1Tya6/_old  2012-09-14 12:33:48.0 +0200
+++ /var/tmp/diff_new_pack.B1Tya6/_new  2012-09-14 12:33:48.0 +0200
@@ -16,15 +16,15 @@
 #
 
 
+%define srcname phalanx-XXIII
+
 Name:   phalanx
 Url:http://sourceforge.net/projects/phalanx
 Provides:   chess_backend
-Version:22
+Version:22.9
 Release:0
-Source: phalanx-22.tar.bz2
+Source: %{srcname}-beta.tgz
 Patch0: Phalanx-XXII.diff
-Patch1: Phalanx-XXII-strings.patch
-Patch2: phalanx-gcc4.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A Chess Program
 License:GPL-2.0+
@@ -40,10 +40,8 @@
 Dusan Dobes 
 
 %prep
-%setup -q -n Phalanx-XXII
+%setup -q -n %{srcname}
 %patch0 -p1
-%patch1
-%patch2
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}

++ Phalanx-XXII.diff ++
--- /var/tmp/diff_new_pack.B1Tya6/_old  2012-09-14 12:33:48.0 +0200
+++ /var/tmp/diff_new_pack.B1Tya6/_new  2012-09-14 12:33:48.0 +0200
@@ -1,7 +1,8 @@
-diff -urN Phalanx-XXII/makefile Phalanx-XXII.SuSE/makefile
 Phalanx-XXII/makefile  Sun Jan 16 22:30:49 2000
-+++ Phalanx-XXII.SuSE/makefile Mon Nov  6 22:24:16 2000
-@@ -14,10 +14,8 @@
+Index: phalanx-XXIII/makefile
+===
+--- phalanx-XXIII.orig/makefile
 phalanx-XXIII/makefile
+@@ -15,10 +15,8 @@ CFLAGS = -O0 -Wall -fomit-frame-pointer
  ### -DSHOW_FORCED_MOVES
  ### -DPBOOK_FILE=\"pbook.phalanx\"
  ### -DSBOOK_FILE=\"sbook.phalanx\"
@@ -11,11 +12,12 @@
 -### -DLEARN_DIR=\"/var/local/lib\"
  ### -DQCAPSONLY
  
- DEFINES = -DGNUFUN
-diff -urN Phalanx-XXII/phalanx.c Phalanx-XXII.SuSE/phalanx.c
 Phalanx-XXII/phalanx.c Sun Jan 16 22:32:40 2000
-+++ Phalanx-XXII.SuSE/phalanx.cMon Nov  6 22:37:50 2000
-@@ -347,8 +347,17 @@
+ DEFINES = -DGNUFUN 
+Index: phalanx-XXIII/phalanx.c
+===
+--- phalanx-XXIII.orig/phalanx.c
 phalanx-XXIII/phalanx.c
+@@ -325,8 +325,17 @@ EcoDir = get_book_file(EcoDir,ENV_ECO,EC
  Eco = fopen(EcoDir,"rb");
  if( Flag.learn )
  {
@@ -34,7 +36,7 @@
Learn.f = fopen(LbookDir,"r+");
if( Learn.f == NULL )
{
-@@ -356,7 +365,7 @@
+@@ -334,7 +343,7 @@ if( Flag.learn )
int b[LFSZ];
char filename[256];
memset( b, 0, LFSZ*sizeof(int) );
@@ -43,10 +45,11 @@
free( LbookDir );
LbookDir = strdup( filename );
Learn.f = fopen(LbookDir,"w+");
-diff -urN Phalanx-XXII/phalanx.h Phalanx-XXII.SuSE/phalanx.h
 Phalanx-XXII/phalanx.h Sun Jan 16 22:57:11 2000
-+++ Phalanx-XXII.SuSE/phalanx.hMon Nov  6 22:24:35 2000
-@@ -184,7 +184,7 @@
+Index: phalanx-XXIII/phalanx.h
+===
+--- phalanx-XXIII.orig/phalanx.h
 phalanx-XXIII/phalanx.h
+@@ -186,7 +186,7 @@ tdist;
  #define PBOOK_FILE "pbook.phalanx"
  #endif
  #ifndef PBOOK_DIR
@@ -55,7 +58,7 @@
  #endif
  
  /* secondary (binary, large, generated from pgn) book */
-@@ -192,21 +192,18 @@
+@@ -194,22 +194,19 @@ tdist;
  #define SBOOK_FILE "sbook.phalanx"
  #endif
  #ifndef SBOOK_DIR
@@ -73,15 +76,17 @@
  
  #ifndef LEARN_FILE
  #define LEARN_FILE "learn.phalanx"
--#endif
+ #endif
 -#ifndef LEARN_DIR
 -#define LEARN_DIR "/var/local/lib/phalanx"
- #endif
+-#endif
  
  #define ENV_PBOOK "PHALANXPBOOKDIR"
-diff -urN Phalanx-XXII/xphalanx Phalanx-XXII.SuSE/xphalanx
 Phalanx-XXII/xphalanx  Thu Jan  1 01:00:00 1970
-+++ Phalanx-XXII.SuSE/xphalanx Mon Nov  6 22:43:00 2000
+ #define ENV_SBOOK "PHALANXSBOOKDIR"
+Index: phalanx-XXIII/xphalanx
+===
+--- /dev/null
 phalanx-XXIII/xphalanx
 @@ -0,0 +1,27 @@
 +#! /bin/sh
 +#

-- 
To unsubscribe, e-mail: open

commit perl-App-Nopaste for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package perl-App-Nopaste for 
openSUSE:Factory checked in at 2012-09-14 12:33:38

Comparing /work/SRC/openSUSE:Factory/perl-App-Nopaste (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-Nopaste.new (New)


Package is "perl-App-Nopaste", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-Nopaste/perl-App-Nopaste.changes
2011-12-27 18:13:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-App-Nopaste.new/perl-App-Nopaste.changes   
2012-09-14 12:33:39.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  4 13:09:10 UTC 2012 - co...@suse.com
+
+- updated to 0.35
+ Don't barf when gist-ing STDIN. (Ricardo SIGNES)
+ Support for GitHub's v3 API [Вячеслав Тихановский (vti)]
+
+---

Old:

  App-Nopaste-0.33.tar.gz

New:

  App-Nopaste-0.35.tar.gz



Other differences:
--
++ perl-App-Nopaste.spec ++
--- /var/tmp/diff_new_pack.jFeghh/_old  2012-09-14 12:33:40.0 +0200
+++ /var/tmp/diff_new_pack.jFeghh/_new  2012-09-14 12:33:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-Nopaste
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-App-Nopaste
-Version:0.33
+Version:0.35
 Release:0
 Summary:Easy access to any pastebin
 License:Artistic-1.0 or GPL-1.0+
@@ -36,16 +37,17 @@
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(HTML::Form)
+BuildRequires:  perl(JSON)
 BuildRequires:  perl(Module::Pluggable)
 BuildRequires:  perl(Moose) >= 0.74
 BuildRequires:  perl(MooseX::Getopt) >= 0.17
 BuildRequires:  perl(WWW::Mechanize)
 BuildRequires:  perl(WWW::Pastebin::PastebinCom::Create)
-Requires:   perl(MooseX::Getopt) >= 0.17
+Requires:   perl(HTML::Form)
 Requires:   perl(Module::Pluggable)
-Requires:   perl(WWW::Mechanize)
 Requires:   perl(Moose) >= 0.74
-Requires:   perl(HTML::Form)
+Requires:   perl(MooseX::Getopt) >= 0.17
+Requires:   perl(WWW::Mechanize)
 Recommends: perl(Browser::Open)
 Recommends: perl(Clipboard)
 Recommends: perl(WWW::Pastebin::PastebinCom::Create)
@@ -113,9 +115,6 @@
 %check
 %__make test
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %files
 %defattr(-,root,root)
 %doc Changes

++ App-Nopaste-0.33.tar.gz -> App-Nopaste-0.35.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-Nopaste-0.33/Changes new/App-Nopaste-0.35/Changes
--- old/App-Nopaste-0.33/Changes2011-12-15 18:22:12.0 +0100
+++ new/App-Nopaste-0.35/Changes2012-07-17 21:34:55.0 +0200
@@ -1,5 +1,13 @@
 Revision history for App-Nopaste
 
+0.35Tue Jul 17 2012
+Don't barf when gist-ing STDIN. (Ricardo SIGNES)
+
+0.34Sat Jul 14 2012
+Support for GitHub's v3 API [Вячеслав Тихановский (vti)]
+Thanks also to Ricardo SIGNES for the call to arms:
+http://rjbs.manxome.org/rubric/entry/1964
+
 0.33Thu Dec 15 2011
 Support for --description in Gist (zengargo...@gmail.com) [rt.cpan.org 
#73272]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-Nopaste-0.33/META.yml 
new/App-Nopaste-0.35/META.yml
--- old/App-Nopaste-0.33/META.yml   2011-12-15 18:21:45.0 +0100
+++ new/App-Nopaste-0.35/META.yml   2012-07-17 21:35:04.0 +0200
@@ -3,11 +3,12 @@
 author:
   - 'Shawn M Moore, C'
 build_requires:
-  ExtUtils::MakeMaker: 6.42
+  ExtUtils::MakeMaker: 6.59
 configure_requires:
-  ExtUtils::MakeMaker: 6.42
+  ExtUtils::MakeMaker: 6.59
 distribution_type: module
-generated_by: 'Module::Install version 1.01'
+dynamic_config: 1
+generated_by: 'Module::Install version 1.06'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,6 +25,7 @@
   Config::GitLike: 0.00
   File::Spec: 0
   File::Temp: 0
+  JSON: 0
   Module::Pluggable: 0
   Moose: 0.74
   MooseX::Getopt: 0.17
@@ -32,10 +34,10 @@
   WWW::Pastebin::PastebinCom::Create: 0
   perl: 5.8.3
 resources:
-  homepage: http://github.com/sartak/app-nopaste/tree
+  homepage: https://github.com/sartak/app-nopaste/tree
   license: http://dev.perl.org/licenses/
   repository:
 type: git
 url: git://github.com/sartak/app-nopaste.git
-web: http://

commit perl-AnyEvent for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package perl-AnyEvent for openSUSE:Factory 
checked in at 2012-09-14 12:33:30

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


Package is "perl-AnyEvent", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-AnyEvent/perl-AnyEvent.changes  
2012-06-05 12:02:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-AnyEvent.new/perl-AnyEvent.changes 
2012-09-14 12:33:33.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep  4 13:00:21 UTC 2012 - co...@suse.com
+
+- updated to 7.02
+   - AnyEvent::Util::run_cmd could block indefinitely (analyzed and test
+ program by Yorhel).
+   - verified that AnyEvent::Socket follows RFC5952.
+   - try to parse "ADDR#PORT" in addition to "ADDR PORT".
+
+---

Old:

  AnyEvent-7.01.tar.gz

New:

  AnyEvent-7.02.tar.gz



Other differences:
--
++ perl-AnyEvent.spec ++
--- /var/tmp/diff_new_pack.1pGbb4/_old  2012-09-14 12:33:34.0 +0200
+++ /var/tmp/diff_new_pack.1pGbb4/_new  2012-09-14 12:33:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-AnyEvent
-Version:7.01
+Version:7.02
 Release:0
 %define cpan_name AnyEvent
 Summary:the DBI of event loop programming

++ AnyEvent-7.01.tar.gz -> AnyEvent-7.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AnyEvent-7.01/Changes new/AnyEvent-7.02/Changes
--- old/AnyEvent-7.01/Changes   2012-05-13 01:03:26.0 +0200
+++ new/AnyEvent-7.02/Changes   2012-08-14 04:28:00.0 +0200
@@ -3,9 +3,16 @@
 TODO: document TCP_*** constants
 TODO: add debug/trace logging to some modules
 TODO: use the eval-with-cb-call trick also to speed up JSON?
-TODO: common pitfalls? invoke-before-return
+TODO: FAQ: common pitfalls? invoke-before-return
+TODO: FAQ: scope-ids? hosts file order?
 TODO: AnyEvent::Handle with AnyEvent::IO?
 
+7.02 Tue Aug 14 04:27:58 CEST 2012
+   - AnyEvent::Util::run_cmd could block indefinitely (analyzed and test
+  program by Yorhel).
+   - verified that AnyEvent::Socket follows RFC5952.
+- try to parse "ADDR#PORT" in addition to "ADDR PORT".
+
 7.01 Sun May 13 01:03:17 CEST 2012
- fail with EPROTO in AnyEvent::Handle wqhen TLS is requested but
   not available, instead of throwing an exception.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AnyEvent-7.01/META.json new/AnyEvent-7.02/META.json
--- old/AnyEvent-7.01/META.json 2012-05-13 01:08:16.0 +0200
+++ new/AnyEvent-7.02/META.json 2012-08-14 05:06:44.0 +0200
@@ -44,5 +44,5 @@
   }
},
"release_status" : "stable",
-   "version" : "7.01"
+   "version" : "7.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AnyEvent-7.01/META.yml new/AnyEvent-7.02/META.yml
--- old/AnyEvent-7.01/META.yml  2012-05-13 01:08:16.0 +0200
+++ new/AnyEvent-7.02/META.yml  2012-08-14 05:06:43.0 +0200
@@ -26,4 +26,4 @@
   Net::SSLeay: 1.33
   Task::Weaken: 0
 requires: {}
-version: 7.01
+version: 7.02
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AnyEvent-7.01/lib/AnyEvent/Socket.pm 
new/AnyEvent-7.02/lib/AnyEvent/Socket.pm
--- old/AnyEvent-7.01/lib/AnyEvent/Socket.pm2012-04-22 15:32:46.0 
+0200
+++ new/AnyEvent-7.02/lib/AnyEvent/Socket.pm2012-06-25 13:03:52.0 
+0200
@@ -237,11 +237,11 @@
 specify IPv6 addresses and doesn't support the less common but well
 standardised C<[ip literal]> syntax.
 
-This function tries to do this job in a better way, it supports the
-following formats, where C can be a numerical port number of a
-service name, or a C string, and the C< port> and C<:port>
-parts are optional. Also, everywhere where an IP address is supported
-a hostname or unix domain socket address is also supported (see
+This function tries to do this job in a better way, it supports (at
+least) the following formats, where C can be a numerical port
+number of a service name, or a C string, and the C< port> and
+C<:port> parts are optional. Also, everywhere where an IP address is
+supported a hostname or unix domain socket address is also supported (see
 C), and strings starting with C will also be interpreted as
 unix domain sockets.
 
@@ -285,7 +285,7 @@
   return ("unix/", $_)
  if m%^/%;
 
-  # parse host, special cases: "ipv6" or "ipv6 port"
+  # parse host, special cases: "ipv6" or "ipv6[#p ]port"
   unless (
  ($host) = /^\s* ([0-9a-fA-F:]*:[0-9a

commit paratype-pt-sans-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package paratype-pt-sans-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:33:23

Comparing /work/SRC/openSUSE:Factory/paratype-pt-sans-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.paratype-pt-sans-fonts.new (New)


Package is "paratype-pt-sans-fonts", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/paratype-pt-sans-fonts/paratype-pt-sans-fonts.changes
2012-05-26 09:28:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.paratype-pt-sans-fonts.new/paratype-pt-sans-fonts.changes
   2012-09-14 12:33:25.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:
--
++ paratype-pt-sans-fonts.spec ++
--- /var/tmp/diff_new_pack.q5ZbIe/_old  2012-09-14 12:33:26.0 +0200
+++ /var/tmp/diff_new_pack.q5ZbIe/_new  2012-09-14 12:33:26.0 +0200
@@ -16,26 +16,24 @@
 #
 
 
-%define _ttf_fontdir%{_datadir}/fonts/truetype
-
 Name:   paratype-pt-sans-fonts
 Version:2.003OFL
 Release:0
-License:OFL-1.1
 Summary:Sans Fonts for Minority Languages of Russia
-Url:http://www.paratype.com/public/
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://www.paratype.com/public/
 Source0:http://www.fontstock.com/public/PTSansOFL.zip
 Source1:http://www.paratype.ru/public/Info_PT_SS.pdf
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-BuildRequires:  xorg-x11-devel
 Provides:   locale(be;ru;uk)
 # FIXME: This causes a rpmlint warning; change <= to < once there's a new 
upstream version
 Obsoletes:  PTSans-fonts <= 2.003OFL
 Provides:   PTSans-fonts = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 
 %description
 PT Sans is based on Russian sans serif types of the second part of
@@ -57,19 +55,15 @@
 %build
 
 %install
-install -dm 0755 %{buildroot}%{_ttf_fontdir}
-install -m 0644 *.ttf %{buildroot}%{_ttf_fontdir}
-
-%post
-%run_suseconfig_fonts
+install -dm 0755 %{buildroot}%{_ttfontsdir}
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root,-)
 %doc Info_PT_SS.pdf PTSansPTSerifOFL.txt
-%dir %{_ttf_fontdir}
-%{_ttf_fontdir}/*.ttf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/*.ttf
 
 %changelog


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



  1   2   3   >