commit krb5-ticket-watcher for openSUSE:Factory

2019-04-12 Thread root
Hello community,

here is the log from the commit of package krb5-ticket-watcher for 
openSUSE:Factory checked in at 2019-04-12 09:15:40

Comparing /work/SRC/openSUSE:Factory/krb5-ticket-watcher (Old)
 and  /work/SRC/openSUSE:Factory/.krb5-ticket-watcher.new.27019 (New)


Package is "krb5-ticket-watcher"

Fri Apr 12 09:15:40 2019 rev:31 rq:693236 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/krb5-ticket-watcher/krb5-ticket-watcher.changes  
2017-05-24 16:51:42.883173755 +0200
+++ 
/work/SRC/openSUSE:Factory/.krb5-ticket-watcher.new.27019/krb5-ticket-watcher.changes
   2019-04-12 09:15:41.805724707 +0200
@@ -1,0 +2,5 @@
+Tue Apr  9 05:22:33 UTC 2019 - Marcus Meissner 
+
+- disable translation-upstream
+
+---



Other differences:
--
++ krb5-ticket-watcher.spec ++
--- /var/tmp/diff_new_pack.x2mu7U/_old  2019-04-12 09:15:42.493725124 +0200
+++ /var/tmp/diff_new_pack.x2mu7U/_new  2019-04-12 09:15:42.497725126 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package krb5-ticket-watcher
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -76,7 +76,7 @@
 %if 0%{?suse_version}
 # We skip createPot - it requires calling of "make" before, but
 # supplementary scripts call only prep phase.
-translation-update-upstream po krb5-ticket-watcher true
+#translation-update-upstream po krb5-ticket-watcher true
 %endif
 
 %build




commit krb5-ticket-watcher for openSUSE:Factory

2017-05-24 Thread root
Hello community,

here is the log from the commit of package krb5-ticket-watcher for 
openSUSE:Factory checked in at 2017-05-24 16:50:45

Comparing /work/SRC/openSUSE:Factory/krb5-ticket-watcher (Old)
 and  /work/SRC/openSUSE:Factory/.krb5-ticket-watcher.new (New)


Package is "krb5-ticket-watcher"

Wed May 24 16:50:45 2017 rev:30 rq:497787 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/krb5-ticket-watcher/krb5-ticket-watcher.changes  
2014-05-02 13:58:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.krb5-ticket-watcher.new/krb5-ticket-watcher.changes 
2017-05-24 16:51:42.883173755 +0200
@@ -1,0 +2,6 @@
+Tue May 23 14:12:20 UTC 2017 - subchas...@gmail.com
+
+- add krb5-ticket-watcher-time-locale.patch: Fix localized
+  date time display in the tickets list
+
+---

New:

  krb5-ticket-watcher-time-locale.patch



Other differences:
--
++ krb5-ticket-watcher.spec ++
--- /var/tmp/diff_new_pack.HBvpPH/_old  2017-05-24 16:51:43.819042007 +0200
+++ /var/tmp/diff_new_pack.HBvpPH/_new  2017-05-24 16:51:43.819042007 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package krb5-ticket-watcher
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX 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,6 +52,7 @@
 Source0:%{name}-%{version}.tar.bz2
 Source1:krb5-ticket-watcher-po.tar.gz
 Patch0: krb5-ticket-watcher-gcc47.patch
+Patch1: krb5-ticket-watcher-time-locale.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -71,6 +72,7 @@
 %setup -n %{name}-%{version} 
 %setup -a 1 -T -D -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 %if 0%{?suse_version}
 # We skip createPot - it requires calling of "make" before, but
 # supplementary scripts call only prep phase.

++ krb5-ticket-watcher-time-locale.patch ++
--- krb5-ticket-watcher-1.0.3/src/krb5ticketwatcher.cpp.orig2015-11-10 
13:57:43.0 +0300
+++ krb5-ticket-watcher-1.0.3/src/krb5ticketwatcher.cpp 2015-11-10 
21:49:27.430891533 +0300
@@ -1377,7 +1377,7 @@
if (!krb5_timestamp_to_sfstring((krb5_timestamp) tv,
timestring, 29, ))
{
-   return timestring;
+   return QString::fromLocal8Bit(timestring);
}
return "";
 }



commit krb5-ticket-watcher for openSUSE:Factory

2014-05-02 Thread h_root
Hello community,

here is the log from the commit of package krb5-ticket-watcher for 
openSUSE:Factory checked in at 2014-05-02 13:58:26

Comparing /work/SRC/openSUSE:Factory/krb5-ticket-watcher (Old)
 and  /work/SRC/openSUSE:Factory/.krb5-ticket-watcher.new (New)


Package is krb5-ticket-watcher

Changes:

--- /work/SRC/openSUSE:Factory/krb5-ticket-watcher/krb5-ticket-watcher.changes  
2012-03-26 15:37:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.krb5-ticket-watcher.new/krb5-ticket-watcher.changes 
2014-05-02 13:58:27.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 30 16:01:06 CEST 2014 - m...@suse.de
+
+- update translations
+
+---

New:

  krb5-ticket-watcher-po.tar.gz



Other differences:
--
++ krb5-ticket-watcher.spec ++
--- /var/tmp/diff_new_pack.J8AAua/_old  2014-05-02 13:58:28.0 +0200
+++ /var/tmp/diff_new_pack.J8AAua/_new  2014-05-02 13:58:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package krb5-ticket-watcher
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -50,7 +50,7 @@
 Version:1.0.3
 Release:0
 Source0:%{name}-%{version}.tar.bz2
-#Source1:krb5-ticket-watcher-po.tar.gz
+Source1:krb5-ticket-watcher-po.tar.gz
 Patch0: krb5-ticket-watcher-gcc47.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -69,7 +69,7 @@
 
 %prep
 %setup -n %{name}-%{version} 
-#%setup -a 1 -T -D -n %{name}-%{version}
+%setup -a 1 -T -D -n %{name}-%{version}
 %patch0 -p1
 %if 0%{?suse_version}
 # We skip createPot - it requires calling of make before, but

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



commit krb5-ticket-watcher for openSUSE:Factory

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package krb5-ticket-watcher for 
openSUSE:Factory checked in at 2012-03-26 15:37:05

Comparing /work/SRC/openSUSE:Factory/krb5-ticket-watcher (Old)
 and  /work/SRC/openSUSE:Factory/.krb5-ticket-watcher.new (New)


Package is krb5-ticket-watcher, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/krb5-ticket-watcher/krb5-ticket-watcher.changes  
2011-09-23 02:07:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.krb5-ticket-watcher.new/krb5-ticket-watcher.changes 
2012-03-26 15:37:17.0 +0200
@@ -1,0 +2,5 @@
+Sat Mar 24 15:32:56 UTC 2012 - dims...@opensuse.org
+
+- Add krb5-ticket-watcher-gcc47.patch: Fix build with gcc 4.7.
+
+---

New:

  krb5-ticket-watcher-gcc47.patch



Other differences:
--
++ krb5-ticket-watcher.spec ++
--- /var/tmp/diff_new_pack.ffOM4B/_old  2012-03-26 15:37:18.0 +0200
+++ /var/tmp/diff_new_pack.ffOM4B/_new  2012-03-26 15:37:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package krb5-ticket-watcher
 #
-# 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,32 +15,43 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   krb5-ticket-watcher
 Url:http://sourceforge.net/projects/krb5ticketwatch
 %if 0%{?suse_version}
-BuildRequires:  cmake krb5-devel libqt4-devel translation-update-upstream 
update-desktop-files
+BuildRequires:  cmake
+BuildRequires:  krb5-devel
+BuildRequires:  libqt4-devel
+BuildRequires:  translation-update-upstream
+BuildRequires:  update-desktop-files
 %endif
 %if 0%{?fedora_version}
-BuildRequires:  cmake gcc-c++ krb5-devel qt-devel
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
+BuildRequires:  krb5-devel
+BuildRequires:  qt-devel
 %endif
 %if 0%{?mandriva_version}
 %ifarch x86_64
-BuildRequires:  cmake gcc-c++ lib64krb53-devel lib64qt4-devel
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
+BuildRequires:  lib64krb53-devel
+BuildRequires:  lib64qt4-devel
 %else
-BuildRequires:  cmake gcc-c++ libkrb53-devel libqt4-devel
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
+BuildRequires:  libkrb53-devel
+BuildRequires:  libqt4-devel
 %endif
 %endif
+Summary:A Tray Applet for Watching, Renewing, and Reinitializing 
Kerberos Tickets
 License:GPL-2.0+
 Group:  System/GUI/Other
-AutoReqProv:on
-Summary:A Tray Applet for Watching, Renewing, and Reinitializing 
Kerberos Tickets
 Version:1.0.3
-Release:11
+Release:0
 Source0:%{name}-%{version}.tar.bz2
 #Source1:krb5-ticket-watcher-po.tar.gz
+Patch0: krb5-ticket-watcher-gcc47.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -59,6 +70,7 @@
 %prep
 %setup -n %{name}-%{version} 
 #%setup -a 1 -T -D -n %{name}-%{version}
+%patch0 -p1
 %if 0%{?suse_version}
 # We skip createPot - it requires calling of make before, but
 # supplementary scripts call only prep phase.

++ krb5-ticket-watcher-gcc47.patch ++
Index: krb5-ticket-watcher-1.0.3/src/krb5ticketwatcher.cpp
===
--- krb5-ticket-watcher-1.0.3.orig/src/krb5ticketwatcher.cpp
+++ krb5-ticket-watcher-1.0.3/src/krb5ticketwatcher.cpp
@@ -48,6 +48,7 @@
 #include pwdialog.h
 #include pwchangedialog.h
 #include kinitdialog.h
+#include unistd.h //for getuid()
 
 #include pwd.h
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit krb5-ticket-watcher for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package krb5-ticket-watcher for 
openSUSE:Factory checked in at 2011-12-06 18:22:02

Comparing /work/SRC/openSUSE:Factory/krb5-ticket-watcher (Old)
 and  /work/SRC/openSUSE:Factory/.krb5-ticket-watcher.new (New)


Package is krb5-ticket-watcher, Maintainer is m...@suse.com

Changes:




Other differences:
--
++ krb5-ticket-watcher.spec ++
--- /var/tmp/diff_new_pack.pD2y0z/_old  2011-12-06 18:38:43.0 +0100
+++ /var/tmp/diff_new_pack.pD2y0z/_new  2011-12-06 18:38:43.0 +0100
@@ -33,7 +33,7 @@
 BuildRequires:  cmake gcc-c++ libkrb53-devel libqt4-devel
 %endif
 %endif
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/GUI/Other
 AutoReqProv:on
 Summary:A Tray Applet for Watching, Renewing, and Reinitializing 
Kerberos Tickets

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



commit krb5-ticket-watcher for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package krb5-ticket-watcher for 
openSUSE:Factory
checked in at Thu May 12 08:53:29 CEST 2011.




--- krb5-ticket-watcher/krb5-ticket-watcher.changes 2009-07-21 
17:48:14.0 +0200
+++ 
/mounts/work_src_done/STABLE/krb5-ticket-watcher/krb5-ticket-watcher.changes
2011-02-15 16:33:44.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 15 16:33:03 CET 2011 - sbra...@suse.cz
+
+- Added support for translation-update-upstream.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ krb5-ticket-watcher.spec ++
--- /var/tmp/diff_new_pack.7cW5Kf/_old  2011-05-12 08:52:33.0 +0200
+++ /var/tmp/diff_new_pack.7cW5Kf/_new  2011-05-12 08:52:33.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package krb5-ticket-watcher (Version 1.0.3)
+# spec file for package krb5-ticket-watcher
 #
-# Copyright (c) 2009 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
@@ -21,7 +21,7 @@
 Name:   krb5-ticket-watcher
 Url:http://sourceforge.net/projects/krb5ticketwatch
 %if 0%{?suse_version}
-BuildRequires:  cmake krb5-devel libqt4-devel update-desktop-files
+BuildRequires:  cmake krb5-devel libqt4-devel translation-update-upstream 
update-desktop-files
 %endif
 %if 0%{?fedora_version}
 BuildRequires:  cmake gcc-c++ krb5-devel qt-devel
@@ -33,12 +33,12 @@
 BuildRequires:  cmake gcc-c++ libkrb53-devel libqt4-devel
 %endif
 %endif
-License:GPL v2 or later
+License:GPLv2+
 Group:  System/GUI/Other
 AutoReqProv:on
 Summary:A Tray Applet for Watching, Renewing, and Reinitializing 
Kerberos Tickets
 Version:1.0.3
-Release:1
+Release:11
 Source0:%{name}-%{version}.tar.bz2
 #Source1:krb5-ticket-watcher-po.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -59,6 +59,11 @@
 %prep
 %setup -n %{name}-%{version} 
 #%setup -a 1 -T -D -n %{name}-%{version}
+%if 0%{?suse_version}
+# We skip createPot - it requires calling of make before, but
+# supplementary scripts call only prep phase.
+translation-update-upstream po krb5-ticket-watcher true
+%endif
 
 %build
 %if 0%{?mandriva_version}






Remember to have fun...

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