[libodfgen] new release

David Tardon dtardon at fedoraproject.org
Wed Dec 4 08:54:00 UTC 2013


commit f745c0e9053e4cf2fd1063c75c8bc7ee458da6ef
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Dec 4 09:48:08 2013 +0100

    new release

 .gitignore                                         |    1 +
 ...libetonyek-are-not-runtime-deps-hide-them.patch |   25 --------------------
 libodfgen.spec                                     |   10 ++++----
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e908a58..6632be6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /libodfgen-0.0.1.tar.xz
 /libodfgen-0.0.2.tar.xz
 /libodfgen-0.0.3.tar.xz
+/libodfgen-0.0.4.tar.xz
diff --git a/libodfgen.spec b/libodfgen.spec
index a05fd81..9468615 100644
--- a/libodfgen.spec
+++ b/libodfgen.spec
@@ -1,8 +1,8 @@
 %global apiversion 0.0
 
 Name: libodfgen
-Version: 0.0.3
-Release: 2%{?dist}
+Version: 0.0.4
+Release: 1%{?dist}
 Summary: An ODF generator library
 
 Group: System Environment/Libraries
@@ -16,8 +16,6 @@ BuildRequires: libetonyek-devel
 BuildRequires: libwpd-devel
 BuildRequires: libwpg-devel
 
-Patch0: 0001-libwpd-and-libetonyek-are-not-runtime-deps-hide-them.patch
-
 %description
 %{name} is a library for generating ODF (text and vector drawing formats
 only). It is directly pluggable into input filters based on
@@ -43,7 +41,6 @@ The %{name}-doc package contains documentation files for %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -83,6 +80,9 @@ rm -rf %{buildroot}/%{_docdir}/%{name}
 
 
 %changelog
+* Wed Dec 04 2013 David Tardon <dtardon at redhat.com> - 0.0.4-1
+- new release
+
 * Tue Dec 03 2013 David Tardon <dtardon at redhat.com> - 0.0.3-2
 - rhbz#1000893 do not pull in unneeded packages
 
diff --git a/sources b/sources
index f4e0277..4ebddd0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d21175c7f4ba4154c2b5cada911851df  libodfgen-0.0.3.tar.xz
+e41ac9a624d528c92fa465de3c46dc59  libodfgen-0.0.4.tar.xz


More information about the scm-commits mailing list