diff --git a/libraw1394-2.0.7.tar.bz2 b/libraw1394-2.0.7.tar.bz2 deleted file mode 100644 index 8b8e87d..0000000 --- a/libraw1394-2.0.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c298bab4b701ebd67147007cf215e99e1889b411cc486be433ac99dfb168c31 -size 315896 diff --git a/libraw1394-2.1.0.tar.xz b/libraw1394-2.1.0.tar.xz new file mode 100644 index 0000000..c921679 --- /dev/null +++ b/libraw1394-2.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3126d8158d156de9da2ff4d861c47857acc4318a7ac260258015a22071964f +size 291456 diff --git a/libraw1394.changes b/libraw1394.changes index 2fa0369..89c3566 100644 --- a/libraw1394.changes +++ b/libraw1394.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Sat Mar 23 13:57:19 UTC 2013 - zaitor@opensuse.org + +- Update to version 2.1.0: + + Behavior changes of the backend to firewire-core: + - The isochronous reception buffer is now mapped read/writable + rather than read-only. + - Decrease memory footprint of IR and IT buffers by avoiding + some internal rounding up of the buffer size. + + New APIs in : + - raw1394_add_config_rom_descriptor(): Add contents to + the Configuration ROM of the local node(s). At runtime, this + API is only available if running on top of firewire-core. + - raw1394_remove_config_rom_descriptor(): Counterpart to + raw1394_add_config_rom_descriptor(). + - raw1394_read_cycle_timer_and_clock(): Like the existing + raw1394_read_cycle_timer(), but lets the caller choose + between CLOCK_REALTIME, CLOCK_MONOTONIC, or + CLOCK_MONOTONIC_RAW. + - raw1394_get_speed(): Returns the speed code of the maximum + possible transmission speed between a given node and the + local node. + - enum raw1394_iso_speed was extended by RAW1394_ISO_SPEED_800, + _1600, and _3200. + + New APIs in : Added preprocessor + constants L1394_SPEED_BETA, L1394_SPEED_800, _1600, and _3200. + + testlibraw1394: Added unit tests of the new APIs. +- Changes from version 2.0.9: + + Fix that raw1394_iso_recv_flush() did not have any effect when + running on firewire-core alias juju kernel drivers. + This fix needs kernel 3.4 or later at runtime. + + Remove build-time dependency on linux-headers. + + Remove --with-fw-dir configure switch which is no longer useful + + Janitorial fixes. +- Changes from version 2.0.8: + + Performance improvement: Configuration ROM access via + raw1394_read() is dramatically faster and very robust now. + + Interoperability fix: Internally retry + raw1394_read/write/lock/lock64() after ack-busy response. + + Small bug fixes. + ------------------------------------------------------------------- Tue Jul 26 12:04:28 UTC 2011 - aj@suse.de diff --git a/libraw1394.spec b/libraw1394.spec index 3aa01f6..f9498a0 100644 --- a/libraw1394.spec +++ b/libraw1394.spec @@ -1,7 +1,7 @@ # # spec file for package libraw1394 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,24 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: libraw1394 -Version: 2.0.7 -Release: 1 -License: LGPL-2.1+ +Version: 2.1.0 +Release: 0 Summary: A Firewire Interface -Url: http://www.dennedy.org/libraw1394/ +License: LGPL-2.1+ Group: System/Kernel +Url: http://www.dennedy.org/libraw1394/ # bug437293 %ifarch ppc64 Obsoletes: libraw1394-64bit %endif # -BuildRequires: openjade-devel pkg-config +BuildRequires: openjade-devel +BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.bz2 +Source0: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.xz Source1: baselibs.conf Patch: libraw1394.no-isodump.patch @@ -67,7 +66,6 @@ Ben Collins Pieter Palmers %package 11 -License: LGPL-2.1+ Summary: A Firewire Interface Group: System/Kernel # bug437293 @@ -81,11 +79,11 @@ A library for the Linux IEEE-1394 subsystem, which provides direct access to the connected 1394 (Firewire) bus. %package devel -License: LGPL-2.1+ Summary: Development and Include Files for libraw1394 -Summary(pt_BR): Arquivos de desenvolvimento e cabeƧalhos para o libraw1394 Group: Development/Libraries/C and C++ -Requires: %{name}-11 == %{version} glibc-devel +Summary(pt_BR): Arquivos de desenvolvimento e cabeƧalhos para o libraw1394 +Requires: %{name}-11 == %{version} +Requires: glibc-devel # bug437293 %ifarch ppc64 Obsoletes: libraw1394-devel-64bit