Hello community,

here is the log from the commit of package yast2-mail for openSUSE:Factory 
checked in at 2016-09-27 13:41:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-mail (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-mail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-mail"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-mail/yast2-mail.changes    2016-06-10 
23:59:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-mail.new/yast2-mail.changes       
2016-09-27 13:41:37.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 07:56:27 UTC 2016 - [email protected]
+
+- Reduce build dependencies to speed up build (bsc#999203)
+- 3.1.10
+
+-------------------------------------------------------------------

Old:
----
  yast2-mail-3.1.9.tar.bz2

New:
----
  yast2-mail-3.1.10.tar.bz2

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

Other differences:
------------------
++++++ yast2-mail.spec ++++++
--- /var/tmp/diff_new_pack.4Vcafu/_old  2016-09-27 13:41:38.000000000 +0200
+++ /var/tmp/diff_new_pack.4Vcafu/_new  2016-09-27 13:41:38.000000000 +0200
@@ -17,21 +17,16 @@
 
 
 Name:           yast2-mail
-Version:        3.1.9
+Version:        3.1.10
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-BuildRequires:  perl-NetxAP
-BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-auth-server
+BuildRequires:  yast2
 BuildRequires:  yast2-devtools >= 3.1.10
-BuildRequires:  yast2-network
-BuildRequires:  yast2-perl-bindings
 BuildRequires:  yast2-testsuite
-BuildRequires:  yast2-users
 
 PreReq:         %fillup_prereq
 
@@ -41,22 +36,6 @@
 Requires:       yast2 >= 3.1.179
 Requires:       yast2-ldap
 Requires:       yast2-users
-Provides:       yast2-config-network:/usr/lib/YaST2/clients/lan_sendmail.ycp
-Provides:       yast2-config-sendmail
-Provides:       yast2-config-sendmail-devel
-Obsoletes:      yast2-config-sendmail
-Obsoletes:      yast2-config-sendmail-devel
-Provides:       yast2-trans-sendmail = %{version}
-Obsoletes:      yast2-trans-sendmail <= %{version}
-Provides:       yast2-config-mail = %{version}
-Obsoletes:      yast2-config-mail <= %{version}
-Provides:       yast2-trans-mail = %{version}
-Obsoletes:      yast2-trans-mail <= %{version}
-Provides:       yast2-mail-server = %{version}
-Obsoletes:      yast2-mail-server <= %{version}
-Provides:       yast2-mail-plugins = %{version}
-Obsoletes:      yast2-mail-plugins <= %{version}
-Conflicts:      aaa_base < 10.3
 BuildArch:      noarch
 Requires:       yast2-ruby-bindings >= 1.0.0
 

++++++ yast2-mail-3.1.9.tar.bz2 -> yast2-mail-3.1.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-3.1.9/CONTRIBUTING.md 
new/yast2-mail-3.1.10/CONTRIBUTING.md
--- old/yast2-mail-3.1.9/CONTRIBUTING.md        2016-06-07 13:51:20.000000000 
+0200
+++ new/yast2-mail-3.1.10/CONTRIBUTING.md       2016-09-20 10:27:44.000000000 
+0200
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -17,13 +17,11 @@
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
-that every bug will be fixed, but we'll try.
-
 When creating a bug report, please follow our [bug reporting
 guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
 
+We can't guarantee that every bug will be fixed, but we'll try.
+
 Code Changes
 ------------
 
@@ -44,15 +42,22 @@
      to the [Ruby style
      guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
 
-  4. Make sure your change didn't break anything by building the RPM package
+  4. Update the package version (in `packages/*.spec`, usually by
+     `rake version:bump`) and add a new entry to the `package/*.changes` file
+     (by `osc vc package`).  
+     For bigger changes or changes which need longer discussion it is advised 
to
+     add this as a separate last commit so it can be easily updated when 
another
+     change is merged in the meantime.
+
+  5. Make sure your change didn't break anything by building the RPM package
      (`rake osc:build`). The build process includes running the full testsuite.
 
-  5. Publish the branch and create a pull request.
+  6. Publish the branch and create a pull request.
 
-  6. YaST developers will review your change and possibly point out issues.
+  7. YaST developers will review your change and possibly point out issues.
      Adapt the code under their guidance until they are all resolved.
 
-  7. Finally, the pull request will get merged or rejected.
+  8. Finally, the pull request will get merged or rejected.
 
 See also [GitHub's guide on
 contributing](https://help.github.com/articles/fork-a-repo).
@@ -60,9 +65,6 @@
 If you want to do multiple unrelated changes, use separate branches and pull
 requests.
 
-Do not change the `VERSION` and `*.changes` files as this could lead to
-conflicts.
-
 ### Commits
 
 Each commit in the pull request should do only one thing, which is clearly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-3.1.9/package/yast2-mail.changes 
new/yast2-mail-3.1.10/package/yast2-mail.changes
--- old/yast2-mail-3.1.9/package/yast2-mail.changes     2016-06-07 
13:51:20.000000000 +0200
+++ new/yast2-mail-3.1.10/package/yast2-mail.changes    2016-09-20 
10:27:44.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Sep 20 07:56:27 UTC 2016 - [email protected]
+
+- Reduce build dependencies to speed up build (bsc#999203)
+- 3.1.10
+
+-------------------------------------------------------------------
 Tue Jun  7 11:30:38 UTC 2016 - [email protected]
 
 - Stop generating autodocs (fate#320356)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-3.1.9/package/yast2-mail.spec 
new/yast2-mail-3.1.10/package/yast2-mail.spec
--- old/yast2-mail-3.1.9/package/yast2-mail.spec        2016-06-07 
13:51:20.000000000 +0200
+++ new/yast2-mail-3.1.10/package/yast2-mail.spec       2016-09-20 
10:27:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-mail
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,46 +17,31 @@
 
 
 Name:           yast2-mail
-Version:        3.1.9
+Version:        3.1.10
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-
-Group:         System/YaST
-License:        GPL-2.0+
-BuildRequires: perl-XML-Writer update-desktop-files yast2-testsuite
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
 BuildRequires:  yast2-devtools >= 3.1.10
-BuildRequires: yast2-auth-server yast2-network yast2-perl-bindings yast2-users
-BuildRequires:  perl-NetxAP
+BuildRequires:  yast2-testsuite
 
 PreReq:         %fillup_prereq
 
 # new firewall interface
 # Wizard::SetDesktopTitleAndIcon
 # cfg_mail.scr
-Requires:      yast2 >= 3.1.179
-Requires:      yast2-users
-Requires:      yast2-ldap
-Provides:      yast2-config-network:/usr/lib/YaST2/clients/lan_sendmail.ycp
-Provides:      yast2-config-sendmail yast2-config-sendmail-devel
-Obsoletes:     yast2-config-sendmail yast2-config-sendmail-devel
-Provides:       yast2-trans-sendmail = %{version}
-Obsoletes:      yast2-trans-sendmail <= %{version}
-Provides:       yast2-config-mail = %{version}
-Obsoletes:      yast2-config-mail <= %{version}
-Provides:       yast2-trans-mail = %{version}
-Obsoletes:      yast2-trans-mail <= %{version}
-Provides:       yast2-mail-server = %{version}
-Obsoletes:      yast2-mail-server <= %{version}
-Provides:       yast2-mail-plugins = %{version}
-Obsoletes:      yast2-mail-plugins <= %{version}
-Conflicts:     aaa_base < 10.3
-BuildArch:     noarch
+Requires:       yast2 >= 3.1.179
+Requires:       yast2-ldap
+Requires:       yast2-users
+BuildArch:      noarch
 Requires:       yast2-ruby-bindings >= 1.0.0
 
-Summary:       YaST2 - Mail Configuration
+Summary:        YaST2 - Mail Configuration
+License:        GPL-2.0+
+Group:          System/YaST
 
 %description
 The YaST2 component for mail configuration. It handles Postfix, Cyrus,
@@ -71,7 +56,6 @@
 %install
 %yast_install
 
-
 %post
 %{fillup_only -n mail}
 
@@ -104,6 +88,6 @@
 /etc/openldap/schema/suse-mailserver.schema
 %doc %{yast_docdir}
 
-
 /var/adm/fillup-templates/sysconfig.mail
 
+%changelog


Reply via email to