commit ksshaskpass for openSUSE:Factory

2013-10-18 Thread h_root
Hello community,

here is the log from the commit of package ksshaskpass for openSUSE:Factory 
checked in at 2013-10-18 13:34:11

Comparing /work/SRC/openSUSE:Factory/ksshaskpass (Old)
 and  /work/SRC/openSUSE:Factory/.ksshaskpass.new (New)


Package is ksshaskpass

Changes:

--- /work/SRC/openSUSE:Factory/ksshaskpass/ksshaskpass.changes  2012-11-22 
13:59:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.ksshaskpass.new/ksshaskpass.changes 
2013-10-18 13:40:17.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 18 09:30:00 UTC 2013 - a...@cryptomilk.org
+
+- Add an env file to set SSH_ASKPASS variable.
+
+---



Other differences:
--
++ ksshaskpass.spec ++
--- /var/tmp/diff_new_pack.TIg6mI/_old  2013-10-18 13:40:18.0 +0200
+++ /var/tmp/diff_new_pack.TIg6mI/_new  2013-10-18 13:40:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ksshaskpass
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -49,15 +49,24 @@
   %make_jobs
 
 %install
-  cd build
-  %kde4_makeinstall
+  %kde4_makeinstall -C build
   %kde_post_install
 
+# SSH_ASKPASS env
+%__install -d -m0755 %{buildroot}%{_kde4_sharedir}/env
+
+cat  %{buildroot}%{_kde4_sharedir}/env/ksshaskpass.sh  EOF
+SSH_ASKPASS=%{_libexecdir}/ssh/ksshaskpass
+export SSH_ASKPASS
+EOF
+
 %files
 %defattr(-,root,root)
 %if 0%{?suse_version}
 %dir %{_libexecdir}/ssh
 %{_libexecdir}/ssh/ksshaskpass
+%dir %{_kde4_sharedir}/env
+%{_kde4_sharedir}/env/ksshaskpass.sh
 %else
 %{_kde4_bindir}/ksshaskpass
 %{_kde4_applicationsdir}/ksshaskpass.desktop

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ksshaskpass for openSUSE:Factory

2012-11-22 Thread h_root
Hello community,

here is the log from the commit of package ksshaskpass for openSUSE:Factory 
checked in at 2012-11-22 13:59:55

Comparing /work/SRC/openSUSE:Factory/ksshaskpass (Old)
 and  /work/SRC/openSUSE:Factory/.ksshaskpass.new (New)


Package is ksshaskpass, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ksshaskpass/ksshaskpass.changes  2011-10-18 
14:29:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksshaskpass.new/ksshaskpass.changes 
2012-11-22 13:59:57.0 +0100
@@ -1,0 +2,11 @@
+Wed Nov 21 19:42:05 UTC 2012 - ctri...@opensuse.org
+
+- Removed debian specific files
+  updated the URL in the spec file and don't use a recompressed tarball
+
+---
+Sun Nov 11 20:00:25 UTC 2012 - ctri...@opensuse.org
+
+- Install the binary in %{_libexecdir}/ssh (bnc#788963)
+
+---

Old:

  50971-ksshaskpass-0.5.3.tar.bz2
  debian.changelog
  debian.control
  debian.rules
  debian.series

New:

  50971-ksshaskpass-0.5.3.tar.gz



Other differences:
--
++ ksshaskpass.spec ++
--- /var/tmp/diff_new_pack.7fNuPb/_old  2012-11-22 13:59:58.0 +0100
+++ /var/tmp/diff_new_pack.7fNuPb/_new  2012-11-22 13:59:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ksshaskpass
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ksshaskpass
 Version:0.5.3
-Release:1
-License:GPL-2.0+
+Release:0
 Summary:KDE 4 version of ssh-askpass
-Url:http://kde-apps.org/content/show.php/Ksshaskpass?content=50971
+License:GPL-2.0+
 Group:  System/GUI/KDE
-Source: 50971-ksshaskpass-%{version}.tar.bz2
+Url:
http://kde-apps.org/CONTENT/content-files/50971-ksshaskpass-0.5.3.tar.gz
+Source: 50971-ksshaskpass-%{version}.tar.gz
 Patch1: suse-tweaks.diff
 Patch2: icon.diff
 BuildRequires:  libkde4-devel
@@ -55,7 +56,8 @@
 %files
 %defattr(-,root,root)
 %if 0%{?suse_version}
-%{_libdir}/ssh/
+%dir %{_libexecdir}/ssh
+%{_libexecdir}/ssh/ksshaskpass
 %else
 %{_kde4_bindir}/ksshaskpass
 %{_kde4_applicationsdir}/ksshaskpass.desktop

++ suse-tweaks.diff ++
--- /var/tmp/diff_new_pack.7fNuPb/_old  2012-11-22 13:59:58.0 +0100
+++ /var/tmp/diff_new_pack.7fNuPb/_new  2012-11-22 13:59:58.0 +0100
@@ -6,7 +6,7 @@
  
 -install(TARGETS ksshaskpass DESTINATION ${BIN_INSTALL_DIR})
 -install(FILES src/ksshaskpass.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
-+install(TARGETS ksshaskpass DESTINATION ${LIB_INSTALL_DIR}/ssh)
++install(TARGETS ksshaskpass DESTINATION /usr/lib/ssh)
 +#install(FILES src/ksshaskpass.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
  
  install(FILES doc/ksshaskpass.1 DESTINATION ${MAN_INSTALL_DIR}/man1)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ksshaskpass for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package ksshaskpass for openSUSE:Factory 
checked in at 2011-12-06 18:22:05

Comparing /work/SRC/openSUSE:Factory/ksshaskpass (Old)
 and  /work/SRC/openSUSE:Factory/.ksshaskpass.new (New)


Package is ksshaskpass, Maintainer is 

Changes:




Other differences:
--
++ ksshaskpass.spec ++
--- /var/tmp/diff_new_pack.wiSqL1/_old  2011-12-06 18:38:56.0 +0100
+++ /var/tmp/diff_new_pack.wiSqL1/_new  2011-12-06 18:38:56.0 +0100
@@ -18,7 +18,7 @@
 Name:   ksshaskpass
 Version:0.5.3
 Release:1
-License:GPLv2+
+License:GPL-2.0+
 Summary:KDE 4 version of ssh-askpass
 Url:http://kde-apps.org/content/show.php/Ksshaskpass?content=50971
 Group:  System/GUI/KDE

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ksshaskpass for openSUSE:Factory

2011-10-18 Thread h_root

Hello community,

here is the log from the commit of package ksshaskpass for openSUSE:Factory
checked in at Tue Oct 18 14:19:30 CEST 2011.




--- openSUSE:Factory/ksshaskpass/ksshaskpass.changes2011-09-23 
02:07:21.0 +0200
+++ /mounts/work_src_done/STABLE/ksshaskpass/ksshaskpass.changes
2011-10-11 09:31:50.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 11 07:31:15 UTC 2011 - idon...@suse.com
+
+- Fix directory ownership
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ksshaskpass.spec ++
--- /var/tmp/diff_new_pack.GR15PC/_old  2011-10-18 14:19:27.0 +0200
+++ /var/tmp/diff_new_pack.GR15PC/_new  2011-10-18 14:19:27.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ksshaskpass (Version 0.5.3)
+# spec file for package ksshaskpass
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -52,13 +52,10 @@
   %kde4_makeinstall
   %kde_post_install
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %if 0%{?suse_version}
-%{_libdir}/ssh/ksshaskpass
+%{_libdir}/ssh/
 %else
 %{_kde4_bindir}/ksshaskpass
 %{_kde4_applicationsdir}/ksshaskpass.desktop

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ksshaskpass for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package ksshaskpass for openSUSE:Factory
checked in at Mon Sep 19 17:33:22 CEST 2011.




--- KDE/ksshaskpass/ksshaskpass.changes 2010-07-08 07:16:57.0 +0200
+++ ksshaskpass/ksshaskpass.changes 2011-09-16 17:46:47.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 16 13:00:21 UTC 2011 - toddrme2...@gmail.com
+
+- Changed summary (fix for RPMLINT warning)
+- Cleaned up spec file formatting
+
+---

Package does not exist at destination yet. Using Fallback KDE/ksshaskpass
Destination is ksshaskpass
calling whatdependson for head-i586




Other differences:
--
++ ksshaskpass.spec ++
--- /var/tmp/diff_new_pack.okDsFA/_old  2011-09-19 17:33:18.0 +0200
+++ /var/tmp/diff_new_pack.okDsFA/_new  2011-09-19 17:33:18.0 +0200
@@ -15,24 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   ksshaskpass
-BuildRequires:  libkde4-devel
-BuildRequires:  openssh-askpass
-Requires:   openssh-askpass
-Supplements:packageand(openssh-askpass:kdebase4-workspace)
+Version:0.5.3
+Release:1
 License:GPLv2+
+Summary:KDE 4 version of ssh-askpass
 Url:http://kde-apps.org/content/show.php/Ksshaskpass?content=50971
 Group:  System/GUI/KDE
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:A KDE 4 version of ssh-askpass with KWallet support
-Version:0.5.3
-Release:1
 Source: 50971-ksshaskpass-%{version}.tar.bz2
 Patch1: suse-tweaks.diff
 Patch2: icon.diff
+BuildRequires:  libkde4-devel
+BuildRequires:  openssh-askpass
+Requires:   openssh-askpass
+Supplements:packageand(openssh-askpass:kdebase4-workspace)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %kde4_runtime_requires
 
@@ -40,7 +37,7 @@
 A KDE 4 version of ssh-askpass with KWallet support.
 
 %prep
-%setup -n %{name}-%{version} -q
+%setup -q
 %if 0%{?suse_version}
 %patch1
 %endif
@@ -56,7 +53,7 @@
   %kde_post_install
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org