From 3ed3183f845950396ca7f3b34a5880084200afa5d07f99585282341ac8ee046e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 17 May 2007 16:23:34 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgphoto2?expand=0&rev=7 --- libgphoto2-2.3.1.3.trunk.tar.bz2 | 3 --- libgphoto2-2.3.1.4.trunk.tar.bz2 | 3 +++ libgphoto2.changes | 9 +++++++++ libgphoto2.spec | 16 +++++++++++----- 4 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 libgphoto2-2.3.1.3.trunk.tar.bz2 create mode 100644 libgphoto2-2.3.1.4.trunk.tar.bz2 diff --git a/libgphoto2-2.3.1.3.trunk.tar.bz2 b/libgphoto2-2.3.1.3.trunk.tar.bz2 deleted file mode 100644 index 6c44dcb..0000000 --- a/libgphoto2-2.3.1.3.trunk.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ae8eae53d7db5afa79982c54e34b545f8467cf2b02468871784488897943bbe -size 2698683 diff --git a/libgphoto2-2.3.1.4.trunk.tar.bz2 b/libgphoto2-2.3.1.4.trunk.tar.bz2 new file mode 100644 index 0000000..fe864aa --- /dev/null +++ b/libgphoto2-2.3.1.4.trunk.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237a9a518761758601e90bb6191b911c19b653075d06289c6f51347f458ed24f +size 2808603 diff --git a/libgphoto2.changes b/libgphoto2.changes index 7c9a051..9c537b3 100644 --- a/libgphoto2.changes +++ b/libgphoto2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu May 17 15:39:11 CEST 2007 - meissner@suse.de + +- upstream 2.3.1.4.trunk: + - lots of bugfixes coming from Coverity + - bugfixes + - new USB ids +- adjusted requirements to libusb-devel + ------------------------------------------------------------------- Tue Feb 27 23:03:43 CET 2007 - dmueller@suse.de diff --git a/libgphoto2.spec b/libgphoto2.spec index d87ae97..6bde288 100644 --- a/libgphoto2.spec +++ b/libgphoto2.spec @@ -1,5 +1,5 @@ # -# spec file for package libgphoto2 (Version 2.3.1.3.trunk) +# spec file for package libgphoto2 (Version 2.3.1.4.trunk) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,14 +11,14 @@ # norootforbuild Name: libgphoto2 -BuildRequires: doxygen gcc-c++ hal-devel libexif-devel libjpeg-devel resmgr +BuildRequires: doxygen gcc-c++ hal-devel libexif-devel libjpeg-devel libusb-devel resmgr URL: http://gphoto.org/ %define prefix /usr License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: Hardware/Other Summary: A Digital Camera Library -Version: 2.3.1.3.trunk -Release: 11 +Version: 2.3.1.4.trunk +Release: 1 Source0: libgphoto2-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: udev resmgr @@ -26,7 +26,7 @@ Requires: udev resmgr 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 +Requires: libgphoto2 = %version libusb-devel Requires: libexif-devel %description @@ -227,6 +227,12 @@ rm -rf $RPM_BUILD_ROOT %run_ldconfig %changelog +* Thu May 17 2007 - meissner@suse.de +- upstream 2.3.1.4.trunk: + - lots of bugfixes coming from Coverity + - bugfixes + - new USB ids +- adjusted requirements to libusb-devel * Tue Feb 27 2007 - dmueller@suse.de - adjust BuildRequires: libexif -> libexif-devel * Wed Feb 21 2007 - meissner@suse.de