Hello community,

here is the log from the commit of package python-rpm-macros for 
openSUSE:Factory checked in at 2017-02-21 13:31:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rpm-macros (Old)
 and      /work/SRC/openSUSE:Factory/.python-rpm-macros.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rpm-macros"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rpm-macros/python-rpm-macros.changes      
2017-01-11 11:56:12.318241642 +0100
+++ /work/SRC/openSUSE:Factory/.python-rpm-macros.new/python-rpm-macros.changes 
2017-02-21 13:31:03.971508606 +0100
@@ -1,0 +2,20 @@
+Mon Feb 13 14:46:25 UTC 2017 - [email protected]
+
+- update service, use repository and tarball name "python-rpm-macros"
+
+-------------------------------------------------------------------
+Tue Feb  7 16:31:04 UTC 2017 - [email protected]
+
+- introduce %python_prefix
+
+-------------------------------------------------------------------
+Mon Feb  6 14:30:38 UTC 2017 - [email protected]
+
+- Set RPM group
+
+-------------------------------------------------------------------
+Wed Jan 11 14:28:48 UTC 2017 - [email protected]
+
+- change service version generator to use "1.0.git" instead of "1.0git"
+
+-------------------------------------------------------------------

Old:
----
  multipython-macros-1.0git.1483874658.ead0b0b.tar.bz2

New:
----
  python-rpm-macros-1.0.git.1486997542.e9fcc29.tar.bz2

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

Other differences:
------------------
++++++ python-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.Xn55pt/_old  2017-02-21 13:31:04.355454444 +0100
+++ /var/tmp/diff_new_pack.Xn55pt/_new  2017-02-21 13:31:04.355454444 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rpm-macros
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -15,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           python-rpm-macros
-Version:        1.0git.1483874658.ead0b0b
+Version:        1.0.git.1486997542.e9fcc29
 Release:        0
-License:        WTFPL
 Summary:        RPM macros for building of Python modules
+License:        WTFPL
+Group:          Development/Tools/Other
 Url:            https://github.com/opensuse/multipython-macros
-Source:         multipython-macros-%{version}.tar.bz2
+Source:         python-rpm-macros-%{version}.tar.bz2
 # Fedora compatibility
 Provides:       python2-rpm-macros
 Provides:       python3-rpm-macros
 #!BuildIgnore:  python-rpm-macros
-
 BuildArch:      noarch
 
 %description
@@ -35,7 +36,7 @@
 are only building for distros newer than Leap 42.2
 
 %prep
-%setup -q -n multipython-macros-%{version}
+%setup -q
 %if 0%{?suse_version} < 1330
 mv macros-default-pythons macros/035-default-pythons
 %endif
@@ -50,3 +51,5 @@
 %files
 %defattr(-,root,root)
 %{_sysconfdir}/rpm/macros.python_all
+
+%changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Xn55pt/_old  2017-02-21 13:31:04.399448238 +0100
+++ /var/tmp/diff_new_pack.Xn55pt/_new  2017-02-21 13:31:04.403447674 +0100
@@ -2,11 +2,10 @@
 
     <service name="tar_scm" mode="localonly">
       <param name="scm">git</param>
-      <!--<param 
name="url">file:///home/matejcik/vc/multipython-macros</param>-->
-      <param 
name="url">https://github.com/openSUSE/multipython-macros.git</param>
+      <param 
name="url">https://github.com/openSUSE/python-rpm-macros.git</param>
     <!--  <param name="subdir">the subdirectory of your repository you want to 
create an archive from</param>-->
-      <param name="filename">multipython-macros</param>
-      <param name="versionprefix">1.0git</param>
+      <param name="filename">python-rpm-macros</param>
+      <param name="versionprefix">1.0.git</param>
     <!--  <param name="revision">optional: the commit hash, tag or branch you 
want to get</param>-->
     </service>
 


Reply via email to