commit Mesa for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory
checked in at Tue Jun 14 10:55:33 CEST 2011.




--- Mesa/Mesa.changes   2011-05-19 18:14:25.0 +0200
+++ /mounts/work_src_done/STABLE/Mesa/Mesa.changes  2011-06-10 
08:15:41.0 +0200
@@ -1,0 +2,35 @@
+Fri Jun 10 06:10:16 UTC 2011 - e...@suse.de
+
+- u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch:
+  Update this patch closing a giant memory leak.
+
+---
+Thu Jun  9 11:01:49 UTC 2011 - e...@suse.de
+
+- Replace patches:
+  * add: u_GLX-SWrast-Make-GLX-with-SWrast-enabled-work-on-olde.patch
+This patch falls back to indirect rendering if SWrast doesn't work
+with older Xservers as no common configs/visuals can be found.
+  * remove: Mesa_indirect_old_xserver_compatibility.diff
+this patch is superseded.
+  * rename: 0001-Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
+to u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
+
+---
+Sat Jun  4 11:20:47 UTC 2011 - e...@suse.de
+
+- Remove: intel-add-gem-string.patch
+  This patch was barking up the wrong tree anyway.
+  As discussed with Martin Grässlin from the Kwin project
+  a patch from the upstream git master has been cherry-picked
+  and added to kdebase4-workspace which makes this patch unneciessary.
+  The patch to Kwin will become obsolete once Kwin is updated,
+  this will be noticed easily in kdebase4-workspace.
+
+---
+Tue May 24 19:49:12 UTC 2011 - e...@suse.de
+
+- Fix the driver directory search path in the spec file.
+  This makes dri_driver_dir.diff obsolete.
+
+---
@@ -5,0 +41,10 @@
+
+---
+Tue May 17 07:31:21 UTC 2011 - e...@suse.de
+
+- Add packaging information for GLES2 devel files. 
+
+---
+Mon May 16 18:23:39 UTC 2011 - e...@suse.de
+
+- Add GLES2 support. 

calling whatdependson for head-i586


Old:

  0001-Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
  Mesa_indirect_old_xserver_compatibility.diff
  dri_driver_dir.diff
  intel-add-gem-string.patch

New:

  u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
  u_GLX-SWrast-Make-GLX-with-SWrast-enabled-work-on-olde.patch



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.pM0RSR/_old  2011-06-14 10:53:50.0 +0200
+++ /var/tmp/diff_new_pack.pM0RSR/_new  2011-06-14 10:53:50.0 +0200
@@ -17,13 +17,13 @@
 
 # norootforbuild
 
-%define enable_nouveau 1
+%define enable_nouveau_gallium 1
 %define enable_radeon_gallium 1
 
 %define _version 7.10.2
 
 Version:7.10.2
-Release:8
+Release:10
 
 Name:   Mesa
 BuildRequires:  gcc-c++ libdrm-devel libexpat-devel pkgconfig python-base 
xorg-x11-devel
@@ -50,13 +50,10 @@
 Source3:README.updates
 Source4:manual-pages.tar.bz2
 Source5:drirc
-# add update path for dri drivers
-Patch1: dri_driver_dir.diff
-Patch2: intel-add-gem-string.patch
 # to be upstreamed
 Patch8: egl-buildfix.diff
-Patch9: Mesa_indirect_old_xserver_compatibility.diff
-Patch11:0001-Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
+Patch9: u_GLX-SWrast-Make-GLX-with-SWrast-enabled-work-on-olde.patch
+Patch11:u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
 # already upstream
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -144,12 +141,8 @@
 rm -f include/GL/{glut.h,uglglutshapes.h,glutf90.h}
 # remove some docs
 rm -rf docs/README.{VMS,WIN32,OS2}
-%patch1
-%patch2
-sed -i 's/REPLACE/%_lib/g' src/glx/Makefile
-sed -i 's/REPLACE/%_lib/g' src/egl/drivers/dri2/Makefile
 %patch8
-%patch9 -p0
+%patch9 -p1
 %patch11 -p1
 
 %build
@@ -161,14 +154,16 @@
 autoreconf -fi
 ### libGL (disable savage/mga, bnc #402132/#403071; reenable mga, bnc #466635)
 %configure --disable-glw \
+   --enable-gles2 \
--with-driver=dri \
+   --with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \
 %ifarch %ix86 x86_64
 %if 0%{?suse_version} = 1130

--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,sis,tdfx,unichrome,swrast,nouveau,mga
 \
 %else

--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,sis,tdfx,unichrome,swrast
 \
 %endif
-%if %enable_nouveau
+%if %enable_nouveau_gallium
--enable-gallium-nouveau \
 %endif
 %if %enable_radeon_gallium
@@ -182,7 +177,7 @@
 %else

--with-dri-drivers=i810,i915,i965,mach64,r128,r200,r300,r600,radeon,tdfx,unichrome,swrast
 \
 

commit unixODBC for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package unixODBC for openSUSE:Factory
checked in at Tue Jun 14 10:58:21 CEST 2011.




--- unixODBC/unixODBC-gui-qt.changes2008-10-13 17:00:11.0 +0200
+++ /mounts/work_src_done/STABLE/unixODBC/unixODBC-gui-qt.changes   
2011-06-13 11:20:11.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 13 11:17:00 CEST 2011 - mhruse...@suse.cz
+
+- fixed CVE-2011-1145 (bnc#678796)
+
+---
--- unixODBC/unixODBC.changes   2009-12-19 13:43:18.0 +0100
+++ /mounts/work_src_done/STABLE/unixODBC/unixODBC.changes  2011-06-13 
11:20:12.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 13 11:17:49 CEST 2011 - mhruse...@suse.cz
+
+- fixed CVE-2011-1145 (bnc#678796)
+
+---

calling whatdependson for head-i586


New:

  unixODBC-2.2.12-CVE-2011-1145.patch



Other differences:
--
++ unixODBC-gui-qt.spec ++
--- /var/tmp/diff_new_pack.4tt3V9/_old  2011-06-14 10:55:52.0 +0200
+++ /var/tmp/diff_new_pack.4tt3V9/_new  2011-06-14 10:55:52.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package unixODBC-gui-qt (Version 2.2.12)
+# spec file for package unixODBC-gui-qt
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:   unixODBC-gui-qt
 BuildRequires:  qt3-devel
 Version:2.2.12
-Release:200
+Release:206
 Summary:ODBC Configuration  Utility, Data Source Browser, and ODBC 
Test Tool based
 License:GPLv2+
 Url:http://www.unixodbc.org/
@@ -39,6 +39,7 @@
 Patch10:unixODBC-%{version}-libodbcinst-exports.patch
 Patch11:unixODBC-%{version}-flex.patch
 Patch12:unixODBC-%{version}-ctracing.patch
+Patch13:unixODBC-2.2.12-CVE-2011-1145.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -62,6 +63,7 @@
 %patch10
 %patch11
 %patch12
+%patch13 -p1
 install -m 644 %{S:1} .
 
 %build

++ unixODBC.spec ++
--- /var/tmp/diff_new_pack.4tt3V9/_old  2011-06-14 10:55:52.0 +0200
+++ /var/tmp/diff_new_pack.4tt3V9/_new  2011-06-14 10:55:52.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package unixODBC (Version 2.2.12)
+# spec file for package unixODBC
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:   unixODBC
 BuildRequires:  gcc-c++
 Version:2.2.12
-Release:122
+Release:209
 Summary:ODBC driver manager with some drivers included
 License:GPLv2+ ; LGPLv2.1+
 Url:http://www.unixodbc.org/
@@ -49,6 +49,7 @@
 Patch11:%{name}-%{version}-flex.patch
 Patch12:%{name}-%{version}-sqp.patch
 Patch13:%{name}-%{version}-uninitialized.patch
+Patch14:unixODBC-2.2.12-CVE-2011-1145.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %package devel
@@ -97,6 +98,7 @@
 %patch11
 %patch12
 %patch13
+%patch14 -p1
 install -m 644 %{S:1} .
 
 %build

++ unixODBC-2.2.12-CVE-2011-1145.patch ++
--- trunk/DriverManager/SQLDriverConnect.c  2011/01/12 15:50:07 23
+++ trunk/DriverManager/SQLDriverConnect.c  2011/03/09 15:38:55 27
@@ -664,7 +664,7 @@
 {
 DMHDBC connection = (DMHDBC)hdbc;
 struct con_struct con_struct;
-char *driver, *dsn = NULL, *filedsn, *tsavefile, savefile[ 128 ];
+char *driver, *dsn = NULL, *filedsn, *tsavefile, savefile[ 
INI_MAX_PROPERTY_VALUE + 1 ];
 char lib_name[ INI_MAX_PROPERTY_VALUE + 1 ];
 char driver_name[ INI_MAX_PROPERTY_VALUE + 1 ];
 SQLRETURN ret_from_connect;
@@ -969,7 +969,13 @@
 tsavefile = __get_attribute_value( con_struct, SAVEFILE );
 if ( tsavefile )
 {
-strcpy( savefile, tsavefile );
+if ( strlen( tsavefile )  INI_MAX_PROPERTY_VALUE ) {
+memcpy( savefile, tsavefile, INI_MAX_PROPERTY_VALUE );
+savefile[ INI_MAX_PROPERTY_VALUE ] = '\0';
+}
+else {
+strcpy( savefile, tsavefile );
+}
 }
 else
 {





Remember to have fun...

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



commit exo for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package exo for openSUSE:Factory
checked in at Tue Jun 14 10:59:22 CEST 2011.




--- exo/exo.changes 2011-02-17 21:58:40.0 +0100
+++ /mounts/work_src_done/STABLE/exo/exo.changes2011-06-11 
19:51:46.0 +0200
@@ -1,0 +2,10 @@
+Sat Jun 11 16:17:15 UTC 2011 - g...@opensuse.org
+
+- update to version 0.6.2:
+  - improve exo-open url and email match regexes
+  - allow installation of the helpers in a custom location
+  - bugfixes
+  - translation updates
+- added patch tags
+
+---

calling whatdependson for head-i586


Old:

  exo-0.6.0.tar.bz2

New:

  exo-0.6.2.tar.bz2



Other differences:
--
++ exo.spec ++
--- /var/tmp/diff_new_pack.jzvMYu/_old  2011-06-14 10:58:34.0 +0200
+++ /var/tmp/diff_new_pack.jzvMYu/_new  2011-06-14 10:58:34.0 +0200
@@ -18,15 +18,17 @@
 
 
 Name:   exo
-Version:0.6.0
-Release:10
+Version:0.6.2
+Release:1
 License:GPLv2+ ; LGPLv2.1+
 Summary:Application Development Library for Xfce
 Url:http://www.xfce.org/projects/exo/
 Group:  System/Libraries
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
+# PATCH-FIX-OPENSUSE exo-firefox-params.patch bwa...@suse.de -- Removes 
obsolete Firefox commandline arguments
 Patch0: %{name}-firefox-params.patch
+# PATCH-FIX-OPENSUSE exo-env.patch g...@opensuse.org -- Removes the usage of 
/usr/bin/env from the shebang line
 Patch1: %{name}-env.patch
 BuildRequires:  fdupes
 BuildRequires:  gtk-doc

++ exo-0.6.0.tar.bz2 - exo-0.6.2.tar.bz2 ++
 19558 lines of diff (skipped)






Remember to have fun...

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



commit ebtables for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package ebtables for openSUSE:Factory
checked in at Tue Jun 14 12:09:20 CEST 2011.




--- ebtables/ebtables.changes   2011-05-31 14:57:59.0 +0200
+++ /mounts/work_src_done/STABLE/ebtables/ebtables.changes  2011-06-06 
13:54:03.0 +0200
@@ -1,0 +2,14 @@
+Mon Jun  6 11:18:31 UTC 2011 - pu...@novell.com
+
+- update to 2.0.9-2 
+  * fix unwanted zeroing of counters in the last user-defined chain
+  * fix hidden symbol compilation error when using ld directly
+  * fix return value checking of creat to give a correct error
+message if the atomic file couldn't be created
+  * correct info in INSTALL about compilation of ulog
+- use spec-cleaner
+- update ebtables-v2.0.8-makefile.diff
+- license is GPLv2, not GPLv2+
+- package COPYING and ChangeLog files
+
+---

calling whatdependson for head-i586


Old:

  ebtables-v2.0.9-1.tar.bz2

New:

  ebtables-v2.0.9-2.tar.bz2



Other differences:
--
++ ebtables.spec ++
--- /var/tmp/diff_new_pack.DPpTON/_old  2011-06-14 12:08:05.0 +0200
+++ /var/tmp/diff_new_pack.DPpTON/_new  2011-06-14 12:08:05.0 +0200
@@ -15,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   ebtables
-License:GPLv2+
-Group:  Productivity/Networking/Security
-Version:v2.0.9
-Release:11
+Version:v2.0.9.2
+Release:1
+License:GPLv2
 Summary:Ethernet Bridge Tables
-Source: %{name}-%{version}-1.tar.bz2
+Url:http://ebtables.sourceforge.net/
+Group:  Productivity/Networking/Security
+Source: %{name}-v2.0.9-2.tar.bz2
 Patch0: %{name}-v2.0.8-makefile.diff
 Patch1: %{name}-v2.0.8-initscript.diff
-Url:http://ebtables.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -37,16 +36,8 @@
 can be used together with the other Linux filtering tools, like
 iptables. There are no incompatibility issues.
 
-
-
-Authors:
-
-Bart De Schuymer bdsch...@pandora.be
-Nick Fedchik n...@fedchik.org.ua
-Grzegorz Borowiak gr...@gnu.univ.gda.pl
-
 %prep
-%setup -q -n %{name}-%{version}-1
+%setup -q -n %{name}-v2.0.9-2
 %patch0
 %patch1
 
@@ -61,8 +52,8 @@
 mv include/linux/netfilter_bridge/ebt_ip6.{h.save,h}
 mv include/linux/netfilter_bridge/ebt_nflog.{h.save,h}
 make \
-CFLAGS=$RPM_OPT_FLAGS \
-CXXFLAGS=$RPM_OPT_FLAGS \
+CFLAGS=%{optflags} \
+CXXFLAGS=%{optflags} \
 LIBDIR=%{_libdir}/%{name} \
 MANDIR=%{_mandir} \
 BINDIR=%{_sbindir} \
@@ -73,10 +64,10 @@
 %install
 # The way ebtables is built requires ASNEEDED=0 forever [bnc#567267]
 export SUSE_ASNEEDED=0
-install -d -m 755 $RPM_BUILD_ROOT%{_sbindir}
-install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/init.d
+install -d -m 755 %{buildroot}%{_sbindir}
+install -d -m 755 %{buildroot}%{_sysconfdir}/init.d
 make \
-DESTDIR=$RPM_BUILD_ROOT \
+DESTDIR=%{buildroot} \
 LIBDIR=%{_libdir}/%{name} \
 MANDIR=%{_mandir} \
 BINDIR=%{_sbindir} \
@@ -84,9 +75,9 @@
 INITDIR=%{_sysconfdir}/init.d \
 SYSCONFIGDIR=%{_sysconfdir} \
 install
-ln -sf %{_sysconfdir}/init.d/ebtables $RPM_BUILD_ROOT%{_sbindir}/rcebtables
+ln -sf %{_sysconfdir}/init.d/ebtables %{buildroot}%{_sbindir}/rcebtables
 # not used
-rm -f $RPM_BUILD_ROOT/etc/ebtables-config
+rm -f %{buildroot}%{_sysconfdir}/ebtables-config
 
 %post
 %fillup_and_insserv ebtables
@@ -99,10 +90,11 @@
 %insserv_cleanup
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
+%doc COPYING ChangeLog
 %doc %{_mandir}/man8/ebtables.8*
 %config(noreplace) %{_sysconfdir}/ethertypes
 %{_sysconfdir}/init.d/ebtables

++ ebtables-v2.0.8-makefile.diff ++
--- /var/tmp/diff_new_pack.DPpTON/_old  2011-06-14 12:08:05.0 +0200
+++ /var/tmp/diff_new_pack.DPpTON/_new  2011-06-14 12:08:05.0 +0200
@@ -2,24 +2,6 @@
 ===
 --- Makefile.orig
 +++ Makefile
-@@ -18,7 +18,7 @@ DESTDIR:=
- CFLAGS:=-Wall -Wunused
- CFLAGS_SH_LIB:=-fPIC
- CC:=gcc
--LD:=ld
-+LD:=gcc
- 
- ifeq ($(shell uname -m),sparc64)
- CFLAGS+=-DEBT_MIN_ALIGN=8 -DKERNEL_64_USERSPACE_32
-@@ -85,7 +85,7 @@ ebtables-standalone.o: ebtables-standalo
- 
- .PHONY: libebtc
- libebtc: $(OBJECTS2)
--  $(LD) -shared -soname libebtc.so -o libebtc.so -lc $(OBJECTS2)
-+  $(LD) -shared -Wl,-soname -Wl,libebtc.so -o libebtc.so -lc $(OBJECTS2)
- 
- ebtables: $(OBJECTS) ebtables-standalone.o libebtc
-   $(CC) $(CFLAGS) $(CFLAGS_SH_LIB) -o $@ ebtables-standalone.o 
-I$(KERNEL_INCLUDES) -L. -Lextensions -lebtc $(EXT_LIBSI) \
 @@ -154,28 +154,28 @@ tmp3:=$(shell printf $(PIPE) | sed 's/\/
  .PHONY: scripts
  scripts: ebtables-save 

commit lcms2 for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package lcms2 for openSUSE:Factory
checked in at Tue Jun 14 12:10:12 CEST 2011.




--- lcms2/lcms2.changes 2011-04-19 00:15:55.0 +0200
+++ /mounts/work_src_done/STABLE/lcms2/lcms2.changes2011-06-11 
01:40:52.0 +0200
@@ -1,0 +2,11 @@
+Fri Jun 10 23:36:41 UTC 2011 - mrd...@opensuse.org
+
+-update to 2.2 
+ *maintenance update
+ +Version  2.2 adds stability.
+ - fixes all known bugs
+ - adds support  for dictionary  metatag. Pascal unit now compiles
+   under FPK Pascal as well as Delphi. 
+
+---
+

calling whatdependson for head-i586


Old:

  _service
  _service:recompress:download_url:lcms2-2.1.tar.bz2

New:

  lcms2-2.2.tar.bz2



Other differences:
--
++ lcms2.spec ++
--- /var/tmp/diff_new_pack.RR1k52/_old  2011-06-14 12:09:31.0 +0200
+++ /var/tmp/diff_new_pack.RR1k52/_new  2011-06-14 12:09:31.0 +0200
@@ -23,8 +23,8 @@
 Group:  Productivity/Graphics/Other
 Summary:Little CMS Engine - A color managment library and tools
 Url:http://www.littlecms.com/
-Version:2.1
-Release:7
+Version:2.2
+Release:1
 
 %if 0%{?suse_version}
 BuildRequires:  libjpeg-devel libtiff-devel pkg-config zlib-devel






Remember to have fun...

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



commit libraw for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package libraw for openSUSE:Factory
checked in at Tue Jun 14 12:14:51 CEST 2011.




--- GNOME/libraw/libraw.changes 2011-03-13 13:53:41.0 +0100
+++ /mounts/work_src_done/STABLE/libraw/libraw.changes  2011-06-12 
02:13:57.0 +0200
@@ -1,0 +2,22 @@
+Sun Jun 12 00:07:49 UTC 2011 - nico.laus.2...@gmx.de
+
+- update to 0.13.5
+* Imported new dcraw 9.08/1.443:
+New color data for Canon 600D and 1100D, Fuji S200EXR
+New camera supported: Fuji HS20EXR and F550EXR, Kodak Z990,
+  Nikon D5100, Olympus E-PL1s and XZ-1, Samsung NX11,
+  Sony A230 and 290. 
+- update to 0.13.4
+* Imported new dcraw 9.07/1.442:
+support for Canon 600D and 1100D, Hasselblad H4D-60, Olympus E-PL2
+* Color data for Leaf Aptus II and Canon Powershot S2 IS
+- update to 0.13.3
+* Preliminary support for Leaf Aptus II cameras (no color data yet):
+Leaf Aptus II 6,7,8,10 and 12 are tested, Aptus II 5 should work.
+* Preliminary support for Fujifilm X100 camera (again, no color data).
+* Fixed possible after the end of buffer read when working with
+in-memory RAW data.
+* Fixed possible loss of JPEG stream sync marks in LJPEG decoder
+(this bug was found only for Leaf Aptus II RAWs). 
+
+---

calling whatdependson for head-i586


Old:

  _service:recompress:download_url:LibRaw-0.13.2.tar.bz2

New:

  _service:recompress:download_url:LibRaw-0.13.5.tar.bz2



Other differences:
--
++ libraw.spec ++
--- /var/tmp/diff_new_pack.Wi56ad/_old  2011-06-14 12:14:23.0 +0200
+++ /var/tmp/diff_new_pack.Wi56ad/_new  2011-06-14 12:14:23.0 +0200
@@ -19,7 +19,7 @@
 %define fake_name LibRaw
 
 Name:   libraw
-Version:0.13.2
+Version:0.13.5
 Release:1
 License:CDDLv1.0 | LGPLv2.1
 Summary:Library for reading RAW files obtained from digital photo 
cameras

++ _service ++
--- /var/tmp/diff_new_pack.Wi56ad/_old  2011-06-14 12:14:23.0 +0200
+++ /var/tmp/diff_new_pack.Wi56ad/_new  2011-06-14 12:14:23.0 +0200
@@ -1,13 +1,14 @@
+?xml version=1.0 ?
 services
   service name=download_url
 param name=protocolhttp/param
 param name=hostwww.libraw.org/param
-param name=path/data/LibRaw-0.13.2.tar.gz/param
+param name=path/data/LibRaw-0.13.5.tar.gz/param
   /service
   service name=verify_file
-param name=file_service:download_url:LibRaw-0.13.2.tar.gz/param
+param name=file_service:download_url:LibRaw-0.13.5.tar.gz/param
 param name=verifiersha256/param
-param 
name=checksum8977a0a147fd811f62012bcf792611e6f5a160ac31ed1e86ad5731c69bb4f95a/param
+param 
name=checksum7e554d5fd6ca6f430d74e4c7084086cf57bd0c478268412920c0ce2940b86fe8/param
   /service
   service name=recompress
 param name=compressionbz2/param

++ _service:recompress:download_url:LibRaw-0.13.2.tar.bz2 - 
_service:recompress:download_url:LibRaw-0.13.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LibRaw-0.13.2/Changelog.rus 
new/LibRaw-0.13.5/Changelog.rus
--- old/LibRaw-0.13.2/Changelog.rus 2011-03-08 16:43:31.0 +0100
+++ new/LibRaw-0.13.5/Changelog.rus 2011-05-21 16:31:34.0 +0200
@@ -1,4 +1,31 @@
-2011-03-08 Alex Tutubalin l...@lexa.ru
+2011-05-18 Alex Tutubalin l...@lexa.ru
+* Imported new dcraw 9.08/1.443:
+   + Новые цветовые данные для камер Canon 600D и 1100D, Fuji S200EXR
+   + Поддержка новых камер: Fuji HS20EXR и F550EXR, Kodak Z990, 
+   Nikon D5100, Olympus E-PL1s и XZ-1, 
+   Samsung NX11, Sony A230 и 290.
+* LibRaw 0.13.5-Release
+
+2011-04-02 Alex Tutubalin l...@lexa.ru
+* Импортирована dcraw 9.07/1.442:
+  + Поддержка новых камер: Canon 600D и 1100D, Hasselblad H4D-60,
+Olympus E-PL2
+* Цветовые данные для Leaf Aptus II и Canon Powershot S2 IS
+* LibRaw 0.13.4-Release
+
+2011-03-30 Alex Tutubalin l...@lexa.ru
+* Предварительная поддержка для камер Leaf Aptus II (без цветовых
+  данных). Протестировано на файлах Leaf Aptus II 6,7,8,10 и 12,
+  должно работать с Aptus II 5.
+* Предварительная поддержка для Fujifilm X100 (тоже без цветовых 
+  матриц).
+* Исправлено возможное заглядывание за конец буфера при обработке
+  RAW-данных из файла.
+* Исправлена возможная потеря маркера синхронизации в LJPEG-потоке
+  (проявлялась только на данных с камер Leaf Aptus II)
+* LibRaw 0.13.3-Release
+
+2011-03-08 Alex Tutubalin l...@lexa.ru
 * Исправлена ошибка чтения камерного баланса белого для некоторых 
   камер Sony
 * LibRaw 0.13.2-Release
diff -urN '--exclude=CVS' 

commit lensfun for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package lensfun for openSUSE:Factory
checked in at Tue Jun 14 12:16:56 CEST 2011.




--- lensfun/lensfun.changes 2011-04-09 09:52:15.0 +0200
+++ /mounts/work_src_done/STABLE/lensfun/lensfun.changes2011-06-13 
16:25:03.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 13 14:06:22 UTC 2011 - fcro...@suse.com
+
+- Add lensfun-fixcrash.patch: fix crash on malformed database (SVN)
+- Add lensfun-0.2.5-cpuid.patch: fix crash on cpu detection (SVN)
+- set GCC.LDFLAGS to avoid stripping and useless -debug* package.
+
+---

calling whatdependson for head-i586


New:

  lensfun-0.2.5-cpuid.patch
  lensfun-fixcrash.patch



Other differences:
--
++ lensfun.spec ++
--- /var/tmp/diff_new_pack.07LwEi/_old  2011-06-14 12:15:17.0 +0200
+++ /var/tmp/diff_new_pack.07LwEi/_new  2011-06-14 12:15:17.0 +0200
@@ -21,12 +21,16 @@
 Name:   lensfun
 Summary:A photographic lens database and a library for accessing it
 Version:0.2.5
-Release:10
+Release:12
 Url:http://lensfun.berlios.de/
 Source0:lensfun-%{version}.tar.bz2
 # This patch got created via
 # svn diff svn://svn.berlios.de/lensfun/tags/0.2.5/data 
svn://svn.berlios.de/lensfun/trunk/data  lens_database_update.diff
 Patch1: lens_database_update.diff
+# PATCH-FIX-UPSTREAM lensfun-fixcrash.patch fcro...@suse.com -- fix crash on 
malformed databases (from svn)
+Patch2: lensfun-fixcrash.patch
+# PATCH-FIX-UPSTREAM lensfun-0.2.5-cpuid.patch fcro...@suse.com -- fix crash 
on cpu detection (from svn)
+Patch3: lensfun-0.2.5-cpuid.patch
 License:LGPLv3
 Group:  System/Libraries
 Requires:   liblensfun0 = %{version}-%{release}
@@ -82,6 +86,8 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch2 -p1
+%patch3 -p1
 cd data
 %patch1 -p0
 
@@ -100,7 +106,8 @@
--libdir=%{_libdir} \
--includedir=%{_includedir} \
--libexecdir=%{_libexecdir}
-make AUTODEP=0 %{?_smp_mflags} lensfun manual
+# set GCC.LDFLAGS to avoid stripping and useless -debuginfo
+make AUTODEP=0 GCC.LDFLAGS.release= V=1 %{?_smp_mflags} lensfun manual
 
 %install
 make AUTODEP=0 INSTALL_PREFIX=%{?buildroot:%{buildroot}} install


++ lensfun-0.2.5-cpuid.patch ++
From 9a3301bc3c239e0e74d6bc20f950b338d31457d9 Mon Sep 17 00:00:00 2001
From: zap zap@2a61fa91-e63d-0410-b60c-e65103854af9
Date: Sun, 9 May 2010 13:53:35 +
Subject: [PATCH]  * Modified a little the asm instructions for detecting CPU 
features
  * configure will now print the vectorization instrution sets which will be 
used

git-svn-id: svn://svn.berlios.de/lensfun/trunk@109 
2a61fa91-e63d-0410-b60c-e65103854af9
---
 configure  |1 +
 libs/lensfun/cpuid.cpp |   28 
 2 files changed, 9 insertions(+), 20 deletions(-)

diff --git a/configure b/configure
index 2439096..8cee50a 100755
--- a/configure
+++ b/configure
@@ -118,4 +118,5 @@ print Target directory for data files: + tibs.DATADIR
 print Target directory for libraries:  + tibs.LIBDIR
 print Target directory for include files:  + tibs.INCLUDEDIR
 print Target directory for documentation:  + tibs.DOCDIR
+print Use vector instruction set(-s):  + , .join (x for x in 
tibs.VECTORIZATION)
 print 
diff --git a/libs/lensfun/cpuid.cpp b/libs/lensfun/cpuid.cpp
index ed0ecf9..d7f43b3 100644
--- a/libs/lensfun/cpuid.cpp
+++ b/libs/lensfun/cpuid.cpp
@@ -25,17 +25,13 @@
 guint _lf_detect_cpu_features ()
 {
 #define cpuid(cmd) \
-asm ( \
-push %%R_BX\n \
+__asm volatile ( \
 cpuid\n \
-pop %%R_BX\n \
: =a (ax), =c (cx),  =d (dx) \
-   : 0 (cmd))
+   : 0 (cmd) \
+   : R_BX)
 
-register __SIZE_TYPE__ ax asm (R_AX);
-register __SIZE_TYPE__ bx asm (R_BX);
-register __SIZE_TYPE__ dx asm (R_DX);
-register __SIZE_TYPE__ cx asm (R_CX);
+__SIZE_TYPE__ ax, cx, dx, tmp;
 static GStaticMutex lock = G_STATIC_MUTEX_INIT;
 static guint cpuflags = -1;
 
@@ -45,7 +41,7 @@ guint _lf_detect_cpu_features ()
 cpuflags = 0;
 
 /* Test cpuid presence by checking bit 21 of eflags */
-asm (
+__asm volatile (
 pushf\n
 pop %0\n
 mov %0, %1\n
@@ -57,7 +53,7 @@ guint _lf_detect_cpu_features ()
 cmp %0, %1\n
 setne   %%al\n
 movzb   %%al, %0\n
-: =r (ax), =r (bx));
+: =r (ax), =r (tmp));
 
 if (ax)
 {
@@ -88,12 +84,12 @@ guint _lf_detect_cpu_features ()
 cpuflags |= LF_CPU_FLAG_SSE4_2;
 }
 
-/* Is there extensions */
+/* Are there extensions? */
 cpuid 

commit MesaGLw for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package MesaGLw for openSUSE:Factory
checked in at Tue Jun 14 12:20:17 CEST 2011.




--- MesaGLw/MesaGLw.changes 2010-09-04 18:16:21.0 +0200
+++ /mounts/work_src_done/STABLE/MesaGLw/MesaGLw.changes2011-06-06 
20:31:42.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  6 18:16:32 UTC 2011 - e...@suse.de
+
+- remove GLw-motif.diff. Instead resolve in spec file.
+
+---

calling whatdependson for head-i586


Old:

  GLw-motif.diff
  MesaLib-7.8.2.tar.bz2

New:

  MesaLib-7.10.2.tar.bz2



Other differences:
--
++ MesaGLw.spec ++
--- /var/tmp/diff_new_pack.CZJf00/_old  2011-06-14 12:18:55.0 +0200
+++ /var/tmp/diff_new_pack.CZJf00/_new  2011-06-14 12:18:55.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package MesaGLw (Version 7.8.2)
+# spec file for package MesaGLw
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,11 +25,10 @@
 Group:  System/Libraries
 Provides:   Mesa:%{_libdir}/libGLw.so.1 
 AutoReqProv:on
-Version:7.8.2
+Version:7.10.2
 Release:1
 Summary:Mesa Widget library
 Source: MesaLib-%{version}.tar.bz2
-Patch:  GLw-motif.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -60,10 +59,13 @@
 
 %prep
 %setup -q -n Mesa-%{version}
-%patch
 
 %build
-ln -s linux-dri configs/current
+configure --disable-egl --disable-gles1 --disable-gles2 \
+--disable-gles-overlay --disable-openvg  --disable-glu \
+--disable-glut --disable-gallium \
+--enable-opengl --with-driver=xlib \
+--enable-glw --enable-motif 
 cd src/glw/
 %{__make} %{?jobs:-j%jobs} OPT_FLAGS=$RPM_OPT_FLAGS
 
@@ -75,7 +77,7 @@
 cp src/glw/README .
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+#rm -rf $RPM_BUILD_ROOT
 
 %post -p /sbin/ldconfig
 
@@ -88,7 +90,7 @@
 
 %files devel
 %defattr(-,root,root)
-/usr/include/GL/*.h
+/usr/include/GL/GLw*.h
 %{_libdir}/libGLw.so
 
 %changelog

++ MesaLib-7.8.2.tar.bz2 - MesaLib-7.10.2.tar.bz2 ++
 947915 lines of diff (skipped)






Remember to have fun...

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



commit plasmoid-cwp for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package plasmoid-cwp for openSUSE:Factory
checked in at Tue Jun 14 12:24:01 CEST 2011.




--- KDE/plasmoid-cwp/plasmoid-cwp.changes   2011-06-03 20:27:04.0 
+0200
+++ /mounts/work_src_done/STABLE/plasmoid-cwp/plasmoid-cwp.changes  
2011-06-11 22:11:45.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun 11 20:10:12 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 1.5.4:
+  * xml: ilmeteo.it: icon and description fixes
+
+---

calling whatdependson for head-i586


Old:

  98925-cwp-1.5.3.tar.bz2

New:

  98925-cwp-1.5.4.tar.bz2



Other differences:
--
++ plasmoid-cwp.spec ++
--- /var/tmp/diff_new_pack.mUemJz/_old  2011-06-14 12:23:41.0 +0200
+++ /var/tmp/diff_new_pack.mUemJz/_new  2011-06-14 12:23:41.0 +0200
@@ -20,7 +20,7 @@
 
 
 Name:   plasmoid-cwp
-Version:1.5.3
+Version:1.5.4
 Release:1
 Summary:Customizable Weather Plasmoid
 

++ 98925-cwp-1.5.3.tar.bz2 - 98925-cwp-1.5.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.3/ChangeLog new/cwp-1.5.4/ChangeLog
--- old/cwp-1.5.3/ChangeLog 2011-06-01 22:04:21.0 +0200
+++ new/cwp-1.5.4/ChangeLog 2011-06-11 16:18:22.0 +0200
@@ -1,3 +1,7 @@
+1.5.4
+=
+- xml: ilmeteo.it: icon and description fixes
+
 1.5.3
 =
 - xml: accuweather.com (US): links and location fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.3/README new/cwp-1.5.4/README
--- old/cwp-1.5.3/README2011-06-01 22:04:21.0 +0200
+++ new/cwp-1.5.4/README2011-06-11 16:18:23.0 +0200
@@ -1,5 +1,5 @@
 =
-Customizable Weather Plasmoid (CWP) 1.5.3
+Customizable Weather Plasmoid (CWP) 1.5.4
 =
 
 This is another weather plasmoid.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.3/data/br_weather_com.xml 
new/cwp-1.5.4/data/br_weather_com.xml
--- old/cwp-1.5.3/data/br_weather_com.xml   2011-06-01 22:04:21.0 
+0200
+++ new/cwp-1.5.4/data/br_weather_com.xml   2011-06-11 16:18:23.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2011-06-01 name=br.weather.com 
search_page=http://br.weather.com; example_zip=BRXX0043 unit=C /
+   xml_file_version type=cwp version=2011-06-11 name=br.weather.com 
search_page=http://br.weather.com; example_zip=BRXX0043 unit=C /
 
locale_settings locale=pt encoding=latin1 /
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.3/data/de_weather_com.xml 
new/cwp-1.5.4/data/de_weather_com.xml
--- old/cwp-1.5.3/data/de_weather_com.xml   2011-06-01 22:04:21.0 
+0200
+++ new/cwp-1.5.4/data/de_weather_com.xml   2011-06-11 16:18:23.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2011-06-01 name=de.weather.com 
search_page=http://de.weather.com; example_zip=80331 unit=C /
+   xml_file_version type=cwp version=2011-06-11 name=de.weather.com 
search_page=http://de.weather.com; example_zip=80331 unit=C /
 
locale_settings locale=de encoding=latin1 /
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.3/data/espanol_weather_com.xml 
new/cwp-1.5.4/data/espanol_weather_com.xml
--- old/cwp-1.5.3/data/espanol_weather_com.xml  2011-06-01 22:04:21.0 
+0200
+++ new/cwp-1.5.4/data/espanol_weather_com.xml  2011-06-11 16:18:23.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2011-06-01 
name=espanol.weather.com search_page=http://espanol.weather.com; 
example_zip=Ciudad-de-Mexico-MXDF0132 unit=C /
+   xml_file_version type=cwp version=2011-06-11 
name=espanol.weather.com search_page=http://espanol.weather.com; 
example_zip=Ciudad-de-Mexico-MXDF0132 unit=C /
 
locale_settings locale=utf-8 encoding=utf8 /
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.3/data/fr_weather_com.xml 
new/cwp-1.5.4/data/fr_weather_com.xml
--- old/cwp-1.5.3/data/fr_weather_com.xml   2011-06-01 22:04:21.0 
+0200
+++ new/cwp-1.5.4/data/fr_weather_com.xml   2011-06-11 16:18:23.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2011-06-01 name=fr.weather.com 
search_page=http://fr.weather.com; 

commit kiwi-config-openSUSE for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory
checked in at Tue Jun 14 12:25:04 CEST 2011.




--- kiwi-config-openSUSE/kiwi-config-openSUSE.changes   2011-06-07 
10:01:28.0 +0200
+++ 
/mounts/work_src_done/STABLE/kiwi-config-openSUSE/kiwi-config-openSUSE.changes  
2011-06-10 11:24:17.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 10 09:23:36 UTC 2011 - co...@novell.com
+
+- update version
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kiwi-config-openSUSE.spec ++
--- /var/tmp/diff_new_pack.2Fsp0R/_old  2011-06-14 12:24:08.0 +0200
+++ /var/tmp/diff_new_pack.2Fsp0R/_new  2011-06-14 12:24:08.0 +0200
@@ -25,8 +25,8 @@
 #opensuse-gnomequick_en-pdf opensuse-kdequick_en-pdf
 BuildRequires:  jing kiwi yast2-country
 Summary:KDE live CD
-Version:11.4
-Release:15
+Version:12.1
+Release:1
 Group:  System/Boot
 License:BSD3c(or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -57,7 +57,7 @@
 %setup -T -c
 
 %build
-kiwiversion=11.4
+kiwiversion=12.1
 BASEDIR=$PWD
 localedir=`mktemp -d`
 OUTPUTDIR=$localedir/ /usr/lib/YaST2/bin/y2base %{SOURCE22} UI








Remember to have fun...

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



commit igerman98 for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package igerman98 for openSUSE:Factory
checked in at Tue Jun 14 14:41:28 CEST 2011.




--- igerman98/igerman98.changes 2011-05-23 12:00:23.0 +0200
+++ /mounts/work_src_done/STABLE/igerman98/igerman98.changes2011-06-13 
09:52:05.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 13 07:52:09 UTC 2011 - pgaj...@novell.com
+
+- updated to 20110609
+  * new words
+
+---

calling whatdependson for head-i586


Old:

  igerman98-20110321.tar.bz2

New:

  igerman98-20110609.tar.bz2



Other differences:
--
++ igerman98.spec ++
--- /var/tmp/diff_new_pack.ka6UiL/_old  2011-06-14 13:45:56.0 +0200
+++ /var/tmp/diff_new_pack.ka6UiL/_new  2011-06-14 13:45:56.0 +0200
@@ -22,7 +22,7 @@
 License:GPLv2+
 Group:  Productivity/Text/Spell
 AutoReqProv:on
-Version:20110321
+Version:20110609
 Release:1
 Summary:German Spell Check Dictionaries
 Url:http://www.j3e.de/ispell/igerman98/dict/

++ igerman98-20110321.tar.bz2 - igerman98-20110609.tar.bz2 ++
 4897 lines of diff (skipped)






Remember to have fun...

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Tue Jun 14 14:43:03 CEST 2011.




--- AUTO/all/arpwatch-ethercodes/arpwatch-ethercodes.changes2011-06-03 
14:40:09.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-06-10 15:40:08.0 +0200
@@ -2 +2 @@
-Fri Jun  3 14:40:08 CEST 2011 - autobu...@suse.de
+Fri Jun 10 15:40:08 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-06-03
+- automated update on 2011-06-10

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.vwk5CJ/_old  2011-06-14 14:41:38.0 +0200
+++ /var/tmp/diff_new_pack.vwk5CJ/_new  2011-06-14 14:41:38.0 +0200
@@ -25,7 +25,7 @@
 Group:  Productivity/Networking/Diagnostic
 AutoReqProv:on
 Summary:Ethercodes Data for arpwatch
-Version:2011.6.3
+Version:2011.6.10
 Release:1
 Source: http://standards.ieee.org/regauth/oui/oui.txt.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt.bz2 ++
--- /var/tmp/diff_new_pack.vwk5CJ/_old  2011-06-14 14:41:38.0 +0200
+++ /var/tmp/diff_new_pack.vwk5CJ/_new  2011-06-14 14:41:38.0 +0200
@@ -12713,6 +12713,12 @@
Elgin IL 60123-1100
UNITED STATES
 
+00-07-AB   (hex)   Samsung Electronics Co.,Ltd
+0007AB (base 16)   Samsung Electronics Co.,Ltd
+   #94-1, Imsoo-Dong
+   Gumi Gyeongbuk 730-350
+   KOREA, REPUBLIC OF
+
 00-07-AC   (hex)   Eolring
 0007AC (base 16)   Eolring
10 Rue Alfred Kastler
@@ -14771,8 +14777,8 @@
 
 00-09-0F   (hex)   Fortinet Inc.
 00090F (base 16)   Fortinet Inc.
-    Octavius Drive
-   Santa Clara CA 95054
+   1090 Kifer Road
+   Sunnyvale CA 94086
UNITED STATES
 
 00-09-10   (hex)   Simple Access Inc.
@@ -29099,9 +29105,8 @@
 
 00-11-F0   (hex)   Wideful Limited
 0011F0 (base 16)   Wideful Limited
-   3B, Speedy Ind. Bldg., 114 How Ming Street
-   Kwun Tong
-   Hong Kong 852
+   F5, 3/F., Phase II, Superluck Industrial 
Centre, 
+   57 Sha Tsui Road, Tsuen Wan, 
HONG KONG
 
 00-11-F1   (hex)   QinetiQ Ltd
@@ -66791,7 +66796,7 @@
 
 00-41-B4   (hex)   Wuxi Zhongxing Optoelectronics Technology 
Co.,Ltd.
 0041B4 (base 16)   Wuxi Zhongxing Optoelectronics Technology 
Co.,Ltd.
-   Block 93-C, Sci. amp; Tech. Industry park,
+   Block 93-C, Sci.  Tech. Industry park,
New district.
Wuxi Jiangsu 214028
CHINA
@@ -66827,11 +66832,11 @@
CH-8108 DAELLIKON  
SWITZERLAND
 
-00-50-03   (hex)   GRETAG MACBETH AG
-005003 (base 16)   GRETAG MACBETH AG
-   ALTHARDSTRASSE 70
-   CH-8105 REGENSDORF  
-   SWITZERLAND
+00-50-03   (hex)   Xrite Inc
+005003 (base 16)   Xrite Inc
+   4300 44TH Street, S.E.
+   Grand Rapids MI 49512
+   UNITED STATES
 
 00-50-04   (hex)   3COM CORPORATION
 005004 (base 16)   3COM CORPORATION
@@ -81890,6 +81895,12 @@
Oulu  90590
FINLAND
 
+0C-DF-A4   (hex)   Samsung Electronics Co.,Ltd
+0CDFA4 (base 16)   Samsung Electronics Co.,Ltd
+   #94-1, Imsoo-Dong
+   Gumi Gyeongbuk 730-350
+   KOREA, REPUBLIC OF
+
 0C-E7-09   (hex)   Fox Crypto B.V.
 0CE709 (base 16)   Fox Crypto B.V.
P.O. box 638
@@ -82263,6 +82274,13 @@
Huntsville AL 35805
UNITED STATES
 
+14-37-3B   (hex)   PROCOM Systems
+14373B (base 16)   PROCOM Systems
+   #1001, Kranz Techno, 5442-1
+   Sangdaewon-dong, Jungwon-gu
+   

commit the-board for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package the-board for openSUSE:Factory
checked in at Tue Jun 14 14:47:55 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/the-board/the-board.changes2011-04-28 
15:48:29.0 +0200
@@ -0,0 +1,89 @@
+---
+Thu Apr 28 11:29:18 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.1.3:
+  + Features:
+- Webcam support in photo elements with Cheese.
+- Pressing 'Delete' key removes selected elements.
+- Ctrl+N shortcut to create a new page.
+  + Misc improvements:
+- Hide the appmenu stub in Unity.
+- Misc updates on build script and moduleset.
+- Misc code cleanups.
+  + Bugs fixed:
+- bgo#636625: Webcam support in Photo thing.
+- bgo#646111: Hide the appmenu stub in Unity
+  + Updated translations.
+
+---
+Tue Mar 29 16:23:06 UTC 2011 - fcro...@novell.com
+
+- Add libthe-board-1_0-0 Requires, as a workaround for
+  bnc#590025#c1.
+
+---
+Tue Mar 29 08:10:30 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.1.2:
+  + Features:
+- Main window now has the usual decoration and behaves as
+  normal toplevel window
+- Keyboard shortcuts for alignment and distribution actions:
+  Ctrl+H - Distribute horizontally
+  Ctrl+G - Distribute vertically
+  Ctrl+U - Align to the left
+  Ctrl+I - Align to the right
+  Ctrl+J - Align to the top
+  Ctrl+K - Align to the bottom
+- More consistent keyboard shortcuts:
+  Ctrl+W - Hides main window
+  Ctrl+Q - Quits application
+  + Misc improvements:
+- More subtle screen dimming when an element is active
+- Deactivate Label element when Return key is pressed
+- Save page when multiple things are moved around
+- Misc fixes necessary to build and run on Natty
+- Initial infrastructure for unit tests
+  + Bugs fixed:
+   - bgo#644336: Position of elements is not saved correctly when
+ multiple elements are dragged.
+   - bgo#640596: Pressing Return while editing a label should
+ deactivate it.
+   - bgo#645519: Lot of crashes, (almost 33% click causes a crash)
+   - bgo#637710: Use action-based operations in main toolbar
+   - bgo#640595: Factor out toolbars from MainWindow
+  + Updated translations
+- Rename library and devel packages to follow library soname
+  change: libtb-1_0-0 to libthe-board-1_0-0 and libtb-devel to
+  libthe-board-devel.
+
+---
+Fri Mar  4 12:37:19 CET 2011 - vu...@opensuse.org
+
+- Cleanup for inclusion in Factory:
+  + Split nautilus-extension-the-board, libtb-1_0-0 subpackages.
+  + Rework summaries and descriptions.
+  + Other small bits.
+
+---
+Wed Feb 02 11:54:54 UTC 2011 - awa...@opensuse.org
+
+- Update to version 0.1.1.1 with a fix to a typo in Makefile-js.am
+
+---
+Tue Feb 01 22:57:42 UTC 2011 - awa...@opensuse.org
+
+- Update to version 0.1.1:
+  + Bug fixes: bgo#636624, bgo#636627, bgo#636628, bgo#637484,
+bgo#637703, bgo#637705, bgo#639207, bgo#639318, bgo#639905,
+bgo#640597, bgo#640792, bgo#641019.
+
+---
+Tue Jan 18 21:38:14 UTC 2011 - awa...@opensuse.org
+
+- Update spec file to include a full list of Requires
+
+---
+Mon Dec  6 19:55:27 UTC 2010 - awa...@opensuse.org
+
+- Initial build for openSUSE version 0.1.0

calling whatdependson for head-i586


New:

  the-board-0.1.3.tar.bz2
  the-board.changes
  the-board.spec



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

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



Name:   the-board
Version:0.1.3
Release:1
License:GPLv3+
Summary:A space for quickly placing daily records
Url:http://live.gnome.org/TheBoardProject

commit php5-pear-Horde_Url for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Url for 
openSUSE:Factory
checked in at Tue Jun 14 15:06:49 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Url/php5-pear-Horde_Url.changes
2011-04-06 18:40:50.0 +0200
@@ -0,0 +1,10 @@
+---
+Wed Apr  6 16:40:46 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:40:31 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Url-1.0.0.tgz
  php5-pear-Horde_Url.changes
  php5-pear-Horde_Url.spec



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

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


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

Summary:PEAR: Horde Url class

Name:   php5-pear-Horde_Url
Version:1.0.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Url-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Url
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Url
%define pear_sname horde_url
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This class represents a single URL and provides methods for manipulating
URLs.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Url.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Tree for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Tree for 
openSUSE:Factory
checked in at Tue Jun 14 15:25:02 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Tree/php5-pear-Horde_Tree.changes  
2011-04-06 18:40:38.0 +0200
@@ -0,0 +1,10 @@
+---
+Wed Apr  6 16:40:32 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:40:13 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Tree-1.0.0.tgz
  php5-pear-Horde_Tree.changes
  php5-pear-Horde_Tree.spec



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

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


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

Summary:PEAR: Horde Tree API

Name:   php5-pear-Horde_Tree
Version:1.0.0
Release:1
License:GPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Tree-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Tree
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Url  2.0.0, 
php5-pear-Horde_Util  2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Url = 2.0.0, 
php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Tree
%define pear_sname horde_tree
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This package provides a tree view of hierarchical information. It allows
for expanding/collapsing of branches and maintains their state.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Tree.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Translation for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Translation for 
openSUSE:Factory
checked in at Tue Jun 14 15:25:42 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Translation/php5-pear-Horde_Translation.changes
2011-04-06 18:40:21.0 +0200
@@ -0,0 +1,10 @@
+---
+Wed Apr  6 16:40:16 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:39:45 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Translation-1.0.0.tgz
  php5-pear-Horde_Translation.changes
  php5-pear-Horde_Translation.spec



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

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


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

Summary:PEAR: Horde translation library

Name:   php5-pear-Horde_Translation
Version:1.0.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Translation-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Translation
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Translation
%define pear_sname horde_translation
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This is the horde translation library

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

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%find_lang %{pear_name}
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

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

%clean
rm -rf %{buildroot}

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

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

%files -f %{pear_name}.lang
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Translation.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Template for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Template for 
openSUSE:Factory
checked in at Tue Jun 14 15:28:06 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Template/php5-pear-Horde_Template.changes
  2011-06-09 11:46:22.0 +0200
@@ -0,0 +1,15 @@
+---
+Thu Jun  9 09:46:50 UTC 2011 - l...@b1-systems.de
+
+- no longer delete buildroot in %install section (compliance)
+
+---
+Wed Apr  6 16:36:52 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:36:52 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Template-1.0.0.tgz
  php5-pear-Horde_Template.changes
  php5-pear-Horde_Template.spec



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

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


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

Summary:PEAR: Horde Template System

Name:   php5-pear-Horde_Template
Version:1.0.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Template-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Template
BuildRequires:  php5-pear = 1.4.7
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Template
%define pear_sname horde_template
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
Horde Template system. Adapted from bTemplate, by Brian Lozier
br...@massassi.net.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Template.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_SyncMl for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_SyncMl for 
openSUSE:Factory
checked in at Tue Jun 14 15:29:58 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_SyncMl/php5-pear-Horde_SyncMl.changes
  2011-06-09 11:50:50.0 +0200
@@ -0,0 +1,28 @@
+---
+Thu Jun  9 09:51:12 UTC 2011 - l...@b1-systems.de
+
+- put language files in %lang
+- no longer delete buildroot in %install
+
+---
+Thu May 26 11:50:15 UTC 2011 - l...@b1-systems.de
+
+- a more complete fix for bugs.horde.org bug #10008
+- version 1.0.2
+
+---
+Wed May 18 16:36:36 UTC 2011 - l...@b1-systems.de
+
+- fixes slowsync bug #10008
+- Version 1.0.1
+
+---
+Wed Apr  6 16:36:25 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:36:35 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_SyncMl-1.0.2.tgz
  php5-pear-Horde_SyncMl.changes
  php5-pear-Horde_SyncMl.spec



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

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


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

Summary:PEAR: Horde_SyncMl provides an API for processing SyncML 
requests

Name:   php5-pear-Horde_SyncMl
Version:1.0.2
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_SyncMl-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_SyncMl
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Date  2.0.0, php5-pear-Horde_Icalendar  
2.0.0, php5-pear-Horde_Log  2.0.0, php5-pear-Horde_Support  2.0.0, 
php5-pear-Horde_Util  2.0.0, php5-pear-Horde_Xml_Wbxml  2.0.0, 
php5-pear-Horde_Translation  2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Date = 2.0.0, php5-pear-Horde_Icalendar = 
2.0.0, php5-pear-Horde_Log = 2.0.0, php5-pear-Horde_Support = 2.0.0, 
php5-pear-Horde_Util = 2.0.0, php5-pear-Horde_Xml_Wbxml = 2.0.0, 
php5-pear-Horde_Translation = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_SyncMl
%define pear_sname horde_syncml
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This package provides classes for implementing a SyncML server.
SyncML is an OMA standard for synchronizing contacts, notes, calendar and tasks 
of mobile devices similar to ActiveSync
It is advisable to use it together with other components from the Horde 
Framework
%prep
%setup -c -T
pear -v -c pearrc \
-d php_dir=%{peardir} \
-d doc_dir=%{_docdir}/%{name} \
-d bin_dir=%{_bindir} \
-d data_dir=%{peardir}/data \
-d test_dir=%{peardir}/tests \
-d ext_dir=%{_libdir} \
-s

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%find_lang %{pear_name}
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

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

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft 

commit php5-pear-Horde_Stream_Wrapper for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Stream_Wrapper for 
openSUSE:Factory
checked in at Tue Jun 14 15:30:48 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Stream_Wrapper/php5-pear-Horde_Stream_Wrapper.changes
  2011-06-09 11:56:33.0 +0200
@@ -0,0 +1,20 @@
+---
+Thu Jun  9 09:57:07 UTC 2011 - l...@b1-systems.de
+
+- no longer delete buildroot
+
+---
+Wed Apr  6 16:35:02 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Wed Mar 16 19:10:56 UTC 2011 - l...@b1-systems.de
+
+- 1.0.0beta1
+
+---
+Wed Mar 16 15:08:40 UTC 2011 - l...@b1-systems.de
+
+- Initial Packaging of php5-pear-Horde_Stream_Wrapper-1.0.0alpha1
+

calling whatdependson for head-i586


New:

  Horde_Stream_Wrapper-1.0.0.tgz
  php5-pear-Horde_Stream_Wrapper.changes
  php5-pear-Horde_Stream_Wrapper.spec



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

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


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

Summary:PEAR: Horde Stream wrappers

Name:   php5-pear-Horde_Stream_Wrapper
Version:1.0.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Stream_Wrapper-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Stream_Wrapper
BuildRequires:  php5-pear = 1.4.7
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Stream_Wrapper
%define pear_sname horde_stream_wrapper
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This package provides various stream wrappers.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Stream_Wrapper.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Stream_Filter for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Stream_Filter for 
openSUSE:Factory
checked in at Tue Jun 14 15:32:28 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Stream_Filter/php5-pear-Horde_Stream_Filter.changes
2011-06-09 12:01:03.0 +0200
@@ -0,0 +1,21 @@
+---
+Thu Jun  9 10:01:14 UTC 2011 - l...@b1-systems.de
+
+- removing rm buildroot in install
+- adding rpm standard headers
+
+---
+Wed Apr  6 16:34:36 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Wed Mar 16 19:12:22 UTC 2011 - l...@b1-systems.de
+
+- Version 1.0.0beta1
+
+---
+Wed Mar 16 15:27:26 UTC 2011 - l...@b1-systems.de
+
+- Initial packaging of Horde_Stream_Filter 1.0.0alpha1
+

calling whatdependson for head-i586


New:

  Horde_Stream_Filter-1.0.0.tgz
  php5-pear-Horde_Stream_Filter.changes
  php5-pear-Horde_Stream_Filter.spec



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

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


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

Summary:PEAR: Horde Stream filters

Name:   php5-pear-Horde_Stream_Filter
Version:1.0.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Stream_Filter-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Stream_Filter
BuildRequires:  php5-pear = 1.4.7
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Stream_Filter
%define pear_sname horde_stream_filter
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This package provides various stream filters.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Stream_Filter.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_SpellChecker for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_SpellChecker for 
openSUSE:Factory
checked in at Tue Jun 14 15:33:40 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_SpellChecker/php5-pear-Horde_SpellChecker.changes
  2011-06-09 12:03:37.0 +0200
@@ -0,0 +1,15 @@
+---
+Thu Jun  9 10:04:07 UTC 2011 - l...@b1-systems.de
+
+- compliance: remove rm buildroot in install
+
+---
+Wed Apr  6 16:30:50 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:34:09 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_SpellChecker-1.0.0.tgz
  php5-pear-Horde_SpellChecker.changes
  php5-pear-Horde_SpellChecker.spec



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

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


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

Summary:PEAR: Spellcheck API

Name:   php5-pear-Horde_SpellChecker
Version:1.0.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_SpellChecker-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_SpellChecker
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Util  
2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_SpellChecker
%define pear_sname horde_spellchecker
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
Unified spellchecking API.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_SpellChecker.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Share for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Share for 
openSUSE:Factory
checked in at Tue Jun 14 15:34:56 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Share/php5-pear-Horde_Share.changes
2011-06-09 12:07:18.0 +0200
@@ -0,0 +1,31 @@
+---
+Thu Jun  9 10:07:47 UTC 2011 - l...@b1-systems.de
+
+- added findlang macro
+- remove rm buildroot line
+
+---
+Wed May 18 15:49:01 UTC 2011 - l...@b1-systems.de
+
+- Version 1.1.0
+- [mjr] Fix usage of countOwners() and listOwners() in the Sqlng driver.
+- [mjr] Add ability to immediately save a single attribute change.
+- [jan] Updated Spanish translation.
+- [jan] SECURITY: Fix permission checks of guest users on system shares.
+
+
+---
+Tue Apr 12 10:52:54 UTC 2011 - l...@b1-systems.de
+
+- drop dependency on Horde_Sql
+
+---
+Wed Apr  6 16:29:05 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:33:44 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Share-1.1.0.tgz
  php5-pear-Horde_Share.changes
  php5-pear-Horde_Share.spec



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

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


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

Summary:PEAR: Horde Shared Permissions System

Name:   php5-pear-Horde_Share
Version:1.1.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Share-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Share
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Db  2.0.0, php5-pear-Horde_Exception  2.0.0, 
php5-pear-Horde_Group  2.0.0, php5-pear-Horde_Perms  2.0.0, 
php5-pear-Horde_Support  2.0.0, php5-pear-Horde_Translation  2.0.0, 
php5-pear-Horde_Util  2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Db = 2.0.0, php5-pear-Horde_Exception = 2.0.0, 
php5-pear-Horde_Group = 2.0.0, php5-pear-Horde_Perms = 2.0.0, 
php5-pear-Horde_Support = 2.0.0, php5-pear-Horde_Translation = 2.0.0, 
php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Share
%define pear_sname horde_share
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
Horde_Share provides an interface to all shared resources a user
owns or has access to.

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

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%find_lang %{pear_name}
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

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

%clean
rm -rf %{buildroot}

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

%postun
if 

commit php5-pear-Horde_SessionHandler for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_SessionHandler for 
openSUSE:Factory
checked in at Tue Jun 14 15:35:45 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_SessionHandler/php5-pear-Horde_SessionHandler.changes
  2011-06-09 12:09:28.0 +0200
@@ -0,0 +1,15 @@
+---
+Thu Jun  9 10:10:01 UTC 2011 - l...@b1-systems.de
+
+- removed rm buildroot line in install (policy)
+
+---
+Wed Apr  6 16:28:40 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:32:01 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_SessionHandler-1.0.0.tgz
  php5-pear-Horde_SessionHandler.changes
  php5-pear-Horde_SessionHandler.spec



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

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


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

Summary:PEAR: Horde Session Handler API

Name:   php5-pear-Horde_SessionHandler
Version:1.0.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_SessionHandler-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_SessionHandler
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Util  
2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_SessionHandler
%define pear_sname horde_sessionhandler
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
Horde_SessionHandler defines an API for implementing custom session
handlers for PHP.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_SessionHandler.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Serialize for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Serialize for 
openSUSE:Factory
checked in at Tue Jun 14 15:40:33 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Serialize/php5-pear-Horde_Serialize.changes
2011-06-09 14:58:21.0 +0200
@@ -0,0 +1,21 @@
+---
+Thu Jun  9 12:58:40 UTC 2011 - l...@b1-systems.de
+
+- removed rm buildroot line
+
+---
+Wed May 18 15:35:42 UTC 2011 - l...@b1-systems.de
+
+- Version 1.0.1
+- fixed dependencies 
+
+---
+Wed Apr  6 16:27:22 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:31:06 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

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



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

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


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

Summary:PEAR: Data Encapulation API

Name:   php5-pear-Horde_Serialize
Version:1.0.1
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Serialize-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Serialize
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear = 1.7.0
## Horde Pear Requirements
Requires:   php5-pear-Horde_Exception  2.0.0
Requires:   php5-pear-Horde_Util  2.0.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Serialize
%define pear_sname horde_serialize
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
The Horde_Serialize library provides various methods of encapsulating data.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)
%doc %{_docdir}/%{name}
%{peardir}/*
%{xmldir}/Horde_Serialize.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Routes for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Routes for 
openSUSE:Factory
checked in at Tue Jun 14 15:52:32 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Routes/php5-pear-Horde_Routes.changes
  2011-06-09 15:11:24.0 +0200
@@ -0,0 +1,15 @@
+---
+Thu Jun  9 13:11:47 UTC 2011 - l...@b1-systems.de
+
+- moved docs to docdir
+
+---
+Wed Apr  6 16:25:32 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:29:13 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Routes-1.0.0.tgz
  php5-pear-Horde_Routes.changes
  php5-pear-Horde_Routes.spec



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

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


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

Summary:PEAR: Horde Routes URL mapping system

Name:   php5-pear-Horde_Routes
Version:1.0.0
Release:1
License:BSD
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Routes-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Routes
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Routes
%define pear_sname horde_routes
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This package provides classes for mapping URLs into the controllers and
actions of an MVC system. It is a port of a Python library, Routes, by Ben
Bangert (http://routes.groovie.org).

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)
%doc %{_docdir}/%{name}
%{peardir}/*
%{xmldir}/Horde_Routes.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Pdf for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Pdf for 
openSUSE:Factory
checked in at Tue Jun 14 15:54:30 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Pdf/php5-pear-Horde_Pdf.changes
2011-06-09 15:27:46.0 +0200
@@ -0,0 +1,15 @@
+---
+Thu Jun  9 13:28:27 UTC 2011 - l...@b1-systems.de
+
+- moved docs to docdir
+
+---
+Wed Apr  6 12:27:08 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:22:48 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Pdf-1.0.0.tgz
  php5-pear-Horde_Pdf.changes
  php5-pear-Horde_Pdf.spec



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

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


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

Summary:PEAR: Horde PDF library

Name:   php5-pear-Horde_Pdf
Version:1.0.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Pdf-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Pdf
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Pdf
%define pear_sname horde_pdf
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This package provides PDF generation using only PHP, without requiring any
external libraries.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Pdf.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Nls for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Nls for 
openSUSE:Factory
checked in at Tue Jun 14 15:57:34 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Nls/php5-pear-Horde_Nls.changes
2011-06-09 15:35:22.0 +0200
@@ -0,0 +1,20 @@
+---
+Thu Jun  9 13:35:58 UTC 2011 - l...@b1-systems.de
+
+- marked locale files as %lang
+
+---
+Wed May 18 15:23:59 UTC 2011 - l...@b1-systems.de
+
+- Version 1.0.1 with optional dependencies
+
+---
+Wed Apr  6 12:26:02 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:21:43 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

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



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

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


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

Summary:PEAR: This package provides Native Language Support (NLS)

Name:   php5-pear-Horde_Nls
Version:1.0.1
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Nls-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Nls
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear = 1.7.0
# horde pear packages
Requires:   php5-pear-Horde_Translation  2.0.0
Requires:   php5-pear-Horde_Util  2.0.0, 
# pear packages
Suggests:   php5-pear-Net_DNS2
# pecl packages
Suggests:   php5-geoip

Conflicts:  php5-pear-Horde_Translation = 2.0.0, php5-pear-Horde_Util = 
2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Nls
%define pear_sname horde_nls
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
Provide common methods for handling language data, timezones, and
hostname-country lookups.

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

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%find_lang %{pear_name}
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

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

%clean
rm -rf %{buildroot}

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

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

%files -f %{pear_name}.lang
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Nls.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Mail for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Mail for 
openSUSE:Factory
checked in at Tue Jun 14 16:04:51 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Mail/php5-pear-Horde_Mail.changes  
2011-06-09 15:46:52.0 +0200
@@ -0,0 +1,15 @@
+---
+Thu Jun  9 13:47:27 UTC 2011 - l...@b1-systems.de
+
+- add upgrade path
+
+---
+Wed Apr  6 12:22:58 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:20:12 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Mail-1.0.0.tgz
  php5-pear-Horde_Mail.changes
  php5-pear-Horde_Mail.spec



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

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


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

Summary:PEAR: Horde Mail Library

Name:   php5-pear-Horde_Mail
Version:1.0.0
Release:1
License:BSD
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Mail-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Mail
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Mail
%define pear_sname horde_mail
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
The Horde_Mail library is a fork of the PEAR Mail library that provides
additional functionality, including (but not limited to):
* Allows a stream to be passed in.
* Allows raw headertext to be used in the outgoing messages (required for
things like message redirection pursuant to RFC 5322 [3.6.6]).
* Native PHP 5 code.
* PHPUnit test suite.
* Provides more comprehensive sendmail error messages.
* Uses Exceptions instead of PEAR_Errors.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Mail.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_LoginTasks for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_LoginTasks for 
openSUSE:Factory
checked in at Tue Jun 14 16:06:04 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_LoginTasks/php5-pear-Horde_LoginTasks.changes
  2011-06-09 15:52:15.0 +0200
@@ -0,0 +1,15 @@
+---
+Thu Jun  9 13:52:52 UTC 2011 - l...@b1-systems.de
+
+- marked locale files as %lang
+
+---
+Wed Apr  6 12:19:28 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:19:41 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_LoginTasks-1.0.0.tgz
  php5-pear-Horde_LoginTasks.changes
  php5-pear-Horde_LoginTasks.spec



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

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


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

Summary:PEAR: Horde Login Tasks System

Name:   php5-pear-Horde_LoginTasks
Version:1.0.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_LoginTasks-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_LoginTasks
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Translation  2.0.0
Requires:   php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Translation = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_LoginTasks
%define pear_sname horde_logintasks
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
The Horde_LoginTasks library provides a set of methods for dealing with
tasks run upon login to Horde applications.

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

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%find_lang %{pear_name}
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

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

%clean
rm -rf %{buildroot}

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

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

%files -f %{pear_name}.lang
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_LoginTasks.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Log for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Log for 
openSUSE:Factory
checked in at Tue Jun 14 16:07:11 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Log/php5-pear-Horde_Log.changes
2011-06-09 15:48:49.0 +0200
@@ -0,0 +1,15 @@
+---
+Thu Jun  9 13:49:31 UTC 2011 - l...@b1-systems.de
+
+- added upgrade path
+
+---
+Wed Apr  6 12:19:13 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:19:21 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Log-1.0.0.tgz
  php5-pear-Horde_Log.changes
  php5-pear-Horde_Log.spec



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

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


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

Summary:PEAR: Horde Logging library

Name:   php5-pear-Horde_Log
Version:1.0.0
Release:1
License:BSD
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Log-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Log
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Constraint  2.0.0, php5-pear-Horde_Exception  
2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Constraint = 2.0.0, php5-pear-Horde_Exception = 
2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Log
%define pear_sname horde_log
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
Horde Logging package with configurable handlers, filters, and formatting.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Log.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Lock for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Lock for 
openSUSE:Factory
checked in at Tue Jun 14 16:09:30 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Lock/php5-pear-Horde_Lock.changes  
2011-06-09 15:54:09.0 +0200
@@ -0,0 +1,15 @@
+---
+Thu Jun  9 13:54:46 UTC 2011 - l...@b1-systems.de
+
+- removed buildroot deletion in %install
+
+---
+Wed Apr  6 12:18:58 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:19:02 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Lock-1.0.0.tgz
  php5-pear-Horde_Lock.changes
  php5-pear-Horde_Lock.spec



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

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


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

Summary:PEAR: Horde Resource Locking System

Name:   php5-pear-Horde_Lock
Version:1.0.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Lock-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Lock
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Support  
2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Support = 
2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Lock
%define pear_sname horde_lock
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
The Horde_Lock library provides the Horde resource locking system.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Lock.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Ldap for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Ldap for 
openSUSE:Factory
checked in at Tue Jun 14 16:11:28 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Ldap/php5-pear-Horde_Ldap.changes  
2011-06-09 15:56:17.0 +0200
@@ -0,0 +1,28 @@
+---
+Thu Jun  9 13:56:50 UTC 2011 - l...@b1-systems.de
+
+- remove buildroot deletion
+
+---
+Wed May 18 14:59:56 UTC 2011 - l...@b1-systems.de
+
+- [jan] Fix detecting superiour objectclassapos; must/may attributes (Bug 
#9826).
+- Version 1.1.0
+
+---
+Wed Apr 20 20:59:09 UTC 2011 - l...@b1-systems.de
+
+- Updating to 1.1.0
+- [jan] Add parameter to Horde_Ldap_Schema#must() and #may() to return 
attributes from superior objectclasses too (Bug #9826).
+- [jan] Donapos;t throw exceptions from Horde_Ldap_Schema#must() and #may() 
(Bug #9826).
+
+---
+Wed Apr  6 12:18:44 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:18:38 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Ldap-1.1.1.tgz
  php5-pear-Horde_Ldap.changes
  php5-pear-Horde_Ldap.spec



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

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


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

Summary:PEAR: Horde LDAP libraries

Name:   php5-pear-Horde_Ldap
Version:1.1.1
Release:1
License:LGPLv3
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Ldap-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Ldap
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Util  
2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Ldap
%define pear_sname horde_ldap
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This package provides a set of classes for connecting to LDAP servers and
working with directory objects.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Ldap.xml

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: 

commit php5-pear-Horde_Kolab_Storage for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Kolab_Storage for 
openSUSE:Factory
checked in at Tue Jun 14 16:14:40 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Kolab_Storage/php5-pear-Horde_Kolab_Storage.changes
2011-06-09 16:02:05.0 +0200
@@ -0,0 +1,15 @@
+---
+Thu Jun  9 14:02:43 UTC 2011 - l...@b1-systems.de
+
+- marked locale files as %lang
+
+---
+Wed Apr  6 12:18:18 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:16:38 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Kolab_Storage-1.0.0.tgz
  php5-pear-Horde_Kolab_Storage.changes
  php5-pear-Horde_Kolab_Storage.spec



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

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


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

Summary:PEAR: A package for handling Kolab data stored on an IMAP server

Name:   php5-pear-Horde_Kolab_Storage
Version:1.0.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Kolab_Storage-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Kolab_Storage
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Cache  2.0.0
Requires:   php5-pear-Horde_Exception  2.0.0
Requires:   php5-pear-Horde_Kolab_Format  2.0.0
Requires:   php5-pear-Horde_Mime  2.0.0
Requires:   php5-pear-Horde_Translation  2.0.0
Requires:   php5-pear-Horde_Support  2.0.0
Requires:   php5-pear-Horde_Util  2.0.0
Requires:   php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Cache = 2.0.0, php5-pear-Horde_Exception = 
2.0.0, php5-pear-Horde_Kolab_Format = 2.0.0, php5-pear-Horde_Mime = 2.0.0, 
php5-pear-Horde_Translation = 2.0.0, php5-pear-Horde_Support = 2.0.0, 
php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Kolab_Storage
%define pear_sname horde_kolab_storage
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
Storing user data in an IMAP account belonging to the user is one of the
Kolab server core concepts. This package provides all the necessary means
to deal with this type of data storage effectively.

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

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%find_lang %{pear_name}
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock
# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Kolab_Storage.xml

%clean
rm -rf %{buildroot}

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

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

%files -f %{pear_name}.lang
%defattr(-,root,root)
%doc 

commit php5-pear-Horde_Kolab_Session for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Kolab_Session for 
openSUSE:Factory
checked in at Tue Jun 14 16:15:56 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Kolab_Session/php5-pear-Horde_Kolab_Session.changes
2011-06-09 16:04:52.0 +0200
@@ -0,0 +1,15 @@
+---
+Thu Jun  9 14:05:18 UTC 2011 - l...@b1-systems.de
+
+- removing rm buildroot in install section (policy)
+
+---
+Wed Apr  6 12:17:55 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:16:23 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Kolab_Session-1.0.0.tgz
  php5-pear-Horde_Kolab_Session.changes
  php5-pear-Horde_Kolab_Session.spec



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

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


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

Summary:PEAR: A package managing an active Kolab session

Name:   php5-pear-Horde_Kolab_Session
Version:1.0.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Kolab_Session-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Kolab_Session
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Kolab_Server 
 2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Kolab_Server 
= 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Kolab_Session
%define pear_sname horde_kolab_session
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This package handles a Kolab session. It allows to authenticate against
LDAP and provides the users storage locations.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Kolab_Session.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Kolab_Server for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Kolab_Server for 
openSUSE:Factory
checked in at Tue Jun 14 16:16:41 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Kolab_Server/php5-pear-Horde_Kolab_Server.changes
  2011-06-09 16:07:21.0 +0200
@@ -0,0 +1,15 @@
+---
+Thu Jun  9 14:07:52 UTC 2011 - l...@b1-systems.de
+
+- remove remove buildroot line
+
+---
+Wed Apr  6 12:17:05 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:16:04 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Kolab_Server-1.0.0.tgz
  php5-pear-Horde_Kolab_Server.changes
  php5-pear-Horde_Kolab_Server.spec



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

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


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

Summary:PEAR: A package for manipulating the Kolab user database

Name:   php5-pear-Horde_Kolab_Server
Version:1.0.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Kolab_Server-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Kolab_Server
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Auth  2.0.0, php5-pear-Horde_Exception  
2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Auth = 2.0.0, php5-pear-Horde_Exception = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Kolab_Server
%define pear_sname horde_kolab_server
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This package allows to read/write entries in the Kolab user
 database stored in LDAP.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)
%doc %{_docdir}/%{name}
%{peardir}/*
%{xmldir}/Horde_Kolab_Server.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_History for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_History for 
openSUSE:Factory
checked in at Tue Jun 14 16:19:10 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_History/php5-pear-Horde_History.changes
2011-06-09 16:28:16.0 +0200
@@ -0,0 +1,15 @@
+---
+Thu Jun  9 14:29:03 UTC 2011 - l...@b1-systems.de
+
+- moved docs to docdir
+
+---
+Wed Apr  6 12:12:17 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:12:23 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_History-1.0.0.tgz
  _service:format_spec_file:php5-pear-Horde_History.spec
  php5-pear-Horde_History.changes
  php5-pear-Horde_History.spec



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

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


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

Summary:PEAR: API for tracking the history of an object

Name:   php5-pear-Horde_History
Version:1.0.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_History-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_History
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Db  2.0.0, php5-pear-Horde_Exception  2.0.0, 
php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Db = 2.0.0, php5-pear-Horde_Exception = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_History
%define pear_sname horde_history
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}


%description
The Horde_History API provides a way to track changes on arbitrary pieces
of data in Horde applications.

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


%build


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

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

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


%clean
rm -rf %{buildroot}


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


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


%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_History.xml



%changelog
++ php5-pear-Horde_History.spec ++
#
# spec file for package php5-pear-Horde_History
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An 

commit php5-pear-Horde_Db for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Db for 
openSUSE:Factory
checked in at Tue Jun 14 16:20:48 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/php5-pear-Horde_Db/php5-pear-Horde_Db.changes  
2011-06-09 16:48:49.0 +0200
@@ -0,0 +1,31 @@
+---
+Thu Jun  9 14:49:27 UTC 2011 - l...@b1-systems.de
+
+- moved docs to docdir
+
+---
+Fri Apr 22 12:26:33 UTC 2011 - l...@b1-systems.de
+
+- removed this package's version of horde-db-migrate as it conflicts
+  with horde4's apparently more recent version of the script
+
+---
+Wed Apr 20 20:56:36 UTC 2011 - l...@b1-systems.de
+
+- Update to 1.0.1
+
+---
+Wed Apr  6 12:05:55 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 10:20:14 UTC 2011 - l...@b1-systems.de
+
+- added usr/bin/horde-db-migrate
+
+---
+Thu Mar 17 09:02:12 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

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



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

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


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

Summary:PEAR: Horde Database Libraries

Name:   php5-pear-Horde_Db
Version:1.0.1
Release:1
License:BSD
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Db-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Db
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Date  2.0.0, php5-pear-Horde_Exception  
2.0.0, php5-pear-Horde_Support  2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Date = 2.0.0, php5-pear-Horde_Exception = 
2.0.0, php5-pear-Horde_Support = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Db
%define pear_sname horde_db
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
Horde database/SQL abstraction layer

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)
%doc %{_docdir}/%{name}
%{peardir}/*
%{xmldir}/Horde_Db.xml

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: 

commit php5-pear-Horde_Date_Parser for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Date_Parser for 
openSUSE:Factory
checked in at Tue Jun 14 16:21:30 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Date_Parser/php5-pear-Horde_Date_Parser.changes
2011-06-09 16:54:51.0 +0200
@@ -0,0 +1,15 @@
+---
+Thu Jun  9 14:55:24 UTC 2011 - l...@b1-systems.de
+
+- moved docs to docdir
+
+---
+Wed Apr  6 12:05:29 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 08:53:25 UTC 2011 - l...@b1-systems.de
+
+- Initial checkin version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Date_Parser-1.0.0.tgz
  php5-pear-Horde_Date_Parser.changes
  php5-pear-Horde_Date_Parser.spec



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

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


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

Summary:PEAR: Horde Date Parser

Name:   php5-pear-Horde_Date_Parser
Version:1.0.0
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Date_Parser-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Date_Parser
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Date  2.0.0, php5-pear-Horde_Support  2.0.0, 
php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Date = 2.0.0, php5-pear-Horde_Support = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Date_Parser
%define pear_sname horde_date_parser
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
Library for natural-language date parsing, with support for multiple
languages and locales

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)
%doc %{_docdir}/%{name}
%{peardir}/*
%{xmldir}/Horde_Date_Parser.xml

%changelog





Remember to have fun...

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



commit perl-Unicode-Map for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package perl-Unicode-Map for openSUSE:Factory
checked in at Tue Jun 14 16:23:22 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Unicode-Map/perl-Unicode-Map.changes  
2011-06-07 10:34:50.0 +0200
@@ -0,0 +1,15 @@
+---
+Tue Jun  7 08:27:12 UTC 2011 - co...@novell.com
+
+- regenerate with cpanspec 1.75.05
+
+---
+Wed Dec  1 13:35:56 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Sun Mar 28 15:25:17 UTC 2010 - l...@linux-schulserver.de
+
+- initial version 0.112
+

calling whatdependson for head-i586


New:

  Unicode-Map-0.112.tar.gz
  perl-Unicode-Map.changes
  perl-Unicode-Map.spec



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

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



Name:   perl-Unicode-Map
Version:0.112
Release:1
License:GPLv2+ or Artistic
%define cpan_name Unicode-Map
Summary:maps charsets from and to utf16 unicode
Url:http://search.cpan.org/dist/Unicode-Map/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/M/MS/MSCHWARTZ/%{cpan_name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
%{perl_requires}

%description
This module converts strings from and to 2-byte Unicode UCS2 format. All
mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8 encoding.
To transform these use Unicode::String.

For historical reasons this module coexists with Unicode::Map8. Please use
Unicode::Map8 unless you need to care for two byte character sets, e.g.
chinese GB2312. Anyway, if you stick to the basic functionality (see
documentation) you can use both modules equivalently.

Practically this module will disappear from earth sooner or later as
Unicode mapping support needs somehow to get into perl's core. If you like
to work on this field please don't hesitate contacting Gisle Aas!

This module can't deal directly with utf8. Use Unicode::String to convert
utf8 to utf16 and vice versa.

Character mapping is according to the data of binary mapfiles in
Unicode::Map hierarchy. Binary mapfiles can also be created with this
module, enabling you to install own specific character sets. Refer to
mkmapfile or file REGISTRY in the Unicode::Map hierarchy.

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes COPYING README

%changelog





Remember to have fun...

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



commit perl-File-Mork for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package perl-File-Mork for openSUSE:Factory
checked in at Tue Jun 14 16:24:28 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-File-Mork/perl-File-Mork.changes  
2011-03-25 20:02:50.0 +0100
@@ -0,0 +1,6 @@
+---
+Mon Feb 21 02:43:16 UTC 2011 - greg.freem...@gmail.com
+
+- initial package 0.3
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  _service
  _service:download_url:File-Mork-0.3.tar.gz
  perl-File-Mork.changes
  perl-File-Mork.spec



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

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



Name:   perl-File-Mork
Version:0.3
Release:1
License:PERMISSIVE-OSI-COMPLIANT
%define cpan_name File-Mork
Summary:a module to read Mozilla URL history files
Url:http://search.cpan.org/dist/File-Mork/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/S/SI/SIMONW/File-Mork-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl(Module::Build)
BuildRequires:  perl-macros
BuildRequires:  perl(HTML::Entities)
Requires:   perl(HTML::Entities)
%{perl_requires}

%description
This is a module that can read the Mozilla URL history file -- normally
$HOME/.mozilla/default/*.slt/history.dat -- and extract the id, url, name,
hostname, first visted dat, last visited date and visit count.

To find your history file it might be worth using *Mozilla::Backup* which
has some platform-independent code for finding the profiles of various
Mozilla-isms (including Firefox, Camino, K-Meleon, etc.).

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

%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes examples

%changelog
++ _service ++
services
  
service name=download_urlparam 
name=path/CPAN/authors/id/S/SI/SIMONW/File-Mork-0.3.tar.gz/paramparam 
name=hostsearch.cpan.org/param/service/services




Remember to have fun...

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



commit perl-Digest-Perl-MD5 for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package perl-Digest-Perl-MD5 for 
openSUSE:Factory
checked in at Tue Jun 14 16:25:34 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Digest-Perl-MD5/perl-Digest-Perl-MD5.changes  
2011-01-21 20:48:39.0 +0100
@@ -0,0 +1,6 @@
+---
+Fri Jan 21 19:48:35 UTC 2011 - co...@novell.com
+
+- initial package 1.8
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Digest-Perl-MD5-1.8.tar.gz
  perl-Digest-Perl-MD5.changes
  perl-Digest-Perl-MD5.spec



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

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



Name:   perl-Digest-Perl-MD5
Version:1.8
Release:1
License:CHECK(GPL+ or Artistic)
%define cpan_name Digest-Perl-MD5
Summary:Perl implementation of Ron Rivests MD5 Algorithm
Url:http://search.cpan.org/dist/Digest-Perl-MD5/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/D/DE/DELTA/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
%{perl_requires}

%description
This modules has the same interface as the much faster 'Digest::MD5'. So
you can easily exchange them, e.g.

BEGIN {
  eval {
require Digest::MD5;
import Digest::MD5 'md5_hex'
  };
  if ($@) { # ups, no Digest::MD5
require Digest::Perl::MD5;
import Digest::Perl::MD5 'md5_hex'
  } 
}

If the 'Digest::MD5' module is available it is used and if not you take
'Digest::Perl::MD5'.

You can also install the Perl part of Digest::MD5 together with
Digest::Perl::MD5 and use Digest::MD5 as normal, it falls back to
Digest::Perl::MD5 if it cannot load its object files.

For a detailed Documentation see the 'Digest::MD5' module.

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc CHANGES rand.f README

%changelog





Remember to have fun...

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



commit horde4-mnemo for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package horde4-mnemo for openSUSE:Factory
checked in at Tue Jun 14 16:26:44 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/horde4-mnemo/horde4-mnemo.changes  
2011-06-09 17:44:18.0 +0200
@@ -0,0 +1,32 @@
+---
+Thu Jun  9 15:44:43 UTC 2011 - l...@b1-systems.de
+
+- docs moved to docdir
+
+---
+Wed May 18 16:53:12 UTC 2011 - l...@b1-systems.de
+
+- Update to Version 3.0.1
+- [jan] Fix accidental encryption of notes.
+- [jan] Fix color picker for categories in the note list header (Bug #9980).
+
+---
+Sat May 14 07:51:07 UTC 2011 - l...@b1-systems.de
+
+- fdupes and findlang added
+
+---
+Wed Apr  6 17:19:49 UTC 2011 - l...@b1-systems.de
+
+- added scripts
+
+---
+Wed Apr  6 17:04:19 UTC 2011 - l...@b1-systems.de
+
+- Upgrading to stable release 3.0.0
+
+---
+Fri Mar 18 10:42:55 UTC 2011 - l...@b1-systems.de
+
+- Initial packaging of mnemo3
+

calling whatdependson for head-i586


New:

  horde4-mnemo.changes
  horde4-mnemo.spec
  mnemo-3.0.1.tgz



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

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


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

Summary:PEAR: A web based notes manager

Name:   horde4-mnemo
Version:3.0.1
Release:1
License:ASL
Group:  Productivity/Networking/Web/Utilities
Source0:http://pear.horde.org/get/mnemo-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/mnemo
BuildRequires:  php5-pear = 1.4.7
Requires:   horde4  5.0.0, php5-pear = 1.7.0
Conflicts:  horde4 = 5.0.0
BuildRequires:  fdupes
BuildRequires:  php5-pear-Horde_Role php5-pear-channel-horde
Requires:   php5-pear-channel-horde, php5-pear-Horde_Role, 
php5-pear-Horde_Auth, php5-pear-Horde_Core, php5-pear-Horde_Data, 
php5-pear-Horde_Exception, php5-pear-Horde_Form 
Requires:   php5-pear-Horde_Group, php5-pear-Horde_History, 
php5-pear-Horde_Icalendar, php5-pear-Horde_Db, php5-pear-Horde_Pdf, 
php5-pear-Horde_Crypt, php5-pear-Horde_Cli
BuildArch:  noarch

%description
The Mnemo Note Manager is the Horde notes/memos application. It allows
users to keep web-based notes and freeform text. Notes may be shared with
other users via shared notepads. It requires the Horde Application
Framework and an SQL database or Kolab server for backend storage.

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

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%fdupes %buildroot%{hordedir}/mnemo
%find_lang mnemo 
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

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

%clean
rm -rf %{buildroot}

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

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

%files -f mnemo.lang
%defattr(-,root,root)
%doc %{_docdir}/%{name}
%{peardir}/*
%{xmldir}/mnemo.xml
%{hordedir}/mnemo
%attr(0775,root,www) %dir 

commit horde4-kronolith for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package horde4-kronolith for openSUSE:Factory
checked in at Tue Jun 14 16:27:29 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/horde4-kronolith/horde4-kronolith.changes  
2011-06-09 17:37:54.0 +0200
@@ -0,0 +1,19 @@
+---
+Thu Jun  9 15:38:12 UTC 2011 - l...@b1-systems.de
+
+- move docs to docdir
+
+---
+Wed May 18 16:50:35 UTC 2011 - l...@b1-systems.de
+
+- Update to Version 3.0.3
+- [jan] Add header for timeobjects calendars.
+- [jan] Fix date picker in advanced search form (Bug #10039).
+- [mjr] Remove visible exceptions when deleting recurring events (Bug #10013).
+- [mjr] Fix issue causing listTimeObject calendars to not appear (Bug #10012).
+
+---
+Sat May 14 08:17:18 UTC 2011 - l...@b1-systems.de
+
+- initial packaging of v3.0.2
+

calling whatdependson for head-i586


New:

  horde4-kronolith.changes
  horde4-kronolith.spec
  kronolith-3.0.3.tgz



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

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


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

Summary:PEAR: A web based calendar

Name:   horde4-kronolith
Version:3.0.3
Release:1
License:GPLv3
Group:  Productivity/Networking/Web/Utilities
Source0:http://pear.horde.org/get/kronolith-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/kronolith
BuildRequires:  php5-pear = 1.4.7
Requires:   horde4  5.0.0, php5-pear = 1.7.0
Conflicts:  horde4 = 5.0.0
BuildRequires:  fdupes
BuildRequires:  php5-pear-Horde_Role php5-pear-channel-horde
Requires:   php5-pear-channel-horde, php5-pear-Horde_Role, 
php5-pear-Horde_Auth, php5-pear-Horde_Core, php5-pear-Horde_Data, 
php5-pear-Horde_Date, php5-pear-Horde_Date_Parser, php5-pear-Horde_Exception, 
php5-pear-Horde_Form 
Requires:   php5-pear-Horde_Group, php5-pear-Horde_History, 
php5-pear-Horde_Icalendar, php5-pear-Horde_Db, php5-pear-Horde_Pdf, 
php5-pear-Horde_Crypt, php5-pear-Horde_Cli, php5-pear-Horde_Mime
Requires:   php5-pear-Horde_Prefs, php5-pear-Horde_Perms, 
php5-pear-Horde_Share, php5-pear-Horde_Support, php5-pear-Horde_Text_Filter, 
php5-pear-Horde_View, php5-pear-Horde_ActiveSync  
Requires:   php5-pear-Horde_Db, horde4-timeobjects horde4-content 
php5-pear-Horde_Lock php5-pear-Horde_Mail php5-pear-Horde_Serialize
Requires:   php5-gettext php5-json 
#php5-simplexml
BuildArch:  noarch

%description
Kronolith is the Horde calendar application. 
It provides web-based calendars backed by a SQL database or a Kolab server. 
Supported features include Ajax and mobile interfaces, shared calendars, remote 
calendars, 
invitation management (iCalendar/iTip), free/busy management, resource 
management, alarms, recurring events, 
and a sophisticated day/week view which handles arbitrary numbers of 
overlapping events.

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

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%fdupes %buildroot%{hordedir}/kronolith
%find_lang kronolith 
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

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

%clean
rm -rf %{buildroot}

%post
pear 

commit horde4-ingo for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package horde4-ingo for openSUSE:Factory
checked in at Tue Jun 14 16:28:27 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/horde4-ingo/horde4-ingo.changes
2011-06-09 17:35:03.0 +0200
@@ -0,0 +1,14 @@
+---
+Thu Jun  9 15:35:28 UTC 2011 - l...@b1-systems.de
+
+- moved docs to docdir
+
+---
+Sat May 14 21:49:10 UTC 2011 - l...@b1-systems.de
+
+- docs fix
+
+---
+Sat May 14 21:12:54 UTC 2011 - l...@b1-systems.de
+
+- initial packaging as 2.0.1

calling whatdependson for head-i586


New:

  horde4-ingo.changes
  horde4-ingo.spec
  ingo-2.0.1.tgz



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

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


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

Summary:PEAR: An email filter rules manager

Name:   horde4-ingo
Version:2.0.1
Release:1
License:BSD
Group:  Productivity/Networking/Web/Utilities
Source0:http://pear.horde.org/get/ingo-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/ingo
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear = 1.4.7
Requires:   horde4  5.0.0, php5-pear = 1.7.0
Conflicts:  horde4 = 5.0.0
BuildRequires:  fdupes
BuildRequires:  php5-pear-Horde_Role php5-pear-channel-horde
Requires:   php5-pear-channel-horde, php5-pear-Horde_Role
Requires:   php5-pear-Horde_Auth
Requires:   php5-pear-Horde_Autoloader
Requires:   php5-pear-Horde_Browser
Requires:   php5-pear-Horde_Cli
Requires:   php5-pear-Horde_Core
Requires:   php5-pear-Horde_Db
Requires:   php5-pear-Horde_Editor
Requires:   php5-pear-Horde_Exception
Requires:   php5-pear-Horde_Form
Requires:   php5-pear-Horde_Group
Requires:   php5-pear-Horde_History
Requires:   php5-pear-Horde_Icalendar
Requires:   php5-pear-Horde_Image 
Requires:   php5-pear-Horde_Imap_Client
Requires:   php5-pear-Horde_Itip
Requires:   php5-pear-Horde_Lock
Requires:   php5-pear-Horde_LoginTasks
Requires:   php5-pear-Horde_Mail
Requires:   php5-pear-Horde_Mime
Requires:   php5-pear-Horde_Mime_Viewer
Requires:   php5-pear-Horde_Nls
Requires:   php5-pear-Horde_Notification
Requires:   php5-pear-Horde_Pdf
Requires:   php5-pear-Horde_Perms
Requires:   php5-pear-Horde_Prefs
Requires:   php5-pear-Horde_Share
Requires:   php5-pear-Horde_Support
Requires:   php5-pear-Horde_Text_Filter
Requires:   php5-pear-Horde_Text_Flowed
Requires:   php5-pear-Horde_Token
Requires:   php5-pear-Horde_Tree
Requires:   php5-pear-Horde_Url
Requires:   php5-pear-Horde_Util
Requires:   php5-pear-Horde_Vfs
Requires:   php5-pear-Horde_View
Requires:   php5-pear-Horde_Serialize
Requires:   php5-pear-Net_Sieve
Requires:   php5-pear-Net_Socket

Requires:   horde4-timeobjects horde4-content
Requires:   php5-gettext 
#php5-singolexml
BuildArch:  noarch

%description
Ingo is an email-filter management application. It is fully internationalized, 
integrated with Horde and the IMP Webmail client, 
and supports both server-side (Sieve, procmail) and client-side (IMAP) message 
filtering.

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

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%fdupes %buildroot%{hordedir}/ingo
%find_lang ingo 
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf 

commit grisbi for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package grisbi for openSUSE:Factory
checked in at Tue Jun 14 16:30:29 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/grisbi/grisbi.changes  2011-05-28 
00:25:21.0 +0200
@@ -0,0 +1,211 @@
+---
+Mon May 23 23:33:43 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.8.6:
+  + Fix a problem of calculating the balance after deletion of two
+archives
+  + Simplification of the function for parsing dates, fixing a
+crash on Windows
+  + Add support for the variance for the planned transactions
+  + Fix various bugs
+
+---
+Tue May  3 10:10:42 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.8.5:
+  + Added cloning of scheduled operations
+  + Fixed a bug of calculating balances with different currencies
+in the table estimates
+  + Fixed a bug in creation of payees and creation of a
+sub-budgetary line
+  + Don't update the tree view when it's not here while making an
+archive
+  + Typo in function name. Don't repeat twice the same by Mokona
+  + Fixed bug: Grisbi crashes when Importing a QIF file with a list
+of categories
+  + Adding of Data_Path variable to debug
+- Changes from version 0.8.4:
+  + Fixes a bug that corrupts the file of accounts when saving in
+certain circumstances.
+  + Minor corrections in the management of the logo of Grisbi
+- Changes from version 0.8.3:
+  + Fixed a bug export csv files on Windows
+  + Fixed a potential crash
+  + Fixed bug: The box of restoration of the sub-transactions
+appears again if the operation is no longer a split transaction
+  + Adding the XDG directories in the printed variables and fix
+memory leaks
+  + Fixed bug: Problem of updating of the pointing balance
+  + Fixed a crash when importing a file without extension
+  + Fixed bug: Filtering problem by amount
+- Changes from version 0.8.2:
+  + Fixed bug: Unable to delete third, category, or budget item
+- Changes from version 0.8.1:
+  + Fixed bug: Unable to enter a debit or credit
+- Changes from version 0.8.0:
+  + Integration of the budget module in the basic version of Grisbi
+  + Integration of a simulator credits with the ability to print or
+export the data into a spreadsheet
+  + Management of local settings (date format, decimal separator
+and thousands separator)
+  + Addition of the amortization schedule for liability accounts
+  + Addition of custom icons in the accounts file
+  + Colorization of debits in the scheduler
+  + Rewrite of gtk_combofix for payees to remove delays
+  + Rewritten import of QIF files
+  + Use gint64 to expand the fields of numbers up to 9 223 372 036
+854 775 807
+  + Many bugs fixed
+
+---
+Fri Apr 29 01:31:44 CEST 2011 - vu...@opensuse.org
+
+- Cleanup for inclusion in Factory.
+
+---
+Fri Apr  8 10:57:00 UTC 2011 - cbosdon...@novell.com
+
+- Cleaned grisbi.spec file
+
+---
+Tue Aug 31 06:26:59 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 0.6.0:
+  * file encryption support
+  * new and improved print system
++ LaTeX no more needed, printing has never been so straightforward
++ transaction list can be printed as well as reports
+  * improved user interface
++ tabs deprecated in favor of a navigation tree
++ redesigned categories/payees/budgetary lines trees
++ totally redesigned transaction list with native GTK2 widgets
++ split of transactions displayed directly in transaction list
++ optional grid in transaction list
++ new view menu
++ use of assistants to ease some operations
++ custom sort for transaction list columns
++ reconcile now shows togglable buttons
++ use of + and - in amount entry to increment/decrement values
++ quick import of recurrent files
++ pre-built category sets dependent of the locale
++ all colors can be customized
++ astonishing icons ... can't ask for more!
+  * Greek translation thanks to Achilleas
+  * archival of old transactions, possibly into separate files
+  * form structure defined by user
+  * end of the obligation to use Euro
+  * Gnucash and CSV files import
+  * HBCI support through the aqbanking plugin
+  * reconciled transactions are archived by default
+  * huge work on localization :
++ Grisbi suggests a default currency according to the locale
++ dates are now displayed and parsed according to the locale, no more 
unbearable european dates for overseas folks!
++ amounts are displayed according to locale
+  * it is now possible to omit decimal separator in numerical fields
+  * custom mathematics engine that do not rely on 

commit frogr for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package frogr for openSUSE:Factory
checked in at Tue Jun 14 16:45:42 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/frogr/frogr.changes2011-05-28 
02:04:48.0 +0200
@@ -0,0 +1,11 @@
+---
+Sat May 28 02:03:50 CEST 2011 - vu...@opensuse.org
+
+- Use favor_gtk2 to switch between gtk2 and gtk3 builds, and choose
+  between gtk+-2.0 and gtk+-3.0 pkgconfig() BuildRequires.
+
+---
+Fri May 27 16:46:40 UTC 2011 - badshah...@gmail.com
+
+- Initial package (version 0.5)
+

calling whatdependson for head-i586


New:

  frogr-0.5.tar.bz2
  frogr.changes
  frogr.spec



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

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



Name:   frogr
Version:0.5
Release:1
License:GPLv3
Summary:Tool to Manage Flickr Accounts
Url:https://live.gnome.org/Frogr
Group:  Productivity/Graphics/Other
Source: %{name}-%{version}.tar.bz2
BuildRequires:  intltool
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(glib-2.0)
%if 0%{?favor_gtk2}
BuildRequires:  pkgconfig(gtk+-2.0)
%else
BuildRequires:  pkgconfig(gtk+-3.0)
%endif
BuildRequires:  pkgconfig(libexif)
BuildRequires:  pkgconfig(libsoup-2.4)
BuildRequires:  pkgconfig(libxml-2.0)
Recommends: %{name}-lang
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Frogr is a small application for the GNOME desktop that allows users to
manage their accounts in the Flickr image hosting website. It supports
all the basic Flickr features, including uploading pictures, adding
descriptions, setting tags and managing sets and groups pools.

%lang_package
%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install
%find_lang %{name}
%suse_update_desktop_file frogr Viewer

%clean
%{?buildroot:rm -rf %{buildroot}}

%post
%if 0%{?suse_version}  1130
%desktop_database_post
%icon_theme_cache_post
%mime_database_post
%else
gtk-update-icon-cache %{_datadir}/icons/hicolor || true
update-mime-database %{_datadir}/mime || true
%endif

%postun
%if 0%{?suse_version}  1130
%desktop_database_postun
%icon_theme_cache_postun
%mime_database_postun
%else
gtk-update-icon-cache %{_datadir}/icons/hicolor || true
update-mime-database %{_datadir}/mime || true
%endif

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README THANKS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_datadir}/pixmaps/frogr.xpm
%{_datadir}/icons/hicolor/*/apps/frogr.*
%{_mandir}/man1/frogr.1%{ext_man}

%files lang -f %{name}.lang

%changelog





Remember to have fun...

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



commit banshee-community-extensions for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package banshee-community-extensions for 
openSUSE:Factory
checked in at Tue Jun 14 16:54:32 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/banshee-community-extensions/banshee-community-extensions.changes
  2011-05-29 18:23:00.0 +0200
@@ -0,0 +1,174 @@
+---
+Fri May  6 19:37:06 UTC 2011 - nmarq...@opensuse.org
+
+- Update to version 2.0.1:
+  + Minor spec changes to remove some rpmlint warnings.
+  + Notable bugs fixed since 2.0.0:
+- ClutterFlow: Fix NRE crash (bgo#647134);
+- Karaoke: add an gst_init() call to make sure gstreamer is
+  working;
+- Karaoke: fix NRE on dispose if audiokaraoke was not found;
+- LastfmFingerprint: Don't strdup strings;
+- LastfmFingerprint: Fix empty name exception (bgo#648168);
+- Lirc: Drop liblirc_client.so moduleref (lp#773686);
+- LiveRadio: Re-enable ShoutCast with request structure from
+  RadioStationFetcher;
+- Lyrics: Always update pane title when track changes
+  (bgo#647108);
+- RadioStationFetcher: Updated the shoutcast plugin to fix the
+  IP address;
+- ZeitgeistDataprovider: Register dataprovider in DataSource
+  Registry (lp#691842);
+- ZeitgeistDataprovider: Differenciate between
+  ScheduledActivity and UserActivity (lp#748120).
+
+---
+Mon Apr  4 18:41:01 CDT 2011 - gb...@suse.de
+
+- Update to version 2.0.0
+  * New extensions since 1.8.0 :
+- Ampache: Browse and play your remote music with Ampache
+- Jamendo: Browse the Jamendo catalog, stream and download free music
+- Karaoke: Filter out the singers voice
+- LastfmFingerprint: Identify your music automatically, using the Last.fm
+  online service
+- RandomByLastfm: Shuffle your library using information from the Last.fm
+  online service
+- ZeitgeistDataprovider: Publish your Banshee activities into Zeitgeist
+  * Enhancements since 1.8.0:
+- AlarmClock: Improve the sleep timer configuration
+- LiveRadio: Add a module to fetch radio stations from RealRadios.com
+- Lyrics: Improve performance
+  * Notable bugs fixed since 1.8.0:
+- Fix missing unique IDs in several extension sources
+- AlarmClock: Fix sleep timer fade out duration (bgo#634200)
+- AlarmClock: Don't start playing if the alarm is disabled (bgo#637481)
+- ClutterFlow: Handle horizontal scrolling properly (bgo#644609)
+- Lirc: Fix potential memory issues
+- Lirc: Add a dllmap for lirc_client (bgo#635848)
+- LiveRadio: Fix crash when retrieving source icon (bgo#640152)
+- LiveRadio: Fix display of the source icon
+- Lyrics: Fix NullPointerException when artist is unknown
+- Lyrics: Properly trim artist name and track title and fix NRE 
(bgo#635616)
+- Lyrics: Change regex on LyricWiki to show only original
+  language (bgo#635434)
+- Lyrics: Throw a NetworkUnavailableException when there is no
+  network (bgo#634787)
+- Lyrics: Don't use lyricsplugin.com anymore (bgo#640570)
+- Magnatune: Fix display of the source icon
+- Streamrecorder: Fix recording of some streams (bgo#642933)
+- StreamRecorder: Fix write error by creating output directory if needed
+
+---
+Sat Oct 09 21:51:48 UTC 2010 - awa...@opensuse.org
+
+- Fix Requires: for telepathy extension.
+  Use telepathy-mission-control NOT telepathy-mission-control-5
+
+---
+Thu Sep 30 16:18:22 CDT 2010 - gb...@suse.de
+
+- Update to version 1.8.0
+  * Bugs Fixed:
+- [AlarmClock] Rework synchronization to avoid an infinite loop
+- [AlarmClock] Fix a crash on exit
+- [SoundMenu] Add dependency on the MPRIS extension
+
+---
+Wed Sep 22 17:02:55 CDT 2010 - gb...@suse.de
+
+- Update to version 1.7.6
+  * Enhancements:
+- [Lyrics] Add a Copy button to the lyrics window
+- [Lyrics] Fix up the label in LyricsPane
+- [Lyrics] Use Banshee.WebBrowser instead of webkit-sharp
+  * Bugs Fixed:
+- [build] Bring gnome-doc-utils autofoo into the tree
+- [Lyrics] Detect a false positive from lyricsplugin.com
+- [Lyrics] Fixed LyricsWiki source
+- [U1MS] Set a TypeUniqueId for the source (bgo#626965)
+
+---
+Thu Sep  2 08:55:25 CDT 2010 - gb...@suse.de
+
+- Update to version 1.7.4
+  * New:
+- [OpenVP] Add various visualizations to the Now Playing source
+- [SoundMenu] Control Banshee from the sound menu available in Ubuntu
+  * Enhancements:
+- User help is now available, automatically integrated into the Banshee 
help pages.
+  To contribute to it, 

drop backup-manager from openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

FYI: Package backup-manager was dropped from openSUSE:Factory at Tue Jun 14 
16:55:12 CEST 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=backup-manager

Remember to have fun...

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



drop ntfs-config from openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

FYI: Package ntfs-config was dropped from openSUSE:Factory at Tue Jun 14 
16:55:45 CEST 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=ntfs-config

Remember to have fun...

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



commit mkinitrd for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory
checked in at Tue Jun 14 16:59:03 CEST 2011.




--- mkinitrd/mkinitrd.changes   2011-05-09 16:56:15.0 +0200
+++ /mounts/work_src_done/STABLE/mkinitrd/mkinitrd.changes  2011-06-14 
15:57:35.0 +0200
@@ -1,0 +2,10 @@
+Tue Jun 14 13:56:11 UTC 2011 - mma...@novell.com
+
+- Add a note to the spec file that the package is maintained in git.
+
+---
+Tue Jun 14 13:30:07 UTC 2011 - mma...@novell.com
+
+- boot-start: Mount /run without noexec to match systemd.
+
+---

calling whatdependson for head-i586


Old:

  boot.loadmodules
  mkinitrd-kms_reverse.patch
  sysconfig.kernel-mkinitrd



Other differences:
--
++ mkinitrd.spec ++
--- /var/tmp/diff_new_pack.lXxO4s/_old  2011-06-14 16:57:30.0 +0200
+++ /var/tmp/diff_new_pack.lXxO4s/_new  2011-06-14 16:57:30.0 +0200
@@ -31,16 +31,17 @@
 %endif
 AutoReqProv:on
 Version:2.7.0
-Release:7
+Release:9
 Conflicts:  udev  118
 Requires:   dhcpcd
 PreReq: %fillup_prereq
 Summary:Creates an Initial RAM Disk Image for Preloading Modules
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:mkinitrd.tar.bz2
-Source1:boot.loadmodules
-Source2:sysconfig.kernel-%name
-Patch0: mkinitrd-kms_reverse.patch
+# Note: the whole package is maintained in this git repository, please
+# don't change it in the build service without sending the author a
+# pull request or patch first. Otherwise, you risk that your changes will be
+# silently overwritten by the next submission.
 Url:http://gitorious.org/opensuse/mkinitrd
 
 %description
@@ -71,7 +72,6 @@
 
 %prep
 %setup
-%patch0
 
 %build
 gcc $RPM_OPT_FLAGS -Wall -Os -o lib/mkinitrd/bin/run-init src/run-init.c
@@ -111,8 +111,8 @@
 #
 %install_mkinitrd   /usr/bin/perl /sbin/mkinitrd_setup
 EOF
-install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/etc/init.d/boot.loadmodules
-install -m 644 %{SOURCE2} 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.kernel-%name
+install -m 755 etc/boot.loadmodules $RPM_BUILD_ROOT/etc/init.d/
+install -m 644 etc/sysconfig.kernel-mkinitrd 
$RPM_BUILD_ROOT/var/adm/fillup-templates/
 
 %post
 %{remove_and_set -n kernel SKIP_RUNNING_KERNEL NO_KMS_IN_INITRD}
@@ -120,9 +120,9 @@
 %{insserv_force_if_yast /etc/init.d/boot.loadmodules}
 case $NO_KMS_IN_INITRD in
no)
-   sed -i -e s@^KMS_IN_INITRD=@KMS_IN_INITRD=\yes\@ 
/etc/sysconfig/kernel ;;
+   sed -i -e s@^KMS_IN_INITRD=.*@KMS_IN_INITRD=\yes\@ 
/etc/sysconfig/kernel ;;
yes)
-   sed -i -e s@^KMS_IN_INITRD=@KMS_IN_INITRD=\no\@ 
/etc/sysconfig/kernel ;;
+   sed -i -e s@^KMS_IN_INITRD=.*@KMS_IN_INITRD=\no\@ 
/etc/sysconfig/kernel ;;
 esac
 
 %posttrans

++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/etc/boot.loadmodules 
new/mkinitrd-2.7.0/etc/boot.loadmodules
--- old/mkinitrd-2.7.0/etc/boot.loadmodules 1970-01-01 01:00:00.0 
+0100
+++ new/mkinitrd-2.7.0/etc/boot.loadmodules 2011-06-14 15:56:40.0 
+0200
@@ -0,0 +1,51 @@
+#! /bin/sh
+#
+# Copyright (c) 2002 SuSE Linux AG, Nuernberg, Germany. All rights reserved.
+#
+# File: /etc/init.d/boot.loadmodules
+# Author: Jiri Srain jsr...@suse.cz
+#
+### BEGIN INIT INFO
+# Provides:  boot.loadmodules
+# Required-Start:boot.udev
+# Required-Stop: boot.udev
+# Default-Start: B
+# Default-Stop:
+# Short-Description: load modules required to be loaded in specific order
+# Description:   load modules required to be loaded in specific order
+### END INIT INFO
+
+. /etc/rc.status
+
+rc_reset
+
+case $1 in
+  start|restart)
+# Read variable for sysconfig and load all mentioned modules
+echo Loading required kernel modules
+. /etc/sysconfig/kernel
+for I in $MODULES_LOADED_ON_BOOT ; do
+   if ! modprobe -n $I  /dev/null 21 ; then continue ; fi
+   modprobe $I;
+done
+rc_status -v1 -r
+   ;;
+  stop)
+# skip / nothing to do
+;;
+  status)
+echo -n Checking if boot.loadmodules has run
+rc_reset
+for I in $MODULES_LOADED_ON_BOOT ; do
+   lsmod | grep -q ^$I  || rc_failed 3
+done
+rc_status -v
+;;
+  *)
+echo Usage: $0 {start|stop|status|restart}
+exit 1
+;;
+esac
+
+rc_exit
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/etc/sysconfig.kernel-mkinitrd 
new/mkinitrd-2.7.0/etc/sysconfig.kernel-mkinitrd
--- old/mkinitrd-2.7.0/etc/sysconfig.kernel-mkinitrd1970-01-01 
01:00:00.0 +0100
+++ new/mkinitrd-2.7.0/etc/sysconfig.kernel-mkinitrd

commit perl-Date-Manip for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package perl-Date-Manip for openSUSE:Factory
checked in at Tue Jun 14 16:59:28 CEST 2011.




--- perl-Date-Manip/perl-Date-Manip.changes 2011-04-18 09:47:50.0 
+0200
+++ /mounts/work_src_done/STABLE/perl-Date-Manip/perl-Date-Manip.changes
2011-06-14 10:12:18.0 +0200
@@ -1,0 +2,13 @@
+Tue Jun 14 08:04:00 UTC 2011 - vci...@novell.com
+
+- update to 6.24
+  New features
+Spaces are ignored in the SetDate/ForceDate config values.  Zsban Ambrus
+  Bug fixes
+Fixed a bug where 'in one week' wasn't correctly parsed.  E. M. Shtern
+Fixed a bug where options passed in to the 'new' as a listref weren't 
handled
+properly.  Zsban Ambrus
+  Time zone fixes
+Newest zoneinfo data (tzdata 2011g)
+
+---

calling whatdependson for head-i586


Old:

  Date-Manip-6.23.tar.bz2

New:

  Date-Manip-6.24.tar.bz2



Other differences:
--
++ perl-Date-Manip.spec ++
--- /var/tmp/diff_new_pack.8kmY5X/_old  2011-06-14 16:59:13.0 +0200
+++ /var/tmp/diff_new_pack.8kmY5X/_new  2011-06-14 16:59:13.0 +0200
@@ -22,7 +22,7 @@
 Name:   perl-Date-Manip
 %define cpan_name Date-Manip
 Summary:Date manipulation routines
-Version:6.23
+Version:6.24
 Release:1
 License:GPL+ or Artistic
 Group:  Development/Libraries/Perl

++ Date-Manip-6.23.tar.bz2 - Date-Manip-6.24.tar.bz2 ++
 28237 lines of diff (skipped)






Remember to have fun...

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



commit perl-Parse-CPAN-Packages for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package perl-Parse-CPAN-Packages for 
openSUSE:Factory
checked in at Tue Jun 14 17:00:01 CEST 2011.




--- perl-Parse-CPAN-Packages/perl-Parse-CPAN-Packages.changes   2011-04-01 
11:36:09.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Parse-CPAN-Packages/perl-Parse-CPAN-Packages.changes
  2011-06-14 11:55:50.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 14 09:53:24 UTC 2011 - co...@novell.com
+
+- update with new cpanspec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-Parse-CPAN-Packages.spec ++
--- /var/tmp/diff_new_pack.WPLqBd/_old  2011-06-14 16:59:36.0 +0200
+++ /var/tmp/diff_new_pack.WPLqBd/_new  2011-06-14 16:59:36.0 +0200
@@ -19,21 +19,22 @@
 
 Name:   perl-Parse-CPAN-Packages
 Version:2.33
-Release:1
+Release:3
 License:GPL+ or Artistic
 %define cpan_name Parse-CPAN-Packages
 Summary:Parse 02packages.details.txt.gz
 Url:http://search.cpan.org/dist/Parse-CPAN-Packages/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/M/MI/MITHALDU/Parse-CPAN-Packages-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/M/MI/MITHALDU/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Compress::Zlib)
 BuildRequires:  perl(CPAN::DistnameInfo)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(version)
+Requires:   perl(Compress::Zlib)
 Requires:   perl(CPAN::DistnameInfo)
 Requires:   perl(Moose)
 Requires:   perl(version)
@@ -51,6 +52,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -68,7 +70,7 @@
 %{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc CHANGES README
 
 %changelog






Remember to have fun...

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



commit sblim-cmpi-dhcp for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package sblim-cmpi-dhcp for openSUSE:Factory
checked in at Tue Jun 14 17:00:41 CEST 2011.




--- sblim-cmpi-dhcp/sblim-cmpi-dhcp.changes 2010-02-02 11:33:18.0 
+0100
+++ /mounts/work_src_done/STABLE/sblim-cmpi-dhcp/sblim-cmpi-dhcp.changes
2011-06-14 14:08:17.0 +0200
@@ -1,0 +2,11 @@
+Tue Jun 14 12:07:34 UTC 2011 - pu...@novell.com
+
+- fix build (gcc warnings + Werror)
+  - sblim-cmpi-dhcp-fix-build-gcc-werror.patch
+
+---
+Mon Sep 13 18:54:36 UTC 2010 - kkae...@novell.com
+
+- Fix RHEL build
+
+---

calling whatdependson for head-i586


New:

  sblim-cmpi-dhcp-fix-build-gcc-werror.patch



Other differences:
--
++ sblim-cmpi-dhcp.spec ++
--- /var/tmp/diff_new_pack.7TdlHu/_old  2011-06-14 17:00:15.0 +0200
+++ /var/tmp/diff_new_pack.7TdlHu/_new  2011-06-14 17:00:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package sblim-cmpi-dhcp (Version 1.0)
+# spec file for package sblim-cmpi-dhcp
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,13 +23,14 @@
 BuildRequires:  bison flex sblim-cmpi-base-devel sblim-cmpi-devel 
sblim-testsuite sblim-tools-libra-devel
 Summary:SBLIM CMPI dhcp Instrumentation
 Version:1.0
-Release:1
+Release:7
 Group:  System/Management
 License:Eclipse Public License
 Requires:   sblim-cmpi-base = 1.2.3, cim-server
 Source: 
http://prdownloads.sourceforge.net/sblim/sblim-cmpi-dhcp-%{version}.tar.bz2
 Patch1: %{name}-%{version}-interopnamespace.patch
 Patch2: %{name}-%{version}-automake.patch
+Patch3: sblim-cmpi-dhcp-fix-build-gcc-werror.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: sblim-sfcb
 #!BuildIgnore:  tog-pegasus
@@ -47,6 +48,7 @@
 %setup -q
 %patch1
 %patch2
+%patch3 -p1
 
 %build
 find . -name 'Makefile.am' -exec sed -i 's|#.-Werror.*|-Wall|' \{\} \;
@@ -55,7 +57,11 @@
 make %{?jobs:-j%jobs}
 
 %install
+%if 0%{?suse_version}
 %makeinstall docdir=%{_docdir}/%{name}
+%else
+make install DESTDIR=%{buildroot} docdir=%{_docdir}/%{name}-%{version}
+%endif
 rm %buildroot%_libdir/cmpi/*.la
 rm %buildroot%_libdir/*.la
 # XXX -devel package needed?
@@ -95,6 +101,10 @@
 %{_datadir}/sblim-testsuite/*
 %{_datadir}/%{name}/
 %_mandir/man5/smt_dhcp_ra_support.conf*
+%if 0%{?suse_version}
 %doc %{_docdir}/%{name}
+%else
+%doc %{_docdir}/%{name}-%{version}
+%endif
 
 %changelog

++ sblim-cmpi-dhcp-fix-build-gcc-werror.patch ++
Index: sblim-cmpi-dhcp-1.0/hashing/libuniquekey.c
===
--- sblim-cmpi-dhcp-1.0.orig/hashing/libuniquekey.c
+++ sblim-cmpi-dhcp-1.0/hashing/libuniquekey.c
@@ -237,6 +237,8 @@ void _UQ_insertEntity(char * filename, _
 cptr = fgets(value, 19, fd);
 fclose(fd);
 
+(void) cptr;   /* make gcc happy */
+
 key = _UQ_strToHex(value);
 
 /** forms the list of new ids to be inserted */
@@ -456,6 +458,8 @@ unsigned long long _UQ_getKeyFromData(ch
while(lineno--)
read = getline(linebuf, len, fd);
 
+   (void) read;/* make gcc happy */
+
fclose(fd);
val = _UQ_strToHex(linebuf);
if(linebuf)





Remember to have fun...

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



commit adolc for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package adolc for openSUSE:Factory
checked in at Tue Jun 14 17:02:30 CEST 2011.




--- adolc/adolc.changes 2011-04-12 13:38:50.0 +0200
+++ /mounts/work_src_done/STABLE/adolc/adolc.changes2011-06-09 
12:39:44.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun  9 10:37:26 UTC 2011 - kkhere@gmail.com
+
+- update to upstream release 2.2.1
+  * allow reading hexadecimal and octal numbers in .adolcrc
+  * bugfix for direct reverse callsequence after trace
+  * reimplemented nonl_dom as arrays instead of linked lists 
+
+---

calling whatdependson for head-i586


Old:

  adolc-2.2.0.tar.bz2

New:

  adolc-2.2.1.tar.bz2



Other differences:
--
++ adolc.spec ++
--- /var/tmp/diff_new_pack.O8eEnf/_old  2011-06-14 17:01:55.0 +0200
+++ /var/tmp/diff_new_pack.O8eEnf/_new  2011-06-14 17:01:55.0 +0200
@@ -17,10 +17,10 @@
 
 # norootforbuild
 
-%define packver 2.2.0
+%define packver 2.2.1
 
 Name:   adolc
-Version:2.2.0
+Version:2.2.1
 Release:1
 License:GPLv2 or CPL
 Summary:Algorithmic Differentiation Library for C/C++
@@ -30,7 +30,7 @@
 Source1:ColPack-1.0.3.tar.bz2
 BuildRequires:  autoconf automake libtool
 BuildRequires:  gcc-c++ libstdc++-devel
-BuildRequires:  texlive texlive-latex
+# BuildRequires:  texlive texlive-latex
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 AutoReqProv:on
 
@@ -115,10 +115,10 @@
 autoreconf -v --install --force
 %configure --prefix=/usr
 make %{_smp_mflags}
-pushd ADOL-C/doc
-for ((i=0; i  3; i++)); do
-pdflatex adolc-manual.tex /dev/null
-done
+# pushd ADOL-C/doc
+# for ((i=0; i  3; i++)); do
+#pdflatex adolc-manual.tex /dev/null
+# done
 
 %install
 %makeinstall

++ adolc-2.2.0.tar.bz2 - adolc-2.2.1.tar.bz2 ++
adolc/adolc-2.2.0.tar.bz2 
/mounts/work_src_done/STABLE/adolc/adolc-2.2.1.tar.bz2 differ: char 11, line 1






Remember to have fun...

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



commit libsocialweb-branding-openSUSE for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package libsocialweb-branding-openSUSE for 
openSUSE:Factory
checked in at Tue Jun 14 17:04:04 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/libsocialweb-branding-openSUSE/libsocialweb-branding-openSUSE.changes
  2011-06-03 14:11:38.0 +0200
@@ -0,0 +1,24 @@
+---
+Fri Jun  3 14:00:41 CEST 2011 - vu...@opensuse.org
+
+- Clean up packaging with spec-cleaner.
+- Add the usual tags for a branding package:
+  + add libsocialweb-branding Provides, versioned to the version of
+libsocialweb we were built against; this means we add a
+libsocialweb BuildRequires.
+  + add otherproviders(libsocialweb-branding) Conflicts
+  + add packageand(libsocialweb:branding-openSUSE) Supplements
+- Change version to 12.1, to match the version of openSUSE we build
+  against.
+- Make package noarch.
+
+---
+Tue Mar 15 15:00:20 UTC 2011 - a...@suse.de
+
+- Remove digg, myspace since they are not part of libsocialweb
+  anymore.
+
+---
+Tue Mar 15 14:28:49 UTC 2011 - a...@suse.de
+
+- Initial version, based on libsocialweb-keys.

calling whatdependson for head-i586


New:

  README-keys.txt
  facebook
  facebook.key
  flickr
  lastfm
  libsocialweb-branding-openSUSE.changes
  libsocialweb-branding-openSUSE.spec
  twitpic
  twitter



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

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


%define keydir %{_datadir}/libsocialweb/keys

Name:   libsocialweb-branding-openSUSE
Version:12.1
Release:1
License:LGPL 2.1
Summary:API keys for libsocialweb
Url:http://git.gnome.org/browse/libsocialweb/
Group:  System/Libraries
Source0:README-keys.txt
Source1:facebook
Source2:facebook.key
Source3:flickr
Source4:lastfm
Source5:twitpic
Source6:twitter
BuildRequires:  libsocialweb
%define libsocialweb_version %(rpm -q --qf '%%{version}-%%{release}' 
libsocialweb)
Provides:   libsocialweb-branding = %{libsocialweb_version}
Conflicts:  otherproviders(libsocialweb-branding)
Supplements:packageand(libsocialweb:branding-openSUSE)
# Check keys used by Fedora package:
#   http://pkgs.fedoraproject.org/gitweb/?p=libsocialweb.git;a=tree;
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
This package provides API keys for the web services accessible
with libsocialweb.

%prep
%setup -T -c -q -n %{name}-%{version}

%build

%install
mkdir -p %{buildroot}/%{keydir}
cp %{SOURCE1} %{buildroot}/%{keydir}
cp %{SOURCE2} %{buildroot}/%{keydir}
cp %{SOURCE3} %{buildroot}/%{keydir}
cp %{SOURCE4} %{buildroot}/%{keydir}
cp %{SOURCE5} %{buildroot}/%{keydir}
cp %{SOURCE6} %{buildroot}/%{keydir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%dir %{_datadir}/libsocialweb
%dir %{_datadir}/libsocialweb/keys
%{keydir}/*

%changelog
++ README-keys.txt ++
These keys have been created using the account
socialweb...@opensuse.org.

Keymaster is Andreas Jaeger a...@opensuse.org, so if you need
an API key for any app, please talk with him.

During registration, the URL
http://en.opensuse.org/openSUSE:Social_web_keys was given as reference,
please check it.

Keys registered:
 facebook
 flickr
 last.fm
 twitpic
 twitter
++ facebook ++
d012235b3034109003451109a1926eee
8295687798780ea54da020546dcba0d3
++ facebook.key ++
c875537353014f1fb533b0c7b3af9866


++ flickr ++
ebd8908fa2e430e2aca625bf7970e32c
c0b7c468efa567d5ebd8908fa2e430e2aca625bf7970e32c
c0b7c468efa567d5
++ lastfm ++
4240de7a843713e84882a75ebbdf5
++ twitpic ++
6d5a3588206538906d81b53907f1cbfb
++ twitter ++
sPHnVfjaW22jHcGYyHCFA
Uf0tLkXkU94HGVgoBIILu74cZxJovtGfOeYU4QrLs





Remember to have fun...

-- 
To 

commit php5-pear-Horde_Util for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Util for 
openSUSE:Factory
checked in at Tue Jun 14 17:05:30 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Util/php5-pear-Horde_Util.changes  
2011-06-01 22:30:37.0 +0200
@@ -0,0 +1,35 @@
+---
+Wed Jun  1 20:29:46 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.3
+- do not use dl() in PHP 5.3+.
+
+---
+Wed May 18 16:42:01 UTC 2011 - l...@b1-systems.de
+
+- Update to Version 1.0.2
+- [mms] In Horde_Variables, operate on a copy of the $_REQUEST variable.
+
+
+---
+Wed Apr 20 21:04:04 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.1
+- [jan] Fix wrapping of several follow-up lines with existing line breaks.
+- [jan] Fix creating temporary files with open_basedir restrictions.
+
+---
+Fri Apr  8 08:09:39 UTC 2011 - l...@b1-systems.de
+
+- added dependency on php5-dom
+
+---
+Wed Apr  6 16:42:14 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:40:50 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Util-1.0.3.tgz
  php5-pear-Horde_Util.changes
  php5-pear-Horde_Util.spec



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

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


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

Summary:PEAR: Horde Utility Libraries

Name:   php5-pear-Horde_Util
Version:1.0.3
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Util-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Util
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Url  2.0.0, php5-pear = 1.7.0, php5-dom
Conflicts:  php5-pear-Horde_Url = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Util
%define pear_sname horde_util
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
These classes provide functionality useful for all kind of applications.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Util.xml

%changelog





Remember to have fun...

-- 
To unsubscribe, 

commit php5-pear-Horde_Service_Facebook for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Service_Facebook for 
openSUSE:Factory
checked in at Tue Jun 14 17:09:39 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Service_Facebook/php5-pear-Horde_Service_Facebook.changes
  2011-06-09 13:13:55.0 +0200
@@ -0,0 +1,23 @@
+---
+Thu Jun  9 11:14:24 UTC 2011 - l...@b1-systems.de
+
+- put languages into lang, docs into docdir
+
+---
+Wed Jun  1 20:38:13 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.1
+- [jan] Updated Slovak translation.
+- [jan] Updated Spanish translation.
+
+
+---
+Wed Apr  6 16:27:58 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:31:31 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

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



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

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


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

Summary:PEAR: Horde Facebook client

Name:   php5-pear-Horde_Service_Facebook
Version:1.0.1
Release:1
License:BSD
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Service_Facebook-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Service_Facebook
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Http  
2.0.0, php5-pear-Horde_Translation  2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Http = 
2.0.0, php5-pear-Horde_Translation = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Service_Facebook
%define pear_sname horde_service_facebook
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This package provides client libraries for the Facebook REST API.

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

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%find_lang %{pear_name}
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

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

%clean
rm -rf %{buildroot}

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

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

%files -f %{pear_name}.lang
%defattr(-,root,root)
%doc %{_docdir}/%{name}
%{peardir}/*
%{xmldir}/Horde_Service_Facebook.xml

%changelog





Remember to have fun...

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

commit php5-pear-Horde_Rdo for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Rdo for 
openSUSE:Factory
checked in at Tue Jun 14 17:10:51 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Rdo/php5-pear-Horde_Rdo.changes
2011-06-09 15:16:01.0 +0200
@@ -0,0 +1,17 @@
+---
+Thu Jun  9 13:16:41 UTC 2011 - l...@b1-systems.de
+
+- moved docs to docdir
+
+---
+Wed Jun  1 20:40:07 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.1
+- [jan] Add missing dependency on Horde_Db.
+ 
+
+---
+Fri May 13 08:53:25 UTC 2011 - l...@b1-systems.de
+
+- Initial checkin version 1.0.0
+

calling whatdependson for head-i586


New:

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



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

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


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

Summary:PEAR: Horde ORM API

Name:   php5-pear-Horde_Rdo
Version:1.0.1
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Rdo-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Rdo
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear = 1.7.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde, php5-pear-Horde_Db
BuildArch:  noarch
%define pear_name  Horde_Rdo
%define pear_sname horde_rdo
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This package provides a lightweight ORM API

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)
%doc %{_docdir}/%{name}
%{peardir}/*
%{xmldir}/Horde_Rdo.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Prefs for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Prefs for 
openSUSE:Factory
checked in at Tue Jun 14 17:12:08 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Prefs/php5-pear-Horde_Prefs.changes
2011-06-09 15:19:45.0 +0200
@@ -0,0 +1,30 @@
+---
+Thu Jun  9 13:20:17 UTC 2011 - l...@b1-systems.de
+
+- put locale in %lang and docs in %docdir
+
+---
+Fri Jun  3 10:07:18 UTC 2011 - l...@b1-systems.de
+
+- version 1.1.1
+- only meta changes, no actual code affected 
+
+---
+Wed Jun  1 20:42:57 UTC 2011 - l...@b1-systems.de
+
+- version 1.1.0
+- [gwr] Added a script for exporting/importing preferences from/to a backend.
+- [gwr] Added support for listing the scopes in some storage backends.
+- [gwr] Fixed the driver for the Kolab IMAP backend.
+ 
+
+---
+Wed Apr  6 12:27:42 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:23:12 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Prefs-1.1.1.tgz
  php5-pear-Horde_Prefs.changes
  php5-pear-Horde_Prefs.spec



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

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


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

Summary:PEAR: Horde Preferences API

Name:   php5-pear-Horde_Prefs
Version:1.1.1
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Prefs-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Prefs
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Mime  
2.0.0, php5-pear-Horde_Translation  2.0.0, php5-pear-Horde_Util  2.0.0, 
php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Mime = 
2.0.0, php5-pear-Horde_Translation = 2.0.0, php5-pear-Horde_Util = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Prefs
%define pear_sname horde_prefs
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
The Horde_Prefs package provides a common abstracted interface into the
various preferences storage mediums. It also includes all of the functions
for retrieving, storing, and checking preference values.

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

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%find_lang %{pear_name}
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

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

%clean
rm -rf %{buildroot}

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

%postun
if [ $1 -eq 0 ]; then
pear uninstall --nodeps --ignore-errors --register-only 

commit php5-pear-Horde_Mime_Viewer for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Mime_Viewer for 
openSUSE:Factory
checked in at Tue Jun 14 17:12:46 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Mime_Viewer/php5-pear-Horde_Mime_Viewer.changes
2011-06-09 15:43:16.0 +0200
@@ -0,0 +1,39 @@
+---
+Thu Jun  9 13:43:54 UTC 2011 - l...@b1-systems.de
+
+- marked locale files as %lang
+
+---
+Wed Jun  1 20:46:03 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.3
+- [jan] Updated Slovak translation.
+
+---
+Wed May 18 15:10:45 UTC 2011 - l...@b1-systems.de
+
+- [jan] Updated Spanish translation.
+- [jan] Improve Syntaxhighlighter rendering in Chrome browsers.
+- Version 1.0.2
+
+---
+Wed Apr  6 12:24:07 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 21:46:43 UTC 2011 - l...@b1-systems.de
+
+- actually builds
+- TODOS: fdupes, findlang, php-macros
+
+---
+Thu Mar 17 10:13:01 UTC 2011 - l...@b1-systems.de
+
+- added Horde_Role dependency
+
+---
+Thu Mar 17 09:21:24 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Mime_Viewer-1.0.3.tgz
  php5-pear-Horde_Mime_Viewer.changes
  php5-pear-Horde_Mime_Viewer.spec



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

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


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

Summary:PEAR: Horde MIME Viewer Library

Name:   php5-pear-Horde_Mime_Viewer
Version:1.0.3
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Mime_Viewer-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Mime_Viewer
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Browser  2.0.0
Requires:   php5-pear-Horde_Compress  2.0.0
Requires:   php5-pear-Horde_Exception  2.0.0
Requires:   php5-pear-Horde_Mime  2.0.0
Requires:   php5-pear-Horde_Text_Filter  2.0.0
Requires:   php5-pear-Horde_Text_Flowed  2.0.0
Requires:   php5-pear-Horde_Util  2.0.0
Requires:   php5-pear-Horde_Translation  2.0.0
Requires:   php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Browser = 2.0.0, php5-pear-Horde_Compress = 
2.0.0, php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Mime = 2.0.0, 
php5-pear-Horde_Text_Filter = 2.0.0, php5-pear-Horde_Text_Flowed = 2.0.0, 
php5-pear-Horde_Util = 2.0.0, php5-pear-Horde_Translation = 2.0.0
BuildRequires:  php5-pear-Horde_Role php5-pear-channel-horde
Requires:   php5-pear-channel-horde,  php5-pear-Horde_Role
BuildArch:  noarch
%define pear_name  Horde_Mime_Viewer
%define pear_sname horde_mime_viewer
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
Provides rendering drivers for MIME data.

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

%build

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

commit php5-pear-Horde_Memcache for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Memcache for 
openSUSE:Factory
checked in at Tue Jun 14 17:13:24 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Memcache/php5-pear-Horde_Memcache.changes
  2011-06-08 15:46:04.0 +0200
@@ -0,0 +1,24 @@
+---
+Wed Jun  8 13:05:36 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.3
+- [mms] pecl/Memcache version 3.0.3 upwards started to reserve the first 16 
bits for internal flag use (Ticket #10123; goncalo.quei...@portugalmail.net).
+
+
+---
+Wed Jun  1 20:48:20 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.2
+- [mms] Use memcache flags to keep track of large objects 
(goncalo.quei...@portugalmail.net, Request #10123).
+- some dependency fixes 
+
+---
+Wed Apr  6 12:23:21 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:20:24 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Memcache-1.0.3.tgz
  php5-pear-Horde_Memcache.changes
  php5-pear-Horde_Memcache.spec



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

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


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

Summary:PEAR: Horde Memcache API

Name:   php5-pear-Horde_Memcache
Version:1.0.3
Release:1
License:LGPLv3
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Memcache-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Memcache
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch

%description
The Horde_Memcache library provides an API to access a memcache
installation in Horde code.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Memcache.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Injector for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Injector for 
openSUSE:Factory
checked in at Tue Jun 14 17:15:47 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Injector/php5-pear-Horde_Injector.changes
  2011-06-09 16:15:27.0 +0200
@@ -0,0 +1,15 @@
+---
+Thu Jun  9 14:16:14 UTC 2011 - l...@b1-systems.de
+
+- moved docs to docdir
+
+---
+Wed Apr  6 12:14:25 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:15:12 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Injector-1.0.0.tgz
  _service:format_spec_file:php5-pear-Horde_Injector.spec
  php5-pear-Horde_Injector.changes
  php5-pear-Horde_Injector.spec



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

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


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

Summary:PEAR: Horde dependency injection container

Name:   php5-pear-Horde_Injector
Version:1.0.0
Release:1
License:BSD
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Injector-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Injector
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Injector
%define pear_sname horde_injector
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}


%description
A depedency injection container for the Horde Framework.

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


%build


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

# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock
# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Injector.xml


%clean
rm -rf %{buildroot}


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


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


%files
%defattr(-,root,root)
%doc %{_docdir}/%{name}
%{peardir}/*
%{xmldir}/Horde_Injector.xml



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

commit php5-pear-Horde_Imap_Client for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Imap_Client for 
openSUSE:Factory
checked in at Tue Jun 14 17:17:11 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Imap_Client/php5-pear-Horde_Imap_Client.changes
2011-06-09 16:19:15.0 +0200
@@ -0,0 +1,65 @@
+---
+Thu Jun  9 14:20:01 UTC 2011 - l...@b1-systems.de
+
+- moved docs to docdir
+
+---
+Wed Jun  1 21:20:02 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.7
+- [mms] Support response code for POP3 servers (RFC 2449/3206).
+- [mms] Enable cache support for POP3 Socket driver (FETCH data only).
+- [mms] Fix APOP authentication for POP3 Socket driver.
+- [mms] Fix regression with UTF7-IMAP encoding of non-ascii folder names (Bug 
#10093).
+
+
+---
+Thu May 26 11:55:54 UTC 2011 - l...@b1-systems.de
+
+- Version 1.0.6
+- [mms] Fix changedsince FETCH results when no cacheable fields were present 
in query.
+- [mms] Fix/optimize updating Sequence -gt; UID list when processing EXPUNGEs 
(Bug #10097).
+- [mms] Fix UTF-8 -gt; UTF7-IMAP encoding of ampersands (Bug #10093).
+- [mms] Fix setACL() for Socket driver (was always doing replace instead of 
add/remove).
+- [mms] Fix ACL parsing on RFC 2086 server implementations (Bug #10079).
+- [mms] More than one SEARCH response may be sent, so donapos;t overwrite 
existing values.
+- [mms] Disable search caching if a mailbox reports it does not support mod 
sequences (Bug #9833).
+- [mms] Fix storing IMAP flag cache info if specifying both add and remove 
options to store().
+ 
+
+---
+Wed May 18 14:56:21 UTC 2011 - l...@b1-systems.de
+
+- Version 1.0.5
+- [mms] Fix OVERQUOTA Exception error constant (Bug #10068; Felipe Zipitría 
lt;fz...@fing.edu.uygt;).
+- [mms] Correctly return PERMANENTFLAGS information if missing in server 
return.
+- [mms] Optimizing expunging when using QRESYNC.
+- [mms] Optimize re-opening a mailbox R/W if using CONDSTORE/QRESYNC.
+- [mms] Optimize statusMultiple() for currently selected mailbox.
+- [mms] Optimize search()/thread() in empty mailboxes.
+- [mms] Filter CAPABILITY return if sent in response code (Bug #9976).
+- [mms] Correctly limit FETCH results when specifying changedsince or vanished 
options and all requested fetch data is already cached.
+- [mms] Fix intermittent issues retrieving FETCH results in Socket driver.
+- [mms] Optimize expunging in Socket driver with UIDPLUS servers.
+- [mms] Fix parsing NAMESPACE response in Socket driver (Bug #9970).
+- Return cloned objects from Data results, to prevent issues when caching (Bug 
#9931).
+- Optimize listing subscribed mailboxes for certain queries.
+- Add support for PARTIAL search/sort results return (RFC 5267 [4.4]).
+- Add support for SEARCH=FUZZY (RFC 6203).
+
+
+---
+Wed Apr 20 20:57:49 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.2
+
+---
+Wed Apr  6 12:13:31 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:14:30 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Imap_Client-1.0.7.tgz
  php5-pear-Horde_Imap_Client.changes
  php5-pear-Horde_Imap_Client.spec



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

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


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

Summary:PEAR: Horde IMAP abstraction interface

Name:   php5-pear-Horde_Imap_Client
Version:1.0.7
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:

commit php5-pear-Horde_Http for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Http for 
openSUSE:Factory
checked in at Tue Jun 14 17:19:01 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Http/php5-pear-Horde_Http.changes  
2011-06-09 16:26:43.0 +0200
@@ -0,0 +1,28 @@
+---
+Thu Jun  9 14:27:31 UTC 2011 - l...@b1-systems.de
+
+- moved docs to docdir
+
+---
+Thu Jun  2 07:41:42 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.2
+- [jan] Fix regression with HTTP authentication.
+
+
+---
+Wed Jun  1 20:58:36 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.1
+- [cjh] Consistently implement configurable following of redirects (Bug #9898).
+
+---
+Wed Apr  6 12:12:40 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:12:53 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Http-1.0.2.tgz
  php5-pear-Horde_Http.changes
  php5-pear-Horde_Http.spec



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

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


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

Summary:PEAR: Horde HTTP libraries

Name:   php5-pear-Horde_Http
Version:1.0.2
Release:1
License:BSD
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Http-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Http
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Support  
2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Support = 
2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Http
%define pear_sname horde_http
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This package provides a set of classes for making HTTP requests.

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

%build

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

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

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

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Http.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Exception for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Exception for 
openSUSE:Factory
checked in at Tue Jun 14 17:22:50 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Exception/php5-pear-Horde_Exception.changes
2011-06-09 16:42:15.0 +0200
@@ -0,0 +1,27 @@
+---
+Thu Jun  9 14:42:56 UTC 2011 - l...@b1-systems.de
+
+- marked local as %lang
+
+---
+Wed Jun  1 21:02:41 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.2
+- [jan] Updated Slovak translation.
+ 
+
+---
+Wed May 18 14:50:37 UTC 2011 - l...@b1-systems.de
+
+- Version 1.0.1 updated spanish translation
+
+---
+Wed Apr  6 12:10:02 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:10:25 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Exception-1.0.2.tgz
  php5-pear-Horde_Exception.changes
  php5-pear-Horde_Exception.spec



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

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


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

Summary:PEAR: Horde Exception Handler

Name:   php5-pear-Horde_Exception
Version:1.0.2
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Exception-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Exception
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Translation  2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Translation = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Exception
%define pear_sname horde_exception
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
This class provides the default exception handlers for the Horde
Application Framework.

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

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%find_lang %{pear_name}
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

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

%clean
rm -rf %{buildroot}

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

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

%files -f %{pear_name}.lang
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Exception.xml

%changelog





Remember to have fun...

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



commit php5-pear-Horde_Date for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Date for 
openSUSE:Factory
checked in at Tue Jun 14 17:25:06 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Date/php5-pear-Horde_Date.changes  
2011-06-09 16:52:22.0 +0200
@@ -0,0 +1,27 @@
+---
+Thu Jun  9 14:53:09 UTC 2011 - l...@b1-systems.de
+
+- Marked locale as %lang
+
+---
+Wed Jun  1 21:09:47 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.2
+- [jan] Updated Slovak translation.
+ 
+
+---
+Wed May 18 14:49:09 UTC 2011 - l...@b1-systems.de
+
+- Version 1.0.1  - Spanish Translation
+
+---
+Wed Apr  6 12:04:30 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 08:51:49 UTC 2011 - l...@b1-systems.de
+
+- Version 1.0.0beta1 initial
+

calling whatdependson for head-i586


New:

  Horde_Date-1.0.2.tgz
  php5-pear-Horde_Date.changes
  php5-pear-Horde_Date.spec



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

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


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

Summary:PEAR: Horde Date package

Name:   php5-pear-Horde_Date
Version:1.0.2
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0:http://pear.horde.org/get/Horde_Date-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://pear.horde.org/package/Horde_Date
BuildRequires:  php5-pear = 1.4.7
Requires:   php5-pear-Horde_Exception  2.0.0, php5-pear-Horde_Nls  2.0.0, 
php5-pear-Horde_Translation  2.0.0, php5-pear = 1.7.0
Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Nls = 2.0.0, 
php5-pear-Horde_Translation = 2.0.0
BuildRequires:  php5-pear-channel-horde
Requires:   php5-pear-channel-horde
BuildArch:  noarch
%define pear_name  Horde_Date
%define pear_sname horde_date
# Fix for renaming (package convention)
Provides:   php5-pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   pear-%{pear_sname} = %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  pear-%{pear_sname}  %{version}

%description
Package for creating and manipulating dates.

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

%build

%install
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
%find_lang %{pear_name}
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock

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

%clean
rm -rf %{buildroot}

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

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

%files -f %{pear_name}.lang
%defattr(-,root,root)

%{peardir}/*
%{xmldir}/Horde_Date.xml

%changelog





Remember to have fun...

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



commit yast2-ca-management for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package yast2-ca-management for 
openSUSE:Factory
checked in at Tue Jun 14 17:26:15 CEST 2011.




--- yast2-ca-management/yast2-ca-management.changes 2011-04-29 
11:37:18.0 +0200
+++ 
/mounts/work_src_done/STABLE/yast2-ca-management/yast2-ca-management.changes
2011-06-14 15:00:38.0 +0200
@@ -1,0 +2,8 @@
+Tue Jun 14 13:02:34 CEST 2011 - jreidin...@suse.cz
+
+- version 2.21.1
+- country selection combobox is editable to allow choose of
+  countries not listed there (FATE#310179)
+- allow to change altarnative name in CA proposal (FATE#308423)
+
+---

calling whatdependson for head-i586


Old:

  yast2-ca-management-2.21.0.tar.bz2

New:

  yast2-ca-management-2.21.1.tar.bz2



Other differences:
--
++ yast2-ca-management.spec ++
--- /var/tmp/diff_new_pack.dG2Fhh/_old  2011-06-14 17:25:56.0 +0200
+++ /var/tmp/diff_new_pack.dG2Fhh/_new  2011-06-14 17:25:56.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-ca-management
-Version:2.21.0
+Version:2.21.1
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-ca-management-2.21.0.tar.bz2
+Source0:yast2-ca-management-2.21.1.tar.bz2
 
 Prefix: /usr
 
@@ -39,7 +39,7 @@
 Managing CAs, Certificates and Requests in an understanding way.
 
 %prep
-%setup -n yast2-ca-management-2.21.0
+%setup -n yast2-ca-management-2.21.1
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-ca-management-2.21.0.tar.bz2 - yast2-ca-management-2.21.1.tar.bz2 
++
 7002 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/yast2-ca-management-2.21.0/VERSION new/yast2-ca-management-2.21.1/VERSION
--- old/yast2-ca-management-2.21.0/VERSION  2011-04-29 11:32:24.0 
+0200
+++ new/yast2-ca-management-2.21.1/VERSION  2011-06-14 12:58:56.0 
+0200
@@ -1 +1 @@
-2.21.0
+2.21.1
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/yast2-ca-management-2.21.0/configure.in 
new/yast2-ca-management-2.21.1/configure.in
--- old/yast2-ca-management-2.21.0/configure.in 2010-03-19 16:07:15.0 
+0100
+++ new/yast2-ca-management-2.21.1/configure.in 2011-06-14 11:06:39.0 
+0200
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2-ca-management, 2.19.5, http://bugs.opensuse.org/, 
yast2-ca-management)
+AC_INIT(yast2-ca-management, 2.21.0, http://bugs.opensuse.org/, 
yast2-ca-management)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION=2.19.5
+VERSION=2.21.0
 RPMNAME=yast2-ca-management
 MAINTAINER=Michael Calmer m...@suse.de, J. Daniel Schmidt j...@suse.de
 
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/yast2-ca-management-2.21.0/src/CaMgm.ycp 
new/yast2-ca-management-2.21.1/src/CaMgm.ycp
--- old/yast2-ca-management-2.21.0/src/CaMgm.ycp2009-11-19 
17:09:49.0 +0100
+++ new/yast2-ca-management-2.21.1/src/CaMgm.ycp2011-06-14 
14:53:20.0 +0200
@@ -4,7 +4,7 @@
  * Summary: Managing CAs, Requests and Certificate
  * Authors: Stefan Schubert sch...@suse.de
  *
- * $Id: CaMgm.ycp 59635 2009-11-19 16:09:48Z mcalmer $
+ * $Id: CaMgm.ycp 64348 2011-06-14 12:53:17Z jreidinger $
  *
  * Representation of the configuration of CAs
  * Input and output routines.
@@ -136,6 +136,7 @@
 global symbol   prop_selection = `def; // `none, `disk
 
 global listmap prop_subject_alt_name_list = [];
+global boolean prop_adv_cri_issuer_alt_name = false;
 
 global boolean adv_subject_alt_name_show_email = false;
 
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 

commit libvirt for openSUSE:11.4

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package libvirt for openSUSE:11.4
checked in at Tue Jun 14 18:25:57 CEST 2011.




--- old-versions/11.4/UPDATES/all/libvirt/libvirt.changes   2011-04-06 
17:48:05.0 +0200
+++ 11.4/libvirt/libvirt.changes2011-06-06 19:28:47.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  6 11:23:13 MDT 2011 - jfeh...@suse.de
+
+- VUL-0: libvirt: regression introduced in disk probe
+  b598ac55-CVE-2011-2178.patch
+  bnc#697904
+
+---

calling whatdependson for 11.4-i586


New:

  b598ac55-CVE-2011-2178.patch



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.KfWfsG/_old  2011-06-14 18:25:06.0 +0200
+++ /var/tmp/diff_new_pack.KfWfsG/_new  2011-06-14 18:25:06.0 +0200
@@ -145,7 +145,7 @@
 Group:  Development/Libraries/C and C++
 AutoReqProv:yes
 Version:0.8.8
-Release:0.RELEASE8
+Release:0.RELEASE10
 Summary:A C toolkit to interract with the virtualization capabilities 
of Linux
 # The client side, i.e. shared libs and virsh are in a subpackage
 Requires:   %{name}-client = %{version}-%{release}
@@ -172,6 +172,7 @@
 Patch0: efc2594b-boot-param.patch
 Patch1: 71753cb7-CVE-2011-1146.patch
 Patch2: f44bfb7f-CVE-2011-1486.patch
+Patch3: b598ac55-CVE-2011-2178.patch
 # Need to go upstream
 Patch100:   xen-name-for-devid.patch
 Patch102:   clone.patch
@@ -289,6 +290,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 %patch100 -p1
 %patch102
 %patch103 -p1

++ b598ac55-CVE-2011-2178.patch ++
commit b598ac555c8fe67ffc39ac8ef25fe7e6b28ae3f2
Author: Eric Blake ebl...@redhat.com
Date:   Thu May 26 08:18:46 2011 -0600

security: plug regression introduced in disk probe logic

Regression introduced in commit d6623003 (v0.8.8) - using the
wrong sizeof operand meant that security manager private data
was overlaying the allowDiskFormatProbing member of struct
_virSecurityManager.  This reopens disk probing, which was
supposed to be prevented by the solution to CVE-2010-2238.

* src/security/security_manager.c
(virSecurityManagerGetPrivateData): Use correct offset.

diff --git a/src/security/security_manager.c b/src/security/security_manager.c
index 0246dd8..6f0becd 100644
--- a/src/security/security_manager.c
+++ b/src/security/security_manager.c
@@ -107,7 +107,9 @@ virSecurityManagerPtr virSecurityManagerNew(const char 
*name,
 
 void *virSecurityManagerGetPrivateData(virSecurityManagerPtr mgr)
 {
-return ((char*)mgr) + sizeof(mgr);
+/* This accesses the memory just beyond mgr, which was allocated
+ * via VIR_ALLOC_VAR earlier.  */
+return mgr + 1;
 }
 
 





Remember to have fun...

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



commit unixODBC for openSUSE:11.3

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package unixODBC for openSUSE:11.3
checked in at Tue Jun 14 18:24:23 CEST 2011.




--- old-versions/11.3/all/unixODBC/unixODBC-gui-qt.changes  2008-10-13 
17:00:11.0 +0200
+++ 11.3/unixODBC/unixODBC-gui-qt.changes   2011-06-13 11:20:11.0 
+0200
@@ -1,0 +2,5 @@
+Mon Jun 13 11:17:00 CEST 2011 - mhruse...@suse.cz
+
+- fixed CVE-2011-1145 (bnc#678796)
+
+---
--- old-versions/11.3/all/unixODBC/unixODBC.changes 2009-12-19 
13:43:18.0 +0100
+++ 11.3/unixODBC/unixODBC.changes  2011-06-13 11:20:12.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 13 11:17:49 CEST 2011 - mhruse...@suse.cz
+
+- fixed CVE-2011-1145 (bnc#678796)
+
+---

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


New:

  unixODBC-2.2.12-CVE-2011-1145.patch



Other differences:
--
++ unixODBC-gui-qt.spec ++
--- /var/tmp/diff_new_pack.2IHjUR/_old  2011-06-14 18:23:29.0 +0200
+++ /var/tmp/diff_new_pack.2IHjUR/_new  2011-06-14 18:23:29.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package unixODBC-gui-qt (Version 2.2.12)
+# spec file for package unixODBC-gui-qt
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:   unixODBC-gui-qt
 BuildRequires:  qt3-devel
 Version:2.2.12
-Release:200
+Release:204.RELEASE2
 Summary:ODBC Configuration  Utility, Data Source Browser, and ODBC 
Test Tool based
 License:GPLv2+
 Url:http://www.unixodbc.org/
@@ -39,6 +39,7 @@
 Patch10:unixODBC-%{version}-libodbcinst-exports.patch
 Patch11:unixODBC-%{version}-flex.patch
 Patch12:unixODBC-%{version}-ctracing.patch
+Patch13:unixODBC-2.2.12-CVE-2011-1145.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -62,6 +63,7 @@
 %patch10
 %patch11
 %patch12
+%patch13 -p1
 install -m 644 %{S:1} .
 
 %build

++ unixODBC.spec ++
--- /var/tmp/diff_new_pack.2IHjUR/_old  2011-06-14 18:23:29.0 +0200
+++ /var/tmp/diff_new_pack.2IHjUR/_new  2011-06-14 18:23:29.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package unixODBC (Version 2.2.12)
+# spec file for package unixODBC
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:   unixODBC
 BuildRequires:  gcc-c++
 Version:2.2.12
-Release:122
+Release:204.RELEASE2
 Summary:ODBC driver manager with some drivers included
 License:GPLv2+ ; LGPLv2.1+
 Url:http://www.unixodbc.org/
@@ -49,6 +49,7 @@
 Patch11:%{name}-%{version}-flex.patch
 Patch12:%{name}-%{version}-sqp.patch
 Patch13:%{name}-%{version}-uninitialized.patch
+Patch14:unixODBC-2.2.12-CVE-2011-1145.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %package devel
@@ -97,6 +98,7 @@
 %patch11
 %patch12
 %patch13
+%patch14 -p1
 install -m 644 %{S:1} .
 
 %build

++ unixODBC-2.2.12-CVE-2011-1145.patch ++
--- trunk/DriverManager/SQLDriverConnect.c  2011/01/12 15:50:07 23
+++ trunk/DriverManager/SQLDriverConnect.c  2011/03/09 15:38:55 27
@@ -664,7 +664,7 @@
 {
 DMHDBC connection = (DMHDBC)hdbc;
 struct con_struct con_struct;
-char *driver, *dsn = NULL, *filedsn, *tsavefile, savefile[ 128 ];
+char *driver, *dsn = NULL, *filedsn, *tsavefile, savefile[ 
INI_MAX_PROPERTY_VALUE + 1 ];
 char lib_name[ INI_MAX_PROPERTY_VALUE + 1 ];
 char driver_name[ INI_MAX_PROPERTY_VALUE + 1 ];
 SQLRETURN ret_from_connect;
@@ -969,7 +969,13 @@
 tsavefile = __get_attribute_value( con_struct, SAVEFILE );
 if ( tsavefile )
 {
-strcpy( savefile, tsavefile );
+if ( strlen( tsavefile )  INI_MAX_PROPERTY_VALUE ) {
+memcpy( savefile, tsavefile, INI_MAX_PROPERTY_VALUE );
+savefile[ INI_MAX_PROPERTY_VALUE ] = '\0';
+}
+else {
+strcpy( savefile, tsavefile );
+}
 }
 else
 {





Remember to have fun...

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