From 08b407a1fede2828364414a6da3a323cb599bf00 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 18 May 2007 04:01:48 +0000 Subject: [PATCH 1/3] Initialize branch F-7 for fribidi --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..c48525c --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-7 From 4a3aa876bf2598598f693823a0ad2ad28f13dba5 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 31 May 2007 20:27:55 +0000 Subject: [PATCH 2/3] - latest version --- .cvsignore | 3 +-- fribidi-0.10.7-multiarchdevel.patch | 2 +- fribidi.spec | 7 +++++-- sources | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2418dd1..ef90a78 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -fribidi-0.10.4.tar.bz2 -fribidi-0.10.7.tar.gz +fribidi-0.10.8.tar.gz diff --git a/fribidi-0.10.7-multiarchdevel.patch b/fribidi-0.10.7-multiarchdevel.patch index c5c8394..1b2d34b 100644 --- a/fribidi-0.10.7-multiarchdevel.patch +++ b/fribidi-0.10.7-multiarchdevel.patch @@ -20,7 +20,7 @@ +++ fribidi-0.10.7/fribidi_config-64.h 2006-05-02 10:48:14.000000000 +0100 @@ -0,0 +1,6 @@ +#ifndef FRIBIDI_CONFIG_SIXFOUR_H -+#define FRIBIDI_CONFIG-SIXFOUR_H ++#define FRIBIDI_CONFIG_SIXFOUR_H +#define FRIBIDI_SIZEOF_SHORT 2 +#define FRIBIDI_SIZEOF_INT 4 +#define FRIBIDI_SIZEOF_LONG 8 diff --git a/fribidi.spec b/fribidi.spec index 214c149..e105a5b 100644 --- a/fribidi.spec +++ b/fribidi.spec @@ -1,7 +1,7 @@ Summary: Library implementing the Unicode Bidirectional Algorithm Name: fribidi -Version: 0.10.7 -Release: 6%{?dist} +Version: 0.10.8 +Release: 1%{?dist} URL: http://fribidi.org Source0: http://fribidi.org/download/fribidi/%{name}-%{version}.tar.gz Patch0: fribidi-0.10.7-multiarchdevel.patch @@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Thu May 31 2007 Behdad Esfahbod 0.10.8-1 +- latest version + * Mon Feb 05 2007 Caolan McNamara 0.10.7-6 - Resolves: rhbz#225771 spec cleanups diff --git a/sources b/sources index 11f9ed6..ded02af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f602ed32869dbc551dc6bc83d8a3d28 fribidi-0.10.7.tar.gz +fe6a1e370353e330bbe043bb1697d04e fribidi-0.10.8.tar.gz From f529851cb177fa20bb317a24bfc4c10a766bd56b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 14:49:16 +0000 Subject: [PATCH 3/3] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 6 ------ branch | 1 - 3 files changed, 7 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index a2ba04d..0000000 --- a/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# Makefile for source rpm: fribidi -# $Id$ -NAME := fribidi -SPECFILE = $(firstword $(wildcard *.spec)) - -include ../common/Makefile.common diff --git a/branch b/branch deleted file mode 100644 index c48525c..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-7