Hello community,

here is the log from the commit of package mlmmj for openSUSE:Factory checked 
in at 2014-01-30 11:34:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mlmmj (Old)
 and      /work/SRC/openSUSE:Factory/.mlmmj.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mlmmj"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mlmmj/mlmmj.changes      2011-09-23 
02:13:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mlmmj.new/mlmmj.changes 2014-01-30 
11:34:44.000000000 +0100
@@ -1,0 +2,32 @@
+Sat Jan 25 11:50:14 UTC 2014 - [email protected]
+
+- Updated source url
+
+-------------------------------------------------------------------
+Wed Dec  4 13:22:01 UTC 2013 - [email protected]
+
+- Update to version 1.2.18.0:
+  o Richer list texts (including a new naming scheme, conditionals, 
+    automatic wrapping and true UTF-8 support). 
+    See README.listtexts for more details.
+  o Notifying posters when their posts are being moderated 
+    (notifymod tunable).
+  o Not-me-too feature to avoid having the poster receiving their 
+    own messages (notmetoo tunable).
+  o Ability to explicitly reject posts (exposed in new list texts).
+  o Ability to explicitly obstruct subscriptions 
+    (exposed in new list texts).
+  o Unsubscribe from all versions of a list at once (changed behaviour
+    of +unsubscribe[-{digest|nomail}]; they now all remove the 
+    subscriber from all versions of the list).
+  o Ability to switch between different versions of a list by 
+    using +subscribe[-{digest|nomail|both}] ('both' means normal and 
+    digest, and is a 'hidden feature' not mentioned in the supplied 
+    list texts).
+  o Subscription ability in php-admin.
+- built mlmmj-receive-strip in contrib directory
+- move /usr/share/mlmmj/contrib to /usr/share/doc/package/mlmmj/examples
+  where it fits better (according to rpmlint)
+- addded rpmlintrc to exclude the examples
+
+-------------------------------------------------------------------

Old:
----
  mlmmj-1.2.17.1.tar.bz2

New:
----
  mlmmj-1.2.18.0.tar.bz2
  mlmmj-rpmlintrc

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

Other differences:
------------------
++++++ mlmmj.spec ++++++
--- /var/tmp/diff_new_pack.Dlpfkc/_old  2014-01-30 11:34:45.000000000 +0100
+++ /var/tmp/diff_new_pack.Dlpfkc/_new  2014-01-30 11:34:45.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package mlmmj (Version 1.2.17.1)
+# spec file for package mlmmj
 #
-# Copyright (c) 2010 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
@@ -16,17 +16,18 @@
 #
 
 
-
 Name:           mlmmj
+Version:        1.2.18.0
+Release:        0
+Summary:        Mail Server Independent Reimplementation of the EZMLM Mailing 
List
 License:        MIT
 Group:          Productivity/Networking/Email/Mailinglists
-Version:        1.2.17.1
-Release:        1
 Url:            http://mlmmj.org/
-Summary:        Mail Server Independent Reimplementation of the EZMLM Mailing 
List
-Source0:        http://mlmmj.mmj.dk/files/%name-%version.tar.bz2
+Source0:        http://mlmmj.org/releases/%{name}-%{version}.tar.bz2
+Source1:        mlmmj-rpmlintrc
+BuildRequires:  fdupes
+BuildRequires:  recode
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fdupes recode
 
 %description
 This is an attempt at implementing a mailing list manager with the same
@@ -37,26 +38,28 @@
 %setup -q
 
 %build
-%configure
-make CFLAGS="$RPM_OPT_FLAGS -fstack-protector" %{?jobs:-j%jobs}
+%configure --enable-receive-strip
+make CFLAGS="%{optflags} -fstack-protector" %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-mkdir -p $RPM_BUILD_ROOT/usr/share/%name/contrib
-cp -a listtexts/{da,de,nl,it,fr,es,cz} 
$RPM_BUILD_ROOT/usr/share/%name/text.skel
-find $RPM_BUILD_ROOT/usr/share/%name/text.skel -type f -exec recode 
latin1..utf8 {} \;
-cp -a contrib/* $RPM_BUILD_ROOT/usr/share/%name/contrib
-rm -rf  $RPM_BUILD_ROOT/usr/share/%name/contrib/recievestrip/.deps 
-%fdupes -s $RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install
+mkdir -p %{buildroot}%{_datadir}/%{name}/contrib
+find %{buildroot}%{_datadir}/%{name}/text.skel -type f -exec recode 
latin1..utf8 {} \;
+mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/examples
+cp -a contrib/{amime-receive,web} 
%{buildroot}%{_defaultdocdir}/%{name}/examples/
+cp -a contrib/receivestrip/README README.receivestrip
+cp -a README* FAQ UPGRADE LICENSE AUTHORS ChangeLog TUNABLES 
%{buildroot}%{_defaultdocdir}/%{name}/
+%fdupes -s %{buildroot}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
-%doc README* FAQ UPGRADE LICENSE AUTHORS ChangeLog TUNABLES
-%_bindir/*
-%_mandir/man1/*
-%_datadir/%name
+%dir %{_defaultdocdir}/%{name}
+%doc %{_defaultdocdir}/%{name}/*
+%{_bindir}/*
+%{_mandir}/man1/*
+%{_datadir}/%{name}
 
 %changelog

++++++ mlmmj-1.2.17.1.tar.bz2 -> mlmmj-1.2.18.0.tar.bz2 ++++++
++++ 31350 lines of diff (skipped)

++++++ mlmmj-rpmlintrc ++++++
# exclude the examples
addFilter("arch-dependent-file-in-usr-share.*/usr/share/doc/packages/mlmmj/examples/.*");
addFilter("doc-file-dependency.*/usr/share/doc/packages/mlmmj/examples/.*");
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to