Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f529851cb1 | ||
|
|
4a3aa876bf | ||
|
|
08b407a1fe |
6 changed files with 8 additions and 12 deletions
|
|
@ -1,2 +0,0 @@
|
|||
fribidi-0.10.4.tar.bz2
|
||||
fribidi-0.10.7.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
fribidi-0.10.8.tar.gz
|
||||
6
Makefile
6
Makefile
|
|
@ -1,6 +0,0 @@
|
|||
# Makefile for source rpm: fribidi
|
||||
# $Id$
|
||||
NAME := fribidi
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <besfahbo@redhat.com> 0.10.8-1
|
||||
- latest version
|
||||
|
||||
* Mon Feb 05 2007 Caolan McNamara <caolanm@redhat.com> 0.10.7-6
|
||||
- Resolves: rhbz#225771 spec cleanups
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
0f602ed32869dbc551dc6bc83d8a3d28 fribidi-0.10.7.tar.gz
|
||||
fe6a1e370353e330bbe043bb1697d04e fribidi-0.10.8.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue