Hello community, here is the log from the commit of package libgphoto2 checked in at Tue Aug 1 17:15:39 CEST 2006. -------- --- GNOME/libgphoto2/libgphoto2.changes 2006-06-19 13:27:39.000000000 +0200 +++ libgphoto2/libgphoto2.changes 2006-08-01 02:07:55.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Aug 1 02:07:44 CEST 2006 - dmueller@suse.de + +- add compiler warning fix for installed headers + +------------------------------------------------------------------- New: ---- compiler-warnings.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgphoto2.spec ++++++ --- /var/tmp/diff_new_pack.UFBARn/_old 2006-08-01 17:14:05.000000000 +0200 +++ /var/tmp/diff_new_pack.UFBARn/_new 2006-08-01 17:14:05.000000000 +0200 @@ -18,9 +18,10 @@ Group: Hardware/Other Summary: A Digital Camera Library Version: 2.2.0 -Release: 1 +Release: 3 Source0: libgphoto2-%{version}.tar.bz2 Patch0: libgphoto2-music-player.patch +Patch1: compiler-warnings.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: udev resmgr %if %suse_version > 920 @@ -86,6 +87,7 @@ %prep %setup -q %patch0 -p1 +%patch1 %build %{?suse_update_config:%{suse_update_config -f . libgphoto2_port}} @@ -169,6 +171,8 @@ %run_ldconfig %changelog -n libgphoto2 +* Tue Aug 01 2006 - dmueller@suse.de +- add compiler warning fix for installed headers * Mon Jun 19 2006 - meissner@suse.de - Upgraded to 2.2.0 release. - More new USB ids. ++++++ compiler-warnings.diff ++++++ --- libgphoto2/gphoto2-camera.h +++ libgphoto2/gphoto2-camera.h @@ -69,7 +69,7 @@ GP_EVENT_UNKNOWN, /* unknown and unhandled event */ GP_EVENT_TIMEOUT, /* timeout, no arguments */ GP_EVENT_FILE_ADDED, /* CameraFilePath* = file path on camfs */ - GP_EVENT_FOLDER_ADDED, /* CameraFilePath* = folder on camfs */ + GP_EVENT_FOLDER_ADDED /* CameraFilePath* = folder on camfs */ } CameraEventType; /** ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de