Browse Source

upgrading package: discount 2.1.1.2 -> 2.1.1.3

master
parent
commit
aeefb0a4d4
  1. 6
      discount/discount.spec

6
discount/discount.spec

@ -22,7 +22,7 @@
##
# package version
%define V_discount 2.1.1.2
%define V_discount 2.1.1.3
%define V_text_markdown 1.000031
%define V_text_markdown_discount 0.01
@ -37,7 +37,7 @@ Class: EVAL
Group: Print
License: BSD
Version: %{V_discount}
Release: 20110730
Release: 20110731
# package options
%option with_perl no
@ -64,7 +64,7 @@ PreReq: perl
prog discount = {
version = %{V_discount}
url = http://www.pell.portland.or.us/~orc/Code/discount/
regex = discount-(\d+\.\d+\.\d+(?:(?:beta|rc)\d+)?)\.tar\.bz2
regex = discount-(\d+\.\d+\.\d+(\.\d+)?(?:(?:beta|rc)\d+)?)\.tar\.bz2
}
prog discount:text-markdown = {
version = %{V_text_markdown}

Loading…
Cancel
Save