Hello community, here is the log from the commit of package libgphoto2 checked in at Mon Oct 30 22:33:17 CET 2006. -------- --- GNOME/libgphoto2/libgphoto2.changes 2006-10-27 16:54:46.000000000 +0200 +++ /mounts/work_src_done/STABLE/libgphoto2/libgphoto2.changes 2006-10-30 18:21:50.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Oct 30 18:08:45 CET 2006 - meissner@suse.de + +- include doxygen documentation +- use correct types for portable_audio_player so we + get ACLs from hal-resmgr. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgphoto2.spec ++++++ --- /var/tmp/diff_new_pack.FNEiuc/_old 2006-10-30 22:32:50.000000000 +0100 +++ /var/tmp/diff_new_pack.FNEiuc/_new 2006-10-30 22:32:50.000000000 +0100 @@ -18,7 +18,7 @@ Group: Hardware/Other Summary: A Digital Camera Library Version: 2.2.1.5.trunk -Release: 8 +Release: 9 Source0: libgphoto2-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: udev resmgr @@ -26,7 +26,7 @@ Requires: hal %endif %package devel -Summary: A Digital Camera Library +Summary: Development headers for libgphoto2 License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: Hardware/Other Requires: libgphoto2 = %version libusb libexif @@ -91,16 +91,9 @@ %description devel gPhoto (GNU Photo) is a set of libraries for previewing, retrieving, and capturing images from a range of supported digital cameras to your -local hard drive. It does not support digital cameras based on the USB -storage protocol. Those can be mounted by Linux directly. - -As of this time, gPhoto supports around 500 cameras, listed on: +local hard drive. -http://gphoto.sourceforge.net/proj/libgphoto2/support.php - -or by running - -gphoto2 --list-cameras +These are its development libraries and headers. @@ -197,6 +190,7 @@ fi %endif popd +mv doc/doxygen-output/libgphoto2-api.html apidocs %clean rm -rf $RPM_BUILD_ROOT @@ -222,6 +216,7 @@ %files devel %defattr(-,root,root) +%doc apidocs %{prefix}/include/gphoto2 %{prefix}/bin/gphoto2-config %{prefix}/bin/gphoto2-port-config @@ -236,6 +231,10 @@ %run_ldconfig %changelog -n libgphoto2 +* Mon Oct 30 2006 - meissner@suse.de +- include doxygen documentation +- use correct types for portable_audio_player so we + get ACLs from hal-resmgr. * Fri Oct 27 2006 - meissner@suse.de - split into libgphoto2 and libgphoto2-devel - updated to current TRUNK ++++++ libgphoto2-2.2.1.5.trunk.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/libgphoto2-2.2.1.5.trunk/packaging/generic/print-camera-list.c new/libgphoto2-2.2.1.5.trunk/packaging/generic/print-camera-list.c --- old/libgphoto2-2.2.1.5.trunk/packaging/generic/print-camera-list.c 2006-10-17 10:05:34.000000000 +0200 +++ new/libgphoto2-2.2.1.5.trunk/packaging/generic/print-camera-list.c 2006-10-30 18:06:22.000000000 +0100 @@ -770,8 +770,8 @@ printf(" <append key=\"info.capabilities\" type=\"strlist\">camera</append>\n"); printf(" <merge key=\"info.category\" type=\"string\">portable_audio_player</merge>\n"); printf(" <append key=\"info.capabilities\" type=\"strlist\">portable_audio_player</append>\n"); - printf(" <merge key=\"portable_audio_player.access_method\" type=\"string\">libgphoto2</merge>\n"); - printf(" <merge key=\"portable_audio_player.type\" type=\"string\">user</merge>\n"); + printf(" <merge key=\"portable_audio_player.access_method\" type=\"string\">user</merge>\n"); + printf(" <merge key=\"portable_audio_player.type\" type=\"string\">mtp</merge>\n"); /* FIXME: needs true formats ... But all of them can do MP3 */ printf(" <append key=\"portable_audio_player.output_formats\" type=\"strlist\">audio/mpeg</append>\n"); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de