Mailinglist Archive: opensuse-commit (1139 mails)
| < Previous | Next > |
commit libgphoto2
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 08 Jan 2007 17:45:37 +0100
- Message-id: <20070108164537.F296E678178@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libgphoto2
checked in at Mon Jan 8 17:45:37 CET 2007.
--------
--- GNOME/libgphoto2/libgphoto2.changes 2006-12-05 15:05:48.000000000 +0100
+++ /mounts/work_src_done/STABLE/libgphoto2/libgphoto2.changes 2007-01-08 17:38:48.547432000 +0100
@@ -1,0 +2,8 @@
+Mon Jan 8 16:40:31 CET 2007 - meissner@xxxxxxx
+
+- upgraded to 2.3.1.3.trunk.
+ - large parts of PTP2 driver rewritten.
+ - possibility to download data without need
+ to keep it in memory.
+
+-------------------------------------------------------------------
Old:
----
libgphoto2-2.3.0.tar.bz2
New:
----
libgphoto2-2.3.1.3.trunk.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgphoto2.spec ++++++
--- /var/tmp/diff_new_pack.r26099/_old 2007-01-08 17:44:46.000000000 +0100
+++ /var/tmp/diff_new_pack.r26099/_new 2007-01-08 17:44:46.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package libgphoto2 (Version 2.3.0)
+# spec file for package libgphoto2 (Version 2.3.1.3.trunk)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -14,20 +14,17 @@
BuildRequires: doxygen gcc-c++ hal-devel libexif libjpeg-devel mDNSResponder-devel mDNSResponder-lib
URL: http://gphoto.org/
%define prefix /usr
-License: GNU Library General Public License v. 2.0 and 2.1 (LGPL), Other License(s), see package
+License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Hardware/Other
Summary: A Digital Camera Library
-Version: 2.3.0
+Version: 2.3.1.3.trunk
Release: 1
Source0: libgphoto2-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: udev resmgr
-%if %suse_version > 920
-Requires: hal
-%endif
%package devel
Summary: Development headers for libgphoto2
-License: GNU Library General Public License v. 2.0 and 2.1 (LGPL), Other License(s), see package
+License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Hardware/Other
Requires: libgphoto2 = %version libusb libexif
@@ -177,19 +174,22 @@
%if %suse_version >= 1000
# Check the installed hal (in neededforbuild) if the directory
# is still at the place we expect to avoid surprises.
- if [ ! -d /usr/share/hal/fdi/information/10freedesktop/ ] ; then
+ if [ ! -d /usr/share/hal/fdi/information/20thirdparty/ ] ; then
echo "*** The hal FDI file location has changed. Fix the build."
exit 1
fi
- install -m 0755 -d $RPM_BUILD_ROOT/usr/share/hal/fdi/information/10freedesktop/
- ./print-camera-list hal-fdi > $RPM_BUILD_ROOT/usr/share/hal/fdi/information/10freedesktop/10-camera-libgphoto2.fdi
- # ./print-camera-list hal-fdi-dev > $RPM_BUILD_ROOT/usr/share/hal/fdi/information/10freedesktop/10-camera-libgphoto2-device.fdi
- if [ ! -s $RPM_BUILD_ROOT/usr/share/hal/fdi/information/10freedesktop/10-camera-libgphoto2.fdi ]; then
+ install -m 0755 -d $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/
+ ./print-camera-list hal-fdi > $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi
+ # ./print-camera-list hal-fdi-dev > $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2-device.fdi
+ if [ ! -s $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi ]; then
echo "*** Did not generate a fdi map. Check the build."
exit 1
fi
%endif
popd
+# udev helpers not used here.
+rm $RPM_BUILD_ROOT/usr/lib/udev/check-mtp-device
+rm $RPM_BUILD_ROOT/usr/lib/udev/check-ptp-camera
mv doc/doxygen-output/libgphoto2-api.html apidocs
%clean
@@ -210,8 +210,8 @@
%{_mandir}/man3/libgphoto2.3*
%{_mandir}/man3/libgphoto2_port.3*
%if %suse_version >= 1000
-/usr/share/hal/fdi/information/10freedesktop/10-camera-libgphoto2.fdi
-# /usr/share/hal/fdi/information/10freedesktop/10-camera-libgphoto2-device.fdi
+/usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi
+# /usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2-device.fdi
%endif
%files devel
@@ -231,6 +231,11 @@
%run_ldconfig
%changelog -n libgphoto2
+* Mon Jan 08 2007 - meissner@xxxxxxx
+- upgraded to 2.3.1.3.trunk.
+ - large parts of PTP2 driver rewritten.
+ - possibility to download data without need
+ to keep it in memory.
* Tue Dec 05 2006 - meissner@xxxxxxx
- upgraded to 2.3.0 final.
- some new ids
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |