diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-06-10 18:42:05 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-06-10 18:42:05 +0000 |
commit | cb97abc8c28ea66334532da0f713c803d2675bbb (patch) | |
tree | 994a435970c9b18c2c26e5f0bbf4bd0f3bdbe045 | |
parent | e3d439e51d5a63b113ec0719ea9a1bfdcfab802b (diff) |
0.3.28vte_0_3_28
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | vte.spec | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index db3d1ec..cb0197f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,4 +27,4 @@ archive: rm -fr $$tmpdir srpm: $(top_srcdir)/$(PACKAGE)-$(VERSION).tar.gz - rpm -ts $(top_srcdir)/$(PACKAGE)-$(VERSION).tar.gz + rpmbuild -ts $(top_srcdir)/$(PACKAGE)-$(VERSION).tar.gz @@ -53,6 +53,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_libdir}/pkgconfig/* %changelog +* Mon Jun 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.28-1 +- finish merging otaylor's Xft2 patch + * Mon Jun 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.27-1 - rework accessibility |