Skip to content

Commit 5b6629d

Browse files
author
dmoore
committed
NEWS, configure.in, libiptcdata.spec.in: Updated for release of 1.0.4
1 parent 2c650cc commit 5b6629d

5 files changed

Lines changed: 38 additions & 6 deletions

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2009-07-05 David Moore <dcm@acm.org>
2+
3+
* NEWS, configure.in, libiptcdata.spec.in: Updated for release of 1.0.4
4+
15
2009-06-27 David Moore <dcm@acm.org>
26

37
* docs/reference/libiptcdata-docs.sgml: Fix multilib -devel rpm conflict

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
libiptcdata 1.0.4
2+
=================
3+
Released July 5, 2009
4+
5+
* Added Italian translation from Milo Casagrande.
6+
* Fixed multilib conflict from documentation in -devel rpm
7+
8+
19
libiptcdata 1.0.3
210
=================
311
Released Mar 24, 2009

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_PREREQ(2.50)
22
AC_INIT(libiptcdata/iptc-data.h)
33
AM_CONFIG_HEADER(config.h)
4-
AM_INIT_AUTOMAKE(libiptcdata, 1.0.3)
4+
AM_INIT_AUTOMAKE(libiptcdata, 1.0.4)
55
AM_MAINTAINER_MODE
66

77
dnl ---------------------------------------------------------------------------

iptc/po/it.po

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: iptc\n"
1919
"Report-Msgid-Bugs-To: dcm@acm.org\n"
20-
"POT-Creation-Date: 2009-03-24 23:30-0700\n"
20+
"POT-Creation-Date: 2007-05-15 02:36-0400\n"
2121
"PO-Revision-Date: 2009-06-17 18:51+0200\n"
2222
"Last-Translator: Milo Casagrande <milo@ubuntu.com>\n"
2323
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -259,5 +259,3 @@ msgstr "Salvataggio dell'immagine non riuscito"
259259
#, c-format
260260
msgid "%s: saved\n"
261261
msgstr "%s: salvato\n"
262-
263-

libiptcdata.spec.in

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ Release: 1%{?dist}
66
Summary: IPTC tag library
77

88
Group: Development/Libraries
9-
License: LGPL
9+
License: LGPLv2+
1010
URL: http://libiptcdata.sourceforge.net/
1111
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
1212
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13+
BuildRequires: gettext
14+
BuildRequires: libtool
15+
BuildRequires: gtk-doc
1316

1417
%description
1518
libiptcdata is a library for parsing, editing, and saving IPTC data
@@ -23,6 +26,7 @@ Summary: Headers and libraries for libiptcdata application development
2326
Group: Development/Libraries
2427
Requires: %{name} = %{version}-%{release}
2528
Requires: pkgconfig
29+
Requires: gtk-doc
2630

2731
%description devel
2832
The libiptcdata-devel package contains the libraries and include files
@@ -80,10 +84,28 @@ rm -rf $RPM_BUILD_ROOT
8084
%{python_sitearch}/*.so
8185

8286
%changelog
83-
* Tue Mar 24 2009 David Moore <dcm@acm.org> 1.0.3-1
87+
* Sun Apr 12 2009 David Moore <dcm@acm.org> 1.0.3-3
88+
- Added 'BuildRequires: gtk-doc'
89+
90+
* Sun Apr 12 2009 David Moore <dcm@acm.org> 1.0.3-2
91+
- Added 'Requires: gtk-doc' and 'BuildRequires: libtool' and gettext
92+
93+
* Sun Apr 12 2009 David Moore <dcm@acm.org> 1.0.3-1
8494
- New upstream version
8595
- Added translation to file list
8696

97+
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-5
98+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
99+
100+
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.0.2-4
101+
- Rebuild for Python 2.6
102+
103+
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.2-3
104+
- fix license tag
105+
106+
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.2-2
107+
- Autorebuild for GCC 4.3
108+
87109
* Tue May 15 2007 David Moore <dcm@acm.org> 1.0.2-1
88110
- New upstream version
89111

0 commit comments

Comments
 (0)