This patch adds dist-tag for rep-gtk. It's not mandatory, but it seems to be current practice on rpm-based systems. See:
https://fedoraproject.org/wiki/Packaging/DistTag --- rep-gtk-0.90.0/rep-gtk.spec.in.orig 2009-09-05 09:50:20.000000000 +0300 +++ rep-gtk-0.90.0/rep-gtk.spec.in 2009-09-05 09:51:12.000000000 +0300 @@ -1,6 +1,6 @@ Name: rep-gtk Version: @version@ -Release: 1 +Release: 1%{?dist} Summary: GTK+ binding for librep Lisp environment Requires: librep >= @REP_MIN_VER@ gtk2 >= @GTK_MIN_VER@ License: GPL @@ -41,6 +41,9 @@ %{_libdir}/pkgconfig/rep-gtk.pc %changelog +* Sat Sep 05 2009 Kim B. Heino <[email protected]> +- add dist-tag + * Wed May 06 2009 Christopher Bratusek <[email protected]> - require gtk2 instead of gtk+ - add --libdir=%{_libdir} to configure flags
