Hello community,

here is the log from the commit of package embryo for openSUSE:Factory checked 
in at 2013-01-07 15:03:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/embryo (Old)
 and      /work/SRC/openSUSE:Factory/.embryo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "embryo", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/embryo/embryo.changes    2012-12-28 
14:58:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.embryo.new/embryo.changes       2013-01-07 
15:03:02.000000000 +0100
@@ -1,0 +2,14 @@
+Fri Dec 21 16:07:37 UTC 2012 - [email protected]
+
+- update to 1.7.4
+  Changes since Embryo 1.7.3:
+   * Add XML output to doc
+   * Add installation rule for doc
+
+
+-------------------------------------------------------------------
+Thu Dec 20 23:36:39 UTC 2012 - [email protected]
+
+- package also man pages
+
+-------------------------------------------------------------------

Old:
----
  embryo-1.7.3.tar.bz2

New:
----
  embryo-1.7.4.tar.bz2

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

Other differences:
------------------
++++++ embryo.spec ++++++
--- /var/tmp/diff_new_pack.Xz9gzd/_old  2013-01-07 15:03:03.000000000 +0100
+++ /var/tmp/diff_new_pack.Xz9gzd/_new  2013-01-07 15:03:03.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           embryo
-Version:        1.7.3
+Version:        1.7.4
 Release:        0
 Summary:        Small Pawn based virtual machine and compiler
 License:        BSD-2-Clause and Zlib
@@ -62,6 +62,13 @@
 %description doc-html
 Documentation of Eet library in form of HTML pages.
 
+%package doc-man
+Summary:        Man documentation of Eina
+Group:          Documentation/Man
+
+%description doc-man
+Documentation of Eina library in form of man pages.
+
 %prep
 %setup -q
 
@@ -83,12 +90,15 @@
 echo "Copying HTML documentation"
 mkdir -p %{buildroot}%{_docdir}/%{name}
 /bin/cp -vr doc/html %{buildroot}%{_docdir}/%{name}
+echo "Copying MAN pages"
+/bin/cp -vr doc/man/ %{buildroot}%{_mandir}/
 # fix permissions
 find %{buildroot}%{_docdir} -type f | xargs chmod 0644
 find %{buildroot}%{_docdir} -type d | xargs chmod 0755
 # remove duplicates
 %if 0%{?suse_version}
 %fdupes -s %{buildroot}%{_docdir}
+%fdupes -s %{buildroot}%{_mandir}
 %endif
 
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
@@ -118,4 +128,8 @@
 %defattr(-, root, root)
 %{_docdir}/%{name}
 
+%files doc-man
+%defattr(-, root, root)
+%{_mandir}/*/*
+
 %changelog

++++++ embryo-1.7.3.tar.bz2 -> embryo-1.7.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.3/ChangeLog new/embryo-1.7.4/ChangeLog
--- old/embryo-1.7.3/ChangeLog  2012-12-07 16:25:38.000000000 +0100
+++ new/embryo-1.7.4/ChangeLog  2012-12-21 13:53:39.000000000 +0100
@@ -61,4 +61,12 @@
 
        * 1.7.3 release
 
+2012-12-17 Vincent Torri
+
+       * Add XML output to doc
+       * Add installation rule for doc
+
+2012-12-21  Luis Felipe Strano Moraes
+
+       * 1.7.4 release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.3/Makefile.am new/embryo-1.7.4/Makefile.am
--- old/embryo-1.7.3/Makefile.am        2012-12-07 12:50:25.000000000 +0100
+++ new/embryo-1.7.4/Makefile.am        2012-12-20 23:09:28.000000000 +0100
@@ -35,10 +35,14 @@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = embryo.pc
 
-.PHONY: doc
+.PHONY: doc install-doc
 
 # Documentation
 
 doc:
        @echo "entering doc/"
        make -C doc doc
+
+install-doc:
+       @echo "entering doc/"
+       make -C doc install-doc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.3/Makefile.in new/embryo-1.7.4/Makefile.in
--- old/embryo-1.7.3/Makefile.in        2012-12-07 17:04:09.000000000 +0100
+++ new/embryo-1.7.4/Makefile.in        2012-12-21 15:40:48.000000000 +0100
@@ -863,7 +863,7 @@
        uninstall uninstall-am uninstall-pkgconfigDATA
 
 
-.PHONY: doc
+.PHONY: doc install-doc
 
 # Documentation
 
@@ -871,6 +871,10 @@
        @echo "entering doc/"
        make -C doc doc
 
+install-doc:
+       @echo "entering doc/"
+       make -C doc install-doc
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.3/NEWS new/embryo-1.7.4/NEWS
--- old/embryo-1.7.3/NEWS       2012-12-07 16:25:25.000000000 +0100
+++ new/embryo-1.7.4/NEWS       2012-12-21 13:53:39.000000000 +0100
@@ -1,4 +1,11 @@
-Embryo 1.7.3
+Embryo 1.7.4
+
+Changes since Embryo 1.7.3:
+---------------------------
+
+Fixes:
+   * Add XML output to doc
+   * Add installation rule for doc
 
 Changes since Embryo 1.7.2:
 ---------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.3/README new/embryo-1.7.4/README
--- old/embryo-1.7.3/README     2012-12-07 12:50:25.000000000 +0100
+++ new/embryo-1.7.4/README     2012-12-21 13:53:39.000000000 +0100
@@ -1,4 +1,4 @@
-Embryo 1.7.0
+Embryo 1.7.4
 
 ******************************************************************************
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.3/configure new/embryo-1.7.4/configure
--- old/embryo-1.7.3/configure  2012-12-07 17:04:09.000000000 +0100
+++ new/embryo-1.7.4/configure  2012-12-21 15:40:47.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for embryo 1.7.3.
+# Generated by GNU Autoconf 2.68 for embryo 1.7.4.
 #
 # Report bugs to <[email protected]>.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='embryo'
 PACKAGE_TARNAME='embryo'
-PACKAGE_VERSION='1.7.3'
-PACKAGE_STRING='embryo 1.7.3'
+PACKAGE_VERSION='1.7.4'
+PACKAGE_STRING='embryo 1.7.4'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL=''
 
@@ -1333,7 +1333,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures embryo 1.7.3 to adapt to many kinds of systems.
+\`configure' configures embryo 1.7.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1403,7 +1403,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of embryo 1.7.3:";;
+     short | recursive ) echo "Configuration of embryo 1.7.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1521,7 +1521,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-embryo configure 1.7.3
+embryo configure 1.7.4
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1944,7 +1944,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by embryo $as_me 1.7.3, which was
+It was created by embryo $as_me 1.7.4, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2768,7 +2768,7 @@
 
 # Define the identity of the package.
  PACKAGE='embryo'
- VERSION='1.7.3'
+ VERSION='1.7.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -11739,7 +11739,7 @@
 
 
 cat >>confdefs.h <<_ACEOF
-#define VMIC 3
+#define VMIC 4
 _ACEOF
 
 
@@ -11747,7 +11747,7 @@
 #define VREV 0
 _ACEOF
 
-version_info="8:3:7"
+version_info="8:4:7"
 release_info=""
 
 
@@ -15060,7 +15060,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by embryo $as_me 1.7.3, which was
+This file was extended by embryo $as_me 1.7.4, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15126,7 +15126,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-embryo config.status 1.7.3
+embryo config.status 1.7.4
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
@@ -16925,6 +16925,9 @@
 echo "  Build embryo_cc......: $have_embryo_cc"
 echo
 echo "  Documentation........: ${build_doc}"
+if test "x${build_doc}" = "xyes" ; then
+echo "    Installation.......: make install-doc"
+fi
 echo
 echo "Compilation............: make (or gmake)"
 echo "  CPPFLAGS.............: $CPPFLAGS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.3/configure.ac 
new/embryo-1.7.4/configure.ac
--- old/embryo-1.7.3/configure.ac       2012-12-07 17:04:06.000000000 +0100
+++ new/embryo-1.7.4/configure.ac       2012-12-21 15:30:07.000000000 +0100
@@ -2,7 +2,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [1])
 m4_define([v_min], [7])
-m4_define([v_mic], [3])
+m4_define([v_mic], [4])
 m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v 
'\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", 
$1);}' | tr -d ' :MSP\n']))
 m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep 
-m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))])
 ##--   When released, remove the dnl on the below line
@@ -211,6 +211,9 @@
 echo "  Build embryo_cc......: $have_embryo_cc"
 echo
 echo "  Documentation........: ${build_doc}"
+if test "x${build_doc}" = "xyes" ; then
+echo "    Installation.......: make install-doc"
+fi
 echo
 echo "Compilation............: make (or gmake)"
 echo "  CPPFLAGS.............: $CPPFLAGS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.3/doc/Doxyfile 
new/embryo-1.7.4/doc/Doxyfile
--- old/embryo-1.7.3/doc/Doxyfile       2012-12-07 17:04:11.000000000 +0100
+++ new/embryo-1.7.4/doc/Doxyfile       2012-12-21 15:40:50.000000000 +0100
@@ -101,7 +101,7 @@
 MAN_OUTPUT             = man
 MAN_EXTENSION          = .3
 MAN_LINKS              = YES
-GENERATE_XML           = NO
+GENERATE_XML           = YES
 XML_SCHEMA             = 
 XML_DTD                = 
 GENERATE_AUTOGEN_DEF   = NO
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.3/doc/Doxyfile.in 
new/embryo-1.7.4/doc/Doxyfile.in
--- old/embryo-1.7.3/doc/Doxyfile.in    2012-12-07 12:50:24.000000000 +0100
+++ new/embryo-1.7.4/doc/Doxyfile.in    2012-12-20 23:09:25.000000000 +0100
@@ -101,7 +101,7 @@
 MAN_OUTPUT             = man
 MAN_EXTENSION          = .3
 MAN_LINKS              = YES
-GENERATE_XML           = NO
+GENERATE_XML           = YES
 XML_SCHEMA             = 
 XML_DTD                = 
 GENERATE_AUTOGEN_DEF   = NO
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.3/doc/Makefile.am 
new/embryo-1.7.4/doc/Makefile.am
--- old/embryo-1.7.3/doc/Makefile.am    2012-12-07 12:50:24.000000000 +0100
+++ new/embryo-1.7.4/doc/Makefile.am    2012-12-20 23:09:25.000000000 +0100
@@ -1,7 +1,6 @@
-
 MAINTAINERCLEANFILES = Makefile.in embryo.dox
 
-.PHONY: doc
+.PHONY: doc install-doc
 
 PACKAGE_DOCNAME = $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc
 
@@ -10,12 +9,15 @@
 doc-clean:
        rm -rf html/ latex/ man/ xml/ $(top_builddir)/$(PACKAGE_DOCNAME).tar*
 
-doc: all doc-clean
+doc-build: all
        $(efl_doxygen)
-       cp $(srcdir)/img/* html/
+       cp img/* html/
+       cp img/* latex/
+
+doc: doc-build
        rm -rf $(PACKAGE_DOCNAME).tar*
        mkdir -p $(PACKAGE_DOCNAME)/doc
-       cp -R html/ latex/ man/ $(PACKAGE_DOCNAME)/doc
+       cp -R html/ latex/ man/ xml/ $(PACKAGE_DOCNAME)/doc
        tar cf $(PACKAGE_DOCNAME).tar $(PACKAGE_DOCNAME)/
        bzip2 -9 $(PACKAGE_DOCNAME).tar
        rm -rf $(PACKAGE_DOCNAME)/
@@ -23,11 +25,20 @@
 
 clean-local: doc-clean
 
+install-doc: doc-build
+       install -d $(docdir)
+       cp -R html latex man xml $(docdir)
+
+uninstall-local:
+       rm -rf $(docdir)/html $(docdir)/latex $(docdir)/man $(docdir)/xml
+
 else
 
 doc:
        @echo "Documentation not built. Run ./configure --help"
 
+install-doc: doc
+
 endif
 
 EXTRA_DIST = Doxyfile e.css foot.html head.html $(wildcard img/*.*) 
embryo.dox.in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.3/doc/Makefile.in 
new/embryo-1.7.4/doc/Makefile.in
--- old/embryo-1.7.3/doc/Makefile.in    2012-12-07 17:04:09.000000000 +0100
+++ new/embryo-1.7.4/doc/Makefile.in    2012-12-21 15:40:47.000000000 +0100
@@ -317,6 +317,7 @@
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
+@EFL_BUILD_DOC_FALSE@uninstall-local:
 @EFL_BUILD_DOC_FALSE@clean-local:
 clean: clean-am
 
@@ -382,7 +383,7 @@
 
 ps-am:
 
-uninstall-am:
+uninstall-am: uninstall-local
 
 .MAKE: install-am install-strip
 
@@ -396,20 +397,23 @@
        install-strip installcheck installcheck-am installdirs \
        maintainer-clean maintainer-clean-generic mostlyclean \
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-       uninstall uninstall-am
+       uninstall uninstall-am uninstall-local
 
 
-.PHONY: doc
+.PHONY: doc install-doc
 
 @EFL_BUILD_DOC_TRUE@doc-clean:
 @EFL_BUILD_DOC_TRUE@   rm -rf html/ latex/ man/ xml/ 
$(top_builddir)/$(PACKAGE_DOCNAME).tar*
 
-@EFL_BUILD_DOC_TRUE@doc: all doc-clean
+@EFL_BUILD_DOC_TRUE@doc-build: all
 @EFL_BUILD_DOC_TRUE@   $(efl_doxygen)
-@EFL_BUILD_DOC_TRUE@   cp $(srcdir)/img/* html/
+@EFL_BUILD_DOC_TRUE@   cp img/* html/
+@EFL_BUILD_DOC_TRUE@   cp img/* latex/
+
+@EFL_BUILD_DOC_TRUE@doc: doc-build
 @EFL_BUILD_DOC_TRUE@   rm -rf $(PACKAGE_DOCNAME).tar*
 @EFL_BUILD_DOC_TRUE@   mkdir -p $(PACKAGE_DOCNAME)/doc
-@EFL_BUILD_DOC_TRUE@   cp -R html/ latex/ man/ $(PACKAGE_DOCNAME)/doc
+@EFL_BUILD_DOC_TRUE@   cp -R html/ latex/ man/ xml/ $(PACKAGE_DOCNAME)/doc
 @EFL_BUILD_DOC_TRUE@   tar cf $(PACKAGE_DOCNAME).tar $(PACKAGE_DOCNAME)/
 @EFL_BUILD_DOC_TRUE@   bzip2 -9 $(PACKAGE_DOCNAME).tar
 @EFL_BUILD_DOC_TRUE@   rm -rf $(PACKAGE_DOCNAME)/
@@ -417,9 +421,18 @@
 
 @EFL_BUILD_DOC_TRUE@clean-local: doc-clean
 
+@EFL_BUILD_DOC_TRUE@install-doc: doc-build
+@EFL_BUILD_DOC_TRUE@   install -d $(docdir)
+@EFL_BUILD_DOC_TRUE@   cp -R html latex man xml $(docdir)
+
+@EFL_BUILD_DOC_TRUE@uninstall-local:
+@EFL_BUILD_DOC_TRUE@   rm -rf $(docdir)/html $(docdir)/latex $(docdir)/man 
$(docdir)/xml
+
 @EFL_BUILD_DOC_FALSE@doc:
 @EFL_BUILD_DOC_FALSE@  @echo "Documentation not built. Run ./configure --help"
 
+@EFL_BUILD_DOC_FALSE@install-doc: doc
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.3/embryo.pc.in 
new/embryo-1.7.4/embryo.pc.in
--- old/embryo-1.7.3/embryo.pc.in       2012-12-07 12:50:25.000000000 +0100
+++ new/embryo-1.7.4/embryo.pc.in       2012-12-20 23:09:28.000000000 +0100
@@ -1,3 +1,4 @@
+PACKAGE_TARNAME=@PACKAGE_TARNAME@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
@@ -5,6 +6,7 @@
 datarootdir=@datarootdir@
 datadir=@datadir@/@PACKAGE@
 embryoincludedir=@embryoincludedir@
+docdir=@docdir@
 
 Name: embryo
 Description: A small virtual machine engine and bytecode compiler
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/embryo-1.7.3/embryo.spec new/embryo-1.7.4/embryo.spec
--- old/embryo-1.7.3/embryo.spec        2012-12-07 17:04:11.000000000 +0100
+++ new/embryo-1.7.4/embryo.spec        2012-12-21 15:40:50.000000000 +0100
@@ -4,7 +4,7 @@
 
 Summary: A small virtual machine engine (in a library) and bytecode compiler
 Name: embryo
-Version: 1.7.3
+Version: 1.7.4
 Release: %{_rel}
 License: BSD
 Group: System Environment/Libraries

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to