Hello community,

here is the log from the commit of package dzen2 for openSUSE:Factory checked 
in at 2018-09-26 14:24:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dzen2 (Old)
 and      /work/SRC/openSUSE:Factory/.dzen2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dzen2"

Wed Sep 26 14:24:03 2018 rev:7 rq:638262 version:1379930259.488ab66

Changes:
--------
--- /work/SRC/openSUSE:Factory/dzen2/dzen2.changes      2018-03-22 
12:10:11.782750009 +0100
+++ /work/SRC/openSUSE:Factory/.dzen2.new/dzen2.changes 2018-09-26 
14:24:30.265818493 +0200
@@ -1,0 +2,27 @@
+Mon Sep 17 21:15:35 UTC 2018 - p.sei...@linuxmail.org
+
+- updated url of project
+
+-------------------------------------------------------------------
+Mon Sep 17 21:10:44 UTC 2018 - p.sei...@linuxmail.org
+
+- generate tar.gz only on buildtime and obscpio locally
+
+-------------------------------------------------------------------
+Mon Sep 17 18:27:12 UTC 2018 - p.sei...@linuxmail.org
+
+- another fix in _service file
+
+-------------------------------------------------------------------
+Mon Sep 17 17:49:24 UTC 2018 - p.sei...@linuxmail.org
+
+- fixed error in _service file (obs_scm had localonly parameter)
+
+-------------------------------------------------------------------
+Mon Sep 17 17:41:26 UTC 2018 - p.sei...@linuxmail.org
+
+- changed service to use obs_scm instead of tar_scm
+- compiled dzen2 gadgets request by
+  https://bugzilla.novell.com/show_bug.cgi?id=1105238
+
+-------------------------------------------------------------------

Old:
----
  dzen-1332069163.tar.bz2

New:
----
  dzen2-1379930259.488ab66.obscpio
  dzen2.obsinfo

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

Other differences:
------------------
++++++ dzen2.spec ++++++
--- /var/tmp/diff_new_pack.UaLD6B/_old  2018-09-26 14:24:31.157817076 +0200
+++ /var/tmp/diff_new_pack.UaLD6B/_new  2018-09-26 14:24:31.157817076 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package 
+# spec file for package dzen2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,51 +12,68 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%define _name dzen
 
+%define _name dzen
 Name:           dzen2
-Version: 1332069163
+Version:        1379930259.488ab66
 Release: 0
-License:        MIT
 Summary:        A general purpose messaging and notification program 
-Url:            http://sites.google.com/site/gotmor/dzen
+License:        MIT
 Group:          System/GUI/Other
-Source0:        %{_name}-%{version}.tar.bz2
-
+URL:            http://robm.github.io/dzen/
+Source0:        %{name}-%{version}.tar.gz
 ### Manpages extracted from debian package and included here
 ### URL: 
http://ftp.us.debian.org/debian/pool/main/d/dzen2/dzen2_0.8.5-4_armel.deb
 ### *.deb Exctract: ar -x dzen2_0.8.5-4_armel.deb
 Source1:        %{name}_man.tar.bz2
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xft)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Dezen is a general purpose messaging, notification and menuing program for 
X11. It was designed to be scriptable in any language and integrate well with 
window managers like dwm, wmii and xmonad though it will work with any 
windowmanger.
+
 %prep
-%setup -q -n %{_name}-%{version}
+%setup -q
 
 %build
-sed -i '/^CFLAGS/ s/$/ %optflags/' config.mk
+sed -i '/^CFLAGS/ s/$/ %{optflags}/' config.mk
+sed -i '/^CFLAGS/ s/$/ %{optflags}/' gadgets/config.mk
 sed -i 's@strip@true@g' Makefile
+sed -i 's@strip@true@g' gadgets/Makefile
+
 make %{?_smp_mflags}
+cd gadgets
+make %{?_smp_mflags}
+cd -
 
 %install
-%make_install DESTDIR=%{buildroot} PREFIX=%{_prefix}
+%make_install PREFIX=%{_prefix}
+
 mkdir -p %{buildroot}%{_mandir}/man1
-%{__tar} -jxf %{SOURCE1} -C %{buildroot}%{_mandir}/man1
+tar -jxf %{SOURCE1} -C %{buildroot}%{_mandir}/man1
 
-#%%post
+cd gadgets
+%make_install PREFIX=%{_prefix}
 
-#%%postun
+cd -
+cd %{buildroot}%{_bindir}
+for i in {dbar,gcpubar,gdbar,textwidth};
+do
+  mv ${i} %{name}-${i};
+done
 
 %files
-%defattr(-,root,root)
-%doc CREDITS README LICENSE
+%license LICENSE
+%doc CREDITS README
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}*gz
+%{_bindir}/%{name}-dbar
+%{_bindir}/%{name}-gcpubar
+%{_bindir}/%{name}-gdbar
+%{_bindir}/%{name}-textwidth
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.UaLD6B/_old  2018-09-26 14:24:31.181817038 +0200
+++ /var/tmp/diff_new_pack.UaLD6B/_new  2018-09-26 14:24:31.185817031 +0200
@@ -1,16 +1,15 @@
 <services>
- <service name="tar_scm" mode="localonly">
+ <service name="obs_scm" mode="localonly">
   <param name="scm">git</param>
   <param name="url">https://github.com/robm/dzen.git</param>
+  <param name="filename">dzen2</param>
+  <!--param name="versionprefix">0.1.git</param-->
 </service>
- <service name="recompress" mode="localonly">
-  <param name="file">*dzen-*.tar*</param>
-  <param name="compression">bz2</param>
- </service>
- <service name="set_version" mode="localonly">
-  <param name="basename">dzen2</param>
-  <param name="file">dzen2.spec</param>
-  <param name="version">1332069163</param>
+<service name="tar" mode="buildtime" />
+ <service name="recompress" mode="buildtime">
+  <param name="file">*.tar</param>
+  <param name="compression">gz</param>
  </service>
+ <service name="set_version" mode="buildtime" />
 </services>
  

++++++ dzen2.obsinfo ++++++
name: dzen2
version: 1379930259.488ab66
mtime: 1379930259
commit: 488ab66019f475e35e067646621827c18a879ba1


Reply via email to