Hello community,
here is the log from the commit of package splix for openSUSE:Factory
checked in at Tue Jan 25 13:26:55 CET 2011.
--------
New Changes file:
--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/splix/splix.changes 2011-01-25 11:09:57.000000000 +0100
@@ -0,0 +1,51 @@
+-------------------------------------------------------------------
+Tue Jan 25 11:04:19 CET 2011 - jsmeix(a)suse.de
+
+- A rename of a RPM binary package by chaging the name value
+ in the spec file and the spec file name also to "splix.spec"
+ is currently not possible whith the openSUSE toolset
+ (see why submitrequest 56905 was declined).
+ Therefore a new package "splix" was created and
+ the old package "cups-drivers-splix" was removed.
+
+-------------------------------------------------------------------
+Wed Dec 15 13:15:08 UTC 2010 - andrea(a)opensuse.org
+
+- rename package from cups-drivers-splix to splix according to
+ bnc#659579
+
+-------------------------------------------------------------------
+Fri Aug 6 13:06:47 UTC 2010 - andrea(a)opensuse.org
+
+- exclude from the package ppd files that requires JBIG when
+ JBIG is disabled bnc#628698
+- use upstream manufacturer subfolders
+
+-------------------------------------------------------------------
+Tue Apr 6 10:01:40 UTC 2010 - andrea(a)opensuse.org
+
+- fixed gcc 4.5 build failure
+
+-------------------------------------------------------------------
+Fri Oct 9 08:24:01 UTC 2009 - lnussel(a)suse.de
+
+- use bcond again
+
+-------------------------------------------------------------------
+Sun Oct 4 20:45:50 UTC 2009 - andrea(a)opensuse.org
+
+- re-enabled JBIG since i need it, it's possible to disable it
+ with "%%define with_jbigkit 0"
+
+-------------------------------------------------------------------
+Sun Oct 4 19:11:19 CEST 2009 - lnussel(a)suse.de
+
+- disable JBIG by default (patent problems)
+- move ppd files to subdirs with captital first letter as used by
+ cups-drivers
+
+-------------------------------------------------------------------
+Sat Jul 4 16:23:00 CEST 2009 - andrea(a)opensuse.org
+
+- New package
+
calling whatdependson for head-i586
New:
----
README.SuSE
samsung_cms.tar.bz2
splix-2.0.0-gcc45.patch
splix-2.0.0.tar.bz2
splix.changes
splix.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ splix.spec ++++++
#
# spec file for package splix
#
# 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/
#
# norootforbuild
%bcond_with jbigkit
%if %suse_version < 1120
%define _libexecdir %_prefix/lib
%endif
Name: splix
Summary: Driver for Samsung Printer Language printers
Version: 2.0.0
Release: 1
License: GPLv2
Group: Hardware/Printing
Url: http://splix.ap2c.org/
Source0: http://downloads.sourceforge.net/project/splix/splix/%{version}/%{name}-%{v…
Source1: http://splix.ap2c.org/samsung_cms.tar.bz2
Source2: README.SuSE
Patch0: %name-2.0.0-gcc45.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cups-devel fdupes gcc-c++
%if %{with jbigkit}
BuildRequires: jbigkit-devel
%endif
Requires: cups
# Provide and obsolete its old RPM package name "cups-drivers-splix"
# see https://bugzilla.novell.com/show_bug.cgi?id=659579
Provides: cups-drivers-splix >= %version
Obsoletes: cups-drivers-splix < %version
%description
SpliX is a set of CUPS printer drivers for SPL (Samsung Printer
Language) printers. Some Samsung, Xerox and Dell printers use that
language.
%prep
%setup -q
%patch0 -p1
%__cp %SOURCE2 .
%build
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%__make %{!?_with_jbigkit:DISABLE_JBIG=1} %{?jobs:-j%{jobs}} V=1
%install
%makeinstall %{!?_with_jbigkit:DISABLE_JBIG=1}
pushd $RPM_BUILD_ROOT%_datadir/cups/model/samsung/
%__tar xjvf "%{SOURCE1}"
popd
gzip -9 %buildroot/%_datadir/cups/model/*/*.ppd
%fdupes -s %{buildroot}
%clean
rm -fr %buildroot
%files
%defattr(-,root,root)
%doc README.SuSE
%dir %_datadir/cups
%dir %_datadir/cups/model
%dir %_datadir/cups/model/dell
%dir %_datadir/cups/model/samsung
%dir %_datadir/cups/model/xerox
%dir %_libexecdir/cups/
%dir %_libexecdir/cups/filter/
%_libexecdir/cups/filter/pstoqpdl
%_libexecdir/cups/filter/rastertoqpdl
%_datadir/cups/model/dell/*.ppd.gz
%_datadir/cups/model/samsung/*.ppd.gz
%_datadir/cups/model/samsung/cms
%_datadir/cups/model/xerox/*.ppd.gz
%changelog
++++++ README.SuSE ++++++
Installation of the color profile for color printers:
-----------------------------------------------------
Color printers needs color profile files to get better results. These
files are provided by your printer manufacturer and you have to install them
manually. To do that, download the linux official drivers and locate the "cms"
directory. Install them copy everything in
/usr/share/cups/model/MANUFACTURER/cms/
where MANUFACTURER is "samsung or xerox or dell"
Samsung color profile files are available at:
http://splix.ap2c.org/samsung_cms.tar.bz2
even if they are already provided by this package
++++++ splix-2.0.0-gcc45.patch ++++++
diff -rNu splix-2.0.0/src/ppdfile.cpp splix-2.0.0.new/src/ppdfile.cpp
- --- splix-2.0.0/src/ppdfile.cpp 2009-02-06 12:49:10.000000000 +0100
+++ splix-2.0.0.new/src/ppdfile.cpp 2010-03-17 17:55:38.585903986 +0100
@@ -282,7 +282,7 @@
* Opérateur d'assignation
* Assignment operator
*/
- -void PPDFile::Value::operator = (const PPDFile::Value::Value &val)
+void PPDFile::Value::operator = (const PPDFile::Value &val)
{
if (_preformatted)
delete[] _preformatted;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package nfs-utils for openSUSE:Factory
checked in at Tue Jan 25 13:23:48 CET 2011.
--------
--- nfs-utils/nfs-utils.changes 2011-01-12 13:36:27.000000000 +0100
+++ /mounts/work_src_done/STABLE/nfs-utils/nfs-utils.changes 2011-01-25 10:02:26.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan 25 09:01:37 UTC 2011 - lnussel(a)suse.de
+
+- give user a hint if portmap isn't running as statd can't be started in that
+ case.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.6r73Ld/_old 2011-01-25 13:22:39.000000000 +0100
+++ /var/tmp/diff_new_pack.6r73Ld/_new 2011-01-25 13:22:39.000000000 +0100
@@ -27,7 +27,7 @@
Url: http://nfs.sourceforge.net
Summary: Support Utilities for Kernel nfsd
Version: 1.2.3
-Release: 3
+Release: 4
Group: Productivity/Networking/NFS
License: GPLv2+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ start-statd ++++++
--- /var/tmp/diff_new_pack.6r73Ld/_old 2011-01-25 13:22:39.000000000 +0100
+++ /var/tmp/diff_new_pack.6r73Ld/_new 2011-01-25 13:22:39.000000000 +0100
@@ -5,9 +5,22 @@
# It should run run statd with whatever flags are apropriate for this
# site.
PATH=/sbin:/usr/sbin:/bin:/usr/bin
+checkproc /usr/sbin/rpc.statd && exit 0
+. /etc/rc.status
. /etc/sysconfig/nfs
-rpc.statd --no-notify $STATD_OPTIONS
-# in case firewall needs to punch a hole for the
-# statd port...
-/etc/init.d/SuSEfirewall2_setup try-restart > /dev/null 2>&1
+rc_reset
+echo -n "Starting rpc.statd ..."
+if ! rpcinfo -p localhost >/dev/null 2>/dev/null; then
+ echo -n " ${extd}portmapper not running${norm}"
+ rc_failed 1
+ rc_status -v
+ rc_exit
+fi
+# TODO: write init script and call that one via /sbin/service instead
+start_daemon /usr/sbin/rpc.statd --no-notify $STATD_OPTIONS
+if rc_status -v; then
+ # in case firewall needs to punch a hole for the
+ # statd port...
+ /etc/init.d/SuSEfirewall2_setup try-restart
+fi
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package libdbi-drivers for openSUSE:Factory
checked in at Tue Jan 25 13:22:57 CET 2011.
--------
New Changes file:
--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/libdbi-drivers/libdbi-drivers.changes 2010-12-15 16:17:30.000000000 +0100
@@ -0,0 +1,12 @@
+-------------------------------------------------------------------
+Wed Dec 15 16:17:10 CET 2010 - meissner(a)suse.de
+
+- spec file cleanup
+- disabled static driver libs
+- pass in RPM_OPT_FLAGS
+
+-------------------------------------------------------------------
+Wed Dec 15 16:05:55 CET 2010 - meissner(a)suse.de
+
+- split off from libdbi
+
calling whatdependson for head-i586
New:
----
libdbi-drivers-0.8.3-1.tar.bz2
libdbi-drivers.changes
libdbi-drivers.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libdbi-drivers.spec ++++++
#
# spec file for package libdbi-drivers
#
# 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 special -1
Summary: Database drivers for libdbi
Name: libdbi-drivers
Version: 0.8.3
Release: 1
Group: Development/Libraries
License: LGPL
Url: http://libdbi-drivers.sourceforge.net/
Source: %{name}-%{version}%{special}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gettext libdbi-devel mysql-devel openjade postgresql-devel sqlite-devel
%description
libdbi implements a database-independent abstraction layer in C, similar to the
DBI/DBD layer in Perl. Drivers are distributed separately from the library
itself.
_Original_Vendor: Neon Goat Productions
_Original_Packager: David A. Parker <david(a)neongoat.com>
%package dbd-mysql
License: LGPL
Summary: MySQL driver for libdbi
Group: Development/Libraries
Requires: libdbi0 = %{version}, mysqlclient9 >= 3.23.22
%description dbd-mysql
This driver provides connectivity to MySQL database servers through the
libdbi database independent abstraction layer. Switching a program's driver
does not require recompilation or rewriting source code.
%package dbd-pgsql
License: LGPL
Summary: PostgreSQL driver for libdbi
Group: Development/Libraries
Requires: libdbi0 = %{version}, postgresql >= 7.0.3
%description dbd-pgsql
This driver provides connectivity to PostgreSQL database servers through the
libdbi database independent abstraction layer. Switching a program's driver
does not require recompilation or rewriting source code.
%if 0%{?suse_version} == 910
# SLES 9
%package dbd-sqlite
License: LGPL
Summary: SQLite driver for libdbi
Group: Development/Libraries
Requires: libdbi0 = %{version}, sqlite
%description dbd-sqlite
This driver provides connectivity to SQLite database servers through the
libdbi database independent abstraction layer. Switching a program's driver
does not require recompilation or rewriting source code.
%else
%package dbd-sqlite3
Summary: SQLite3 driver for libdbi
Group: Development/Libraries
Requires: libdbi0 = %{version}, sqlite
%description dbd-sqlite3
This driver provides connectivity to SQLite database servers through the
libdbi database independent abstraction layer. Switching a program's driver
does not require recompilation or rewriting source code.
%endif
%prep
%setup -q -n %{name}-%{version}%{special}
%build
CFLAGS="$RPM_OPT_FLAGS" %configure \
--with-mysql \
--with-mysql-incdir=/usr/include/mysql \
--with-mysql-libdir=%{_libdir}/mysql \
--with-pgsql \
--with-pgsql-incdir=/usr/include/pgsql \
--with-pgsql-libdir=%{_libdir} \
%if 0%{?suse_version} == 910
--with-sqlite \
--with-sqlite-incdir=/usr/include \
--with-sqlite-libdir=%{_libdir} \
%else
--with-sqlite3 \
--with-sqlite3-incdir=/usr/include \
--with-sqlite3-libdir=%{_libdir} \
%endif
--with-dbi-incdir=/usr/include/dbi \
--with-dbi-libdir=%{_libdir} \
--disable-static \
--disable-docs
make AM_CFLAGS="$RPM_OPT_FLAGS"
%install
make DESTDIR=$RPM_BUILD_ROOT install
%files dbd-mysql
%defattr(-,root,root)
%dir %{_libdir}/dbd
%{_libdir}/dbd/libdbdmysql.so
%{_libdir}/dbd/libdbdmysql.la
%files dbd-pgsql
%defattr(-,root,root)
%dir %{_libdir}/dbd
%{_libdir}/dbd/libdbdpgsql.so
%{_libdir}/dbd/libdbdpgsql.la
%if 0%{?suse_version} == 910
%defattr(-,root,root)
# SLES 9
%files dbd-sqlite
%defattr(-,root,root)
%dir %{_libdir}/dbd
%{_libdir}/dbd/libdbdsqlite.so
%{_libdir}/dbd/libdbdsqlite.la
%else
%files dbd-sqlite3
%defattr(-,root,root)
%dir %{_libdir}/dbd
%{_libdir}/dbd/libdbdsqlite3.so
%{_libdir}/dbd/libdbdsqlite3.la
%endif
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package kdevplatform for openSUSE:Factory
checked in at Tue Jan 25 13:12:16 CET 2011.
--------
--- KDE/kdevplatform/kdevplatform.changes 2011-01-15 16:25:48.000000000 +0100
+++ /mounts/work_src_done/STABLE/kdevplatform/kdevplatform.changes 2011-01-24 15:32:26.000000000 +0100
@@ -1,0 +2,23 @@
+Mon Jan 24 13:41:22 UTC 2011 - wstephenson(a)novell.com
+
+- update to 1.2.0
+ * remove warning that is triggered whenever the cleanup asserts
+ for a proper removal
+ * Save the status of the 'Use lower case filenames' checkbox for
+ next time. Defaults to ticked as before.
+ * Rehash every time, we can change the repository between calls,
+ so it has to be calculated every time.
+ * Don't display all commits in the OutputView.
+ * don't an add infinite number of rows of output, instead limit
+ to 50k lines and only keep the most recent ones
+ * Fix Patch review closes all open documents from other worksets
+ (bko#263021)
+ * Only try creating one parse-job at a time. If more parse-jobs
+ need to be created, queue an event to re-try. This way, the UI
+ stays responsive when many many files we cannot handle are iterated.
+ * Delete the view _after_ emitting "viewRemoved(..)".
+ This fixes a possible crash, because the working-set will call "view->document()" in the connected slot.
+ * Also use the cache if the cached list is "empty", it means that
+ no mimetype could be determined.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
kdevplatform-1.1.90.tar.bz2
New:
----
kdevplatform-1.2.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdevplatform.spec ++++++
--- /var/tmp/diff_new_pack.z5pLSx/_old 2011-01-25 13:09:43.000000000 +0100
+++ /var/tmp/diff_new_pack.z5pLSx/_new 2011-01-25 13:09:43.000000000 +0100
@@ -29,9 +29,9 @@
Group: Development/Tools/IDE
Summary: Base Package for Integrated Development Environments
Url: http://www.kdevelop.org
-Version: 1.1.90
+Version: 1.2.0
Release: 1
-Source0: kdevplatform-1.1.90.tar.bz2
+Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
Requires: libkdevplatform0 = %{version}
++++++ kdevplatform-1.1.90.tar.bz2 -> kdevplatform-1.2.0.tar.bz2 ++++++
++++ 24576 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package kdevelop4 for openSUSE:Factory
checked in at Tue Jan 25 13:08:48 CET 2011.
--------
--- KDE/kdevelop4/kdevelop4.changes 2011-01-15 17:02:24.000000000 +0100
+++ /mounts/work_src_done/STABLE/kdevelop4/kdevelop4.changes 2011-01-25 12:21:56.000000000 +0100
@@ -1,0 +2,18 @@
+Mon Jan 24 14:54:00 UTC 2011 - wstephenson(a)novell.com
+
+* update to 4.2.0 final:
+ * Ported to Kate MovingCursors and MovingRanges apis
+ * Improved Search and Replace in multiple files
+ * Better embedded developer documentation including .qch support
+ * Better handling of locked sessions
+ * Improved look-and-feel for code assistants
+ * Filter added to the Projects toolview
+ * A much improved Problems toolview, which now tracks TODO and
+ FIXME comments as well
+ * Improved standards compliancy for the C++ macro support
+ * Improvements to file and folder handling, in particular for
+ CMake support
+ * Improvements to file and folder handling, in particular for
+ CMake support
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
kdevelop-4.1.90.tar.bz2
New:
----
kdevelop-4.2.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdevelop4.spec ++++++
--- /var/tmp/diff_new_pack.vTqMvW/_old 2011-01-25 13:08:41.000000000 +0100
+++ /var/tmp/diff_new_pack.vTqMvW/_new 2011-01-25 13:08:41.000000000 +0100
@@ -25,9 +25,9 @@
Group: Development/Tools/IDE
Summary: Integrated Development Environment for the X Window System, Qt, KDE, and GNOME
Url: http://www.kdevelop.org
-Version: 4.1.90
+Version: 4.2.0
Release: 1
-Source0: kdevelop-4.1.90.tar.bz2
+Source0: kdevelop-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %{name}-lang = %version
%kde4_runtime_requires
++++++ kdevelop-4.1.90.tar.bz2 -> kdevelop-4.2.0.tar.bz2 ++++++
++++ 17315 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org