Skip to content

Commit

Permalink
Update 1.7 to 1.7.1
Browse files Browse the repository at this point in the history
Changes since  OpenOBEX-1.7:
  - Add OBEX_FL_STREAM_CONTINUE
  - Several fixes
  • Loading branch information
mef committed Nov 23, 2014
1 parent da8a3cd commit 030e472
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
7 changes: 3 additions & 4 deletions comms/openobex/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.26 2014/04/28 12:14:27 joerg Exp $
# $NetBSD: Makefile,v 1.27 2014/11/23 11:33:33 mef Exp $

DISTNAME= openobex-1.7-Source
PKGNAME= openobex-1.7
PKGREVISION= 2
DISTNAME= openobex-1.7.1-Source
PKGNAME= ${DISTNAME:C/-Source//}
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}

Expand Down
12 changes: 6 additions & 6 deletions comms/openobex/PLIST
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@comment $NetBSD: PLIST,v 1.8 2014/04/28 12:14:27 joerg Exp $
@comment $NetBSD: PLIST,v 1.9 2014/11/23 11:33:33 mef Exp $
include/openobex/obex.h
include/openobex/obex_const.h
include/openobex/version.h
lib/cmake/OpenObex-1.7/openobex-config-version.cmake
lib/cmake/OpenObex-1.7/openobex-config.cmake
lib/cmake/OpenObex-1.7/openobex-target-release.cmake
lib/cmake/OpenObex-1.7/openobex-target.cmake
lib/cmake/OpenObex-${PKGVERSION}/openobex-config-version.cmake
lib/cmake/OpenObex-${PKGVERSION}/openobex-config.cmake
lib/cmake/OpenObex-${PKGVERSION}/openobex-target-release.cmake
lib/cmake/OpenObex-${PKGVERSION}/openobex-target.cmake
lib/libopenobex.so
lib/libopenobex.so.1.7
lib/libopenobex.so.${PKGVERSION}
lib/libopenobex.so.2
lib/pkgconfig/openobex.pc
share/doc/openobex/html/annotated.html
Expand Down
8 changes: 4 additions & 4 deletions comms/openobex/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.8 2013/03/21 06:49:12 sbd Exp $
$NetBSD: distinfo,v 1.9 2014/11/23 11:33:33 mef Exp $

SHA1 (openobex-1.7-Source.tar.gz) = 9fb8de31b551fd116991641f296d64be98f84b27
RMD160 (openobex-1.7-Source.tar.gz) = f4b80ac9533953312c0482e83ec5445550100eb6
Size (openobex-1.7-Source.tar.gz) = 130372 bytes
SHA1 (openobex-1.7.1-Source.tar.gz) = b70e10ac21737fd1280cfb4d7408f623118ed355
RMD160 (openobex-1.7.1-Source.tar.gz) = fd06ffd6fd4fd8457c81c300b4e7c790def49f52
Size (openobex-1.7.1-Source.tar.gz) = 131091 bytes
SHA1 (patch-lib_api.c) = 4ea3f2b8179a52a4d1266395a4f20b572582903f

0 comments on commit 030e472

Please sign in to comment.