From ea7f3ff3f2661a96c4fd2995a38274da5650016aa91c23ffccec03acf5041f99 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 18 Mar 2010 15:03:09 +0000 Subject: [PATCH 1/6] Updating link to change in openSUSE:Factory/libgphoto2 revision 48.0 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=ebda0de4aee883ae3f6fa60fb4c57559 --- ready | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 ready diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000 From a62cf1693b37e845379e83c69a65cff5e989b46a3a0068ca63a9a3a7fe554221 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 25 Mar 2010 09:32:34 +0000 Subject: [PATCH 2/6] 2.4.8.1 temp snapshot - new gd depedency - remove hal dep OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=22 --- libgphoto2-2.4.8.1.tar.bz2 | 3 +++ libgphoto2-2.4.8.tar.bz2 | 3 --- libgphoto2.spec | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 libgphoto2-2.4.8.1.tar.bz2 delete mode 100644 libgphoto2-2.4.8.tar.bz2 diff --git a/libgphoto2-2.4.8.1.tar.bz2 b/libgphoto2-2.4.8.1.tar.bz2 new file mode 100644 index 0000000..6fe5d81 --- /dev/null +++ b/libgphoto2-2.4.8.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6de32476be01e84db49c920ae00e97383fa97a5d1c8b83d1356b7bd395f2826 +size 5499374 diff --git a/libgphoto2-2.4.8.tar.bz2 b/libgphoto2-2.4.8.tar.bz2 deleted file mode 100644 index b39da2e..0000000 --- a/libgphoto2-2.4.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69d7e0723b40e8a0c4fa897b96f6aecb5ae5548c3cce98c48e37b70623d9ffc3 -size 5371128 diff --git a/libgphoto2.spec b/libgphoto2.spec index 144d765..37b9114 100644 --- a/libgphoto2.spec +++ b/libgphoto2.spec @@ -19,7 +19,7 @@ Name: libgphoto2 -BuildRequires: doxygen fdupes gcc-c++ hal-devel libexif-devel libjpeg-devel libusb-devel udev +BuildRequires: doxygen fdupes gcc-c++ libexif-devel libjpeg-devel libusb-devel udev gd-devel hal Url: http://gphoto.org/ # bug437293 %ifarch ppc64 @@ -30,7 +30,7 @@ Obsoletes: libgphoto2-64bit License: LGPLv2.1+ Group: Hardware/Camera Summary: A Digital Camera Library -Version: 2.4.8 +Version: 2.4.8.1 Release: 1 Source0: libgphoto2-%{version}.tar.bz2 Source1: baselibs.conf @@ -75,6 +75,7 @@ AUTOPOINT=true autoreconf -fi PATH="/usr/X11R6/bin:$PATH" \ %configure \ --with-doc-dir=%{_defaultdocdir}/%{name} \ + --without-hal \ --with-drivers=all make %{?jobs:-j%jobs} From 53ade9775e851c86f21d947bcaf8778c0dca36a6907ba93f5f0172553ea30606 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 25 Mar 2010 09:33:03 +0000 Subject: [PATCH 3/6] - disable hal inclusion - updated to temp snapshot 2.4.8.1 - new usbdiskdirect driver for certain picture frames - new libgd dependency for picture frame - new picture frame driver - lots of PTP fixes and enhancements OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=23 --- libgphoto2.changes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libgphoto2.changes b/libgphoto2.changes index 513d680..8e5963e 100644 --- a/libgphoto2.changes +++ b/libgphoto2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Mar 25 09:48:06 CET 2010 - meissner@suse.de + +- disable hal inclusion +- updated to temp snapshot 2.4.8.1 + - new usbdiskdirect driver for certain picture frames + - new libgd dependency for picture frame + - new picture frame driver + - lots of PTP fixes and enhancements + ------------------------------------------------------------------- Mon Jan 25 11:21:22 CET 2010 - meissner@suse.de From 7a1eb2076a5132ec87d3defdfb2d9343035eb2168a148bc84c1802ce02aff800 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 25 Mar 2010 09:40:40 +0000 Subject: [PATCH 4/6] pkg-config is necessary OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=24 --- libgphoto2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgphoto2.spec b/libgphoto2.spec index 37b9114..4ecf01b 100644 --- a/libgphoto2.spec +++ b/libgphoto2.spec @@ -19,7 +19,7 @@ Name: libgphoto2 -BuildRequires: doxygen fdupes gcc-c++ libexif-devel libjpeg-devel libusb-devel udev gd-devel hal +BuildRequires: doxygen fdupes gcc-c++ libexif-devel libjpeg-devel libusb-devel udev gd-devel hal pkg-config Url: http://gphoto.org/ # bug437293 %ifarch ppc64 From 94ef1abd058364719b025bcc93fd6b5a151811289a83a2d112f9a8ff5d31f603 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 26 Mar 2010 00:14:15 +0000 Subject: [PATCH 5/6] Accepting request 35719 from graphics checked in (request 35719) OBS-URL: https://build.opensuse.org/request/show/35719 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=25 --- libgphoto2-2.4.8.1.tar.bz2 | 3 --- libgphoto2-2.4.8.tar.bz2 | 3 +++ libgphoto2.changes | 10 ---------- libgphoto2.spec | 5 ++--- 4 files changed, 5 insertions(+), 16 deletions(-) delete mode 100644 libgphoto2-2.4.8.1.tar.bz2 create mode 100644 libgphoto2-2.4.8.tar.bz2 diff --git a/libgphoto2-2.4.8.1.tar.bz2 b/libgphoto2-2.4.8.1.tar.bz2 deleted file mode 100644 index 6fe5d81..0000000 --- a/libgphoto2-2.4.8.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6de32476be01e84db49c920ae00e97383fa97a5d1c8b83d1356b7bd395f2826 -size 5499374 diff --git a/libgphoto2-2.4.8.tar.bz2 b/libgphoto2-2.4.8.tar.bz2 new file mode 100644 index 0000000..b39da2e --- /dev/null +++ b/libgphoto2-2.4.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d7e0723b40e8a0c4fa897b96f6aecb5ae5548c3cce98c48e37b70623d9ffc3 +size 5371128 diff --git a/libgphoto2.changes b/libgphoto2.changes index 8e5963e..513d680 100644 --- a/libgphoto2.changes +++ b/libgphoto2.changes @@ -1,13 +1,3 @@ -------------------------------------------------------------------- -Thu Mar 25 09:48:06 CET 2010 - meissner@suse.de - -- disable hal inclusion -- updated to temp snapshot 2.4.8.1 - - new usbdiskdirect driver for certain picture frames - - new libgd dependency for picture frame - - new picture frame driver - - lots of PTP fixes and enhancements - ------------------------------------------------------------------- Mon Jan 25 11:21:22 CET 2010 - meissner@suse.de diff --git a/libgphoto2.spec b/libgphoto2.spec index 4ecf01b..144d765 100644 --- a/libgphoto2.spec +++ b/libgphoto2.spec @@ -19,7 +19,7 @@ Name: libgphoto2 -BuildRequires: doxygen fdupes gcc-c++ libexif-devel libjpeg-devel libusb-devel udev gd-devel hal pkg-config +BuildRequires: doxygen fdupes gcc-c++ hal-devel libexif-devel libjpeg-devel libusb-devel udev Url: http://gphoto.org/ # bug437293 %ifarch ppc64 @@ -30,7 +30,7 @@ Obsoletes: libgphoto2-64bit License: LGPLv2.1+ Group: Hardware/Camera Summary: A Digital Camera Library -Version: 2.4.8.1 +Version: 2.4.8 Release: 1 Source0: libgphoto2-%{version}.tar.bz2 Source1: baselibs.conf @@ -75,7 +75,6 @@ AUTOPOINT=true autoreconf -fi PATH="/usr/X11R6/bin:$PATH" \ %configure \ --with-doc-dir=%{_defaultdocdir}/%{name} \ - --without-hal \ --with-drivers=all make %{?jobs:-j%jobs} From 7354f81a83436748158994ac5b27e5e807f0015fe404e7827bcfe5e1d41a0672 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 26 Mar 2010 00:14:16 +0000 Subject: [PATCH 6/6] Updating link to change in openSUSE:Factory/libgphoto2 revision 49.0 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=5bd45ccd2568ba3dd4d847c128f7ccde --- libgphoto2-2.4.8.1.tar.bz2 | 3 +++ libgphoto2-2.4.8.tar.bz2 | 3 --- libgphoto2.changes | 10 ++++++++++ libgphoto2.spec | 7 ++++--- 4 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 libgphoto2-2.4.8.1.tar.bz2 delete mode 100644 libgphoto2-2.4.8.tar.bz2 diff --git a/libgphoto2-2.4.8.1.tar.bz2 b/libgphoto2-2.4.8.1.tar.bz2 new file mode 100644 index 0000000..6fe5d81 --- /dev/null +++ b/libgphoto2-2.4.8.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6de32476be01e84db49c920ae00e97383fa97a5d1c8b83d1356b7bd395f2826 +size 5499374 diff --git a/libgphoto2-2.4.8.tar.bz2 b/libgphoto2-2.4.8.tar.bz2 deleted file mode 100644 index b39da2e..0000000 --- a/libgphoto2-2.4.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69d7e0723b40e8a0c4fa897b96f6aecb5ae5548c3cce98c48e37b70623d9ffc3 -size 5371128 diff --git a/libgphoto2.changes b/libgphoto2.changes index 513d680..8e5963e 100644 --- a/libgphoto2.changes +++ b/libgphoto2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Mar 25 09:48:06 CET 2010 - meissner@suse.de + +- disable hal inclusion +- updated to temp snapshot 2.4.8.1 + - new usbdiskdirect driver for certain picture frames + - new libgd dependency for picture frame + - new picture frame driver + - lots of PTP fixes and enhancements + ------------------------------------------------------------------- Mon Jan 25 11:21:22 CET 2010 - meissner@suse.de diff --git a/libgphoto2.spec b/libgphoto2.spec index 144d765..dd910e8 100644 --- a/libgphoto2.spec +++ b/libgphoto2.spec @@ -1,5 +1,5 @@ # -# spec file for package libgphoto2 (Version 2.4.8) +# spec file for package libgphoto2 (Version 2.4.8.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: libgphoto2 -BuildRequires: doxygen fdupes gcc-c++ hal-devel libexif-devel libjpeg-devel libusb-devel udev +BuildRequires: doxygen fdupes gcc-c++ gd-devel hal libexif-devel libjpeg-devel libusb-devel pkg-config udev Url: http://gphoto.org/ # bug437293 %ifarch ppc64 @@ -30,7 +30,7 @@ Obsoletes: libgphoto2-64bit License: LGPLv2.1+ Group: Hardware/Camera Summary: A Digital Camera Library -Version: 2.4.8 +Version: 2.4.8.1 Release: 1 Source0: libgphoto2-%{version}.tar.bz2 Source1: baselibs.conf @@ -75,6 +75,7 @@ AUTOPOINT=true autoreconf -fi PATH="/usr/X11R6/bin:$PATH" \ %configure \ --with-doc-dir=%{_defaultdocdir}/%{name} \ + --without-hal \ --with-drivers=all make %{?jobs:-j%jobs}