From 24b1223a84d1ecf64fee1e74a6df8bc162870ea0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 16 Jun 2012 07:10:58 +0200 Subject: php-horde-Horde-Translation: backport 1.0.2 --- Makefile | 2 +- php-horde-Horde-Translation.spec | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e65467..13af741 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../../common/Makefile diff --git a/php-horde-Horde-Translation.spec b/php-horde-Horde-Translation.spec index 2122728..d29de6f 100644 --- a/php-horde-Horde-Translation.spec +++ b/php-horde-Horde-Translation.spec @@ -2,7 +2,7 @@ %global pear_name Horde_Translation Name: php-horde-Horde-Translation -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: Horde translation library @@ -94,6 +94,7 @@ fi %dir %{pear_phpdir}/Horde %{pear_phpdir}/Horde/Translation %{pear_phpdir}/Horde/Translation.php +%doc %{pear_docdir}/Horde_Translation # own locales (non standard) directories, .mo own by find_lang %dir %{pear_testdir}/Horde_Translation %dir %{pear_testdir}/Horde_Translation/Horde @@ -105,6 +106,12 @@ fi %changelog +* Sat Jun 16 2012 Remi Collet - 1.0.2-1 +- Upgrade to 1.0.2, backport for remi repo + +* Thu Jun 14 2012 Nick Bebout - 1.0.2-1 +- Upgrade to 1.0.2 + * Mon Feb 20 2012 Remi Collet - 1.0.1-1 - backport for remi repo -- cgit