Mailinglist Archive: opensuse-commit (705 mails)

< Previous Next >
commit tinyca2
  • From: root@xxxxxxx (h_root)
  • Date: Wed, 5 Jul 2006 14:37:34 +0200 (CEST)
  • Message-id: <20060705123734.9BB10949AF@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package tinyca2
checked in at Wed Jul 5 14:37:34 CEST 2006.

--------
--- tinyca2/tinyca2.changes 2006-01-25 21:48:19.000000000 +0100
+++ tinyca2/tinyca2.changes 2006-07-04 16:52:13.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Jul 4 16:49:46 CEST 2006 - lnussel@xxxxxxx
+
+- new version 0.7.4
+ * fix some crashes
+ * fix problems with umlauts
+ * fix crl handling with different openssl versions
+
+-------------------------------------------------------------------

Old:
----
tinyca2-0.7.0-oo-gettext.patch
tinyca2-0.7.0.tar.bz2

New:
----
tinyca2-0.7.4.diff
tinyca2-0.7.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tinyca2.spec ++++++
--- /var/tmp/diff_new_pack.ErqkRq/_old 2006-07-05 14:37:22.000000000 +0200
+++ /var/tmp/diff_new_pack.ErqkRq/_new 2006-07-05 14:37:22.000000000 +0200
@@ -1,11 +1,11 @@
#
-# spec file for package tinyca2 (Version 0.7.0)
+# spec file for package tinyca2 (Version 0.7.4)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild
@@ -20,10 +20,10 @@
Group: Productivity/Networking/Security
License: GPL
Requires: perl perl-Gtk2 perl-MIME-Base64
-Version: 0.7.0
-Release: 2
-Source0: tinyca2-0.7.0.tar.bz2
-Patch0: tinyca2-0.7.0-oo-gettext.patch
+Version: 0.7.4
+Release: 1
+Source0: tinyca2-0.7.4.tar.bz2
+Patch0: tinyca2-0.7.4.diff
Summary: A Graphical Tool for Managing a Certification Authority
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -53,14 +53,12 @@
Stephan Martin <sm@xxxxxxxxxxx>

%prep
-%setup -n tinyca2-0.7.0
-%patch0
+%setup
+%patch0 -p1

%build
# Configure pristine source
-perl -pi -e 's:./lib:%{libdir}:g' tinyca2
-perl -pi -e 's:./templates:%{templatesdir}:g' tinyca2
-perl -pi -e 's:./locale:%{localedir}:g' lib/GETTEXT.pm
+perl -pi -e 's:./lib:%{libdir}:g;s:./templates:%{templatesdir}:g;s:./locale:%{localedir}:g' tinyca2
make -C po

%install
@@ -81,7 +79,15 @@
done
popd
%if %suse_version > 820
-%suse_update_desktop_file -i tinyca2 Security Utility
+cat > %buildroot/usr/share/applications/tinyca2.desktop <<EOF
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+GenericName=Tool to manage a Certification Authority
+Name=TinyCA2
+Exec=tinyca2
+EOF
+%suse_update_desktop_file tinyca2 Security Utility
%endif

%clean
@@ -98,6 +104,11 @@
%endif

%changelog -n tinyca2
+* Tue Jul 04 2006 - lnussel@xxxxxxx
+- new version 0.7.4
+ * fix some crashes
+ * fix problems with umlauts
+ * fix crl handling with different openssl versions
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Tue Aug 30 2005 - mmarek@xxxxxxx

++++++ tinyca2-0.7.4.diff ++++++
Index: tinyca2-0.7.4/tinyca2
===================================================================
--- tinyca2-0.7.4.orig/tinyca2
+++ tinyca2-0.7.4/tinyca2
@@ -70,7 +70,7 @@ if(not -x $init->{'zipbin'}) {
print gettext("Configure correct path to zip in tinyca.\n");
}

-if(not -x $init->{'zipbin'}) {
+if(not -x $init->{'tarbin'}) {
print gettext("tar command not found, support disabled.\n");
print gettext("Configure correct path to tar in tinyca.\n");
}
++++++ tinyca2-0.7.0.tar.bz2 -> tinyca2-0.7.4.tar.bz2 ++++++
++++ 26109 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...


---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit-help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages