summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pomatic.spec3
-rw-r--r--pomatic.x2
2 files changed, 3 insertions, 2 deletions
diff --git a/pomatic.spec b/pomatic.spec
index e83ba52..689e6e9 100644
--- a/pomatic.spec
+++ b/pomatic.spec
@@ -1,5 +1,5 @@
Name: pomatic
-Version: 1.0.2
+Version: 1.0.3
Release: 1
Source: %{name}-%{version}.tar.gz
Summary: pomatic
@@ -33,6 +33,7 @@ rm -fr $RPM_BUILD_ROOT
%changelog
* Sat Jul 12 2003 Nalin Dahyabhai <nalin@redhat.com>
- convert \N to \n when reading filter output
+- handle plural forms in .pot files
- add a sample .spec doc file
- add more scripts
diff --git a/pomatic.x b/pomatic.x
index 9478a77..f7807a4 100644
--- a/pomatic.x
+++ b/pomatic.x
@@ -20,7 +20,7 @@ char *filter = "cat";
[ \t]+ {};
^#.* {};
-^msgid {
+^msgid\ {
struct passwd *pwd;
time_t now;
struct tm tm;