asn1c.spec.in


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1221 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/asn1c.spec.in b/asn1c.spec.in
index 0a54d74..c4050e9 100644
--- a/asn1c.spec.in
+++ b/asn1c.spec.in
@@ -4,7 +4,7 @@
 
 Name: @PACKAGE@
 Version: @VERSION@
-Release: 1
+Release: 2
 Copyright: Lev Walkin <vlm@lionet.info>
 Source: %{name}-%{version}.tar.gz
 Url: http://asn1c.sourceforge.net/
@@ -16,7 +16,7 @@
 
 %description
 The asn1c compiler turns ASN.1 specifications into C language
-source files containing the BER/CER/DER/XER encoders and decoders
+source files containing the BER/CER/DER/PER/XER encoders and decoders
 for the given abstract notation.
 
 %prep
@@ -45,6 +45,9 @@
 
 %changelog
 
+* Sun Sep 18 2006 Lev Walkin <vlm@lionet.info>
+- Mentioned PER support
+
 * Sun Sep 26 2004 Lev Walkin <vlm@lionet.info>
 - All manuals are now getting installed, including new ones: unber.1 and enber.1