Logoj0ke.net Open Build Service > Projects > home:netmax:tools > fpm2 > Changes
Sign Up | Log In

Changes of Revision 2

[-] Added fpm2.changes
 
1
@@ -0,0 +1,5 @@
2
+-------------------------------------------------------------------
3
+Sun Aug 31 10:30:02 UTC 2014 - cs@linux-administrator.com
4
+
5
+- import release 0.79
6
+
7
[-] Changed fpm2.spec ^
64
 
1
@@ -28,7 +28,9 @@
2
 BuildRequires:  gettext
3
 BuildRequires:  gtk2-devel
4
 BuildRequires:  libxml2-devel
5
+%if 0%{?suse_version}
6
 BuildRequires:  update-desktop-files
7
+%endif
8
 
9
 %description
10
 Figaro's Password Manager 2 is a program that allows you to securely
11
@@ -65,14 +67,15 @@
12
 %__make %{?_smp_flags}
13
 
14
 %install
15
-%makeinstall
16
+%__make DESTDIR=%{buildroot} install
17
 
18
 # icon
19
 %__install -dm 755 %{buildroot}%{_datadir}/pixmaps
20
 %__install -m 644 data/pixmaps/logo.png \
21
     %{buildroot}%{_datadir}/pixmaps/%{name}.png
22
-
23
+%if 0%{?suse_version}
24
 %suse_update_desktop_file -i %{name} Utility Security
25
+%endif
26
 
27
 %find_lang %{name}
28
 
29
@@ -92,34 +95,3 @@
30
 %files lang -f %{name}.lang
31
 
32
 %changelog
33
-* Tue May 29 2012 pascal.bleser@opensuse.org
34
-- removed the licenses hack, see
35
-  https://bugs.links2linux.org/browse/PM-27
36
-* Thu Mar 31 2011 detlef@links2linux.de
37
-- update to 0.79
38
-* Wed Mar  3 2010 toni@links2linux.de
39
-- update to 0.78
40
-- Fixed crash in master password dialog after open keyfile.
41
-- Disable (gray out) toolbar button and menu entries which require
42
-  a row to be selected.
43
-- Use MD5 and SHA-256 from GLib.
44
-* Wed Feb 24 2010 toni@links2linux.de
45
-- update to 0.77
46
-- User can now select columns in main view including their order.
47
-- Added option for select action when user activate entry and option
48
-  for open search dialog on startup.
49
-- This version also fixed search in and DEFAULT and NONE category.
50
-* Tue Nov 10 2009 toni@links2linux.de
51
-- update to 0.76.1
52
-- Fixed crash on startup when do not exists FPM2 data directory.
53
-* Fri Nov  6 2009 toni@links2linux.de
54
-- update to 0.76
55
-- splitted off lang-subpackage
56
-- FPM2 can be now minimized in tray on startup without master password input. More
57
-  translations were added. Minor bugs were fixed.
58
-* Mon Mar  2 2009 toni@links2linux.de
59
-- update to 0.75
60
-* Mon Jul  7 2008 toni@links2linux.de
61
-- update to 0.72
62
-* Wed Jun  4 2008 toni@links2linux.de
63
-- initial release 0.71
64