diff options
-rw-r--r-- | .tito/packages/libpcd | 2 | ||||
-rw-r--r-- | libpcd.spec | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.tito/packages/libpcd b/.tito/packages/libpcd index 062f380..18fcfab 100644 --- a/.tito/packages/libpcd +++ b/.tito/packages/libpcd @@ -1 +1 @@ -1.0.2-1 ./ +1.0.3-1 ./ diff --git a/libpcd.spec b/libpcd.spec index 08ee71d..7a86517 100644 --- a/libpcd.spec +++ b/libpcd.spec @@ -1,6 +1,6 @@ Name: libpcd License: GPLv2+ -Version: 1.0.2 +Version: 1.0.3 Release: 1%{?dist} Summary: PhotoCD decoding library Group: System Environment/Libraries @@ -42,6 +42,9 @@ make prefix=/usr DESTDIR=%{buildroot} \ %{_includedir}/pcd.h %changelog +* Wed Feb 22 2017 Gerd Hoffmann <kraxel@redhat.com> 1.0.3-1 +- specfile: fix source (kraxel@redhat.com) + * Wed Feb 22 2017 Gerd Hoffmann <kraxel@redhat.com> 1.0.2-1 - new package built with tito |