Mailinglist Archive: opensuse-commit (1194 mails)

< Previous Next >
commit libgphoto2
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 05 Mar 2008 22:30:09 +0100
  • Message-id: <20080305213009.54D60678168@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package libgphoto2
checked in at Wed Mar 5 22:30:09 CET 2008.

--------
--- GNOME/libgphoto2/libgphoto2.changes 2008-02-29 16:54:45.000000000 +0100
+++ libgphoto2/libgphoto2.changes 2008-03-04 08:32:16.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Mar 4 08:32:00 CET 2008 - meissner@xxxxxxx
+
+- use info.subsystem in our FDI files.
+
+-------------------------------------------------------------------

New:
----
hal.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgphoto2.spec ++++++
--- /var/tmp/diff_new_pack.EW6986/_old 2008-03-05 22:29:31.000000000 +0100
+++ /var/tmp/diff_new_pack.EW6986/_new 2008-03-05 22:29:31.000000000 +0100
@@ -19,8 +19,9 @@
Group: Hardware/Camera
Summary: A Digital Camera Library
Version: 2.4.0
-Release: 80
+Release: 83
Source0: libgphoto2-%{version}.tar.bz2
+Patch0: hal.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%package devel
@@ -139,6 +140,7 @@
%lang_package
%prep
%setup -q
+%patch0

%build
%{?suse_update_config:%{suse_update_config -f . libgphoto2_port}}
@@ -223,6 +225,8 @@
/sbin/ldconfig

%changelog
+* Tue Mar 04 2008 meissner@xxxxxxx
+- use info.subsystem in our FDI files.
* Fri Feb 29 2008 meissner@xxxxxxx
- fixed biarch problem introduced by last fix.
* Fri Feb 29 2008 meissner@xxxxxxx

++++++ hal.diff ++++++
Index: print-camera-list.c
===================================================================
--- packaging/generic/print-camera-list.c (Revision 10966)
+++ packaging/generic/print-camera-list.c (Revision 10967)
@@ -790,7 +790,7 @@
print_version_comment(stdout, " | ", "\n", "<!--+\n", " +-->\n");
printf("<deviceinfo version=\"0.2\">\n");
printf(" <device>\n");
- printf(" <match key=\"info.bus\" string=\"usb\">\n");
+ printf(" <match key=\"info.subsystem\" string=\"usb\">\n");
return 0;
}

@@ -909,7 +909,7 @@
print_version_comment(stdout, " | ", "\n", "<!--+\n", " +-->\n");
printf("<deviceinfo version=\"0.2\">\n");
printf(" <device>\n");
- printf(" <match key=\"info.bus\" string=\"usb\">\n");
+ printf(" <match key=\"info.subsystem\" string=\"usb\">\n");
return 0;
}


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread